frr icon indicating copy to clipboard operation
frr copied to clipboard

pathd: nai adjacency fix query type f for IPV6

Open fdumontet6WIND opened this issue 2 years ago • 8 comments

This commit is dedicated to fix some issues in path_ted_query_type_f function. Issues are related to IPv6 implementation. -key is not based on the pertinent part of IPv6 address. -test on memcmp return value is mismatch. -wrong flag value tested (ipv4 against ipv6). -return adj_sid was the wrong one.

Signed-off-by: Francois Dumontet [email protected]

fdumontet6WIND avatar Sep 06 '22 09:09 fdumontet6WIND

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

See below for issues. CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/

This is a comment from an automated CI system. For questions and feedback in regards to this CI system, please feel free to email Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Failed

Debian 9 amd64 build: Failed (click for details)

Make failed for Debian 9 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI021BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
pimd/pim6_mld.c:362:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported

Debian 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI021BUILD/config.status/config.status Debian 9 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI021BUILD/config.log/config.log.gz

Ubuntu 20.04 amd64 build: Failed (click for details) Ubuntu 20.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U2004AMD64BUILD/config.status/config.status

Make failed for Ubuntu 20.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U2004AMD64BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:257:11: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10364: pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.7259/frr-source'

Ubuntu 20.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U2004AMD64BUILD/config.log/config.log.gz

Ubuntu 18.04 ppc64le build: Failed (click for details)

Make failed for Ubuntu 18.04 ppc64le build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U1804PPC64LEBUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
pimd/pim6_mld.c:362:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported

Ubuntu 18.04 ppc64le build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U1804PPC64LEBUILD/config.status/config.status Ubuntu 18.04 ppc64le build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U1804PPC64LEBUILD/config.log/config.log.gz

Ubuntu 22.04 amd64 build: Failed (click for details) Ubuntu 22.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U22AMD64BUILD/config.status/config.status

Make failed for Ubuntu 22.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U22AMD64BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:72: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:65: error: expected expression before [ token
pathd/path_ted.c:257:39: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10367: pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.7259/frr-source'

Ubuntu 22.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U22AMD64BUILD/config.log/config.log.gz

FreeBSD 12 amd64 build: Failed (click for details)

Make failed for FreeBSD 12 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/FBSD12AMD64/ErrorLog/log_make.txt)

In file included from /usr/include/machine/endian.h:6:0,
pathd/path_ted.c: In function 'path_ted_query_type_f':
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]

FreeBSD 12 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/FBSD12AMD64/config.status/config.status FreeBSD 12 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/FBSD12AMD64/config.log/config.log.gz

Ubuntu 18.04 arm7 build: Failed (click for details)

Make failed for Ubuntu 18.04 arm7 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U18ARM7BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.

Ubuntu 18.04 arm7 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U18ARM7BUILD/config.log/config.log.gz Ubuntu 18.04 arm7 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U18ARM7BUILD/config.status/config.status

Fedora 29 amd64 build: Failed (click for details)

Make failed for Fedora 29 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/F29BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:257:11: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10363: pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.7259/frr-source'

Fedora 29 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/F29BUILD/config.status/config.status Fedora 29 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/F29BUILD/config.log/config.log.gz

Ubuntu 18.04 arm8 build: Failed (click for details) Ubuntu 18.04 arm8 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U18ARM8BUILD/config.status/config.status Ubuntu 18.04 arm8 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U18ARM8BUILD/config.log/config.log.gz

Make failed for Ubuntu 18.04 arm8 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U18ARM8BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
Debian 10 amd64 build: Failed (click for details) Debian 10 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/DEB10BUILD/config.log/config.log.gz

Make failed for Debian 10 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/DEB10BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:257:11: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10364: pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.7259/frr-source'

Debian 10 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/DEB10BUILD/config.status/config.status

Redhat 9 amd64 build: Failed (click for details) Redhat 9 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/RH9BUILD/config.log/config.log.gz

Make failed for Redhat 9 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/RH9BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:72: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:65: error: expected expression before [ token
pathd/path_ted.c:257:39: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10364: pathd/path_ted.o] Error 1
doc/user/_build/texinfo/frr.texi:25642: warning: could not find @image file `frr-figures/pathd_general.txt' nor alternate text
doc/user/_build/texinfo/frr.texi:25791: warning: could not find @image file `frr-figures/pathd_config.txt' nor alternate text

Redhat 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/RH9BUILD/config.status/config.status

Ubuntu 16.04 arm7 build: Failed (click for details) Ubuntu 16.04 arm7 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI101BUILD/config.status/config.status Ubuntu 16.04 arm7 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI101BUILD/config.log/config.log.gz

Make failed for Ubuntu 16.04 arm7 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI101BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
FreeBSD 11 amd64 build: Failed (click for details)

Make failed for FreeBSD 11 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI009BUILD/ErrorLog/log_make.txt)

In file included from /usr/include/machine/endian.h:6,
pathd/path_ted.c: In function 'path_ted_query_type_f':
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]

FreeBSD 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI009BUILD/config.status/config.status FreeBSD 11 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI009BUILD/config.log/config.log.gz

Debian 11 amd64 build: Failed (click for details) Debian 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/DEB11AMD64/config.status/config.status

Make failed for Debian 11 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/DEB11AMD64/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:257:11: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10367: pathd/path_ted.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.7259/frr-source'
make[1]: Target 'all-am' not remade because of errors.

Debian 11 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/DEB11AMD64/config.log/config.log.gz

Ubuntu 16.04 i386 build: Failed (click for details)

Make failed for Ubuntu 16.04 i386 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U1604I386/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
pimd/pim6_mld.c:362:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported

Ubuntu 16.04 i386 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U1604I386/config.status/config.status Ubuntu 16.04 i386 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U1604I386/config.log/config.log.gz

Ubuntu 16.04 arm8 build: Failed (click for details)

Make failed for Ubuntu 16.04 arm8 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U16ARM8BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.

Ubuntu 16.04 arm8 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U16ARM8BUILD/config.log/config.log.gz Ubuntu 16.04 arm8 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U16ARM8BUILD/config.status/config.status

Ubuntu 18.04 amd64 build: Failed (click for details)

Make failed for Ubuntu 18.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U1804AMD64/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
pimd/pim6_mld.c:362:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported

Ubuntu 18.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U1804AMD64/config.status/config.status Ubuntu 18.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U1804AMD64/config.log/config.log.gz

Ubuntu 18.04 i386 build: Failed (click for details) Ubuntu 18.04 i386 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U18I386BUILD/config.log/config.log.gz Ubuntu 18.04 i386 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U18I386BUILD/config.status/config.status

Make failed for Ubuntu 18.04 i386 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U18I386BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
pimd/pim6_mld.c:362:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported
Ubuntu 16.04 amd64 build: Failed (click for details)

Make failed for Ubuntu 16.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI014BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
pimd/pim6_mld.c:362:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported

Ubuntu 16.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI014BUILD/config.status/config.status Ubuntu 16.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI014BUILD/config.log/config.log.gz

OpenBSD 7 amd64 build: Failed (click for details)

Make failed for OpenBSD 7 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI011BUILD/ErrorLog/log_make.txt)

/home/ci/cibuild.7259/frr-source/doc/user/zebra.rst:743: WARNING: duplicate clicmd description of locator NAME, other instance in bgp
/home/ci/cibuild.7259/frr-source/doc/user/zebra.rst:1493: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
pathd/path_ted.c:255:37: error: expected expression
pathd/path_ted.c:255:37: error: expected ']'
pathd/path_ted.c:255:36: note: to match this '['
pathd/path_ted.c:246:58: error: shift count >= width of type [-Werror,-Wshift-count-overflow]
/usr/include/endian.h:98:28: note: expanded from macro 'ntohl'
#define ntohl(x)        __htobe32(x)
/usr/include/sys/_endian.h:89:36: note: expanded from macro '__swap32'

OpenBSD 7 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI011BUILD/config.status/config.status OpenBSD 7 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI011BUILD/config.log/config.log.gz

CentOS 7 amd64 build: Failed (click for details)

Make failed for CentOS 7 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI005BUILD/ErrorLog/log_make.txt)

pimd/pim_cmd_common.c:4776:2: warning: missing braces around initializer [-Wmissing-braces]
pimd/pim_cmd_common.c:4776:2: warning: (near initialization for sg.grp) [-Wmissing-braces]
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.  CC       bgpd/bgp_addpath.o
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed./home/ci/cibuild.7259/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.7259/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.7259/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.7259/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.7259/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.7259/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".

CentOS 7 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI005BUILD/config.status/config.status CentOS 7 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI005BUILD/config.log/config.log.gz

Redhat 8 amd64 build: Failed (click for details) Redhat 8 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/REDHAT8/config.log/config.log.gz

Make failed for Redhat 8 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/REDHAT8/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:257:11: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10363: pathd/path_ted.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.7259/frr-source'
make[1]: Target 'all-am' not remade because of errors.

Redhat 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/REDHAT8/config.status/config.status

NetBSD 9 amd64 build: Failed (click for details) NetBSD 9 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI012BUILD/config.log/config.log.gz

Make failed for NetBSD 9 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI012BUILD/ErrorLog/log_make.txt)

In file included from /usr/include/stdint.h:35:0,
pathd/path_ted.c: In function 'path_ted_query_type_f':
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before '[' token

NetBSD 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI012BUILD/config.status/config.status

Warnings Generated during build:

Checkout code: Successful with additional warnings
Debian 9 amd64 build: Failed (click for details)

Make failed for Debian 9 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI021BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
pimd/pim6_mld.c:362:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported

Debian 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI021BUILD/config.status/config.status Debian 9 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI021BUILD/config.log/config.log.gz

Ubuntu 20.04 amd64 build: Failed (click for details) Ubuntu 20.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U2004AMD64BUILD/config.status/config.status

Make failed for Ubuntu 20.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U2004AMD64BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:257:11: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10364: pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.7259/frr-source'

Ubuntu 20.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U2004AMD64BUILD/config.log/config.log.gz

Ubuntu 18.04 ppc64le build: Failed (click for details)

Make failed for Ubuntu 18.04 ppc64le build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U1804PPC64LEBUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
pimd/pim6_mld.c:362:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported

Ubuntu 18.04 ppc64le build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U1804PPC64LEBUILD/config.status/config.status Ubuntu 18.04 ppc64le build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U1804PPC64LEBUILD/config.log/config.log.gz

Ubuntu 22.04 amd64 build: Failed (click for details) Ubuntu 22.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U22AMD64BUILD/config.status/config.status

Make failed for Ubuntu 22.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U22AMD64BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:72: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:65: error: expected expression before [ token
pathd/path_ted.c:257:39: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10367: pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.7259/frr-source'

Ubuntu 22.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U22AMD64BUILD/config.log/config.log.gz

FreeBSD 12 amd64 build: Failed (click for details)

Make failed for FreeBSD 12 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/FBSD12AMD64/ErrorLog/log_make.txt)

In file included from /usr/include/machine/endian.h:6:0,
pathd/path_ted.c: In function 'path_ted_query_type_f':
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]

FreeBSD 12 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/FBSD12AMD64/config.status/config.status FreeBSD 12 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/FBSD12AMD64/config.log/config.log.gz

Ubuntu 18.04 arm7 build: Failed (click for details)

Make failed for Ubuntu 18.04 arm7 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U18ARM7BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.

Ubuntu 18.04 arm7 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U18ARM7BUILD/config.log/config.log.gz Ubuntu 18.04 arm7 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U18ARM7BUILD/config.status/config.status

Fedora 29 amd64 build: Failed (click for details)

Make failed for Fedora 29 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/F29BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:257:11: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10363: pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.7259/frr-source'

Fedora 29 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/F29BUILD/config.status/config.status Fedora 29 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/F29BUILD/config.log/config.log.gz

Ubuntu 18.04 arm8 build: Failed (click for details) Ubuntu 18.04 arm8 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U18ARM8BUILD/config.status/config.status Ubuntu 18.04 arm8 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U18ARM8BUILD/config.log/config.log.gz

Make failed for Ubuntu 18.04 arm8 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U18ARM8BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
Debian 10 amd64 build: Failed (click for details) Debian 10 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/DEB10BUILD/config.log/config.log.gz

Make failed for Debian 10 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/DEB10BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:257:11: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10364: pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.7259/frr-source'

Debian 10 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/DEB10BUILD/config.status/config.status

Redhat 9 amd64 build: Failed (click for details) Redhat 9 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/RH9BUILD/config.log/config.log.gz

Make failed for Redhat 9 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/RH9BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:72: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:65: error: expected expression before [ token
pathd/path_ted.c:257:39: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10364: pathd/path_ted.o] Error 1
doc/user/_build/texinfo/frr.texi:25642: warning: could not find @image file `frr-figures/pathd_general.txt' nor alternate text
doc/user/_build/texinfo/frr.texi:25791: warning: could not find @image file `frr-figures/pathd_config.txt' nor alternate text

Redhat 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/RH9BUILD/config.status/config.status

Ubuntu 16.04 arm7 build: Failed (click for details) Ubuntu 16.04 arm7 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI101BUILD/config.status/config.status Ubuntu 16.04 arm7 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI101BUILD/config.log/config.log.gz

Make failed for Ubuntu 16.04 arm7 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI101BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
FreeBSD 11 amd64 build: Failed (click for details)

Make failed for FreeBSD 11 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI009BUILD/ErrorLog/log_make.txt)

In file included from /usr/include/machine/endian.h:6,
pathd/path_ted.c: In function 'path_ted_query_type_f':
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]

FreeBSD 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI009BUILD/config.status/config.status FreeBSD 11 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI009BUILD/config.log/config.log.gz

Debian 11 amd64 build: Failed (click for details) Debian 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/DEB11AMD64/config.status/config.status

Make failed for Debian 11 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/DEB11AMD64/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:257:11: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10367: pathd/path_ted.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.7259/frr-source'
make[1]: Target 'all-am' not remade because of errors.

Debian 11 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/DEB11AMD64/config.log/config.log.gz

Ubuntu 16.04 i386 build: Failed (click for details)

Make failed for Ubuntu 16.04 i386 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U1604I386/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
pimd/pim6_mld.c:362:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported

Ubuntu 16.04 i386 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U1604I386/config.status/config.status Ubuntu 16.04 i386 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U1604I386/config.log/config.log.gz

Ubuntu 16.04 arm8 build: Failed (click for details)

Make failed for Ubuntu 16.04 arm8 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U16ARM8BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.

Ubuntu 16.04 arm8 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U16ARM8BUILD/config.log/config.log.gz Ubuntu 16.04 arm8 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U16ARM8BUILD/config.status/config.status

Ubuntu 18.04 amd64 build: Failed (click for details)

Make failed for Ubuntu 18.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U1804AMD64/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
pimd/pim6_mld.c:362:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported

Ubuntu 18.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U1804AMD64/config.status/config.status Ubuntu 18.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U1804AMD64/config.log/config.log.gz

Ubuntu 18.04 i386 build: Failed (click for details) Ubuntu 18.04 i386 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U18I386BUILD/config.log/config.log.gz Ubuntu 18.04 i386 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U18I386BUILD/config.status/config.status

Make failed for Ubuntu 18.04 i386 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/U18I386BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
pimd/pim6_mld.c:362:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported
Ubuntu 16.04 amd64 build: Failed (click for details)

Make failed for Ubuntu 16.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI014BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
pimd/pim6_mld.c:362:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported

Ubuntu 16.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI014BUILD/config.status/config.status Ubuntu 16.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI014BUILD/config.log/config.log.gz

OpenBSD 7 amd64 build: Failed (click for details)

Make failed for OpenBSD 7 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI011BUILD/ErrorLog/log_make.txt)

/home/ci/cibuild.7259/frr-source/doc/user/zebra.rst:743: WARNING: duplicate clicmd description of locator NAME, other instance in bgp
/home/ci/cibuild.7259/frr-source/doc/user/zebra.rst:1493: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
pathd/path_ted.c:255:37: error: expected expression
pathd/path_ted.c:255:37: error: expected ']'
pathd/path_ted.c:255:36: note: to match this '['
pathd/path_ted.c:246:58: error: shift count >= width of type [-Werror,-Wshift-count-overflow]
/usr/include/endian.h:98:28: note: expanded from macro 'ntohl'
#define ntohl(x)        __htobe32(x)
/usr/include/sys/_endian.h:89:36: note: expanded from macro '__swap32'

OpenBSD 7 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI011BUILD/config.status/config.status OpenBSD 7 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI011BUILD/config.log/config.log.gz

CentOS 7 amd64 build: Failed (click for details)

Make failed for CentOS 7 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI005BUILD/ErrorLog/log_make.txt)

pimd/pim_cmd_common.c:4776:2: warning: missing braces around initializer [-Wmissing-braces]
pimd/pim_cmd_common.c:4776:2: warning: (near initialization for sg.grp) [-Wmissing-braces]
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.  CC       bgpd/bgp_addpath.o
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed./home/ci/cibuild.7259/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.7259/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.7259/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.7259/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.7259/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.7259/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".

CentOS 7 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI005BUILD/config.status/config.status CentOS 7 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI005BUILD/config.log/config.log.gz

Redhat 8 amd64 build: Failed (click for details) Redhat 8 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/REDHAT8/config.log/config.log.gz

Make failed for Redhat 8 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/REDHAT8/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:257:11: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10363: pathd/path_ted.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.7259/frr-source'
make[1]: Target 'all-am' not remade because of errors.

Redhat 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/REDHAT8/config.status/config.status

NetBSD 9 amd64 build: Failed (click for details) NetBSD 9 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI012BUILD/config.log/config.log.gz

Make failed for NetBSD 9 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI012BUILD/ErrorLog/log_make.txt)

In file included from /usr/include/stdint.h:35:0,
pathd/path_ted.c: In function 'path_ted_query_type_f':
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:58: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before '[' token

NetBSD 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7259/artifact/CI012BUILD/config.status/config.status

Report for path_ted.c | 2 issues
===============================================
< WARNING: Comparisons should place the constant on the right side of the test
< #250: FILE: /tmp/f1-7303/path_ted.c:250:

NetDEF-CI avatar Sep 06 '22 09:09 NetDEF-CI

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

See below for issues. CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/

This is a comment from an automated CI system. For questions and feedback in regards to this CI system, please feel free to email Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Failed

Ubuntu 18.04 arm8 build: Failed (click for details) Ubuntu 18.04 arm8 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U18ARM8BUILD/config.status/config.status Ubuntu 18.04 arm8 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U18ARM8BUILD/config.log/config.log.gz

Make failed for Ubuntu 18.04 arm8 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U18ARM8BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
Debian 9 amd64 build: Failed (click for details)

Make failed for Debian 9 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI021BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
pimd/pim6_mld.c:362:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported

Debian 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI021BUILD/config.status/config.status Debian 9 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI021BUILD/config.log/config.log.gz

Ubuntu 20.04 amd64 build: Failed (click for details) Ubuntu 20.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U2004AMD64BUILD/config.status/config.status

Make failed for Ubuntu 20.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U2004AMD64BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:257:11: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10364: pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.7260/frr-source'

Ubuntu 20.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U2004AMD64BUILD/config.log/config.log.gz

Ubuntu 18.04 ppc64le build: Failed (click for details)

Make failed for Ubuntu 18.04 ppc64le build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U1804PPC64LEBUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
pimd/pim6_mld.c:362:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported

Ubuntu 18.04 ppc64le build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U1804PPC64LEBUILD/config.status/config.status Ubuntu 18.04 ppc64le build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U1804PPC64LEBUILD/config.log/config.log.gz

Ubuntu 22.04 amd64 build: Failed (click for details) Ubuntu 22.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U22AMD64BUILD/config.status/config.status

Make failed for Ubuntu 22.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U22AMD64BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:71: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:65: error: expected expression before [ token
pathd/path_ted.c:257:39: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10367: pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.7260/frr-source'

Ubuntu 22.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U22AMD64BUILD/config.log/config.log.gz

Debian 10 amd64 build: Failed (click for details) Debian 10 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/DEB10BUILD/config.log/config.log.gz

Make failed for Debian 10 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/DEB10BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:257:11: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10364: pathd/path_ted.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.7260/frr-source'
make[1]: Target 'all-am' not remade because of errors.

Debian 10 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/DEB10BUILD/config.status/config.status

Ubuntu 18.04 arm7 build: Failed (click for details)

Make failed for Ubuntu 18.04 arm7 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U18ARM7BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.

Ubuntu 18.04 arm7 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U18ARM7BUILD/config.log/config.log.gz Ubuntu 18.04 arm7 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U18ARM7BUILD/config.status/config.status

Fedora 29 amd64 build: Failed (click for details)

Make failed for Fedora 29 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/F29BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:257:11: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10363: pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.7260/frr-source'

Fedora 29 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/F29BUILD/config.status/config.status Fedora 29 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/F29BUILD/config.log/config.log.gz

Ubuntu 16.04 arm7 build: Failed (click for details) Ubuntu 16.04 arm7 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI101BUILD/config.status/config.status Ubuntu 16.04 arm7 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI101BUILD/config.log/config.log.gz

Make failed for Ubuntu 16.04 arm7 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI101BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
Redhat 9 amd64 build: Failed (click for details) Redhat 9 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/RH9BUILD/config.log/config.log.gz

Make failed for Redhat 9 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/RH9BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:71: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:65: error: expected expression before [ token
pathd/path_ted.c:257:39: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10364: pathd/path_ted.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.7260/frr-source'
make[1]: Target 'all-am' not remade because of errors.

Redhat 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/RH9BUILD/config.status/config.status

Ubuntu 16.04 i386 build: Failed (click for details)

Make failed for Ubuntu 16.04 i386 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U1604I386/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
pimd/pim6_mld.c:362:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported

Ubuntu 16.04 i386 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U1604I386/config.status/config.status Ubuntu 16.04 i386 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U1604I386/config.log/config.log.gz

Ubuntu 18.04 amd64 build: Failed (click for details)

Make failed for Ubuntu 18.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U1804AMD64/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
pimd/pim6_mld.c:362:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported

Ubuntu 18.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U1804AMD64/config.status/config.status Ubuntu 18.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U1804AMD64/config.log/config.log.gz

Debian 11 amd64 build: Failed (click for details) Debian 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/DEB11AMD64/config.status/config.status

Make failed for Debian 11 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/DEB11AMD64/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:257:11: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10367: pathd/path_ted.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.7260/frr-source'
make[1]: Target 'all-am' not remade because of errors.

Debian 11 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/DEB11AMD64/config.log/config.log.gz

FreeBSD 11 amd64 build: Failed (click for details)

Make failed for FreeBSD 11 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI009BUILD/ErrorLog/log_make.txt)

In file included from /usr/include/machine/endian.h:6,
pathd/path_ted.c: In function 'path_ted_query_type_f':
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]

FreeBSD 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI009BUILD/config.status/config.status FreeBSD 11 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI009BUILD/config.log/config.log.gz

FreeBSD 12 amd64 build: Failed (click for details)

Make failed for FreeBSD 12 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/FBSD12AMD64/ErrorLog/log_make.txt)

In file included from /usr/include/machine/endian.h:6:0,
pathd/path_ted.c: In function 'path_ted_query_type_f':
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]

FreeBSD 12 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/FBSD12AMD64/config.status/config.status FreeBSD 12 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/FBSD12AMD64/config.log/config.log.gz

Ubuntu 16.04 arm8 build: Failed (click for details)

Make failed for Ubuntu 16.04 arm8 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U16ARM8BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.

Ubuntu 16.04 arm8 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U16ARM8BUILD/config.log/config.log.gz Ubuntu 16.04 arm8 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U16ARM8BUILD/config.status/config.status

Ubuntu 16.04 amd64 build: Failed (click for details)

Make failed for Ubuntu 16.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI014BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
pimd/pim6_mld.c:362:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported

Ubuntu 16.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI014BUILD/config.status/config.status Ubuntu 16.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI014BUILD/config.log/config.log.gz

CentOS 7 amd64 build: Failed (click for details)

Make failed for CentOS 7 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI005BUILD/ErrorLog/log_make.txt)

pimd/pim_cmd_common.c:4776:2: warning: missing braces around initializer [-Wmissing-braces]
pimd/pim_cmd_common.c:4776:2: warning: (near initialization for sg.grp) [-Wmissing-braces]
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.  CC       bgpd/bgp_addpath.o
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed./home/ci/cibuild.7260/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.7260/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.7260/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.7260/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.7260/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.7260/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".

CentOS 7 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI005BUILD/config.status/config.status CentOS 7 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI005BUILD/config.log/config.log.gz

Redhat 8 amd64 build: Failed (click for details) Redhat 8 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/REDHAT8/config.log/config.log.gz

Make failed for Redhat 8 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/REDHAT8/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:257:11: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10363: pathd/path_ted.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.7260/frr-source'
make[1]: Target 'all-am' not remade because of errors.

Redhat 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/REDHAT8/config.status/config.status

Ubuntu 18.04 i386 build: Failed (click for details) Ubuntu 18.04 i386 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U18I386BUILD/config.log/config.log.gz Ubuntu 18.04 i386 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U18I386BUILD/config.status/config.status

Make failed for Ubuntu 18.04 i386 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U18I386BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
pimd/pim6_mld.c:362:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported
NetBSD 9 amd64 build: Failed (click for details) NetBSD 9 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI012BUILD/config.log/config.log.gz

Make failed for NetBSD 9 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI012BUILD/ErrorLog/log_make.txt)

In file included from /usr/include/stdint.h:35:0,
pathd/path_ted.c: In function 'path_ted_query_type_f':
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before '[' token

NetBSD 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI012BUILD/config.status/config.status

OpenBSD 7 amd64 build: Failed (click for details)

Make failed for OpenBSD 7 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI011BUILD/ErrorLog/log_make.txt)

/home/ci/cibuild.7260/frr-source/doc/user/zebra.rst:743: WARNING: duplicate clicmd description of locator NAME, other instance in bgp
/home/ci/cibuild.7260/frr-source/doc/user/zebra.rst:1493: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
pathd/path_ted.c:255:37: error: expected expression
pathd/path_ted.c:255:37: error: expected ']'
pathd/path_ted.c:255:36: note: to match this '['
pathd/path_ted.c:246:57: error: shift count >= width of type [-Werror,-Wshift-count-overflow]
/usr/include/endian.h:98:28: note: expanded from macro 'ntohl'
#define ntohl(x)        __htobe32(x)
/usr/include/sys/_endian.h:89:36: note: expanded from macro '__swap32'

OpenBSD 7 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI011BUILD/config.status/config.status OpenBSD 7 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI011BUILD/config.log/config.log.gz

Warnings Generated during build:

Checkout code: Successful with additional warnings
Ubuntu 18.04 arm8 build: Failed (click for details) Ubuntu 18.04 arm8 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U18ARM8BUILD/config.status/config.status Ubuntu 18.04 arm8 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U18ARM8BUILD/config.log/config.log.gz

Make failed for Ubuntu 18.04 arm8 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U18ARM8BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
Debian 9 amd64 build: Failed (click for details)

Make failed for Debian 9 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI021BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
pimd/pim6_mld.c:362:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported

Debian 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI021BUILD/config.status/config.status Debian 9 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI021BUILD/config.log/config.log.gz

Ubuntu 20.04 amd64 build: Failed (click for details) Ubuntu 20.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U2004AMD64BUILD/config.status/config.status

Make failed for Ubuntu 20.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U2004AMD64BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:257:11: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10364: pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.7260/frr-source'

Ubuntu 20.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U2004AMD64BUILD/config.log/config.log.gz

Ubuntu 18.04 ppc64le build: Failed (click for details)

Make failed for Ubuntu 18.04 ppc64le build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U1804PPC64LEBUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
pimd/pim6_mld.c:362:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported

Ubuntu 18.04 ppc64le build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U1804PPC64LEBUILD/config.status/config.status Ubuntu 18.04 ppc64le build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U1804PPC64LEBUILD/config.log/config.log.gz

Ubuntu 22.04 amd64 build: Failed (click for details) Ubuntu 22.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U22AMD64BUILD/config.status/config.status

Make failed for Ubuntu 22.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U22AMD64BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:71: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:65: error: expected expression before [ token
pathd/path_ted.c:257:39: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10367: pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.7260/frr-source'

Ubuntu 22.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U22AMD64BUILD/config.log/config.log.gz

Debian 10 amd64 build: Failed (click for details) Debian 10 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/DEB10BUILD/config.log/config.log.gz

Make failed for Debian 10 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/DEB10BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:257:11: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10364: pathd/path_ted.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.7260/frr-source'
make[1]: Target 'all-am' not remade because of errors.

Debian 10 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/DEB10BUILD/config.status/config.status

Ubuntu 18.04 arm7 build: Failed (click for details)

Make failed for Ubuntu 18.04 arm7 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U18ARM7BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.

Ubuntu 18.04 arm7 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U18ARM7BUILD/config.log/config.log.gz Ubuntu 18.04 arm7 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U18ARM7BUILD/config.status/config.status

Fedora 29 amd64 build: Failed (click for details)

Make failed for Fedora 29 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/F29BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:257:11: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10363: pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.7260/frr-source'

Fedora 29 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/F29BUILD/config.status/config.status Fedora 29 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/F29BUILD/config.log/config.log.gz

Ubuntu 16.04 arm7 build: Failed (click for details) Ubuntu 16.04 arm7 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI101BUILD/config.status/config.status Ubuntu 16.04 arm7 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI101BUILD/config.log/config.log.gz

Make failed for Ubuntu 16.04 arm7 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI101BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
Redhat 9 amd64 build: Failed (click for details) Redhat 9 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/RH9BUILD/config.log/config.log.gz

Make failed for Redhat 9 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/RH9BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:71: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:65: error: expected expression before [ token
pathd/path_ted.c:257:39: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10364: pathd/path_ted.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.7260/frr-source'
make[1]: Target 'all-am' not remade because of errors.

Redhat 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/RH9BUILD/config.status/config.status

Ubuntu 16.04 i386 build: Failed (click for details)

Make failed for Ubuntu 16.04 i386 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U1604I386/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
pimd/pim6_mld.c:362:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported

Ubuntu 16.04 i386 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U1604I386/config.status/config.status Ubuntu 16.04 i386 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U1604I386/config.log/config.log.gz

Ubuntu 18.04 amd64 build: Failed (click for details)

Make failed for Ubuntu 18.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U1804AMD64/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
pimd/pim6_mld.c:362:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported

Ubuntu 18.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U1804AMD64/config.status/config.status Ubuntu 18.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U1804AMD64/config.log/config.log.gz

Debian 11 amd64 build: Failed (click for details) Debian 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/DEB11AMD64/config.status/config.status

Make failed for Debian 11 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/DEB11AMD64/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:257:11: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10367: pathd/path_ted.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.7260/frr-source'
make[1]: Target 'all-am' not remade because of errors.

Debian 11 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/DEB11AMD64/config.log/config.log.gz

FreeBSD 11 amd64 build: Failed (click for details)

Make failed for FreeBSD 11 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI009BUILD/ErrorLog/log_make.txt)

In file included from /usr/include/machine/endian.h:6,
pathd/path_ted.c: In function 'path_ted_query_type_f':
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]

FreeBSD 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI009BUILD/config.status/config.status FreeBSD 11 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI009BUILD/config.log/config.log.gz

FreeBSD 12 amd64 build: Failed (click for details)

Make failed for FreeBSD 12 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/FBSD12AMD64/ErrorLog/log_make.txt)

In file included from /usr/include/machine/endian.h:6:0,
pathd/path_ted.c: In function 'path_ted_query_type_f':
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]

FreeBSD 12 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/FBSD12AMD64/config.status/config.status FreeBSD 12 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/FBSD12AMD64/config.log/config.log.gz

Ubuntu 16.04 arm8 build: Failed (click for details)

Make failed for Ubuntu 16.04 arm8 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U16ARM8BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.

Ubuntu 16.04 arm8 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U16ARM8BUILD/config.log/config.log.gz Ubuntu 16.04 arm8 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U16ARM8BUILD/config.status/config.status

Ubuntu 16.04 amd64 build: Failed (click for details)

Make failed for Ubuntu 16.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI014BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
pimd/pim6_mld.c:362:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported

Ubuntu 16.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI014BUILD/config.status/config.status Ubuntu 16.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI014BUILD/config.log/config.log.gz

CentOS 7 amd64 build: Failed (click for details)

Make failed for CentOS 7 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI005BUILD/ErrorLog/log_make.txt)

pimd/pim_cmd_common.c:4776:2: warning: missing braces around initializer [-Wmissing-braces]
pimd/pim_cmd_common.c:4776:2: warning: (near initialization for sg.grp) [-Wmissing-braces]
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.  CC       bgpd/bgp_addpath.o
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed./home/ci/cibuild.7260/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.7260/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.7260/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.7260/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.7260/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.7260/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".

CentOS 7 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI005BUILD/config.status/config.status CentOS 7 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI005BUILD/config.log/config.log.gz

Redhat 8 amd64 build: Failed (click for details) Redhat 8 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/REDHAT8/config.log/config.log.gz

Make failed for Redhat 8 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/REDHAT8/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:257:11: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10363: pathd/path_ted.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.7260/frr-source'
make[1]: Target 'all-am' not remade because of errors.

Redhat 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/REDHAT8/config.status/config.status

Ubuntu 18.04 i386 build: Failed (click for details) Ubuntu 18.04 i386 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U18I386BUILD/config.log/config.log.gz Ubuntu 18.04 i386 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U18I386BUILD/config.status/config.status

Make failed for Ubuntu 18.04 i386 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/U18I386BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
pimd/pim6_mld.c:362:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported
NetBSD 9 amd64 build: Failed (click for details) NetBSD 9 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI012BUILD/config.log/config.log.gz

Make failed for NetBSD 9 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI012BUILD/ErrorLog/log_make.txt)

In file included from /usr/include/stdint.h:35:0,
pathd/path_ted.c: In function 'path_ted_query_type_f':
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before '[' token

NetBSD 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI012BUILD/config.status/config.status

OpenBSD 7 amd64 build: Failed (click for details)

Make failed for OpenBSD 7 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI011BUILD/ErrorLog/log_make.txt)

/home/ci/cibuild.7260/frr-source/doc/user/zebra.rst:743: WARNING: duplicate clicmd description of locator NAME, other instance in bgp
/home/ci/cibuild.7260/frr-source/doc/user/zebra.rst:1493: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
pathd/path_ted.c:255:37: error: expected expression
pathd/path_ted.c:255:37: error: expected ']'
pathd/path_ted.c:255:36: note: to match this '['
pathd/path_ted.c:246:57: error: shift count >= width of type [-Werror,-Wshift-count-overflow]
/usr/include/endian.h:98:28: note: expanded from macro 'ntohl'
#define ntohl(x)        __htobe32(x)
/usr/include/sys/_endian.h:89:36: note: expanded from macro '__swap32'

OpenBSD 7 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI011BUILD/config.status/config.status OpenBSD 7 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7260/artifact/CI011BUILD/config.log/config.log.gz

Report for path_ted.c | 2 issues
===============================================
< WARNING: Comparisons should place the constant on the right side of the test
< #250: FILE: /tmp/f1-17511/path_ted.c:250:

NetDEF-CI avatar Sep 06 '22 09:09 NetDEF-CI

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

See below for issues. CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/

This is a comment from an automated CI system. For questions and feedback in regards to this CI system, please feel free to email Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Failed

Ubuntu 22.04 amd64 build: Failed (click for details) Ubuntu 22.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U22AMD64BUILD/config.status/config.status

Make failed for Ubuntu 22.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U22AMD64BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:71: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:65: error: expected expression before [ token
pathd/path_ted.c:257:39: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10367: pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.7261/frr-source'

Ubuntu 22.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U22AMD64BUILD/config.log/config.log.gz

Ubuntu 18.04 arm8 build: Failed (click for details) Ubuntu 18.04 arm8 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U18ARM8BUILD/config.status/config.status Ubuntu 18.04 arm8 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U18ARM8BUILD/config.log/config.log.gz

Make failed for Ubuntu 18.04 arm8 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U18ARM8BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
Ubuntu 20.04 amd64 build: Failed (click for details) Ubuntu 20.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U2004AMD64BUILD/config.status/config.status

Make failed for Ubuntu 20.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U2004AMD64BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:257:11: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10364: pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.7261/frr-source'

Ubuntu 20.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U2004AMD64BUILD/config.log/config.log.gz

Debian 9 amd64 build: Failed (click for details)

Make failed for Debian 9 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI021BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
pimd/pim6_mld.c:362:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported

Debian 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI021BUILD/config.status/config.status Debian 9 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI021BUILD/config.log/config.log.gz

Ubuntu 18.04 ppc64le build: Failed (click for details)

Make failed for Ubuntu 18.04 ppc64le build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U1804PPC64LEBUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
pimd/pim6_mld.c:362:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported

Ubuntu 18.04 ppc64le build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U1804PPC64LEBUILD/config.status/config.status Ubuntu 18.04 ppc64le build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U1804PPC64LEBUILD/config.log/config.log.gz

Fedora 29 amd64 build: Failed (click for details)

Make failed for Fedora 29 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/F29BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:257:11: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10363: pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.7261/frr-source'

Fedora 29 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/F29BUILD/config.status/config.status Fedora 29 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/F29BUILD/config.log/config.log.gz

Debian 10 amd64 build: Failed (click for details) Debian 10 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/DEB10BUILD/config.log/config.log.gz

Make failed for Debian 10 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/DEB10BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:257:11: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10364: pathd/path_ted.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.7261/frr-source'
make[1]: Target 'all-am' not remade because of errors.

Debian 10 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/DEB10BUILD/config.status/config.status

Ubuntu 18.04 arm7 build: Failed (click for details)

Make failed for Ubuntu 18.04 arm7 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U18ARM7BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.

Ubuntu 18.04 arm7 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U18ARM7BUILD/config.log/config.log.gz Ubuntu 18.04 arm7 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U18ARM7BUILD/config.status/config.status

FreeBSD 11 amd64 build: Failed (click for details)

Make failed for FreeBSD 11 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI009BUILD/ErrorLog/log_make.txt)

In file included from /usr/include/machine/endian.h:6,
pathd/path_ted.c: In function 'path_ted_query_type_f':
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]

FreeBSD 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI009BUILD/config.status/config.status FreeBSD 11 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI009BUILD/config.log/config.log.gz

Ubuntu 16.04 arm7 build: Failed (click for details) Ubuntu 16.04 arm7 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI101BUILD/config.status/config.status Ubuntu 16.04 arm7 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI101BUILD/config.log/config.log.gz

Make failed for Ubuntu 16.04 arm7 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI101BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
CentOS 7 amd64 build: Failed (click for details)

Make failed for CentOS 7 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI005BUILD/ErrorLog/log_make.txt)

pimd/pim_cmd_common.c:4776:2: warning: missing braces around initializer [-Wmissing-braces]
pimd/pim_cmd_common.c:4776:2: warning: (near initialization for sg.grp) [-Wmissing-braces]
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.  CC       bgpd/bgp_addpath.o
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed./home/ci/cibuild.7261/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.7261/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.7261/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.7261/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.7261/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.7261/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".

CentOS 7 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI005BUILD/config.status/config.status CentOS 7 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI005BUILD/config.log/config.log.gz

Debian 11 amd64 build: Failed (click for details) Debian 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/DEB11AMD64/config.status/config.status

Make failed for Debian 11 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/DEB11AMD64/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:257:11: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10367: pathd/path_ted.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.7261/frr-source'
make[1]: Target 'all-am' not remade because of errors.

Debian 11 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/DEB11AMD64/config.log/config.log.gz

Ubuntu 16.04 i386 build: Failed (click for details)

Make failed for Ubuntu 16.04 i386 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U1604I386/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
pimd/pim6_mld.c:362:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported

Ubuntu 16.04 i386 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U1604I386/config.status/config.status Ubuntu 16.04 i386 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U1604I386/config.log/config.log.gz

Redhat 9 amd64 build: Failed (click for details) Redhat 9 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/RH9BUILD/config.log/config.log.gz

Make failed for Redhat 9 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/RH9BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:71: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:65: error: expected expression before [ token
pathd/path_ted.c:257:39: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10364: pathd/path_ted.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.7261/frr-source'
make[1]: Target 'all-am' not remade because of errors.

Redhat 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/RH9BUILD/config.status/config.status

Ubuntu 18.04 amd64 build: Failed (click for details)

Make failed for Ubuntu 18.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U1804AMD64/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
pimd/pim6_mld.c:362:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported

Ubuntu 18.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U1804AMD64/config.status/config.status Ubuntu 18.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U1804AMD64/config.log/config.log.gz

Ubuntu 16.04 amd64 build: Failed (click for details)

Make failed for Ubuntu 16.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI014BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
pimd/pim6_mld.c:362:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported

Ubuntu 16.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI014BUILD/config.status/config.status Ubuntu 16.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI014BUILD/config.log/config.log.gz

NetBSD 9 amd64 build: Failed (click for details) NetBSD 9 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI012BUILD/config.log/config.log.gz

Make failed for NetBSD 9 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI012BUILD/ErrorLog/log_make.txt)

In file included from /usr/include/stdint.h:35:0,
pathd/path_ted.c: In function 'path_ted_query_type_f':
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before '[' token

NetBSD 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI012BUILD/config.status/config.status

FreeBSD 12 amd64 build: Failed (click for details)

Make failed for FreeBSD 12 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/FBSD12AMD64/ErrorLog/log_make.txt)

In file included from /usr/include/machine/endian.h:6:0,
pathd/path_ted.c: In function 'path_ted_query_type_f':
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]

FreeBSD 12 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/FBSD12AMD64/config.status/config.status FreeBSD 12 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/FBSD12AMD64/config.log/config.log.gz

Ubuntu 16.04 arm8 build: Failed (click for details)

Make failed for Ubuntu 16.04 arm8 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U16ARM8BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.

Ubuntu 16.04 arm8 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U16ARM8BUILD/config.log/config.log.gz Ubuntu 16.04 arm8 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U16ARM8BUILD/config.status/config.status

Ubuntu 18.04 i386 build: Failed (click for details) Ubuntu 18.04 i386 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U18I386BUILD/config.log/config.log.gz Ubuntu 18.04 i386 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U18I386BUILD/config.status/config.status

Make failed for Ubuntu 18.04 i386 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U18I386BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
pimd/pim6_mld.c:362:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported
Redhat 8 amd64 build: Failed (click for details) Redhat 8 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/REDHAT8/config.log/config.log.gz

Make failed for Redhat 8 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/REDHAT8/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:257:11: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10363: pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.7261/frr-source'

Redhat 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/REDHAT8/config.status/config.status

OpenBSD 7 amd64 build: Failed (click for details)

Make failed for OpenBSD 7 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI011BUILD/ErrorLog/log_make.txt)

/home/ci/cibuild.7261/frr-source/doc/user/zebra.rst:743: WARNING: duplicate clicmd description of locator NAME, other instance in bgp
/home/ci/cibuild.7261/frr-source/doc/user/zebra.rst:1493: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
pathd/path_ted.c:255:37: error: expected expression
pathd/path_ted.c:255:37: error: expected ']'
pathd/path_ted.c:255:36: note: to match this '['
pathd/path_ted.c:246:57: error: shift count >= width of type [-Werror,-Wshift-count-overflow]
/usr/include/endian.h:98:28: note: expanded from macro 'ntohl'
#define ntohl(x)        __htobe32(x)
/usr/include/sys/_endian.h:89:36: note: expanded from macro '__swap32'

