Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pathd: nai adjacency fix query type f for IPV6 #11910

Merged
merged 1 commit into from
Sep 27, 2022
Merged

pathd: nai adjacency fix query type f for IPV6 #11910

merged 1 commit into from
Sep 27, 2022

Conversation

fdumontet6WIND
Copy link
Contributor

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 francois.dumontet@6wind.com

@frrbot frrbot bot added the bugfix label Sep 6, 2022
@github-actions github-actions bot added the master label Sep 6, 2022
@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Sep 6, 2022

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
Copy link
Collaborator

NetDEF-CI commented Sep 6, 2022

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
Copy link
Collaborator

NetDEF-CI commented Sep 6, 2022

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:

@LabN-CI
Copy link
Collaborator

LabN-CI commented Sep 6, 2022

Outdated results 🛑

Basic BGPD CI results: FAILURE

_ _
Result FAILURE git merge/11910 5f71952 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

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 <francois.dumontet@6wind.com>
@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Sep 6, 2022

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:

@fdumontet6WIND
Copy link
Contributor Author

not related to commit
ci:rerun

@NetDEF-CI
Copy link
Collaborator

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:

@eqvinox eqvinox requested a review from louis-6wind September 6, 2022 15:25
@fdumontet6WIND
Copy link
Contributor Author

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

@pguibert6WIND pguibert6WIND requested a review from odd22 September 7, 2022 08:04
@riw777 riw777 self-requested a review September 13, 2022 15:29
Copy link
Member

@odd22 odd22 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment on lines +250 to +255
if ((0 == memcmp(&edge->attributes->standard.remote6,
&remote->ip._v6_addr,
sizeof(remote->ip._v6_addr)) &&
CHECK_FLAG(edge->attributes->flags,
LS_ATTR_ADJ_SID6))) {
sid = edge->attributes->adj_sid[ADJ_PRI_IPV6]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not using 'if ((!memcmp(&edge ....' syntax?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the return of memcmp is not boolean but an integer. The test of that value is meaningfull.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. That's true. I'll merge the patch

Copy link
Member

@riw777 riw777 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Waiting on one comment about the format of the if((memcmp ...

@odd22 odd22 merged commit 0315614 into FRRouting:master Sep 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants