Hi Chris,

Thank you. Please let me know if the build remains on strike ☺

/neale

-----Original Message-----
From: "Luke, Chris" <chris_l...@comcast.com>
Date: Friday, 10 November 2017 at 14:53
To: "Neale Ranns (nranns)" <nra...@cisco.com>, Chris Luke <chr...@flirble.org>, 
"vpp-dev@lists.fd.io" <vpp-dev@lists.fd.io>
Subject: RE: [vpp-dev] FW: Coverity build failed with 18 errors

    Thanks Neale; merged. Hopefully normal service will be resumed on this 
afternoons run! :)
    
    Chris.
    
    > -----Original Message-----
    > From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On
    > Behalf Of Neale Ranns (nranns)
    > Sent: Friday, November 10, 2017 7:33
    > To: Chris Luke <chr...@flirble.org>; vpp-dev@lists.fd.io
    > Subject: Re: [vpp-dev] FW: Coverity build failed with 18 errors
    > 
    > Hi Chris,
    > 
    > And this one for VOM:
    >   https://gerrit.fd.io/r/#/c/9374/
    > 
    > /neale
    > 
    > -----Original Message-----
    > From: <vpp-dev-boun...@lists.fd.io> on behalf of "Neale Ranns (nranns)"
    > <nra...@cisco.com>
    > Date: Friday, 10 November 2017 at 11:59
    > To: Chris Luke <chr...@flirble.org>, "vpp-dev@lists.fd.io" <vpp-
    > d...@lists.fd.io>
    > Subject: Re: [vpp-dev] FW: Coverity build failed with 18 errors
    > 
    > 
    >     Hi Chris,
    > 
    >     I just pushed:
    >       https://gerrit.fd.io/r/#/c/9370/
    >     to fix the use of integer types in BIER.
    > 
    >     I’ll look at the VOM ones too.
    > 
    >     /neale
    > 
    > 
    >     -----Original Message-----
    >     From: <vpp-dev-boun...@lists.fd.io> on behalf of Chris Luke
    > <chr...@flirble.org>
    >     Date: Thursday, 9 November 2017 at 22:05
    >     To: "vpp-dev@lists.fd.io" <vpp-dev@lists.fd.io>
    >     Subject: [vpp-dev] FW: Coverity build failed with 18 errors
    > 
    >         FYI, Coverity has just failed to build because of issues in BIER 
(and maybe
    >         VOM); some of these may have existed a while, because these all 
seem
    > to be
    >         warnings and Coverity fails a build based on number of rejected 
build
    > units
    >         exceeding a % threshold. Likely BIER was merged and triggered the
    > threshold.
    > 
    >         I note that BIER is using C99 stdint types; Coverity appears to 
be fussy
    >         about how these get defined (missing include?); also we agreed 
here on
    > this
    >         list just a few weeks ago that VPP uses its own typedefs for 
specified-
    > width
    >         integers (u64 etc) so we should not be using such C99 types 
anyway.
    > 
    >         For those interested, the Coverity build log is available at
    >         https://vpp.flirble.org/coverity/20171109/build-log.txt though 
please
    > don't
    >         ask me to interpret it!
    > 
    >         Chris.
    > 
    >         -----Original Message-----
    >         From: VPP [mailto:v...@brae.flirble.org]
    >         Sent: Thursday, November 9, 2017 15:29
    >         To: chr...@flirble.org
    >         Subject: Coverity build failed with 18 errors
    > 
    >         Coverity build failed with 18 errors.
    > 
    >         Latest commit: v18.01-rc0-251-g75e974b
    > 
    >         Error counts from cov-int/build-log.txt:
    >         84205:[ERROR] [104291] EXECUTING: /bin/sed s|:*$||
    >         84459:[ERROR] 1 error detected in the compilation of
    >         "../../../src/vnet/fib/fib_path.c".
    >         91374:[ERROR] 1 error detected in the compilation of
    >         "../../../src/vnet/bier/bier_fmask.c".
    >         91462:[ERROR] 1 error detected in the compilation of
    >         "../../../src/vnet/bier/bier_fmask_db.c".
    >         91532:[ERROR] 1 error detected in the compilation of
    >         "../../../src/vnet/bier/bier_entry.c".
    >         91700:[ERROR] 1 error detected in the compilation of
    >         "../../../src/vnet/bier/bier_output.c".
    >         91775:[ERROR] 1 error detected in the compilation of
    >         "../../../src/vnet/bier/bier_table.c".
    >         91828:[ERROR] 1 error detected in the compilation of
    >         "../../../src/vnet/bier/bier_lookup.c".
    >         91840:[ERROR] 1 error detected in the compilation of
    >         "../../../src/vnet/bier/bier_fmask.c".
    >         91847:[ERROR] 1 error detected in the compilation of
    >         "../../../src/vnet/bier/bier_fmask_db.c".
    >         91954:[ERROR] 5 errors detected in the compilation of
    >         "../../../src/vnet/bier/bier_types.c".
    >         91982:[ERROR] 1 error detected in the compilation of
    >         "../../../src/vnet/bier/bier_entry.c".
    >         92104:[ERROR] 1 error detected in the compilation of
    >         "../../../src/vnet/bier/bier_output.c".
    >         92160:[ERROR] 1 error detected in the compilation of
    >         "../../../src/vnet/bier/bier_table.c".
    >         92396:[ERROR] 1 error detected in the compilation of
    >         "../../../src/vnet/bier/bier_lookup.c".
    >         92796:[ERROR] 5 errors detected in the compilation of
    >         "../../../src/vnet/bier/bier_types.c".
    >         93191:[ERROR] 1 error detected in the compilation of
    >         "../../../src/vnet/bier/bier_test.c".
    >         93644:[ERROR] 1 error detected in the compilation of
    >         "../../../src/vnet/bier/bier_test.c".
    > 
    >         Probable error information from the compiler:
    >         84180:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_fmas
    >         k.h",
    >         84181-          line 57: error #20: identifier "uint32_t" is 
undefined
    >         84182-      uint32_t bfmb_count;
    >         84183-      ^
    >         --
    >         84428:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_fmas
    >         k.h",
    >         84429-          line 57: error #20: identifier "uint32_t" is 
undefined
    >         84430-      uint32_t bfmb_count;
    >         84431-      ^
    >         --
    >         87392:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         87393-          .h", line 56: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         87394-      uint16_t index;
    >         87395-      ^
    >         --
    >         87397:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         87398-          .h", line 72: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         87399-      uint16_t index;
    >         87400-      ^
    >         --
    >         87402:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         87403-          .h", line 87: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         87404-      uint16_t index;
    >         87405-      ^
    >         --
    >         87423:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         87424-          .h", line 54: warning #1563: function
    >         "bier_bit_string_is_zero" not
    >         87425-          emitted, consider modeling it or review parse 
diagnostics to
    >         improve
    >         87426-          fidelity
    >         --
    >         87430:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         87431-          .h", line 69: warning #1563: function
    >         "bier_bit_string_clear_string"
    >         87432-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         87433-          improve fidelity
    >         --
    >         87437:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         87438-          .h", line 84: warning #1563: function
    >         87439-          "bier_bit_string_logical_and_string" not emitted, 
consider
    >         modeling
    >         87440-          it or review parse diagnostics to improve fidelity
    >         --
    >         87868:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         87869-          .h", line 56: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         87870-      uint16_t index;
    >         87871-      ^
    >         --
    >         87873:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         87874-          .h", line 72: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         87875-      uint16_t index;
    >         87876-      ^
    >         --
    >         87878:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         87879-          .h", line 87: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         87880-      uint16_t index;
    >         87881-      ^
    >         --
    >         87887:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         87888-          .h", line 54: warning #1563: function
    >         "bier_bit_string_is_zero" not
    >         87889-          emitted, consider modeling it or review parse 
diagnostics to
    >         improve
    >         87890-          fidelity
    >         --
    >         87894:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         87895-          .h", line 69: warning #1563: function
    >         "bier_bit_string_clear_string"
    >         87896-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         87897-          improve fidelity
    >         --
    >         87901:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         87902-          .h", line 84: warning #1563: function
    >         87903-          "bier_bit_string_logical_and_string" not emitted, 
consider
    >         modeling
    >         87904-          it or review parse diagnostics to improve fidelity
    >         --
    >         90280:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         90281-          .h", line 56: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         90282-      uint16_t index;
    >         90283-      ^
    >         --
    >         90285:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         90286-          .h", line 72: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         90287-      uint16_t index;
    >         90288-      ^
    >         --
    >         90290:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         90291-          .h", line 87: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         90292-      uint16_t index;
    >         90293-      ^
    >         --
    >         90317:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         90318-          .h", line 54: warning #1563: function
    >         "bier_bit_string_is_zero" not
    >         90319-          emitted, consider modeling it or review parse 
diagnostics to
    >         improve
    >         90320-          fidelity
    >         --
    >         90324:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         90325-          .h", line 69: warning #1563: function
    >         "bier_bit_string_clear_string"
    >         90326-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         90327-          improve fidelity
    >         --
    >         90331:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         90332-          .h", line 84: warning #1563: function
    >         90333-          "bier_bit_string_logical_and_string" not emitted, 
consider
    >         modeling
    >         90334-          it or review parse diagnostics to improve fidelity
    >         --
    >         90455:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         90456-          .h", line 56: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         90457-      uint16_t index;
    >         90458-      ^
    >         --
    >         90460:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         90461-          .h", line 72: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         90462-      uint16_t index;
    >         90463-      ^
    >         --
    >         90465:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         90466-          .h", line 87: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         90467-      uint16_t index;
    >         90468-      ^
    >         --
    >         90492:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         90493-          .h", line 54: warning #1563: function
    >         "bier_bit_string_is_zero" not
    >         90494-          emitted, consider modeling it or review parse 
diagnostics to
    >         improve
    >         90495-          fidelity
    >         --
    >         90499:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         90500-          .h", line 69: warning #1563: function
    >         "bier_bit_string_clear_string"
    >         90501-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         90502-          improve fidelity
    >         --
    >         90506:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         90507-          .h", line 84: warning #1563: function
    >         90508-          "bier_bit_string_logical_and_string" not emitted, 
consider
    >         modeling
    >         90509-          it or review parse diagnostics to improve fidelity
    >         --
    >         91244:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_fmas
    >         k.h",
    >         91245-          line 57: error #20: identifier "uint32_t" is 
undefined
    >         91246-      uint32_t bfmb_count;
    >         91247-      ^
    >         --
    >         91251:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91252-          .h", line 56: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         91253-      uint16_t index;
    >         91254-      ^
    >         --
    >         91256:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91257-          .h", line 72: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         91258-      uint16_t index;
    >         91259-      ^
    >         --
    >         91261:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91262-          .h", line 87: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         91263-      uint16_t index;
    >         91264-      ^
    >         --
    >         91271:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91272-          .h", line 54: warning #1563: function
    >         "bier_bit_string_is_zero" not
    >         91273-          emitted, consider modeling it or review parse 
diagnostics to
    >         improve
    >         91274-          fidelity
    >         --
    >         91278:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91279-          .h", line 69: warning #1563: function
    >         "bier_bit_string_clear_string"
    >         91280-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         91281-          improve fidelity
    >         --
    >         91285:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91286-          .h", line 84: warning #1563: function
    >         91287-          "bier_bit_string_logical_and_string" not emitted, 
consider
    >         modeling
    >         91288-          it or review parse diagnostics to improve fidelity
    >         --
    >         91368:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_fmas
    >         k.h",
    >         91369-          line 57: error #20: identifier "uint32_t" is 
undefined
    >         91370-      uint32_t bfmb_count;
    >         91371-      ^
    >         --
    >         91481:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_fmas
    >         k.h",
    >         91482-          line 57: error #20: identifier "uint32_t" is 
undefined
    >         91483-      uint32_t bfmb_count;
    >         91484-      ^
    >         --
    >         91611:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91612-          .h", line 56: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         91613-      uint16_t index;
    >         91614-      ^
    >         --
    >         91616:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91617-          .h", line 72: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         91618-      uint16_t index;
    >         91619-      ^
    >         --
    >         91621:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91622-          .h", line 87: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         91623-      uint16_t index;
    >         91624-      ^
    >         --
    >         91626:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_fmas
    >         k.h",
    >         91627-          line 57: error #20: identifier "uint32_t" is 
undefined
    >         91628-      uint32_t bfmb_count;
    >         91629-      ^
    >         --
    >         91631:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91632-          .h", line 56: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         91633-      uint16_t index;
    >         91634-      ^
    >         --
    >         91636:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91637-          .h", line 72: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         91638-      uint16_t index;
    >         91639-      ^
    >         --
    >         91641:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91642-          .h", line 87: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         91643-      uint16_t index;
    >         91644-      ^
    >         --
    >         91647:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91648-          .h", line 54: warning #1563: function
    >         "bier_bit_string_is_zero" not
    >         91649-          emitted, consider modeling it or review parse 
diagnostics to
    >         improve
    >         91650-          fidelity
    >         --
    >         91654:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91655-          .h", line 69: warning #1563: function
    >         "bier_bit_string_clear_string"
    >         91656-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         91657-          improve fidelity
    >         --
    >         91661:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91662-          .h", line 84: warning #1563: function
    >         91663-          "bier_bit_string_logical_and_string" not emitted, 
consider
    >         modeling
    >         91664-          it or review parse diagnostics to improve fidelity
    >         --
    >         91668:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91669-          .h", line 54: warning #1563: function
    >         "bier_bit_string_is_zero" not
    >         91670-          emitted, consider modeling it or review parse 
diagnostics to
    >         improve
    >         91671-          fidelity
    >         --
    >         91675:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91676-          .h", line 69: warning #1563: function
    >         "bier_bit_string_clear_string"
    >         91677-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         91678-          improve fidelity
    >         --
    >         91682:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91683-          .h", line 84: warning #1563: function
    >         91684-          "bier_bit_string_logical_and_string" not emitted, 
consider
    >         modeling
    >         91685-          it or review parse diagnostics to improve fidelity
    >         --
    >         91711:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_fmas
    >         k.h",
    >         91712-          line 57: error #20: identifier "uint32_t" is 
undefined
    >         91713-      uint32_t bfmb_count;
    >         91714-      ^
    >         --
    >         91725:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_fmas
    >         k.h",
    >         91726-          line 57: error #20: identifier "uint32_t" is 
undefined
    >         91727-      uint32_t bfmb_count;
    >         91728-      ^
    >         --
    >         91730:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91731-          .h", line 56: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         91732-      uint16_t index;
    >         91733-      ^
    >         --
    >         91735:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91736-          .h", line 72: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         91737-      uint16_t index;
    >         91738-      ^
    >         --
    >         91740:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91741-          .h", line 87: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         91742-      uint16_t index;
    >         91743-      ^
    >         --
    >         91747:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91748-          .h", line 54: warning #1563: function
    >         "bier_bit_string_is_zero" not
    >         91749-          emitted, consider modeling it or review parse 
diagnostics to
    >         improve
    >         91750-          fidelity
    >         --
    >         91754:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91755-          .h", line 69: warning #1563: function
    >         "bier_bit_string_clear_string"
    >         91756-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         91757-          improve fidelity
    >         --
    >         91761:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91762-          .h", line 84: warning #1563: function
    >         91763-          "bier_bit_string_logical_and_string" not emitted, 
consider
    >         modeling
    >         91764-          it or review parse diagnostics to improve fidelity
    >         --
    >         91779:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_fmas
    >         k.h",
    >         91780-          line 57: error #20: identifier "uint32_t" is 
undefined
    >         91781-      uint32_t bfmb_count;
    >         91782-      ^
    >         --
    >         91784:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91785-          .h", line 56: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         91786-      uint16_t index;
    >         91787-      ^
    >         --
    >         91789:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91790-          .h", line 72: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         91791-      uint16_t index;
    >         91792-      ^
    >         --
    >         91794:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91795-          .h", line 87: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         91796-      uint16_t index;
    >         91797-      ^
    >         --
    >         91801:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91802-          .h", line 54: warning #1563: function
    >         "bier_bit_string_is_zero" not
    >         91803-          emitted, consider modeling it or review parse 
diagnostics to
    >         improve
    >         91804-          fidelity
    >         --
    >         91808:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91809-          .h", line 69: warning #1563: function
    >         "bier_bit_string_clear_string"
    >         91810-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         91811-          improve fidelity
    >         --
    >         91815:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91816-          .h", line 84: warning #1563: function
    >         91817-          "bier_bit_string_logical_and_string" not emitted, 
consider
    >         modeling
    >         91818-          it or review parse diagnostics to improve fidelity
    >         --
    >         91822:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_fmas
    >         k.h",
    >         91823-          line 57: error #20: identifier "uint32_t" is 
undefined
    >         91824-      uint32_t bfmb_count;
    >         91825-      ^
    >         --
    >         91870:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91871-          .h", line 56: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         91872-      uint16_t index;
    >         91873-      ^
    >         --
    >         91875:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91876-          .h", line 72: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         91877-      uint16_t index;
    >         91878-      ^
    >         --
    >         91880:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91881-          .h", line 87: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         91882-      uint16_t index;
    >         91883-      ^
    >         --
    >         91911:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91912-          .h", line 54: warning #1563: function
    >         "bier_bit_string_is_zero" not
    >         91913-          emitted, consider modeling it or review parse 
diagnostics to
    >         improve
    >         91914-          fidelity
    >         --
    >         91918:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91919-          .h", line 69: warning #1563: function
    >         "bier_bit_string_clear_string"
    >         91920-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         91921-          improve fidelity
    >         --
    >         91925:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91926-          .h", line 84: warning #1563: function
    >         91927-          "bier_bit_string_logical_and_string" not emitted, 
consider
    >         modeling
    >         91928-          it or review parse diagnostics to improve fidelity
    >         --
    >         91942:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_fmas
    >         k.h",
    >         91943-          line 57: error #20: identifier "uint32_t" is 
undefined
    >         91944-      uint32_t bfmb_count;
    >         91945-      ^
    >         --
    >         91991:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91992-          .h", line 56: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         91993-      uint16_t index;
    >         91994-      ^
    >         --
    >         91996:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         91997-          .h", line 72: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         91998-      uint16_t index;
    >         91999-      ^
    >         --
    >         92001:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         92002-          .h", line 87: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         92003-      uint16_t index;
    >         92004-      ^
    >         --
    >         92008:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         92009-          .h", line 54: warning #1563: function
    >         "bier_bit_string_is_zero" not
    >         92010-          emitted, consider modeling it or review parse 
diagnostics to
    >         improve
    >         92011-          fidelity
    >         --
    >         92015:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         92016-          .h", line 69: warning #1563: function
    >         "bier_bit_string_clear_string"
    >         92017-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         92018-          improve fidelity
    >         --
    >         92022:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         92023-          .h", line 84: warning #1563: function
    >         92024-          "bier_bit_string_logical_and_string" not emitted, 
consider
    >         modeling
    >         92025-          it or review parse diagnostics to improve fidelity
    >         --
    >         92032:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_fmas
    >         k.h",
    >         92033-          line 57: error #20: identifier "uint32_t" is 
undefined
    >         92034-      uint32_t bfmb_count;
    >         92035-      ^
    >         --
    >         92037:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         92038-          .h", line 56: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         92039-      uint16_t index;
    >         92040-      ^
    >         --
    >         92042:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         92043-          .h", line 72: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         92044-      uint16_t index;
    >         92045-      ^
    >         --
    >         92047:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         92048-          .h", line 87: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         92049-      uint16_t index;
    >         92050-      ^
    >         --
    >         92052:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         92053-          .h", line 54: warning #1563: function
    >         "bier_bit_string_is_zero" not
    >         92054-          emitted, consider modeling it or review parse 
diagnostics to
    >         improve
    >         92055-          fidelity
    >         --
    >         92059:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         92060-          .h", line 69: warning #1563: function
    >         "bier_bit_string_clear_string"
    >         92061-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         92062-          improve fidelity
    >         --
    >         92066:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         92067-          .h", line 84: warning #1563: function
    >         92068-          "bier_bit_string_logical_and_string" not emitted, 
consider
    >         modeling
    >         92069-          it or review parse diagnostics to improve fidelity
    >         --
    >         92128:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_fmas
    >         k.h",
    >         92129-          line 57: error #20: identifier "uint32_t" is 
undefined
    >         92130-      uint32_t bfmb_count;
    >         92131-      ^
    >         --
    >         92274:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_fmas
    >         k.h",
    >         92275-          line 57: error #20: identifier "uint32_t" is 
undefined
    >         92276-      uint32_t bfmb_count;
    >         92277-      ^
    >         --
    >         92279:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         92280-          .h", line 56: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         92281-      uint16_t index;
    >         92282-      ^
    >         --
    >         92284:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         92285-          .h", line 72: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         92286-      uint16_t index;
    >         92287-      ^
    >         --
    >         92289:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         92290-          .h", line 87: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         92291-      uint16_t index;
    >         92292-      ^
    >         --
    >         92301:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         92302-          .h", line 54: warning #1563: function
    >         "bier_bit_string_is_zero" not
    >         92303-          emitted, consider modeling it or review parse 
diagnostics to
    >         improve
    >         92304-          fidelity
    >         --
    >         92308:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         92309-          .h", line 69: warning #1563: function
    >         "bier_bit_string_clear_string"
    >         92310-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         92311-          improve fidelity
    >         --
    >         92315:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         92316-          .h", line 84: warning #1563: function
    >         92317-          "bier_bit_string_logical_and_string" not emitted, 
consider
    >         modeling
    >         92318-          it or review parse diagnostics to improve fidelity
    >         --
    >         92602:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         92603-          .h", line 56: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         92604-      uint16_t index;
    >         92605-      ^
    >         --
    >         92607:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         92608-          .h", line 72: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         92609-      uint16_t index;
    >         92610-      ^
    >         --
    >         92612:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         92613-          .h", line 87: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         92614-      uint16_t index;
    >         92615-      ^
    >         --
    >         92670:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         92671-          .h", line 54: warning #1563: function
    >         "bier_bit_string_is_zero" not
    >         92672-          emitted, consider modeling it or review parse 
diagnostics to
    >         improve
    >         92673-          fidelity
    >         --
    >         92677:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         92678-          .h", line 69: warning #1563: function
    >         "bier_bit_string_clear_string"
    >         92679-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         92680-          improve fidelity
    >         --
    >         92684:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         92685-          .h", line 84: warning #1563: function
    >         92686-          "bier_bit_string_logical_and_string" not emitted, 
consider
    >         modeling
    >         92687-          it or review parse diagnostics to improve fidelity
    >         --
    >         93016:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93017-          .h", line 56: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         93018-      uint16_t index;
    >         93019-      ^
    >         --
    >         93022:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93023-          .h", line 72: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         93024-      uint16_t index;
    >         93025-      ^
    >         --
    >         93028:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93029-          .h", line 87: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         93030-      uint16_t index;
    >         93031-      ^
    >         --
    >         93033:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_fmas
    >         k.h",
    >         93034-          line 57: error #20: identifier "uint32_t" is 
undefined
    >         93035-      uint32_t bfmb_count;
    >         93036-      ^
    >         --
    >         93038:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93039-          .h", line 56: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         93040-      uint16_t index;
    >         93041-      ^
    >         --
    >         93043:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93044-          .h", line 72: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         93045-      uint16_t index;
    >         93046-      ^
    >         --
    >         93048:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93049-          .h", line 87: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         93050-      uint16_t index;
    >         93051-      ^
    >         --
    >         93057:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93058-          .h", line 54: warning #1563: function
    >         "bier_bit_string_is_zero" not
    >         93059-          emitted, consider modeling it or review parse 
diagnostics to
    >         improve
    >         93060-          fidelity
    >         --
    >         93064:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93065-          .h", line 69: warning #1563: function
    >         "bier_bit_string_clear_string"
    >         93066-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         93067-          improve fidelity
    >         --
    >         93071:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93072-          .h", line 84: warning #1563: function
    >         93073-          "bier_bit_string_logical_and_string" not emitted, 
consider
    >         modeling
    >         93074-          it or review parse diagnostics to improve fidelity
    >         --
    >         93083:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93084-          .h", line 54: warning #1563: function
    >         "bier_bit_string_is_zero" not
    >         93085-          emitted, consider modeling it or review parse 
diagnostics to
    >         improve
    >         93086-          fidelity
    >         --
    >         93090:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93091-          .h", line 69: warning #1563: function
    >         "bier_bit_string_clear_string"
    >         93092-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         93093-          improve fidelity
    >         --
    >         93097:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93098-          .h", line 84: warning #1563: function
    >         93099-          "bier_bit_string_logical_and_string" not emitted, 
consider
    >         modeling
    >         93100-          it or review parse diagnostics to improve fidelity
    >         --
    >         93357:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93358-          .h", line 56: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         93359-      uint16_t index;
    >         93360-      ^
    >         --
    >         93362:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93363-          .h", line 72: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         93364-      uint16_t index;
    >         93365-      ^
    >         --
    >         93367:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93368-          .h", line 87: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         93369-      uint16_t index;
    >         93370-      ^
    >         --
    >         93389:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93390-          .h", line 54: warning #1563: function
    >         "bier_bit_string_is_zero" not
    >         93391-          emitted, consider modeling it or review parse 
diagnostics to
    >         improve
    >         93392-          fidelity
    >         --
    >         93396:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93397-          .h", line 69: warning #1563: function
    >         "bier_bit_string_clear_string"
    >         93398-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         93399-          improve fidelity
    >         --
    >         93403:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93404-          .h", line 84: warning #1563: function
    >         93405-          "bier_bit_string_logical_and_string" not emitted, 
consider
    >         modeling
    >         93406-          it or review parse diagnostics to improve fidelity
    >         --
    >         93421:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93422-          .h", line 56: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         93423-      uint16_t index;
    >         93424-      ^
    >         --
    >         93426:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93427-          .h", line 72: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         93428-      uint16_t index;
    >         93429-      ^
    >         --
    >         93431:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93432-          .h", line 87: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         93433-      uint16_t index;
    >         93434-      ^
    >         --
    >         93436:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93437-          .h", line 54: warning #1563: function
    >         "bier_bit_string_is_zero" not
    >         93438-          emitted, consider modeling it or review parse 
diagnostics to
    >         improve
    >         93439-          fidelity
    >         --
    >         93443:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93444-          .h", line 69: warning #1563: function
    >         "bier_bit_string_clear_string"
    >         93445-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         93446-          improve fidelity
    >         --
    >         93450:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93451-          .h", line 84: warning #1563: function
    >         93452-          "bier_bit_string_logical_and_string" not emitted, 
consider
    >         modeling
    >         93453-          it or review parse diagnostics to improve fidelity
    >         --
    >         93457:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93458-          .h", line 56: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         93459-      uint16_t index;
    >         93460-      ^
    >         --
    >         93462:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93463-          .h", line 72: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         93464-      uint16_t index;
    >         93465-      ^
    >         --
    >         93467:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93468-          .h", line 87: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         93469-      uint16_t index;
    >         93470-      ^
    >         --
    >         93472:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93473-          .h", line 56: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         93474-      uint16_t index;
    >         93475-      ^
    >         --
    >         93477:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93478-          .h", line 72: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         93479-      uint16_t index;
    >         93480-      ^
    >         --
    >         93482:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93483-          .h", line 87: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         93484-      uint16_t index;
    >         93485-      ^
    >         --
    >         93487:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93488-          .h", line 56: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         93489-      uint16_t index;
    >         93490-      ^
    >         --
    >         93492:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93493-          .h", line 72: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         93494-      uint16_t index;
    >         93495-      ^
    >         --
    >         93497:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93498-          .h", line 87: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         93499-      uint16_t index;
    >         93500-      ^
    >         --
    >         93502:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93503-          .h", line 54: warning #1563: function
    >         "bier_bit_string_is_zero" not
    >         93504-          emitted, consider modeling it or review parse 
diagnostics to
    >         improve
    >         93505-          fidelity
    >         --
    >         93509:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93510-          .h", line 69: warning #1563: function
    >         "bier_bit_string_clear_string"
    >         93511-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         93512-          improve fidelity
    >         --
    >         93516:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93517-          .h", line 84: warning #1563: function
    >         93518-          "bier_bit_string_logical_and_string" not emitted, 
consider
    >         modeling
    >         93519-          it or review parse diagnostics to improve fidelity
    >         --
    >         93523:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93524-          .h", line 54: warning #1563: function
    >         "bier_bit_string_is_zero" not
    >         93525-          emitted, consider modeling it or review parse 
diagnostics to
    >         improve
    >         93526-          fidelity
    >         --
    >         93530:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93531-          .h", line 69: warning #1563: function
    >         "bier_bit_string_clear_string"
    >         93532-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         93533-          improve fidelity
    >         --
    >         93537:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93538-          .h", line 84: warning #1563: function
    >         93539-          "bier_bit_string_logical_and_string" not emitted, 
consider
    >         modeling
    >         93540-          it or review parse diagnostics to improve fidelity
    >         --
    >         93549:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93550-          .h", line 54: warning #1563: function
    >         "bier_bit_string_is_zero" not
    >         93551-          emitted, consider modeling it or review parse 
diagnostics to
    >         improve
    >         93552-          fidelity
    >         --
    >         93556:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93557-          .h", line 69: warning #1563: function
    >         "bier_bit_string_clear_string"
    >         93558-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         93559-          improve fidelity
    >         --
    >         93563:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93564-          .h", line 84: warning #1563: function
    >         93565-          "bier_bit_string_logical_and_string" not emitted, 
consider
    >         modeling
    >         93566-          it or review parse diagnostics to improve fidelity
    >         --
    >         93575:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_fmas
    >         k.h",
    >         93576-          line 57: error #20: identifier "uint32_t" is 
undefined
    >         93577-      uint32_t bfmb_count;
    >         93578-      ^
    >         --
    >         93580:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93581-          .h", line 56: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         93582-      uint16_t index;
    >         93583-      ^
    >         --
    >         93585:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93586-          .h", line 72: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         93587-      uint16_t index;
    >         93588-      ^
    >         --
    >         93590:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93591-          .h", line 87: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         93592-      uint16_t index;
    >         93593-      ^
    >         --
    >         93599:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93600-          .h", line 54: warning #1563: function
    >         "bier_bit_string_is_zero" not
    >         93601-          emitted, consider modeling it or review parse 
diagnostics to
    >         improve
    >         93602-          fidelity
    >         --
    >         93606:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93607-          .h", line 69: warning #1563: function
    >         "bier_bit_string_clear_string"
    >         93608-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         93609-          improve fidelity
    >         --
    >         93613:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93614-          .h", line 84: warning #1563: function
    >         93615-          "bier_bit_string_logical_and_string" not emitted, 
consider
    >         modeling
    >         93616-          it or review parse diagnostics to improve fidelity
    >         --
    >         93720:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93721-          .h", line 56: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         93722-      uint16_t index;
    >         93723-      ^
    >         --
    >         93725:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93726-          .h", line 72: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         93727-      uint16_t index;
    >         93728-      ^
    >         --
    >         93730:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93731-          .h", line 87: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         93732-      uint16_t index;
    >         93733-      ^
    >         --
    >         93755:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93756-          .h", line 54: warning #1563: function
    >         "bier_bit_string_is_zero" not
    >         93757-          emitted, consider modeling it or review parse 
diagnostics to
    >         improve
    >         93758-          fidelity
    >         --
    >         93762:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93763-          .h", line 69: warning #1563: function
    >         "bier_bit_string_clear_string"
    >         93764-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         93765-          improve fidelity
    >         --
    >         93769:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93770-          .h", line 84: warning #1563: function
    >         93771-          "bier_bit_string_logical_and_string" not emitted, 
consider
    >         modeling
    >         93772-          it or review parse diagnostics to improve fidelity
    >         --
    >         93805:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93806-          .h", line 56: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         93807-      uint16_t index;
    >         93808-      ^
    >         --
    >         93810:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93811-          .h", line 72: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         93812-      uint16_t index;
    >         93813-      ^
    >         --
    >         93815:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93816-          .h", line 87: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         93817-      uint16_t index;
    >         93818-      ^
    >         --
    >         93825:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93826-          .h", line 54: warning #1563: function
    >         "bier_bit_string_is_zero" not
    >         93827-          emitted, consider modeling it or review parse 
diagnostics to
    >         improve
    >         93828-          fidelity
    >         --
    >         93832:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93833-          .h", line 69: warning #1563: function
    >         "bier_bit_string_clear_string"
    >         93834-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         93835-          improve fidelity
    >         --
    >         93839:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93840-          .h", line 84: warning #1563: function
    >         93841-          "bier_bit_string_logical_and_string" not emitted, 
consider
    >         modeling
    >         93842-          it or review parse diagnostics to improve fidelity
    >         --
    >         93886:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93887-          .h", line 56: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         93888-      uint16_t index;
    >         93889-      ^
    >         --
    >         93891:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93892-          .h", line 72: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         93893-      uint16_t index;
    >         93894-      ^
    >         --
    >         93896:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93897-          .h", line 87: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         93898-      uint16_t index;
    >         93899-      ^
    >         --
    >         93903:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93904-          .h", line 54: warning #1563: function
    >         "bier_bit_string_is_zero" not
    >         93905-          emitted, consider modeling it or review parse 
diagnostics to
    >         improve
    >         93906-          fidelity
    >         --
    >         93910:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93911-          .h", line 69: warning #1563: function
    >         "bier_bit_string_clear_string"
    >         93912-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         93913-          improve fidelity
    >         --
    >         93917:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         93918-          .h", line 84: warning #1563: function
    >         93919-          "bier_bit_string_logical_and_string" not emitted, 
consider
    >         modeling
    >         93920-          it or review parse diagnostics to improve fidelity
    >         --
    >         94078:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         94079-          .h", line 56: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         94080-      uint16_t index;
    >         94081-      ^
    >         --
    >         94083:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         94084-          .h", line 72: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         94085-      uint16_t index;
    >         94086-      ^
    >         --
    >         94088:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         94089-          .h", line 87: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         94090-      uint16_t index;
    >         94091-      ^
    >         --
    >         94157:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         94158-          .h", line 54: warning #1563: function
    >         "bier_bit_string_is_zero" not
    >         94159-          emitted, consider modeling it or review parse 
diagnostics to
    >         improve
    >         94160-          fidelity
    >         --
    >         94164:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         94165-          .h", line 69: warning #1563: function
    >         "bier_bit_string_clear_string"
    >         94166-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         94167-          improve fidelity
    >         --
    >         94171:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         94172-          .h", line 84: warning #1563: function
    >         94173-          "bier_bit_string_logical_and_string" not emitted, 
consider
    >         modeling
    >         94174-          it or review parse diagnostics to improve fidelity
    >         --
    >         94574:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         94575-          .h", line 56: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         94576-      uint16_t index;
    >         94577-      ^
    >         --
    >         94579:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         94580-          .h", line 72: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         94581-      uint16_t index;
    >         94582-      ^
    >         --
    >         94584:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         94585-          .h", line 87: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         94586-      uint16_t index;
    >         94587-      ^
    >         --
    >         94596:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         94597-          .h", line 54: warning #1563: function
    >         "bier_bit_string_is_zero" not
    >         94598-          emitted, consider modeling it or review parse 
diagnostics to
    >         improve
    >         94599-          fidelity
    >         --
    >         94603:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         94604-          .h", line 69: warning #1563: function
    >         "bier_bit_string_clear_string"
    >         94605-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         94606-          improve fidelity
    >         --
    >         94610:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         94611-          .h", line 84: warning #1563: function
    >         94612-          "bier_bit_string_logical_and_string" not emitted, 
consider
    >         modeling
    >         94613-          it or review parse diagnostics to improve fidelity
    >         --
    >         94965:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         94966-          .h", line 56: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         94967-      uint16_t index;
    >         94968-      ^
    >         --
    >         94970:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         94971-          .h", line 72: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         94972-      uint16_t index;
    >         94973-      ^
    >         --
    >         94975:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         94976-          .h", line 87: warning #20: identifier "uint16_t" 
is
    >         undefined
    >         94977-      uint16_t index;
    >         94978-      ^
    >         --
    >         94980:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         94981-          .h", line 54: warning #1563: function
    >         "bier_bit_string_is_zero" not
    >         94982-          emitted, consider modeling it or review parse 
diagnostics to
    >         improve
    >         94983-          fidelity
    >         --
    >         94987:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         94988-          .h", line 69: warning #1563: function
    >         "bier_bit_string_clear_string"
    >         94989-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         94990-          improve fidelity
    >         --
    >         94994:"/home/vpp/dev/fdio/coverity/vpp/build-
    > data/../src/vnet/bier/bier_bit_
    >         string
    >         94995-          .h", line 84: warning #1563: function
    >         94996-          "bier_bit_string_logical_and_string" not emitted, 
consider
    >         modeling
    >         94997-          it or review parse diagnostics to improve fidelity
    >         --
    >         120262:"/home/vpp/dev/fdio/coverity/vpp/build-data/../src/vpp-
    > api/vom/enum_b
    >         ase.hpp
    >         120263-          ", line 73: warning #2413: a constexpr function 
cannot have
    >         a
    >         120264-          parameter of nonliteral type 
"std::__cxx11::string"
    >         120265-    constexpr enum_base(int value, const std::string desc)
    >         --
    >         120268:"/home/vpp/dev/fdio/coverity/vpp/build-data/../src/vpp-
    > api/vom/enum_b
    >         ase.hpp
    >         120269-          ", line 73: warning #1563: function
    >         "VOM::enum_base<T>::enum_base"
    >         120270-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         120271-          improve fidelity
    >         --
    >         120277:"/home/vpp/dev/fdio/coverity/vpp/build-data/../src/vpp-
    > api/vom/enum_b
    >         ase.hpp
    >         120278-          ", line 73: warning #2413: a constexpr function 