OpenBSD 7 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI011BUILD/config.status/config.status OpenBSD 7 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI011BUILD/config.log/config.log.gz

Warnings Generated during build:

Checkout code: Successful with additional warnings
Ubuntu 22.04 amd64 build: Failed (click for details) Ubuntu 22.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U22AMD64BUILD/config.status/config.status

Make failed for Ubuntu 22.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U22AMD64BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:71: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:65: error: expected expression before [ token
pathd/path_ted.c:257:39: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10367: pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.7261/frr-source'

Ubuntu 22.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U22AMD64BUILD/config.log/config.log.gz

Ubuntu 18.04 arm8 build: Failed (click for details) Ubuntu 18.04 arm8 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U18ARM8BUILD/config.status/config.status Ubuntu 18.04 arm8 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U18ARM8BUILD/config.log/config.log.gz

Make failed for Ubuntu 18.04 arm8 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U18ARM8BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
Ubuntu 20.04 amd64 build: Failed (click for details) Ubuntu 20.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U2004AMD64BUILD/config.status/config.status

Make failed for Ubuntu 20.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U2004AMD64BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:257:11: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10364: pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.7261/frr-source'

Ubuntu 20.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U2004AMD64BUILD/config.log/config.log.gz

Debian 9 amd64 build: Failed (click for details)

Make failed for Debian 9 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI021BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
pimd/pim6_mld.c:362:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported

Debian 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI021BUILD/config.status/config.status Debian 9 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI021BUILD/config.log/config.log.gz

Ubuntu 18.04 ppc64le build: Failed (click for details)

Make failed for Ubuntu 18.04 ppc64le build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U1804PPC64LEBUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
pimd/pim6_mld.c:362:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported

Ubuntu 18.04 ppc64le build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U1804PPC64LEBUILD/config.status/config.status Ubuntu 18.04 ppc64le build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U1804PPC64LEBUILD/config.log/config.log.gz

Fedora 29 amd64 build: Failed (click for details)

Make failed for Fedora 29 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/F29BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:257:11: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10363: pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.7261/frr-source'

Fedora 29 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/F29BUILD/config.status/config.status Fedora 29 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/F29BUILD/config.log/config.log.gz

Debian 10 amd64 build: Failed (click for details) Debian 10 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/DEB10BUILD/config.log/config.log.gz

Make failed for Debian 10 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/DEB10BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:257:11: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10364: pathd/path_ted.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.7261/frr-source'
make[1]: Target 'all-am' not remade because of errors.

Debian 10 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/DEB10BUILD/config.status/config.status

Ubuntu 18.04 arm7 build: Failed (click for details)

Make failed for Ubuntu 18.04 arm7 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U18ARM7BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.

Ubuntu 18.04 arm7 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U18ARM7BUILD/config.log/config.log.gz Ubuntu 18.04 arm7 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U18ARM7BUILD/config.status/config.status

FreeBSD 11 amd64 build: Failed (click for details)

Make failed for FreeBSD 11 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI009BUILD/ErrorLog/log_make.txt)

In file included from /usr/include/machine/endian.h:6,
pathd/path_ted.c: In function 'path_ted_query_type_f':
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]

FreeBSD 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI009BUILD/config.status/config.status FreeBSD 11 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI009BUILD/config.log/config.log.gz

Ubuntu 16.04 arm7 build: Failed (click for details) Ubuntu 16.04 arm7 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI101BUILD/config.status/config.status Ubuntu 16.04 arm7 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI101BUILD/config.log/config.log.gz

Make failed for Ubuntu 16.04 arm7 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI101BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
CentOS 7 amd64 build: Failed (click for details)

Make failed for CentOS 7 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI005BUILD/ErrorLog/log_make.txt)

pimd/pim_cmd_common.c:4776:2: warning: missing braces around initializer [-Wmissing-braces]
pimd/pim_cmd_common.c:4776:2: warning: (near initialization for sg.grp) [-Wmissing-braces]
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.  CC       bgpd/bgp_addpath.o
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed./home/ci/cibuild.7261/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.7261/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.7261/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.7261/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.7261/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.7261/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".

CentOS 7 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI005BUILD/config.status/config.status CentOS 7 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI005BUILD/config.log/config.log.gz

Debian 11 amd64 build: Failed (click for details) Debian 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/DEB11AMD64/config.status/config.status

Make failed for Debian 11 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/DEB11AMD64/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:257:11: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10367: pathd/path_ted.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.7261/frr-source'
make[1]: Target 'all-am' not remade because of errors.

Debian 11 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/DEB11AMD64/config.log/config.log.gz

Ubuntu 16.04 i386 build: Failed (click for details)

Make failed for Ubuntu 16.04 i386 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U1604I386/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
pimd/pim6_mld.c:362:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported

Ubuntu 16.04 i386 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U1604I386/config.status/config.status Ubuntu 16.04 i386 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U1604I386/config.log/config.log.gz

Redhat 9 amd64 build: Failed (click for details) Redhat 9 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/RH9BUILD/config.log/config.log.gz

Make failed for Redhat 9 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/RH9BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:71: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:65: error: expected expression before [ token
pathd/path_ted.c:257:39: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10364: pathd/path_ted.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.7261/frr-source'
make[1]: Target 'all-am' not remade because of errors.

Redhat 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/RH9BUILD/config.status/config.status

Ubuntu 18.04 amd64 build: Failed (click for details)

Make failed for Ubuntu 18.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U1804AMD64/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
pimd/pim6_mld.c:362:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported

Ubuntu 18.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U1804AMD64/config.status/config.status Ubuntu 18.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U1804AMD64/config.log/config.log.gz

Ubuntu 16.04 amd64 build: Failed (click for details)

Make failed for Ubuntu 16.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI014BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
pimd/pim6_mld.c:362:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported

Ubuntu 16.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI014BUILD/config.status/config.status Ubuntu 16.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI014BUILD/config.log/config.log.gz

NetBSD 9 amd64 build: Failed (click for details) NetBSD 9 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI012BUILD/config.log/config.log.gz

Make failed for NetBSD 9 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI012BUILD/ErrorLog/log_make.txt)

In file included from /usr/include/stdint.h:35:0,
pathd/path_ted.c: In function 'path_ted_query_type_f':
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before '[' token

NetBSD 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI012BUILD/config.status/config.status

FreeBSD 12 amd64 build: Failed (click for details)

Make failed for FreeBSD 12 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/FBSD12AMD64/ErrorLog/log_make.txt)

In file included from /usr/include/machine/endian.h:6:0,
pathd/path_ted.c: In function 'path_ted_query_type_f':
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]

FreeBSD 12 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/FBSD12AMD64/config.status/config.status FreeBSD 12 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/FBSD12AMD64/config.log/config.log.gz

Ubuntu 16.04 arm8 build: Failed (click for details)

Make failed for Ubuntu 16.04 arm8 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U16ARM8BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.

Ubuntu 16.04 arm8 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U16ARM8BUILD/config.log/config.log.gz Ubuntu 16.04 arm8 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U16ARM8BUILD/config.status/config.status

Ubuntu 18.04 i386 build: Failed (click for details) Ubuntu 18.04 i386 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U18I386BUILD/config.log/config.log.gz Ubuntu 18.04 i386 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U18I386BUILD/config.status/config.status