cannot have
    >         a
    >         120279-          parameter of nonliteral type 
"std::__cxx11::string"
    >         120280-    constexpr enum_base(int value, const std::string desc)
    >         --
    >         120283:"/home/vpp/dev/fdio/coverity/vpp/build-data/../src/vpp-
    > api/vom/enum_b
    >         ase.hpp
    >         120284-          ", line 73: warning #1563: function
    >         "VOM::enum_base<T>::enum_base"
    >         120285-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         120286-          improve fidelity
    >         --
    >         120663:"/home/vpp/dev/fdio/coverity/vpp/build-data/../src/vpp-
    > api/vom/enum_b
    >         ase.hpp
    >         120664-          ", line 73: warning #2413: a constexpr function 
cannot have
    >         a
    >         120665-          parameter of nonliteral type 
"std::__cxx11::string"
    >         120666-    constexpr enum_base(int value, const std::string desc)
    >         --
    >         120669:"/home/vpp/dev/fdio/coverity/vpp/build-data/../src/vpp-
    > api/vom/enum_b
    >         ase.hpp
    >         120670-          ", line 73: warning #1563: function
    >         "VOM::enum_base<T>::enum_base"
    >         120671-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         120672-          improve fidelity
    >         --
    >         120686:"/home/vpp/dev/fdio/coverity/vpp/build-data/../src/vpp-
    > api/vom/enum_b
    >         ase.hpp
    >         120687-          ", line 73: warning #2413: a constexpr function 
cannot have
    >         a
    >         120688-          parameter of nonliteral type 
"std::__cxx11::string"
    >         120689-    constexpr enum_base(int value, const std::string desc)
    >         --
    >         120692:"/home/vpp/dev/fdio/coverity/vpp/build-data/../src/vpp-
    > api/vom/enum_b
    >         ase.hpp
    >         120693-          ", line 73: warning #1563: function
    >         "VOM::enum_base<T>::enum_base"
    >         120694-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         120695-          improve fidelity
    >         --
    >         124298:"/home/vpp/dev/fdio/coverity/vpp/build-data/../src/vpp-
    > api/vom/enum_b
    >         ase.hpp
    >         124299-          ", line 73: warning #2413: a constexpr function 
cannot have
    >         a
    >         124300-          parameter of nonliteral type 
"std::__cxx11::string"
    >         124301-    constexpr enum_base(int value, const std::string desc)
    >         --
    >         124304:"/home/vpp/dev/fdio/coverity/vpp/build-data/../src/vpp-
    > api/vom/enum_b
    >         ase.hpp
    >         124305-          ", line 73: warning #1563: function
    >         "VOM::enum_base<T>::enum_base"
    >         124306-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         124307-          improve fidelity
    >         --
    >         124512:"/home/vpp/dev/fdio/coverity/vpp/build-data/../src/vpp-
    > api/vom/enum_b
    >         ase.hpp
    >         124513-          ", line 73: warning #2413: a constexpr function 
cannot have
    >         a
    >         124514-          parameter of nonliteral type 
"std::__cxx11::string"
    >         124515-    constexpr enum_base(int value, const std::string desc)
    >         --
    >         124518:"/home/vpp/dev/fdio/coverity/vpp/build-data/../src/vpp-
    > api/vom/enum_b
    >         ase.hpp
    >         124519-          ", line 73: warning #1563: function
    >         "VOM::enum_base<T>::enum_base"
    >         124520-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         124521-          improve fidelity
    >         --
    >         124657:"/home/vpp/dev/fdio/coverity/vpp/build-data/../src/vpp-
    > api/vom/enum_b
    >         ase.hpp
    >         124658-          ", line 73: warning #2413: a constexpr function 
cannot have
    >         a
    >         124659-          parameter of nonliteral type 
"std::__cxx11::string"
    >         124660-    constexpr enum_base(int value, const std::string desc)
    >         --
    >         124663:"/home/vpp/dev/fdio/coverity/vpp/build-data/../src/vpp-
    > api/vom/enum_b
    >         ase.hpp
    >         124664-          ", line 73: warning #1563: function
    >         "VOM::enum_base<T>::enum_base"
    >         124665-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         124666-          improve fidelity
    >         --
    >         124689:"/home/vpp/dev/fdio/coverity/vpp/build-data/../src/vpp-
    > api/vom/enum_b
    >         ase.hpp
    >         124690-          ", line 73: warning #2413: a constexpr function 
cannot have
    >         a
    >         124691-          parameter of nonliteral type 
"std::__cxx11::string"
    >         124692-    constexpr enum_base(int value, const std::string desc)
    >         --
    >         124695:"/home/vpp/dev/fdio/coverity/vpp/build-data/../src/vpp-
    > api/vom/enum_b
    >         ase.hpp
    >         124696-          ", line 73: warning #1563: function
    >         "VOM::enum_base<T>::enum_base"
    >         124697-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         124698-          improve fidelity
    >         --
    >         125129:"/home/vpp/dev/fdio/coverity/vpp/build-data/../src/vpp-
    > api/vom/enum_b
    >         ase.hpp
    >         125130-          ", line 73: warning #2413: a constexpr function 
cannot have
    >         a
    >         125131-          parameter of nonliteral type 
"std::__cxx11::string"
    >         125132-    constexpr enum_base(int value, const std::string desc)
    >         --
    >         125135:"/home/vpp/dev/fdio/coverity/vpp/build-data/../src/vpp-
    > api/vom/enum_b
    >         ase.hpp
    >         125136-          ", line 73: warning #1563: function
    >         "VOM::enum_base<T>::enum_base"
    >         125137-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         125138-          improve fidelity
    >         --
    >         125762:"/home/vpp/dev/fdio/coverity/vpp/build-data/../src/vpp-
    > api/vom/enum_b
    >         ase.hpp
    >         125763-          ", line 73: warning #2413: a constexpr function 
cannot have
    >         a
    >         125764-          parameter of nonliteral type 
"std::__cxx11::string"
    >         125765-    constexpr enum_base(int value, const std::string desc)
    >         --
    >         125768:"/home/vpp/dev/fdio/coverity/vpp/build-data/../src/vpp-
    > api/vom/enum_b
    >         ase.hpp
    >         125769-          ", line 73: warning #1563: function
    >         "VOM::enum_base<T>::enum_base"
    >         125770-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         125771-          improve fidelity
    >         --
    >         126513:"/home/vpp/dev/fdio/coverity/vpp/build-data/../src/vpp-
    > api/vom/enum_b
    >         ase.hpp
    >         126514-          ", line 73: warning #2413: a constexpr function 
cannot have
    >         a
    >         126515-          parameter of nonliteral type 
"std::__cxx11::string"
    >         126516-    constexpr enum_base(int value, const std::string desc)
    >         --
    >         126519:"/home/vpp/dev/fdio/coverity/vpp/build-data/../src/vpp-
    > api/vom/enum_b
    >         ase.hpp
    >         126520-          ", line 73: warning #1563: function
    >         "VOM::enum_base<T>::enum_base"
    >         126521-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         126522-          improve fidelity
    >         --
    >         126962:"/home/vpp/dev/fdio/coverity/vpp/build-data/../src/vpp-
    > api/vom/enum_b
    >         ase.hpp
    >         126963-          ", line 73: warning #2413: a constexpr function 
cannot have
    >         a
    >         126964-          parameter of nonliteral type 
"std::__cxx11::string"
    >         126965-    constexpr enum_base(int value, const std::string desc)
    >         --
    >         126968:"/home/vpp/dev/fdio/coverity/vpp/build-data/../src/vpp-
    > api/vom/enum_b
    >         ase.hpp
    >         126969-          ", line 73: warning #1563: function
    >         "VOM::enum_base<T>::enum_base"
    >         126970-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         126971-          improve fidelity
    >         --
    >         126975:"/home/vpp/dev/fdio/coverity/vpp/build-data/../src/vpp-
    > api/vom/enum_b
    >         ase.hpp
    >         126976-          ", line 73: warning #2413: a constexpr function 
cannot have
    >         a
    >         126977-          parameter of nonliteral type 
"std::__cxx11::string"
    >         126978-    constexpr enum_base(int value, const std::string desc)
    >         --
    >         126981:"/home/vpp/dev/fdio/coverity/vpp/build-data/../src/vpp-
    > api/vom/enum_b
    >         ase.hpp
    >         126982-          ", line 73: warning #1563: function
    >         "VOM::enum_base<T>::enum_base"
    >         126983-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         126984-          improve fidelity
    >         --
    >         127601:"/home/vpp/dev/fdio/coverity/vpp/build-data/../src/vpp-
    > api/vom/enum_b
    >         ase.hpp
    >         127602-          ", line 73: warning #2413: a constexpr function 
cannot have
    >         a
    >         127603-          parameter of nonliteral type 
"std::__cxx11::string"
    >         127604-    constexpr enum_base(int value, const std::string desc)
    >         --
    >         127607:"/home/vpp/dev/fdio/coverity/vpp/build-data/../src/vpp-
    > api/vom/enum_b
    >         ase.hpp
    >         127608-          ", line 73: warning #1563: function
    >         "VOM::enum_base<T>::enum_base"
    >         127609-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         127610-          improve fidelity
    >         --
    >         127877:"/home/vpp/dev/fdio/coverity/vpp/build-data/../src/vpp-
    > api/vom/enum_b
    >         ase.hpp
    >         127878-          ", line 73: warning #2413: a constexpr function 
cannot have
    >         a
    >         127879-          parameter of nonliteral type 
"std::__cxx11::string"
    >         127880-    constexpr enum_base(int value, const std::string desc)
    >         --
    >         127883:"/home/vpp/dev/fdio/coverity/vpp/build-data/../src/vpp-
    > api/vom/enum_b
    >         ase.hpp
    >         127884-          ", line 73: warning #1563: function
    >         "VOM::enum_base<T>::enum_base"
    >         127885-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         127886-          improve fidelity
    >         --
    >         128107:"/home/vpp/dev/fdio/coverity/vpp/build-data/../src/vpp-
    > api/vom/enum_b
    >         ase.hpp
    >         128108-          ", line 73: warning #2413: a constexpr function 
cannot have
    >         a
    >         128109-          parameter of nonliteral type 
"std::__cxx11::string"
    >         128110-    constexpr enum_base(int value, const std::string desc)
    >         --
    >         128113:"/home/vpp/dev/fdio/coverity/vpp/build-data/../src/vpp-
    > api/vom/enum_b
    >         ase.hpp
    >         128114-          ", line 73: warning #1563: function
    >         "VOM::enum_base<T>::enum_base"
    >         128115-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         128116-          improve fidelity
    >         --
    >         128165:"/home/vpp/dev/fdio/coverity/vpp/build-data/../src/vpp-
    > api/vom/enum_b
    >         ase.hpp
    >         128166-          ", line 73: warning #2413: a constexpr function 
cannot have
    >         a
    >         128167-          parameter of nonliteral type 
"std::__cxx11::string"
    >         128168-    constexpr enum_base(int value, const std::string desc)
    >         --
    >         128178:"/home/vpp/dev/fdio/coverity/vpp/build-data/../src/vpp-
    > api/vom/enum_b
    >         ase.hpp
    >         128179-          ", line 73: warning #1563: function
    >         "VOM::enum_base<T>::enum_base"
    >         128180-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         128181-          improve fidelity
    >         --
    >         128526:"/home/vpp/dev/fdio/coverity/vpp/build-data/../src/vpp-
    > api/vom/enum_b
    >         ase.hpp
    >         128527-          ", line 73: warning #2413: a constexpr function 
cannot have
    >         a
    >         128528-          parameter of nonliteral type 
"std::__cxx11::string"
    >         128529-    constexpr enum_base(int value, const std::string desc)
    >         --
    >         128540:"/home/vpp/dev/fdio/coverity/vpp/build-data/../src/vpp-
    > api/vom/enum_b
    >         ase.hpp
    >         128541-          ", line 73: warning #1563: function
    >         "VOM::enum_base<T>::enum_base"
    >         128542-          not emitted, consider modeling it or review parse
    >         diagnostics to
    >         128543-          improve fidelity
    > 
    >         _______________________________________________
    >         vpp-dev mailing list
    >         vpp-dev@lists.fd.io
    >         https://lists.fd.io/mailman/listinfo/vpp-dev
    > 
    > 
    >     _______________________________________________
    >     vpp-dev mailing list
    >     vpp-dev@lists.fd.io
    >     https://lists.fd.io/mailman/listinfo/vpp-dev
    > 
    > _______________________________________________
    > vpp-dev mailing list
    > vpp-dev@lists.fd.io
    > https://lists.fd.io/mailman/listinfo/vpp-dev
    

_______________________________________________
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev

Reply via email to