Make failed for Ubuntu 18.04 i386 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/U18I386BUILD/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121:0,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:258:4: error: expected ; before } token
cc1: all warnings being treated as errors
Makefile:9700: recipe for target 'pathd/path_ted.o' failed
make[1]: *** [pathd/path_ted.o] Error 1
pimd/pim6_mld.c:362:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported
Redhat 8 amd64 build: Failed (click for details) Redhat 8 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/REDHAT8/config.log/config.log.gz

Make failed for Redhat 8 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/REDHAT8/ErrorLog/log_make.txt)

In file included from ./lib/zebra.h:121,
pathd/path_ted.c: In function path_ted_query_type_f:
pathd/path_ted.c:246:57: error: left shift count >= width of type [-Werror=shift-count-overflow]
pathd/path_ted.c:255:37: error: expected expression before [ token
pathd/path_ted.c:257:11: error: expected ; before } token
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10363: pathd/path_ted.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.7261/frr-source'

Redhat 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/REDHAT8/config.status/config.status

OpenBSD 7 amd64 build: Failed (click for details)

Make failed for OpenBSD 7 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI011BUILD/ErrorLog/log_make.txt)

/home/ci/cibuild.7261/frr-source/doc/user/zebra.rst:743: WARNING: duplicate clicmd description of locator NAME, other instance in bgp
/home/ci/cibuild.7261/frr-source/doc/user/zebra.rst:1493: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
pathd/path_ted.c:255:37: error: expected expression
pathd/path_ted.c:255:37: error: expected ']'
pathd/path_ted.c:255:36: note: to match this '['
pathd/path_ted.c:246:57: error: shift count >= width of type [-Werror,-Wshift-count-overflow]
/usr/include/endian.h:98:28: note: expanded from macro 'ntohl'
#define ntohl(x)        __htobe32(x)
/usr/include/sys/_endian.h:89:36: note: expanded from macro '__swap32'

OpenBSD 7 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI011BUILD/config.status/config.status OpenBSD 7 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7261/artifact/CI011BUILD/config.log/config.log.gz

Report for path_ted.c | 2 issues
===============================================
< WARNING: Comparisons should place the constant on the right side of the test
< #250: FILE: /tmp/f1-31609/path_ted.c:250:

NetDEF-CI avatar Sep 06 '22 09:09 NetDEF-CI

Outdated results 🛑

Basic BGPD CI results: FAILURE

_ _
Result FAILURE git merge/11910 5f719528 frr.github Build
Date 09/06/2022
Start 05:41:04
Finish 05:42:13
Run-Time 01:09
Total
Pass
Fail
Valgrind-Errors
Valgrind-Loss
Details vncregress-2022-09-06-05:41:04.txt
Log make-2022-09-06-05:41:04.out.bz2
Memory

For details, please contact louberger

LabN-CI avatar Sep 06 '22 09:09 LabN-CI

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

See below for issues. CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7263/

This is a comment from an automated CI system. For questions and feedback in regards to this CI system, please feel free to email Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Failed

Topotests Ubuntu 18.04 arm8 part 9: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 9: No useful log found
Successful on other platforms/tests
  • Topotests Ubuntu 18.04 i386 part 2
  • Topotests Ubuntu 18.04 amd64 part 3
  • Topotests Ubuntu 18.04 arm8 part 7
  • Topotests Ubuntu 18.04 i386 part 7
  • Addresssanitizer topotests part 7
  • Topotests Ubuntu 18.04 arm8 part 8
  • Topotests debian 10 amd64 part 0
  • Topotests Ubuntu 18.04 amd64 part 5
  • IPv4 ldp protocol on Ubuntu 18.04
  • Ubuntu 16.04 deb pkg check
  • Topotests Ubuntu 18.04 i386 part 1
  • Addresssanitizer topotests part 5
  • Topotests Ubuntu 18.04 i386 part 6
  • Topotests Ubuntu 18.04 amd64 part 0
  • Topotests Ubuntu 18.04 i386 part 3
  • Topotests Ubuntu 18.04 i386 part 8
  • Topotests Ubuntu 18.04 amd64 part 2
  • IPv6 protocols on Ubuntu 18.04
  • Topotests debian 10 amd64 part 8
  • Addresssanitizer topotests part 3
  • Debian 10 deb pkg check
  • Addresssanitizer topotests part 2
  • Topotests Ubuntu 18.04 arm8 part 4
  • Topotests Ubuntu 18.04 amd64 part 7
  • Topotests debian 10 amd64 part 9
  • Topotests Ubuntu 18.04 arm8 part 2
  • Fedora 29 rpm pkg check
  • CentOS 7 rpm pkg check
  • Topotests Ubuntu 18.04 amd64 part 4
  • IPv4 protocols on Ubuntu 18.04
  • Addresssanitizer topotests part 9
  • Topotests Ubuntu 18.04 arm8 part 0
  • Topotests Ubuntu 18.04 amd64 part 9
  • Topotests Ubuntu 18.04 i386 part 9
  • Addresssanitizer topotests part 8
  • Topotests Ubuntu 18.04 amd64 part 8
  • Topotests debian 10 amd64 part 2
  • Static analyzer (clang)
  • Topotests Ubuntu 18.04 amd64 part 1
  • Addresssanitizer topotests part 6
  • Topotests Ubuntu 18.04 i386 part 5
  • Topotests Ubuntu 18.04 i386 part 0
  • Ubuntu 18.04 deb pkg check
  • Ubuntu 20.04 deb pkg check
  • Topotests debian 10 amd64 part 1
  • Topotests Ubuntu 18.04 arm8 part 5
  • Topotests debian 10 amd64 part 7
  • Topotests Ubuntu 18.04 arm8 part 6
  • Addresssanitizer topotests part 0
  • Topotests debian 10 amd64 part 6
  • Topotests Ubuntu 18.04 arm8 part 1
  • Topotests Ubuntu 18.04 amd64 part 6
  • Topotests debian 10 amd64 part 3
  • Topotests Ubuntu 18.04 arm8 part 3
  • Debian 9 deb pkg check
  • Addresssanitizer topotests part 4
  • Topotests debian 10 amd64 part 5
  • Addresssanitizer topotests part 1
  • Topotests Ubuntu 18.04 i386 part 4
  • Topotests debian 10 amd64 part 4

Warnings Generated during build:

Checkout code: Successful with additional warnings
Topotests Ubuntu 18.04 arm8 part 9: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 9: No useful log found
Report for path_ted.c | 2 issues
===============================================
< WARNING: Comparisons should place the constant on the right side of the test
< #250: FILE: /tmp/f1-10373/path_ted.c:250:

NetDEF-CI avatar Sep 06 '22 12:09 NetDEF-CI

not related to commit ci:rerun

fdumontet6WIND avatar Sep 06 '22 12:09 fdumontet6WIND

Continuous Integration Result: SUCCESSFUL

Congratulations, this patch passed basic tests

Tested-by: NetDEF / OpenSourceRouting.org CI System

CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7268/

This is a comment from an automated CI system. For questions and feedback in regards to this CI system, please feel free to email Martin Winter - mwinter (at) opensourcerouting.org.

Warnings Generated during build:

Checkout code: Successful with additional warnings
Report for path_ted.c | 2 issues
===============================================
< WARNING: Comparisons should place the constant on the right side of the test
< #250: FILE: /tmp/f1-17212/path_ted.c:250:

NetDEF-CI avatar Sep 06 '22 15:09 NetDEF-CI

this pull request fix issue from pathd: Traffic Engineering Database support #8509

fdumontet6WIND avatar Sep 06 '22 16:09 fdumontet6WIND