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

zebra: SRv6 manager multi chunks support #9932

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

Drumato
Copy link
Contributor

@Drumato Drumato commented Nov 2, 2021

currently zebra srv6 manager can respond from the request of routing daemon
and provide a locator chunk that is allocated as a part of chunk pool.
but the chunk's prefix is same with the parent's prefix
so zebra srv6 manager doesn't assume if multi routing daemons request one locator simultaneously.

this PR enables zebra srv6 manager to allocate a chunk prefix from locator prefix
like ip prefix subnetting, and expand the chunk pool dynamically.
zebra srv6 manager will be able to respond properly to multi routing daemons.

when srv6 manager initializes its chunk pool, there is no locator chunk.
then srv6 manager allocates the chunk prefix on demand.
each chunk prefix is unique in a chunk pool.

this PR won't support the variability of chunk pool's maximum size.
so a locator can only have 16 chunks at most.
but I think it's not bad as the first step.
I think we can easily add a cli commmand that configures the maximum size of the chunk pool.

this PR achieves

  • the core mechanism described above
  • change the srv6_locator topotest
    • add tests of multi chunks behavior
  • add json output for show bgp segment-routing srv6
    • used in the srv6_locator topotest

this PR isn't working for

This PR is tested on

  • userspace: Ubuntu 20.04.3 LTS
  • kernel: 5.15.0-rc1

@frrbot frrbot bot added the bugfix label Nov 2, 2021
@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Nov 2, 2021

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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: Failed

Checkout code: Failed (click for details)

PullReq merge failed. Please rebase your branch:
see merge log in attachment https://ci1.netdef.org/browse/FRR-PULLREQ2-1173/artifact/CHECKOUT/ErrorLog/log_merge.txt

@Drumato Drumato force-pushed the srv6-manager-multi-chunk-support branch 4 times, most recently from d438044 to dd617ad Compare November 2, 2021 07:26
@frrbot frrbot bot added the zebra label Nov 2, 2021
@Drumato Drumato changed the title SRv6 manager multi chunks support zebra: SRv6 manager multi chunks support Nov 2, 2021
@LabN-CI
Copy link
Collaborator

LabN-CI commented Nov 2, 2021

Outdated results 💚

Basic BGPD CI results: SUCCESS, 0 tests failed

_ _
Result SUCCESS git pull/9932 e7a03bb (merge failed)
Date 11/02/2021
Start 03:11:05
Finish 03:37:19
Run-Time 26:14
Total 1813
Pass 1813
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2021-11-02-03:11:05.txt
Log autoscript-2021-11-02-03:12:14.log.bz2
Memory 515 519 428

For details, please contact louberger

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Nov 2, 2021

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

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

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

gmake[1]: Entering directory '/home/ci/cibuild.1174/frr-source'
zebra/zebra_srv6.c: In function 'separate_locator_prefix_into_chunk':
zebra/zebra_srv6.c:227:21: error: 'struct in6_addr' has no member named '__in6_u'
gmake[1]: *** [Makefile:9953: zebra/zebra_srv6.o] Error 1
ld: warning: libintl.so.1, needed by /usr/pkg/lib/libpython3.7.so, may conflict with libintl.so.8
doc/user/_build/texinfo/frr.texi:5: warning: unrecognized encoding name `UTF-8'.
doc/user/_build/texinfo/frr.texi:15679: warning: @image file `frr-figures/fig-normal-processing.txt' (for text) unreadable: No such file or directory.
doc/user/_build/texinfo/frr.texi:15689: warning: @image file `frr-figures/fig_topologies_full.txt' (for text) unreadable: No such file or directory.
doc/user/_build/texinfo/frr.texi:15699: warning: @image file `frr-figures/fig_topologies_rs.txt' (for text) unreadable: No such file or directory.

NetBSD 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-1174/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-1174/artifact/FBSD12AMD64/ErrorLog/log_make.txt)

gmake[1]: Entering directory '/usr/home/ci/cibuild.1174/frr-source'
zebra/zebra_srv6.c: In function 'separate_locator_prefix_into_chunk':
zebra/zebra_srv6.c:227:21: error: 'struct in6_addr' has no member named '__in6_u'
gmake[1]: *** [Makefile:9953: zebra/zebra_srv6.o] Error 1
copying selected object files to avoid basename conflicts...
gmake[1]: Target 'all-am' not remade because of errors.
gmake[1]: Leaving directory '/usr/home/ci/cibuild.1174/frr-source'
gmake: *** [Makefile:6169: all] Error 2

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

OpenBSD 6 amd64 build: Failed (click for details)

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

/home/ci/cibuild.1174/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.1174/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
zebra/zebra_srv6.c:227:22: error: no member named '__in6_u' in 'struct in6_addr'
1 error generated.
gmake[1]: *** [Makefile:9952: zebra/zebra_srv6.o] Error 1
copying selected object files to avoid basename conflicts...
gmake[1]: Target 'all-am' not remade because of errors.
gmake[1]: Leaving directory '/home/ci/cibuild.1174/frr-source'
gmake: *** [Makefile:6168: all] Error 2

OpenBSD 6 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-1174/artifact/CI011BUILD/config.status/config.status
OpenBSD 6 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-1174/artifact/CI011BUILD/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-1174/artifact/CI009BUILD/ErrorLog/log_make.txt)

/usr/home/ci/cibuild.1174/frr-source/doc/user/zebra.rst:1403: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
zebra/zebra_srv6.c: In function 'separate_locator_prefix_into_chunk':
zebra/zebra_srv6.c:227:21: error: 'struct in6_addr' has no member named '__in6_u'
gmake[1]: *** [Makefile:9956: zebra/zebra_srv6.o] Error 1
copying selected object files to avoid basename conflicts...
gmake[1]: Leaving directory '/usr/home/ci/cibuild.1174/frr-source'
gmake[1]: Target 'all-am' not remade because of errors.
gmake: *** [Makefile:6172: all] Error 2

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

Successful on other platforms/tests
  • Ubuntu 16.04 amd64 build
  • Ubuntu 18.04 i386 build
  • CentOS 8 amd64 build
  • Ubuntu 18.04 arm7 build
  • Ubuntu 16.04 i386 build
  • Ubuntu 18.04 arm8 build
  • Debian 11 amd64 build
  • Debian 10 amd64 build
  • Fedora 29 amd64 build
  • Ubuntu 20.04 amd64 build
  • Ubuntu 16.04 arm7 build
  • CentOS 7 amd64 build
  • Debian 9 amd64 build
  • Ubuntu 16.04 arm8 build
  • Ubuntu 18.04 amd64 build
  • Ubuntu 18.04 ppc64le build

Warnings Generated during build:

Checkout code: Successful with additional warnings
NetBSD 8 amd64 build: Failed (click for details) NetBSD 8 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-1174/artifact/CI012BUILD/config.log/config.log.gz

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

gmake[1]: Entering directory '/home/ci/cibuild.1174/frr-source'
zebra/zebra_srv6.c: In function 'separate_locator_prefix_into_chunk':
zebra/zebra_srv6.c:227:21: error: 'struct in6_addr' has no member named '__in6_u'
gmake[1]: *** [Makefile:9953: zebra/zebra_srv6.o] Error 1
ld: warning: libintl.so.1, needed by /usr/pkg/lib/libpython3.7.so, may conflict with libintl.so.8
doc/user/_build/texinfo/frr.texi:5: warning: unrecognized encoding name `UTF-8'.
doc/user/_build/texinfo/frr.texi:15679: warning: @image file `frr-figures/fig-normal-processing.txt' (for text) unreadable: No such file or directory.
doc/user/_build/texinfo/frr.texi:15689: warning: @image file `frr-figures/fig_topologies_full.txt' (for text) unreadable: No such file or directory.
doc/user/_build/texinfo/frr.texi:15699: warning: @image file `frr-figures/fig_topologies_rs.txt' (for text) unreadable: No such file or directory.

NetBSD 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-1174/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-1174/artifact/FBSD12AMD64/ErrorLog/log_make.txt)

gmake[1]: Entering directory '/usr/home/ci/cibuild.1174/frr-source'
zebra/zebra_srv6.c: In function 'separate_locator_prefix_into_chunk':
zebra/zebra_srv6.c:227:21: error: 'struct in6_addr' has no member named '__in6_u'
gmake[1]: *** [Makefile:9953: zebra/zebra_srv6.o] Error 1
copying selected object files to avoid basename conflicts...
gmake[1]: Target 'all-am' not remade because of errors.
gmake[1]: Leaving directory '/usr/home/ci/cibuild.1174/frr-source'
gmake: *** [Makefile:6169: all] Error 2

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

OpenBSD 6 amd64 build: Failed (click for details)

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

/home/ci/cibuild.1174/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.1174/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
zebra/zebra_srv6.c:227:22: error: no member named '__in6_u' in 'struct in6_addr'
1 error generated.
gmake[1]: *** [Makefile:9952: zebra/zebra_srv6.o] Error 1
copying selected object files to avoid basename conflicts...
gmake[1]: Target 'all-am' not remade because of errors.
gmake[1]: Leaving directory '/home/ci/cibuild.1174/frr-source'
gmake: *** [Makefile:6168: all] Error 2

OpenBSD 6 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-1174/artifact/CI011BUILD/config.status/config.status
OpenBSD 6 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-1174/artifact/CI011BUILD/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-1174/artifact/CI009BUILD/ErrorLog/log_make.txt)

/usr/home/ci/cibuild.1174/frr-source/doc/user/zebra.rst:1403: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
zebra/zebra_srv6.c: In function 'separate_locator_prefix_into_chunk':
zebra/zebra_srv6.c:227:21: error: 'struct in6_addr' has no member named '__in6_u'
gmake[1]: *** [Makefile:9956: zebra/zebra_srv6.o] Error 1
copying selected object files to avoid basename conflicts...
gmake[1]: Leaving directory '/usr/home/ci/cibuild.1174/frr-source'
gmake[1]: Target 'all-am' not remade because of errors.
gmake: *** [Makefile:6172: all] Error 2

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

Report for zapi_msg.c | 2 issues
===============================================
< WARNING: line over 80 characters
< #2915: FILE: /tmp/f1-4607/zapi_msg.c:2915:
Report for zebra_srv6.c | 30 issues
===============================================
< WARNING: line over 80 characters
< #201: FILE: /tmp/f1-4607/zebra_srv6.c:201:
< WARNING: void function return statements are not generally useful
< #210: FILE: /tmp/f1-4607/zebra_srv6.c:210:
< WARNING: line over 80 characters
< #223: FILE: /tmp/f1-4607/zebra_srv6.c:223:
< WARNING: Missing a blank line after declarations
< #226: FILE: /tmp/f1-4607/zebra_srv6.c:226:
< WARNING: line over 80 characters
< #262: FILE: /tmp/f1-4607/zebra_srv6.c:262:
< ERROR: code indent should use tabs where possible
< #264: FILE: /tmp/f1-4607/zebra_srv6.c:264:
< WARNING: please, no spaces at the start of a line
< #264: FILE: /tmp/f1-4607/zebra_srv6.c:264:
< WARNING: C99 // comments do not match recommendation
< #264: FILE: /tmp/f1-4607/zebra_srv6.c:264:
< ERROR: code indent should use tabs where possible
< #265: FILE: /tmp/f1-4607/zebra_srv6.c:265:
< WARNING: please, no spaces at the start of a line
< #265: FILE: /tmp/f1-4607/zebra_srv6.c:265:
< WARNING: suspect code indent for conditional statements (8, 20)
< #265: FILE: /tmp/f1-4607/zebra_srv6.c:265:
< WARNING: Statements should start on a tabstop
< #268: FILE: /tmp/f1-4607/zebra_srv6.c:268:
< ERROR: code indent should use tabs where possible
< #269: FILE: /tmp/f1-4607/zebra_srv6.c:269:
< WARNING: please, no spaces at the start of a line
< #269: FILE: /tmp/f1-4607/zebra_srv6.c:269:
< WARNING: line over 80 characters
< #276: FILE: /tmp/f1-4607/zebra_srv6.c:276:
Report for zebra_srv6.h | 2 issues
===============================================
< WARNING: line over 80 characters
< #70: FILE: /tmp/f1-4607/zebra_srv6.h:70:
Report for zebra_srv6_vty.c | 4 issues
===============================================
< WARNING: C99 // comments do not match recommendation
< #303: FILE: /tmp/f1-4607/zebra_srv6_vty.c:303:
< WARNING: C99 // comments do not match recommendation
< #304: FILE: /tmp/f1-4607/zebra_srv6_vty.c:304:

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Nov 2, 2021

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

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-1175/artifact/FBSD12AMD64/ErrorLog/log_make.txt)

gmake[1]: Entering directory '/usr/home/ci/cibuild.1175/frr-source'
zebra/zebra_srv6.c: In function 'separate_locator_prefix_into_chunk':
zebra/zebra_srv6.c:225:21: error: 'struct in6_addr' has no member named '__in6_u'
gmake[1]: *** [Makefile:9953: zebra/zebra_srv6.o] Error 1
copying selected object files to avoid basename conflicts...
gmake[1]: Leaving directory '/usr/home/ci/cibuild.1175/frr-source'
gmake[1]: Target 'all-am' not remade because of errors.
gmake: *** [Makefile:6169: all] Error 2

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

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

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

gmake[1]: Entering directory '/home/ci/cibuild.1175/frr-source'
zebra/zebra_srv6.c: In function 'separate_locator_prefix_into_chunk':
zebra/zebra_srv6.c:225:21: error: 'struct in6_addr' has no member named '__in6_u'
gmake[1]: *** [Makefile:9953: zebra/zebra_srv6.o] Error 1
ld: warning: libintl.so.1, needed by /usr/pkg/lib/libpython3.7.so, may conflict with libintl.so.8
doc/user/_build/texinfo/frr.texi:5: warning: unrecognized encoding name `UTF-8'.
doc/user/_build/texinfo/frr.texi:15679: warning: @image file `frr-figures/fig-normal-processing.txt' (for text) unreadable: No such file or directory.
doc/user/_build/texinfo/frr.texi:15689: warning: @image file `frr-figures/fig_topologies_full.txt' (for text) unreadable: No such file or directory.
doc/user/_build/texinfo/frr.texi:15699: warning: @image file `frr-figures/fig_topologies_rs.txt' (for text) unreadable: No such file or directory.

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

OpenBSD 6 amd64 build: Failed (click for details)

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

/home/ci/cibuild.1175/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.1175/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
zebra/zebra_srv6.c:225:22: error: no member named '__in6_u' in 'struct in6_addr'
1 error generated.
gmake[1]: *** [Makefile:9952: zebra/zebra_srv6.o] Error 1
copying selected object files to avoid basename conflicts...
gmake[1]: Target 'all-am' not remade because of errors.
gmake[1]: Leaving directory '/home/ci/cibuild.1175/frr-source'
gmake: *** [Makefile:6168: all] Error 2

OpenBSD 6 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-1175/artifact/CI011BUILD/config.status/config.status
OpenBSD 6 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-1175/artifact/CI011BUILD/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-1175/artifact/CI009BUILD/ErrorLog/log_make.txt)

/usr/home/ci/cibuild.1175/frr-source/doc/user/zebra.rst:1403: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
zebra/zebra_srv6.c: In function 'separate_locator_prefix_into_chunk':
zebra/zebra_srv6.c:225:21: error: 'struct in6_addr' has no member named '__in6_u'
gmake[1]: *** [Makefile:9956: zebra/zebra_srv6.o] Error 1
copying selected object files to avoid basename conflicts...
gmake[1]: Leaving directory '/usr/home/ci/cibuild.1175/frr-source'
gmake[1]: Target 'all-am' not remade because of errors.
gmake: *** [Makefile:6172: all] Error 2

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

Successful on other platforms/tests
  • Ubuntu 18.04 i386 build
  • CentOS 8 amd64 build
  • Ubuntu 18.04 arm7 build
  • Fedora 29 amd64 build
  • Debian 11 amd64 build
  • Ubuntu 18.04 arm8 build
  • Ubuntu 16.04 i386 build
  • Debian 10 amd64 build
  • Ubuntu 16.04 arm7 build
  • CentOS 7 amd64 build
  • Debian 9 amd64 build
  • Ubuntu 16.04 arm8 build
  • Ubuntu 18.04 amd64 build
  • Ubuntu 16.04 amd64 build
  • Ubuntu 20.04 amd64 build
  • Ubuntu 18.04 ppc64le build

Warnings Generated during build:

Checkout code: Successful with additional warnings
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-1175/artifact/FBSD12AMD64/ErrorLog/log_make.txt)

gmake[1]: Entering directory '/usr/home/ci/cibuild.1175/frr-source'
zebra/zebra_srv6.c: In function 'separate_locator_prefix_into_chunk':
zebra/zebra_srv6.c:225:21: error: 'struct in6_addr' has no member named '__in6_u'
gmake[1]: *** [Makefile:9953: zebra/zebra_srv6.o] Error 1
copying selected object files to avoid basename conflicts...
gmake[1]: Leaving directory '/usr/home/ci/cibuild.1175/frr-source'
gmake[1]: Target 'all-am' not remade because of errors.
gmake: *** [Makefile:6169: all] Error 2

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

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

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

gmake[1]: Entering directory '/home/ci/cibuild.1175/frr-source'
zebra/zebra_srv6.c: In function 'separate_locator_prefix_into_chunk':
zebra/zebra_srv6.c:225:21: error: 'struct in6_addr' has no member named '__in6_u'
gmake[1]: *** [Makefile:9953: zebra/zebra_srv6.o] Error 1
ld: warning: libintl.so.1, needed by /usr/pkg/lib/libpython3.7.so, may conflict with libintl.so.8
doc/user/_build/texinfo/frr.texi:5: warning: unrecognized encoding name `UTF-8'.
doc/user/_build/texinfo/frr.texi:15679: warning: @image file `frr-figures/fig-normal-processing.txt' (for text) unreadable: No such file or directory.
doc/user/_build/texinfo/frr.texi:15689: warning: @image file `frr-figures/fig_topologies_full.txt' (for text) unreadable: No such file or directory.
doc/user/_build/texinfo/frr.texi:15699: warning: @image file `frr-figures/fig_topologies_rs.txt' (for text) unreadable: No such file or directory.

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

OpenBSD 6 amd64 build: Failed (click for details)

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

/home/ci/cibuild.1175/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.1175/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
zebra/zebra_srv6.c:225:22: error: no member named '__in6_u' in 'struct in6_addr'
1 error generated.
gmake[1]: *** [Makefile:9952: zebra/zebra_srv6.o] Error 1
copying selected object files to avoid basename conflicts...
gmake[1]: Target 'all-am' not remade because of errors.
gmake[1]: Leaving directory '/home/ci/cibuild.1175/frr-source'
gmake: *** [Makefile:6168: all] Error 2

OpenBSD 6 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-1175/artifact/CI011BUILD/config.status/config.status
OpenBSD 6 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-1175/artifact/CI011BUILD/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-1175/artifact/CI009BUILD/ErrorLog/log_make.txt)

/usr/home/ci/cibuild.1175/frr-source/doc/user/zebra.rst:1403: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
zebra/zebra_srv6.c: In function 'separate_locator_prefix_into_chunk':
zebra/zebra_srv6.c:225:21: error: 'struct in6_addr' has no member named '__in6_u'
gmake[1]: *** [Makefile:9956: zebra/zebra_srv6.o] Error 1
copying selected object files to avoid basename conflicts...
gmake[1]: Leaving directory '/usr/home/ci/cibuild.1175/frr-source'
gmake[1]: Target 'all-am' not remade because of errors.
gmake: *** [Makefile:6172: all] Error 2

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

Report for zebra_srv6.c | 8 issues
===============================================
< ERROR: "foo * *bar" should be "foo **bar"
< #59: FILE: /tmp/f1-10444/zebra_srv6.c:59:
< WARNING: void function return statements are not generally useful
< #207: FILE: /tmp/f1-10444/zebra_srv6.c:207:
< WARNING: Missing a blank line after declarations
< #224: FILE: /tmp/f1-10444/zebra_srv6.c:224:
< WARNING: C99 // comments do not match recommendation
< #263: FILE: /tmp/f1-10444/zebra_srv6.c:263:
Report for zebra_srv6.h | 2 issues
===============================================
< ERROR: "foo * *bar" should be "foo **bar"
< #48: FILE: /tmp/f1-10444/zebra_srv6.h:48:
Report for zebra_srv6_vty.c | 4 issues
===============================================
< WARNING: C99 // comments do not match recommendation
< #303: FILE: /tmp/f1-10444/zebra_srv6_vty.c:303:
< WARNING: C99 // comments do not match recommendation
< #304: FILE: /tmp/f1-10444/zebra_srv6_vty.c:304:

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Nov 2, 2021

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

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-1177/artifact/FBSD12AMD64/ErrorLog/log_make.txt)

gmake[1]: Entering directory '/usr/home/ci/cibuild.1177/frr-source'
zebra/zebra_srv6.c: In function 'separate_locator_prefix_into_chunk':
zebra/zebra_srv6.c:225:21: error: 'struct in6_addr' has no member named '__in6_u'
gmake[1]: *** [Makefile:9953: zebra/zebra_srv6.o] Error 1
copying selected object files to avoid basename conflicts...
gmake[1]: Target 'all-am' not remade because of errors.
gmake[1]: Leaving directory '/usr/home/ci/cibuild.1177/frr-source'
gmake: *** [Makefile:6169: all] Error 2

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

OpenBSD 6 amd64 build: Failed (click for details)

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

/home/ci/cibuild.1177/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.1177/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
zebra/zebra_srv6.c:225:22: error: no member named '__in6_u' in 'struct in6_addr'
1 error generated.
gmake[1]: *** [Makefile:9952: zebra/zebra_srv6.o] Error 1
copying selected object files to avoid basename conflicts...
gmake[1]: Target 'all-am' not remade because of errors.
gmake[1]: Leaving directory '/home/ci/cibuild.1177/frr-source'
gmake: *** [Makefile:6168: all] Error 2

OpenBSD 6 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-1177/artifact/CI011BUILD/config.status/config.status
OpenBSD 6 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-1177/artifact/CI011BUILD/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-1177/artifact/CI009BUILD/ErrorLog/log_make.txt)

/usr/home/ci/cibuild.1177/frr-source/doc/user/zebra.rst:1403: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
zebra/zebra_srv6.c: In function 'separate_locator_prefix_into_chunk':
zebra/zebra_srv6.c:225:21: error: 'struct in6_addr' has no member named '__in6_u'
gmake[1]: *** [Makefile:9956: zebra/zebra_srv6.o] Error 1
copying selected object files to avoid basename conflicts...
gmake[1]: Leaving directory '/usr/home/ci/cibuild.1177/frr-source'
gmake[1]: Target 'all-am' not remade because of errors.
gmake: *** [Makefile:6172: all] Error 2

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

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

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

gmake[1]: Entering directory '/home/ci/cibuild.1177/frr-source'
zebra/zebra_srv6.c: In function 'separate_locator_prefix_into_chunk':
zebra/zebra_srv6.c:225:21: error: 'struct in6_addr' has no member named '__in6_u'
gmake[1]: *** [Makefile:9953: zebra/zebra_srv6.o] Error 1
ld: warning: libintl.so.1, needed by /usr/pkg/lib/libpython3.7.so, may conflict with libintl.so.8
doc/user/_build/texinfo/frr.texi:5: warning: unrecognized encoding name `UTF-8'.
doc/user/_build/texinfo/frr.texi:15679: warning: @image file `frr-figures/fig-normal-processing.txt' (for text) unreadable: No such file or directory.
doc/user/_build/texinfo/frr.texi:15689: warning: @image file `frr-figures/fig_topologies_full.txt' (for text) unreadable: No such file or directory.
doc/user/_build/texinfo/frr.texi:15699: warning: @image file `frr-figures/fig_topologies_rs.txt' (for text) unreadable: No such file or directory.

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

Successful on other platforms/tests
  • Ubuntu 18.04 ppc64le build
  • CentOS 8 amd64 build
  • Fedora 29 amd64 build
  • Debian 11 amd64 build
  • Ubuntu 16.04 i386 build
  • Ubuntu 18.04 arm7 build
  • Ubuntu 18.04 arm8 build
  • Debian 10 amd64 build
  • Ubuntu 16.04 arm7 build
  • Ubuntu 18.04 i386 build
  • Ubuntu 18.04 amd64 build
  • Ubuntu 20.04 amd64 build
  • Debian 9 amd64 build
  • Ubuntu 16.04 arm8 build
  • CentOS 7 amd64 build
  • Ubuntu 16.04 amd64 build

Warnings Generated during build:

Checkout code: Successful with additional warnings
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-1177/artifact/FBSD12AMD64/ErrorLog/log_make.txt)

gmake[1]: Entering directory '/usr/home/ci/cibuild.1177/frr-source'
zebra/zebra_srv6.c: In function 'separate_locator_prefix_into_chunk':
zebra/zebra_srv6.c:225:21: error: 'struct in6_addr' has no member named '__in6_u'
gmake[1]: *** [Makefile:9953: zebra/zebra_srv6.o] Error 1
copying selected object files to avoid basename conflicts...
gmake[1]: Target 'all-am' not remade because of errors.
gmake[1]: Leaving directory '/usr/home/ci/cibuild.1177/frr-source'
gmake: *** [Makefile:6169: all] Error 2

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

OpenBSD 6 amd64 build: Failed (click for details)

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

/home/ci/cibuild.1177/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.1177/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
zebra/zebra_srv6.c:225:22: error: no member named '__in6_u' in 'struct in6_addr'
1 error generated.
gmake[1]: *** [Makefile:9952: zebra/zebra_srv6.o] Error 1
copying selected object files to avoid basename conflicts...
gmake[1]: Target 'all-am' not remade because of errors.
gmake[1]: Leaving directory '/home/ci/cibuild.1177/frr-source'
gmake: *** [Makefile:6168: all] Error 2

OpenBSD 6 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-1177/artifact/CI011BUILD/config.status/config.status
OpenBSD 6 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-1177/artifact/CI011BUILD/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-1177/artifact/CI009BUILD/ErrorLog/log_make.txt)

/usr/home/ci/cibuild.1177/frr-source/doc/user/zebra.rst:1403: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
zebra/zebra_srv6.c: In function 'separate_locator_prefix_into_chunk':
zebra/zebra_srv6.c:225:21: error: 'struct in6_addr' has no member named '__in6_u'
gmake[1]: *** [Makefile:9956: zebra/zebra_srv6.o] Error 1
copying selected object files to avoid basename conflicts...
gmake[1]: Leaving directory '/usr/home/ci/cibuild.1177/frr-source'
gmake[1]: Target 'all-am' not remade because of errors.
gmake: *** [Makefile:6172: all] Error 2

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

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

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

gmake[1]: Entering directory '/home/ci/cibuild.1177/frr-source'
zebra/zebra_srv6.c: In function 'separate_locator_prefix_into_chunk':
zebra/zebra_srv6.c:225:21: error: 'struct in6_addr' has no member named '__in6_u'
gmake[1]: *** [Makefile:9953: zebra/zebra_srv6.o] Error 1
ld: warning: libintl.so.1, needed by /usr/pkg/lib/libpython3.7.so, may conflict with libintl.so.8
doc/user/_build/texinfo/frr.texi:5: warning: unrecognized encoding name `UTF-8'.
doc/user/_build/texinfo/frr.texi:15679: warning: @image file `frr-figures/fig-normal-processing.txt' (for text) unreadable: No such file or directory.
doc/user/_build/texinfo/frr.texi:15689: warning: @image file `frr-figures/fig_topologies_full.txt' (for text) unreadable: No such file or directory.
doc/user/_build/texinfo/frr.texi:15699: warning: @image file `frr-figures/fig_topologies_rs.txt' (for text) unreadable: No such file or directory.

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

Report for zebra_srv6.c | 8 issues
===============================================
< ERROR: "foo * *bar" should be "foo **bar"
< #59: FILE: /tmp/f1-21206/zebra_srv6.c:59:
< WARNING: void function return statements are not generally useful
< #207: FILE: /tmp/f1-21206/zebra_srv6.c:207:
< WARNING: Missing a blank line after declarations
< #224: FILE: /tmp/f1-21206/zebra_srv6.c:224:
< WARNING: C99 // comments do not match recommendation
< #263: FILE: /tmp/f1-21206/zebra_srv6.c:263:
Report for zebra_srv6.h | 2 issues
===============================================
< ERROR: "foo * *bar" should be "foo **bar"
< #48: FILE: /tmp/f1-21206/zebra_srv6.h:48:
Report for zebra_srv6_vty.c | 4 issues
===============================================
< WARNING: C99 // comments do not match recommendation
< #303: FILE: /tmp/f1-21206/zebra_srv6_vty.c:303:
< WARNING: C99 // comments do not match recommendation
< #304: FILE: /tmp/f1-21206/zebra_srv6_vty.c:304:

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Nov 2, 2021

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

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

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

gmake[1]: Entering directory '/home/ci/cibuild.1176/frr-source'
zebra/zebra_srv6.c: In function 'separate_locator_prefix_into_chunk':
zebra/zebra_srv6.c:225:21: error: 'struct in6_addr' has no member named '__in6_u'
gmake[1]: *** [Makefile:9953: zebra/zebra_srv6.o] Error 1
ld: warning: libintl.so.1, needed by /usr/pkg/lib/libpython3.7.so, may conflict with libintl.so.8
doc/user/_build/texinfo/frr.texi:5: warning: unrecognized encoding name `UTF-8'.
doc/user/_build/texinfo/frr.texi:15679: warning: @image file `frr-figures/fig-normal-processing.txt' (for text) unreadable: No such file or directory.
doc/user/_build/texinfo/frr.texi:15689: warning: @image file `frr-figures/fig_topologies_full.txt' (for text) unreadable: No such file or directory.
doc/user/_build/texinfo/frr.texi:15699: warning: @image file `frr-figures/fig_topologies_rs.txt' (for text) unreadable: No such file or directory.

NetBSD 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-1176/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-1176/artifact/FBSD12AMD64/ErrorLog/log_make.txt)

gmake[1]: Entering directory '/usr/home/ci/cibuild.1176/frr-source'
zebra/zebra_srv6.c: In function 'separate_locator_prefix_into_chunk':
zebra/zebra_srv6.c:225:21: error: 'struct in6_addr' has no member named '__in6_u'
gmake[1]: *** [Makefile:9953: zebra/zebra_srv6.o] Error 1
copying selected object files to avoid basename conflicts...
gmake[1]: Leaving directory '/usr/home/ci/cibuild.1176/frr-source'
gmake[1]: Target 'all-am' not remade because of errors.
gmake: *** [Makefile:6169: all] Error 2

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

OpenBSD 6 amd64 build: Failed (click for details)

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

/home/ci/cibuild.1176/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.1176/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
zebra/zebra_srv6.c:225:22: error: no member named '__in6_u' in 'struct in6_addr'
1 error generated.
gmake[1]: *** [Makefile:9952: zebra/zebra_srv6.o] Error 1
copying selected object files to avoid basename conflicts...
gmake[1]: Target 'all-am' not remade because of errors.
gmake[1]: Leaving directory '/home/ci/cibuild.1176/frr-source'
gmake: *** [Makefile:6168: all] Error 2

OpenBSD 6 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-1176/artifact/CI011BUILD/config.status/config.status
OpenBSD 6 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-1176/artifact/CI011BUILD/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-1176/artifact/CI009BUILD/ErrorLog/log_make.txt)

/usr/home/ci/cibuild.1176/frr-source/doc/user/zebra.rst:1403: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
zebra/zebra_srv6.c: In function 'separate_locator_prefix_into_chunk':
zebra/zebra_srv6.c:225:21: error: 'struct in6_addr' has no member named '__in6_u'
gmake[1]: *** [Makefile:9956: zebra/zebra_srv6.o] Error 1
copying selected object files to avoid basename conflicts...
gmake[1]: Leaving directory '/usr/home/ci/cibuild.1176/frr-source'
gmake[1]: Target 'all-am' not remade because of errors.
gmake: *** [Makefile:6172: all] Error 2

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

Successful on other platforms/tests
  • Ubuntu 18.04 ppc64le build
  • CentOS 8 amd64 build
  • Ubuntu 16.04 i386 build
  • Ubuntu 18.04 arm7 build
  • Debian 11 amd64 build
  • Fedora 29 amd64 build
  • Ubuntu 18.04 arm8 build
  • Debian 10 amd64 build
  • Ubuntu 16.04 arm7 build
  • CentOS 7 amd64 build
  • Ubuntu 18.04 i386 build
  • Ubuntu 18.04 amd64 build
  • Ubuntu 16.04 amd64 build
  • Debian 9 amd64 build
  • Ubuntu 16.04 arm8 build
  • Ubuntu 20.04 amd64 build

Warnings Generated during build:

Checkout code: Successful with additional warnings
NetBSD 8 amd64 build: Failed (click for details) NetBSD 8 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-1176/artifact/CI012BUILD/config.log/config.log.gz

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

gmake[1]: Entering directory '/home/ci/cibuild.1176/frr-source'
zebra/zebra_srv6.c: In function 'separate_locator_prefix_into_chunk':
zebra/zebra_srv6.c:225:21: error: 'struct in6_addr' has no member named '__in6_u'
gmake[1]: *** [Makefile:9953: zebra/zebra_srv6.o] Error 1
ld: warning: libintl.so.1, needed by /usr/pkg/lib/libpython3.7.so, may conflict with libintl.so.8
doc/user/_build/texinfo/frr.texi:5: warning: unrecognized encoding name `UTF-8'.
doc/user/_build/texinfo/frr.texi:15679: warning: @image file `frr-figures/fig-normal-processing.txt' (for text) unreadable: No such file or directory.
doc/user/_build/texinfo/frr.texi:15689: warning: @image file `frr-figures/fig_topologies_full.txt' (for text) unreadable: No such file or directory.
doc/user/_build/texinfo/frr.texi:15699: warning: @image file `frr-figures/fig_topologies_rs.txt' (for text) unreadable: No such file or directory.

NetBSD 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-1176/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-1176/artifact/FBSD12AMD64/ErrorLog/log_make.txt)

gmake[1]: Entering directory '/usr/home/ci/cibuild.1176/frr-source'
zebra/zebra_srv6.c: In function 'separate_locator_prefix_into_chunk':
zebra/zebra_srv6.c:225:21: error: 'struct in6_addr' has no member named '__in6_u'
gmake[1]: *** [Makefile:9953: zebra/zebra_srv6.o] Error 1
copying selected object files to avoid basename conflicts...
gmake[1]: Leaving directory '/usr/home/ci/cibuild.1176/frr-source'
gmake[1]: Target 'all-am' not remade because of errors.
gmake: *** [Makefile:6169: all] Error 2

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

OpenBSD 6 amd64 build: Failed (click for details)

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

/home/ci/cibuild.1176/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.1176/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
zebra/zebra_srv6.c:225:22: error: no member named '__in6_u' in 'struct in6_addr'
1 error generated.
gmake[1]: *** [Makefile:9952: zebra/zebra_srv6.o] Error 1
copying selected object files to avoid basename conflicts...
gmake[1]: Target 'all-am' not remade because of errors.
gmake[1]: Leaving directory '/home/ci/cibuild.1176/frr-source'
gmake: *** [Makefile:6168: all] Error 2

OpenBSD 6 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-1176/artifact/CI011BUILD/config.status/config.status
OpenBSD 6 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-1176/artifact/CI011BUILD/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-1176/artifact/CI009BUILD/ErrorLog/log_make.txt)

/usr/home/ci/cibuild.1176/frr-source/doc/user/zebra.rst:1403: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
zebra/zebra_srv6.c: In function 'separate_locator_prefix_into_chunk':
zebra/zebra_srv6.c:225:21: error: 'struct in6_addr' has no member named '__in6_u'
gmake[1]: *** [Makefile:9956: zebra/zebra_srv6.o] Error 1
copying selected object files to avoid basename conflicts...
gmake[1]: Leaving directory '/usr/home/ci/cibuild.1176/frr-source'
gmake[1]: Target 'all-am' not remade because of errors.
gmake: *** [Makefile:6172: all] Error 2

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

Report for zebra_srv6.c | 8 issues
===============================================
< ERROR: "foo * *bar" should be "foo **bar"
< #59: FILE: /tmp/f1-15481/zebra_srv6.c:59:
< WARNING: void function return statements are not generally useful
< #207: FILE: /tmp/f1-15481/zebra_srv6.c:207:
< WARNING: Missing a blank line after declarations
< #224: FILE: /tmp/f1-15481/zebra_srv6.c:224:
< WARNING: C99 // comments do not match recommendation
< #263: FILE: /tmp/f1-15481/zebra_srv6.c:263:
Report for zebra_srv6.h | 2 issues
===============================================
< ERROR: "foo * *bar" should be "foo **bar"
< #48: FILE: /tmp/f1-15481/zebra_srv6.h:48:
Report for zebra_srv6_vty.c | 4 issues
===============================================
< WARNING: C99 // comments do not match recommendation
< #303: FILE: /tmp/f1-15481/zebra_srv6_vty.c:303:
< WARNING: C99 // comments do not match recommendation
< #304: FILE: /tmp/f1-15481/zebra_srv6_vty.c:304:

@LabN-CI
Copy link
Collaborator

LabN-CI commented Nov 2, 2021

Outdated results 🚧

Basic BGPD CI results: Partial FAILURE, 1 tests failed

_ _
Result SUCCESS git merge/9932 dd617ad
Date 11/02/2021
Start 03:41:12
Finish 04:07:28
Run-Time 26:16
Total 1813
Pass 1812
Fail 1
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2021-11-02-03:41:12.txt
Log autoscript-2021-11-02-03:42:26.log.bz2
Memory 481 515 430

For details, please contact louberger

@Drumato
Copy link
Contributor Author

Drumato commented Nov 2, 2021

  • decide the manipulation of struct prefix_ipv6
    • union __u6_addr in *BSD, and union in6_u in Linux

@frrbot frrbot bot added bgp tests Topotests, make check, etc labels Nov 3, 2021
@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Nov 3, 2021

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

OpenBSD 6 amd64 build: Failed (click for details) OpenBSD 6 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-1222/artifact/CI011BUILD/config.log/config.log.gz OpenBSD 6 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-1222/artifact/CI011BUILD/config.status/config.status

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

/home/ci/cibuild.1222/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.1222/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
zebra/zebra_srv6.c:225:22: error: no member named 's6_addr16' in 'struct in6_addr'
1 error generated.
gmake[1]: *** [Makefile:9952: zebra/zebra_srv6.o] Error 1
copying selected object files to avoid basename conflicts...
gmake[1]: Target 'all-am' not remade because of errors.
gmake[1]: Leaving directory '/home/ci/cibuild.1222/frr-source'
gmake: *** [Makefile:6168: all] Error 2
FreeBSD 11 amd64 build: Failed (click for details) FreeBSD 11 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-1222/artifact/CI009BUILD/config.log/config.log.gz FreeBSD 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-1222/artifact/CI009BUILD/config.status/config.status

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

/usr/home/ci/cibuild.1222/frr-source/doc/user/zebra.rst:1403: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
zebra/zebra_srv6.c: In function 'separate_locator_prefix_into_chunk':
zebra/zebra_srv6.c:225:21: error: 'struct in6_addr' has no member named 's6_addr16'
gmake[1]: *** [Makefile:9956: zebra/zebra_srv6.o] Error 1
copying selected object files to avoid basename conflicts...
gmake[1]: Target 'all-am' not remade because of errors.
gmake[1]: Leaving directory '/usr/home/ci/cibuild.1222/frr-source'
gmake: *** [Makefile:6172: all] Error 2
NetBSD 8 amd64 build: Failed (click for details) NetBSD 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-1222/artifact/CI012BUILD/config.status/config.status

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

gmake[1]: Entering directory '/home/ci/cibuild.1222/frr-source'
zebra/zebra_srv6.c: In function 'separate_locator_prefix_into_chunk':
zebra/zebra_srv6.c:225:21: error: 'struct in6_addr' has no member named 's6_addr16'
gmake[1]: *** [Makefile:9953: zebra/zebra_srv6.o] Error 1
ld: warning: libintl.so.1, needed by /usr/pkg/lib/libpython3.7.so, may conflict with libintl.so.8
doc/user/_build/texinfo/frr.texi:5: warning: unrecognized encoding name `UTF-8'.
doc/user/_build/texinfo/frr.texi:15679: warning: @image file `frr-figures/fig-normal-processing.txt' (for text) unreadable: No such file or directory.
doc/user/_build/texinfo/frr.texi:15689: warning: @image file `frr-figures/fig_topologies_full.txt' (for text) unreadable: No such file or directory.
doc/user/_build/texinfo/frr.texi:15699: warning: @image file `frr-figures/fig_topologies_rs.txt' (for text) unreadable: No such file or directory.

NetBSD 8 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-1222/artifact/CI012BUILD/config.log/config.log.gz

FreeBSD 12 amd64 build: Failed (click for details) FreeBSD 12 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-1222/artifact/FBSD12AMD64/config.log/config.log.gz FreeBSD 12 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-1222/artifact/FBSD12AMD64/config.status/config.status

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

gmake[1]: Entering directory '/usr/home/ci/cibuild.1222/frr-source'
zebra/zebra_srv6.c: In function 'separate_locator_prefix_into_chunk':
zebra/zebra_srv6.c:225:21: error: 'struct in6_addr' has no member named 's6_addr16'
gmake[1]: *** [Makefile:9953: zebra/zebra_srv6.o] Error 1
copying selected object files to avoid basename conflicts...
gmake[1]: Leaving directory '/usr/home/ci/cibuild.1222/frr-source'
gmake[1]: Target 'all-am' not remade because of errors.
gmake: *** [Makefile:6169: all] Error 2
Successful on other platforms/tests
  • Debian 10 amd64 build
  • Fedora 29 amd64 build
  • Ubuntu 16.04 arm7 build
  • Ubuntu 20.04 amd64 build
  • CentOS 7 amd64 build
  • Debian 9 amd64 build
  • Ubuntu 16.04 arm8 build
  • Ubuntu 18.04 amd64 build
  • Ubuntu 18.04 ppc64le build
  • Ubuntu 16.04 amd64 build
  • Ubuntu 18.04 i386 build
  • CentOS 8 amd64 build
  • Ubuntu 18.04 arm7 build
  • Ubuntu 18.04 arm8 build
  • Ubuntu 16.04 i386 build
  • Debian 11 amd64 build

Warnings Generated during build:

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

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

/home/ci/cibuild.1222/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.1222/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
zebra/zebra_srv6.c:225:22: error: no member named 's6_addr16' in 'struct in6_addr'
1 error generated.
gmake[1]: *** [Makefile:9952: zebra/zebra_srv6.o] Error 1
copying selected object files to avoid basename conflicts...
gmake[1]: Target 'all-am' not remade because of errors.
gmake[1]: Leaving directory '/home/ci/cibuild.1222/frr-source'
gmake: *** [Makefile:6168: all] Error 2
FreeBSD 11 amd64 build: Failed (click for details) FreeBSD 11 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-1222/artifact/CI009BUILD/config.log/config.log.gz FreeBSD 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-1222/artifact/CI009BUILD/config.status/config.status

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

/usr/home/ci/cibuild.1222/frr-source/doc/user/zebra.rst:1403: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
zebra/zebra_srv6.c: In function 'separate_locator_prefix_into_chunk':
zebra/zebra_srv6.c:225:21: error: 'struct in6_addr' has no member named 's6_addr16'
gmake[1]: *** [Makefile:9956: zebra/zebra_srv6.o] Error 1
copying selected object files to avoid basename conflicts...
gmake[1]: Target 'all-am' not remade because of errors.
gmake[1]: Leaving directory '/usr/home/ci/cibuild.1222/frr-source'
gmake: *** [Makefile:6172: all] Error 2
NetBSD 8 amd64 build: Failed (click for details) NetBSD 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-1222/artifact/CI012BUILD/config.status/config.status

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

gmake[1]: Entering directory '/home/ci/cibuild.1222/frr-source'
zebra/zebra_srv6.c: In function 'separate_locator_prefix_into_chunk':
zebra/zebra_srv6.c:225:21: error: 'struct in6_addr' has no member named 's6_addr16'
gmake[1]: *** [Makefile:9953: zebra/zebra_srv6.o] Error 1
ld: warning: libintl.so.1, needed by /usr/pkg/lib/libpython3.7.so, may conflict with libintl.so.8
doc/user/_build/texinfo/frr.texi:5: warning: unrecognized encoding name `UTF-8'.
doc/user/_build/texinfo/frr.texi:15679: warning: @image file `frr-figures/fig-normal-processing.txt' (for text) unreadable: No such file or directory.
doc/user/_build/texinfo/frr.texi:15689: warning: @image file `frr-figures/fig_topologies_full.txt' (for text) unreadable: No such file or directory.
doc/user/_build/texinfo/frr.texi:15699: warning: @image file `frr-figures/fig_topologies_rs.txt' (for text) unreadable: No such file or directory.

NetBSD 8 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-1222/artifact/CI012BUILD/config.log/config.log.gz

FreeBSD 12 amd64 build: Failed (click for details) FreeBSD 12 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-1222/artifact/FBSD12AMD64/config.log/config.log.gz FreeBSD 12 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-1222/artifact/FBSD12AMD64/config.status/config.status

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

gmake[1]: Entering directory '/usr/home/ci/cibuild.1222/frr-source'
zebra/zebra_srv6.c: In function 'separate_locator_prefix_into_chunk':
zebra/zebra_srv6.c:225:21: error: 'struct in6_addr' has no member named 's6_addr16'
gmake[1]: *** [Makefile:9953: zebra/zebra_srv6.o] Error 1
copying selected object files to avoid basename conflicts...
gmake[1]: Leaving directory '/usr/home/ci/cibuild.1222/frr-source'
gmake[1]: Target 'all-am' not remade because of errors.
gmake: *** [Makefile:6169: all] Error 2
<stdin>:93: trailing whitespace.
			json_object_string_add(json_function, "locator", 
<stdin>:119: trailing whitespace.
			
warning: 2 lines add whitespace errors.
Report for bgp_vty.c | 24 issues
===============================================
< WARNING: line over 80 characters
< #9260: FILE: /tmp/f1-3663/bgp_vty.c:9260:
< ERROR: trailing whitespace
< #9271: FILE: /tmp/f1-3663/bgp_vty.c:9271:
< WARNING: line over 80 characters
< #9272: FILE: /tmp/f1-3663/bgp_vty.c:9272:
< WARNING: line over 80 characters
< #9280: FILE: /tmp/f1-3663/bgp_vty.c:9280:
< WARNING: line over 80 characters
< #9285: FILE: /tmp/f1-3663/bgp_vty.c:9285:
< WARNING: line over 80 characters
< #9286: FILE: /tmp/f1-3663/bgp_vty.c:9286:
< WARNING: line over 80 characters
< #9287: FILE: /tmp/f1-3663/bgp_vty.c:9287:
< ERROR: trailing whitespace
< #9297: FILE: /tmp/f1-3663/bgp_vty.c:9297:
< WARNING: line over 80 characters
< #9299: FILE: /tmp/f1-3663/bgp_vty.c:9299:
< WARNING: line over 80 characters
< #9301: FILE: /tmp/f1-3663/bgp_vty.c:9301:
< WARNING: line over 80 characters
< #9310: FILE: /tmp/f1-3663/bgp_vty.c:9310:
< WARNING: line over 80 characters
< #9498: FILE: /tmp/f1-3663/bgp_vty.c:9498:
Report for zebra_srv6.c | 8 issues
===============================================
< ERROR: "foo * *bar" should be "foo **bar"
< #59: FILE: /tmp/f1-3663/zebra_srv6.c:59:
< WARNING: void function return statements are not generally useful
< #207: FILE: /tmp/f1-3663/zebra_srv6.c:207:
< WARNING: Missing a blank line after declarations
< #224: FILE: /tmp/f1-3663/zebra_srv6.c:224:
< WARNING: C99 // comments do not match recommendation
< #263: FILE: /tmp/f1-3663/zebra_srv6.c:263:
Report for zebra_srv6.h | 2 issues
===============================================
< ERROR: "foo * *bar" should be "foo **bar"
< #48: FILE: /tmp/f1-3663/zebra_srv6.h:48:
Report for zebra_srv6_vty.c | 4 issues
===============================================
< WARNING: C99 // comments do not match recommendation
< #303: FILE: /tmp/f1-3663/zebra_srv6_vty.c:303:
< WARNING: C99 // comments do not match recommendation
< #304: FILE: /tmp/f1-3663/zebra_srv6_vty.c:304:

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Nov 3, 2021

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

OpenBSD 6 amd64 build: Failed (click for details) OpenBSD 6 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-1223/artifact/CI011BUILD/config.log/config.log.gz OpenBSD 6 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-1223/artifact/CI011BUILD/config.status/config.status

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

/home/ci/cibuild.1223/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.1223/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
zebra/zebra_srv6.c:225:22: error: no member named 's6_addr16' in 'struct in6_addr'
1 error generated.
gmake[1]: *** [Makefile:9952: zebra/zebra_srv6.o] Error 1
copying selected object files to avoid basename conflicts...
gmake[1]: Target 'all-am' not remade because of errors.
gmake[1]: Leaving directory '/home/ci/cibuild.1223/frr-source'
gmake: *** [Makefile:6168: all] Error 2
FreeBSD 11 amd64 build: Failed (click for details) FreeBSD 11 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-1223/artifact/CI009BUILD/config.log/config.log.gz FreeBSD 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-1223/artifact/CI009BUILD/config.status/config.status

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

/usr/home/ci/cibuild.1223/frr-source/doc/user/zebra.rst:1403: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
zebra/zebra_srv6.c: In function 'separate_locator_prefix_into_chunk':
zebra/zebra_srv6.c:225:21: error: 'struct in6_addr' has no member named 's6_addr16'
gmake[1]: *** [Makefile:9956: zebra/zebra_srv6.o] Error 1
copying selected object files to avoid basename conflicts...
gmake[1]: Target 'all-am' not remade because of errors.
gmake[1]: Leaving directory '/usr/home/ci/cibuild.1223/frr-source'
gmake: *** [Makefile:6172: all] Error 2
FreeBSD 12 amd64 build: Failed (click for details) FreeBSD 12 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-1223/artifact/FBSD12AMD64/config.log/config.log.gz FreeBSD 12 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-1223/artifact/FBSD12AMD64/config.status/config.status

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

gmake[1]: Entering directory '/usr/home/ci/cibuild.1223/frr-source'
zebra/zebra_srv6.c: In function 'separate_locator_prefix_into_chunk':
zebra/zebra_srv6.c:225:21: error: 'struct in6_addr' has no member named 's6_addr16'
gmake[1]: *** [Makefile:9953: zebra/zebra_srv6.o] Error 1
copying selected object files to avoid basename conflicts...
gmake[1]: Target 'all-am' not remade because of errors.
gmake[1]: Leaving directory '/usr/home/ci/cibuild.1223/frr-source'
gmake: *** [Makefile:6169: all] Error 2
NetBSD 8 amd64 build: Failed (click for details) NetBSD 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-1223/artifact/CI012BUILD/config.status/config.status

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

gmake[1]: Entering directory '/home/ci/cibuild.1223/frr-source'
zebra/zebra_srv6.c: In function 'separate_locator_prefix_into_chunk':
zebra/zebra_srv6.c:225:21: error: 'struct in6_addr' has no member named 's6_addr16'
gmake[1]: *** [Makefile:9953: zebra/zebra_srv6.o] Error 1
ld: warning: libintl.so.1, needed by /usr/pkg/lib/libpython3.7.so, may conflict with libintl.so.8
doc/user/_build/texinfo/frr.texi:5: warning: unrecognized encoding name `UTF-8'.
doc/user/_build/texinfo/frr.texi:15679: warning: @image file `frr-figures/fig-normal-processing.txt' (for text) unreadable: No such file or directory.
doc/user/_build/texinfo/frr.texi:15689: warning: @image file `frr-figures/fig_topologies_full.txt' (for text) unreadable: No such file or directory.
doc/user/_build/texinfo/frr.texi:15699: warning: @image file `frr-figures/fig_topologies_rs.txt' (for text) unreadable: No such file or directory.

NetBSD 8 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-1223/artifact/CI012BUILD/config.log/config.log.gz

Successful on other platforms/tests
  • Debian 10 amd64 build
  • Ubuntu 16.04 arm7 build
  • CentOS 7 amd64 build
  • Debian 9 amd64 build
  • Ubuntu 18.04 amd64 build
  • Ubuntu 16.04 arm8 build
  • Ubuntu 16.04 amd64 build
  • Ubuntu 18.04 ppc64le build
  • Ubuntu 20.04 amd64 build
  • Ubuntu 18.04 i386 build
  • CentOS 8 amd64 build
  • Ubuntu 18.04 arm7 build
  • Fedora 29 amd64 build
  • Debian 11 amd64 build
  • Ubuntu 18.04 arm8 build
  • Ubuntu 16.04 i386 build

Warnings Generated during build:

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

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

/home/ci/cibuild.1223/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.1223/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
zebra/zebra_srv6.c:225:22: error: no member named 's6_addr16' in 'struct in6_addr'
1 error generated.
gmake[1]: *** [Makefile:9952: zebra/zebra_srv6.o] Error 1
copying selected object files to avoid basename conflicts...
gmake[1]: Target 'all-am' not remade because of errors.
gmake[1]: Leaving directory '/home/ci/cibuild.1223/frr-source'
gmake: *** [Makefile:6168: all] Error 2
FreeBSD 11 amd64 build: Failed (click for details) FreeBSD 11 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-1223/artifact/CI009BUILD/config.log/config.log.gz FreeBSD 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-1223/artifact/CI009BUILD/config.status/config.status

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

/usr/home/ci/cibuild.1223/frr-source/doc/user/zebra.rst:1403: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
zebra/zebra_srv6.c: In function 'separate_locator_prefix_into_chunk':
zebra/zebra_srv6.c:225:21: error: 'struct in6_addr' has no member named 's6_addr16'
gmake[1]: *** [Makefile:9956: zebra/zebra_srv6.o] Error 1
copying selected object files to avoid basename conflicts...
gmake[1]: Target 'all-am' not remade because of errors.
gmake[1]: Leaving directory '/usr/home/ci/cibuild.1223/frr-source'
gmake: *** [Makefile:6172: all] Error 2
FreeBSD 12 amd64 build: Failed (click for details) FreeBSD 12 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-1223/artifact/FBSD12AMD64/config.log/config.log.gz FreeBSD 12 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-1223/artifact/FBSD12AMD64/config.status/config.status

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

gmake[1]: Entering directory '/usr/home/ci/cibuild.1223/frr-source'
zebra/zebra_srv6.c: In function 'separate_locator_prefix_into_chunk':
zebra/zebra_srv6.c:225:21: error: 'struct in6_addr' has no member named 's6_addr16'
gmake[1]: *** [Makefile:9953: zebra/zebra_srv6.o] Error 1
copying selected object files to avoid basename conflicts...
gmake[1]: Target 'all-am' not remade because of errors.
gmake[1]: Leaving directory '/usr/home/ci/cibuild.1223/frr-source'
gmake: *** [Makefile:6169: all] Error 2
NetBSD 8 amd64 build: Failed (click for details) NetBSD 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-1223/artifact/CI012BUILD/config.status/config.status

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

gmake[1]: Entering directory '/home/ci/cibuild.1223/frr-source'
zebra/zebra_srv6.c: In function 'separate_locator_prefix_into_chunk':
zebra/zebra_srv6.c:225:21: error: 'struct in6_addr' has no member named 's6_addr16'
gmake[1]: *** [Makefile:9953: zebra/zebra_srv6.o] Error 1
ld: warning: libintl.so.1, needed by /usr/pkg/lib/libpython3.7.so, may conflict with libintl.so.8
doc/user/_build/texinfo/frr.texi:5: warning: unrecognized encoding name `UTF-8'.
doc/user/_build/texinfo/frr.texi:15679: warning: @image file `frr-figures/fig-normal-processing.txt' (for text) unreadable: No such file or directory.
doc/user/_build/texinfo/frr.texi:15689: warning: @image file `frr-figures/fig_topologies_full.txt' (for text) unreadable: No such file or directory.
doc/user/_build/texinfo/frr.texi:15699: warning: @image file `frr-figures/fig_topologies_rs.txt' (for text) unreadable: No such file or directory.

NetBSD 8 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-1223/artifact/CI012BUILD/config.log/config.log.gz

Report for zebra_srv6.c | 8 issues
===============================================
< ERROR: "foo * *bar" should be "foo **bar"
< #59: FILE: /tmp/f1-7680/zebra_srv6.c:59:
< WARNING: void function return statements are not generally useful
< #207: FILE: /tmp/f1-7680/zebra_srv6.c:207:
< WARNING: Missing a blank line after declarations
< #224: FILE: /tmp/f1-7680/zebra_srv6.c:224:
< WARNING: C99 // comments do not match recommendation
< #263: FILE: /tmp/f1-7680/zebra_srv6.c:263:
Report for zebra_srv6.h | 2 issues
===============================================
< ERROR: "foo * *bar" should be "foo **bar"
< #48: FILE: /tmp/f1-7680/zebra_srv6.h:48:
Report for zebra_srv6_vty.c | 4 issues
===============================================
< WARNING: C99 // comments do not match recommendation
< #303: FILE: /tmp/f1-7680/zebra_srv6_vty.c:303:
< WARNING: C99 // comments do not match recommendation
< #304: FILE: /tmp/f1-7680/zebra_srv6_vty.c:304:

@LabN-CI
Copy link
Collaborator

LabN-CI commented Nov 3, 2021

Outdated results 💚

Basic BGPD CI results: SUCCESS, 0 tests failed

_ _
Result SUCCESS git merge/9932 0601e68
Date 11/03/2021
Start 03:56:32
Finish 04:22:54
Run-Time 26:22
Total 1813
Pass 1813
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2021-11-03-03:56:32.txt
Log autoscript-2021-11-03-03:57:49.log.bz2
Memory 498 519 427

For details, please contact louberger

@LabN-CI
Copy link
Collaborator

LabN-CI commented Nov 3, 2021

Outdated results 💚

Basic BGPD CI results: SUCCESS, 0 tests failed

_ _
Result SUCCESS git merge/9932 a595076
Date 11/03/2021
Start 04:26:30
Finish 04:52:50
Run-Time 26:20
Total 1813
Pass 1813
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2021-11-03-04:26:30.txt
Log autoscript-2021-11-03-04:27:40.log.bz2
Memory 486 499 428

For details, please contact louberger

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Nov 3, 2021

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

Warnings Generated during build:

Checkout code: Successful with additional warnings
Topotests Ubuntu 18.04 amd64 part 9: Failed (click for details) Topotests Ubuntu 18.04 amd64 part 9: No useful log found
Report for zebra_srv6.c | 8 issues
===============================================
< ERROR: "foo * *bar" should be "foo **bar"
< #59: FILE: /tmp/f1-24194/zebra_srv6.c:59:
< WARNING: void function return statements are not generally useful
< #207: FILE: /tmp/f1-24194/zebra_srv6.c:207:
< WARNING: Missing a blank line after declarations
< #224: FILE: /tmp/f1-24194/zebra_srv6.c:224:
< WARNING: C99 // comments do not match recommendation
< #263: FILE: /tmp/f1-24194/zebra_srv6.c:263:
Report for zebra_srv6.h | 2 issues
===============================================
< ERROR: "foo * *bar" should be "foo **bar"
< #48: FILE: /tmp/f1-24194/zebra_srv6.h:48:
Report for zebra_srv6_vty.c | 4 issues
===============================================
< WARNING: C99 // comments do not match recommendation
< #303: FILE: /tmp/f1-24194/zebra_srv6_vty.c:303:
< WARNING: C99 // comments do not match recommendation
< #304: FILE: /tmp/f1-24194/zebra_srv6_vty.c:304:

@Drumato
Copy link
Contributor Author

Drumato commented Nov 3, 2021

ci:rerun

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Nov 3, 2021

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

Warnings Generated during build:

Checkout code: Successful with additional warnings
Topotests debian 10 amd64 part 9: Failed (click for details) Topotests debian 10 amd64 part 9: No useful log found
Report for zebra_srv6.c | 8 issues
===============================================
< ERROR: "foo * *bar" should be "foo **bar"
< #59: FILE: /tmp/f1-19297/zebra_srv6.c:59:
< WARNING: void function return statements are not generally useful
< #207: FILE: /tmp/f1-19297/zebra_srv6.c:207:
< WARNING: Missing a blank line after declarations
< #224: FILE: /tmp/f1-19297/zebra_srv6.c:224:
< WARNING: C99 // comments do not match recommendation
< #263: FILE: /tmp/f1-19297/zebra_srv6.c:263:
Report for zebra_srv6.h | 2 issues
===============================================
< ERROR: "foo * *bar" should be "foo **bar"
< #48: FILE: /tmp/f1-19297/zebra_srv6.h:48:
Report for zebra_srv6_vty.c | 4 issues
===============================================
< WARNING: C99 // comments do not match recommendation
< #303: FILE: /tmp/f1-19297/zebra_srv6_vty.c:303:
< WARNING: C99 // comments do not match recommendation
< #304: FILE: /tmp/f1-19297/zebra_srv6_vty.c:304:

@Drumato
Copy link
Contributor Author

Drumato commented Nov 3, 2021

ci:rerun

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Nov 3, 2021

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

Warnings Generated during build:

Checkout code: Successful with additional warnings
Topotests Ubuntu 18.04 i386 part 9: Failed (click for details) Topotests Ubuntu 18.04 i386 part 9: No useful log found
Topotests Ubuntu 18.04 amd64 part 9: Failed (click for details) Topotests Ubuntu 18.04 amd64 part 9: No useful log found
Report for zebra_srv6.c | 8 issues
===============================================
< ERROR: "foo * *bar" should be "foo **bar"
< #59: FILE: /tmp/f1-24124/zebra_srv6.c:59:
< WARNING: void function return statements are not generally useful
< #207: FILE: /tmp/f1-24124/zebra_srv6.c:207:
< WARNING: Missing a blank line after declarations
< #224: FILE: /tmp/f1-24124/zebra_srv6.c:224:
< WARNING: C99 // comments do not match recommendation
< #263: FILE: /tmp/f1-24124/zebra_srv6.c:263:
Report for zebra_srv6.h | 2 issues
===============================================
< ERROR: "foo * *bar" should be "foo **bar"
< #48: FILE: /tmp/f1-24124/zebra_srv6.h:48:
Report for zebra_srv6_vty.c | 4 issues
===============================================
< WARNING: C99 // comments do not match recommendation
< #303: FILE: /tmp/f1-24124/zebra_srv6_vty.c:303:
< WARNING: C99 // comments do not match recommendation
< #304: FILE: /tmp/f1-24124/zebra_srv6_vty.c:304:

@Drumato
Copy link
Contributor Author

Drumato commented Nov 3, 2021

ci:rerun

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Nov 3, 2021

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

OpenBSD 6 amd64 build: Failed (click for details) OpenBSD 6 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-1258/artifact/CI011BUILD/frr.xref.xz/frr.xref.xz OpenBSD 6 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-1258/artifact/CI011BUILD/config.log/config.log.gz OpenBSD 6 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-1258/artifact/CI011BUILD/config.status/config.status

DejaGNU Unittests (make check) failed for OpenBSD 6 amd64 build:
(see full PyTest log at https://ci1.netdef.org/browse/FRR-PULLREQ2-1258/artifact/CI011BUILD/ErrorLog/log_pytests.txt)

=================================== FAILURES ===================================
__________________________ TestFlag.test_exit_cleanly __________________________
self = <test_peer_attr.TestFlag object at 0x1112605370f0>
    def testfunction(self):
        self._run_tests()
        result = self.testresults[matchfunction]
        if result is not None:
>           frrsix.reraise(*result)
helpers/python/frrtest.py:108: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
helpers/python/frrsix.py:62: in reraise
    raise value
helpers/python/frrtest.py:82: in _run_tests
    test(self)
helpers/python/frrtest.py:100: in matchfunction
    method(self, *args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
self = <test_peer_attr.TestFlag object at 0x1112605370f0>
    def _exit_cleanly(self):
        if self.exitcode != 0:
>           raise MultiTestFailure("Program did not terminate with exit code 0")
E           frrtest.MultiTestFailure: Program did not terminate with exit code 0
helpers/python/frrtest.py:90: MultiTestFailure
__________________ TestFlag.test_peer_advertisement_interval ___________________
self = <test_peer_attr.TestFlag object at 0x11123fa180b8>
    def testfunction(self):
        self._run_tests()
        result = self.testresults[matchfunction]
        if result is not None:
>           frrsix.reraise(*result)
helpers/python/frrtest.py:108: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
helpers/python/frrsix.py:62: in reraise
    raise value
helpers/python/frrtest.py:82: in _run_tests
    test(self)
helpers/python/frrtest.py:100: in matchfunction
    method(self, *args, **kwargs)
helpers/python/frrtest.py:152: in _okfail
    self._onesimple(line)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
self = <test_peer_attr.TestFlag object at 0x1112605370f0>
line = b'peer\\advertisement-interval'
    def _onesimple(self, line):
        if type(line) is str:
            line = line.encode("utf8")
        idx = self.output.find(line)
        if idx != -1:
            self.output = self.output[idx + len(line) :]
        else:
>           raise MultiTestFailure("%r could not be found" % line)
E           frrtest.MultiTestFailure: b'peer\\advertisement-interval' could not be found
helpers/python/frrtest.py:149: MultiTestFailure
____________________ TestFlag.test_peer_capability_dynamic _____________________
self = <test_peer_attr.TestFlag object at 0x11123e1ad550>
    def testfunction(self):
        self._run_tests()
        result = self.testresults[matchfunction]
        if result is not None:
>           frrsix.reraise(*result)
helpers/python/frrtest.py:108: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
helpers/python/frrsix.py:62: in reraise
    raise value
helpers/python/frrtest.py:82: in _run_tests
    test(self)
helpers/python/frrtest.py:100: in matchfunction
    method(self, *args, **kwargs)
helpers/python/frrtest.py:152: in _okfail
    self._onesimple(line)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
self = <test_peer_attr.TestFlag object at 0x1112605370f0>
line = b'peer\\capability dynamic'
    def _onesimple(self, line):
        if type(line) is str:
            line = line.encode("utf8")
        idx = self.output.find(line)
        if idx != -1:
            self.output = self.output[idx + len(line) :]
        else:
>           raise MultiTestFailure("%r could not be found" % line)
E           frrtest.MultiTestFailure: b'peer\\capability dynamic' could not be found
helpers/python/frrtest.py:149: MultiTestFailure
________________ TestFlag.test_peer_capability_extended_nexthop ________________
self = <test_peer_attr.TestFlag object at 0x11123fa238d0>
    def testfunction(self):
        self._run_tests()
        result = self.testresults[matchfunction]
        if result is not None:
>           frrsix.reraise(*result)
helpers/python/frrtest.py:108: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
helpers/python/frrsix.py:62: in reraise
    raise value
helpers/python/frrtest.py:82: in _run_tests
    test(self)
helpers/python/frrtest.py:100: in matchfunction
    method(self, *args, **kwargs)
helpers/python/frrtest.py:152: in _okfail
    self._onesimple(line)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
Successful on other platforms/tests
  • Debian 10 amd64 build
  • FreeBSD 11 amd64 build
  • Ubuntu 16.04 arm7 build
  • Ubuntu 16.04 i386 build
  • Ubuntu 16.04 arm8 build
  • Ubuntu 18.04 amd64 build
  • Ubuntu 18.04 i386 build
  • Ubuntu 20.04 amd64 build
  • NetBSD 8 amd64 build
  • Ubuntu 16.04 amd64 build
  • CentOS 7 amd64 build
  • Debian 9 amd64 build
  • Ubuntu 18.04 ppc64le build
  • CentOS 8 amd64 build
  • FreeBSD 12 amd64 build
  • Fedora 29 amd64 build
  • Debian 11 amd64 build
  • Ubuntu 18.04 arm7 build
  • Ubuntu 18.04 arm8 build

Warnings Generated during build:

Checkout code: Successful with additional warnings
OpenBSD 6 amd64 build: Failed (click for details) OpenBSD 6 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-1258/artifact/CI011BUILD/frr.xref.xz/frr.xref.xz OpenBSD 6 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-1258/artifact/CI011BUILD/config.log/config.log.gz OpenBSD 6 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-1258/artifact/CI011BUILD/config.status/config.status

DejaGNU Unittests (make check) failed for OpenBSD 6 amd64 build:
(see full PyTest log at https://ci1.netdef.org/browse/FRR-PULLREQ2-1258/artifact/CI011BUILD/ErrorLog/log_pytests.txt)

=================================== FAILURES ===================================
__________________________ TestFlag.test_exit_cleanly __________________________
self = <test_peer_attr.TestFlag object at 0x1112605370f0>
    def testfunction(self):
        self._run_tests()
        result = self.testresults[matchfunction]
        if result is not None:
>           frrsix.reraise(*result)
helpers/python/frrtest.py:108: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
helpers/python/frrsix.py:62: in reraise
    raise value
helpers/python/frrtest.py:82: in _run_tests
    test(self)
helpers/python/frrtest.py:100: in matchfunction
    method(self, *args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
self = <test_peer_attr.TestFlag object at 0x1112605370f0>
    def _exit_cleanly(self):
        if self.exitcode != 0:
>           raise MultiTestFailure("Program did not terminate with exit code 0")
E           frrtest.MultiTestFailure: Program did not terminate with exit code 0
helpers/python/frrtest.py:90: MultiTestFailure
__________________ TestFlag.test_peer_advertisement_interval ___________________
self = <test_peer_attr.TestFlag object at 0x11123fa180b8>
    def testfunction(self):
        self._run_tests()
        result = self.testresults[matchfunction]
        if result is not None:
>           frrsix.reraise(*result)
helpers/python/frrtest.py:108: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
helpers/python/frrsix.py:62: in reraise
    raise value
helpers/python/frrtest.py:82: in _run_tests
    test(self)
helpers/python/frrtest.py:100: in matchfunction
    method(self, *args, **kwargs)
helpers/python/frrtest.py:152: in _okfail
    self._onesimple(line)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
self = <test_peer_attr.TestFlag object at 0x1112605370f0>
line = b'peer\\advertisement-interval'
    def _onesimple(self, line):
        if type(line) is str:
            line = line.encode("utf8")
        idx = self.output.find(line)
        if idx != -1:
            self.output = self.output[idx + len(line) :]
        else:
>           raise MultiTestFailure("%r could not be found" % line)
E           frrtest.MultiTestFailure: b'peer\\advertisement-interval' could not be found
helpers/python/frrtest.py:149: MultiTestFailure
____________________ TestFlag.test_peer_capability_dynamic _____________________
self = <test_peer_attr.TestFlag object at 0x11123e1ad550>
    def testfunction(self):
        self._run_tests()
        result = self.testresults[matchfunction]
        if result is not None:
>           frrsix.reraise(*result)
helpers/python/frrtest.py:108: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
helpers/python/frrsix.py:62: in reraise
    raise value
helpers/python/frrtest.py:82: in _run_tests
    test(self)
helpers/python/frrtest.py:100: in matchfunction
    method(self, *args, **kwargs)
helpers/python/frrtest.py:152: in _okfail
    self._onesimple(line)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
self = <test_peer_attr.TestFlag object at 0x1112605370f0>
line = b'peer\\capability dynamic'
    def _onesimple(self, line):
        if type(line) is str:
            line = line.encode("utf8")
        idx = self.output.find(line)
        if idx != -1:
            self.output = self.output[idx + len(line) :]
        else:
>           raise MultiTestFailure("%r could not be found" % line)
E           frrtest.MultiTestFailure: b'peer\\capability dynamic' could not be found
helpers/python/frrtest.py:149: MultiTestFailure
________________ TestFlag.test_peer_capability_extended_nexthop ________________
self = <test_peer_attr.TestFlag object at 0x11123fa238d0>
    def testfunction(self):
        self._run_tests()
        result = self.testresults[matchfunction]
        if result is not None:
>           frrsix.reraise(*result)
helpers/python/frrtest.py:108: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
helpers/python/frrsix.py:62: in reraise
    raise value
helpers/python/frrtest.py:82: in _run_tests
    test(self)
helpers/python/frrtest.py:100: in matchfunction
    method(self, *args, **kwargs)
helpers/python/frrtest.py:152: in _okfail
    self._onesimple(line)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
Report for zebra_srv6.c | 8 issues
===============================================
< ERROR: "foo * *bar" should be "foo **bar"
< #59: FILE: /tmp/f1-17868/zebra_srv6.c:59:
< WARNING: void function return statements are not generally useful
< #207: FILE: /tmp/f1-17868/zebra_srv6.c:207:
< WARNING: Missing a blank line after declarations
< #224: FILE: /tmp/f1-17868/zebra_srv6.c:224:
< WARNING: C99 // comments do not match recommendation
< #263: FILE: /tmp/f1-17868/zebra_srv6.c:263:
Report for zebra_srv6.h | 2 issues
===============================================
< ERROR: "foo * *bar" should be "foo **bar"
< #48: FILE: /tmp/f1-17868/zebra_srv6.h:48:
Report for zebra_srv6_vty.c | 4 issues
===============================================
< WARNING: C99 // comments do not match recommendation
< #303: FILE: /tmp/f1-17868/zebra_srv6_vty.c:303:
< WARNING: C99 // comments do not match recommendation
< #304: FILE: /tmp/f1-17868/zebra_srv6_vty.c:304:

@Drumato
Copy link
Contributor Author

Drumato commented Nov 4, 2021

ci:rerun

1 similar comment
@Drumato
Copy link
Contributor Author

Drumato commented Nov 4, 2021

ci:rerun

Signed-off-by: Yamato Sugawara <yamato.sugawara@linecorp.com>
Signed-off-by: Yamato Sugawara <yamato.sugawara@linecorp.com>
Signed-off-by: Yamato Sugawara <yamato.sugawara@linecorp.com>
and add the test bgpd output to the locator_chunks topotest
Signed-off-by: Yamato Sugawara <yamato.sugawara@linecorp.com>
Signed-off-by: Yamato Sugawara <yamato.sugawara@linecorp.com>
@Drumato Drumato force-pushed the srv6-manager-multi-chunk-support branch from 72ba803 to 55a6b6a Compare November 9, 2021 12:37
Signed-off-by: Yamato Sugawara <yamato.sugawara@linecorp.com>
@Drumato Drumato force-pushed the srv6-manager-multi-chunk-support branch from 55a6b6a to f4c954b Compare November 9, 2021 12:41
@Drumato
Copy link
Contributor Author

Drumato commented Nov 9, 2021

@slankdev Thank you for reviewing!
the suggestions from you were already applied in f4c954b 🙇‍♀️

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Nov 9, 2021

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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: Incomplete

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

@NetDEF-CI
Copy link
Collaborator

Continuous Integration Result: FAILED

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

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: Incomplete

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

@LabN-CI
Copy link
Collaborator

LabN-CI commented Nov 9, 2021

💚 Basic BGPD CI results: SUCCESS, 0 tests failed

Results table
_ _
Result SUCCESS git merge/9932 f4c954b
Date 11/09/2021
Start 10:37:06
Finish 11:03:17
Run-Time 26:11
Total 1813
Pass 1813
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2021-11-09-10:37:06.txt
Log autoscript-2021-11-09-10:38:21.log.bz2
Memory 496 518 427

For details, please contact louberger

Signed-off-by: Yamato Sugawara <yamato.sugawara@linecorp.com>
@Drumato Drumato force-pushed the srv6-manager-multi-chunk-support branch from 6f53b95 to 418b384 Compare November 10, 2021 00:07
@LabN-CI
Copy link
Collaborator

LabN-CI commented Nov 10, 2021

💚 Basic BGPD CI results: SUCCESS, 0 tests failed

Results table
_ _
Result SUCCESS git merge/9932 418b384
Date 11/09/2021
Start 19:11:31
Finish 19:37:57
Run-Time 26:26
Total 1813
Pass 1813
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2021-11-09-19:11:31.txt
Log autoscript-2021-11-09-19:12:48.log.bz2
Memory 515 508 429

For details, please contact louberger

@NetDEF-CI
Copy link
Collaborator

Continuous Integration Result: FAILED

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

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

Warnings Generated during build:

Checkout code: Successful with additional warnings
Topotests Ubuntu 18.04 i386 part 9: Failed (click for details) Topotests Ubuntu 18.04 i386 part 9: No useful log found
Report for zebra_srv6.c | 8 issues
===============================================
< ERROR: "foo * *bar" should be "foo **bar"
< #59: FILE: /tmp/f1-7873/zebra_srv6.c:59:
< WARNING: void function return statements are not generally useful
< #207: FILE: /tmp/f1-7873/zebra_srv6.c:207:
< WARNING: Missing a blank line after declarations
< #224: FILE: /tmp/f1-7873/zebra_srv6.c:224:
< WARNING: C99 // comments do not match recommendation
< #263: FILE: /tmp/f1-7873/zebra_srv6.c:263:
Report for zebra_srv6.h | 2 issues
===============================================
< ERROR: "foo * *bar" should be "foo **bar"
< #48: FILE: /tmp/f1-7873/zebra_srv6.h:48:
Report for zebra_srv6_vty.c | 4 issues
===============================================
< WARNING: C99 // comments do not match recommendation
< #303: FILE: /tmp/f1-7873/zebra_srv6_vty.c:303:
< WARNING: C99 // comments do not match recommendation
< #304: FILE: /tmp/f1-7873/zebra_srv6_vty.c:304:

@NetDEF-CI
Copy link
Collaborator

Continuous Integration Result: FAILED

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

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: Incomplete

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

@Drumato
Copy link
Contributor Author

Drumato commented Nov 10, 2021

ci:rerun

@NetDEF-CI
Copy link
Collaborator

Continuous Integration Result: FAILED

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

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

Warnings Generated during build:

Checkout code: Successful with additional warnings
Topotests Ubuntu 18.04 amd64 part 9: Failed (click for details) Topotests Ubuntu 18.04 amd64 part 9: No useful log found
Report for zebra_srv6.c | 8 issues
===============================================
< ERROR: "foo * *bar" should be "foo **bar"
< #59: FILE: /tmp/f1-29373/zebra_srv6.c:59:
< WARNING: void function return statements are not generally useful
< #207: FILE: /tmp/f1-29373/zebra_srv6.c:207:
< WARNING: Missing a blank line after declarations
< #224: FILE: /tmp/f1-29373/zebra_srv6.c:224:
< WARNING: C99 // comments do not match recommendation
< #263: FILE: /tmp/f1-29373/zebra_srv6.c:263:
Report for zebra_srv6.h | 2 issues
===============================================
< ERROR: "foo * *bar" should be "foo **bar"
< #48: FILE: /tmp/f1-29373/zebra_srv6.h:48:
Report for zebra_srv6_vty.c | 4 issues
===============================================
< WARNING: C99 // comments do not match recommendation
< #303: FILE: /tmp/f1-29373/zebra_srv6_vty.c:303:
< WARNING: C99 // comments do not match recommendation
< #304: FILE: /tmp/f1-29373/zebra_srv6_vty.c:304:

@Drumato
Copy link
Contributor Author

Drumato commented Nov 10, 2021

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-1440/

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 zebra_srv6.c | 8 issues
===============================================
< ERROR: "foo * *bar" should be "foo **bar"
< #59: FILE: /tmp/f1-28499/zebra_srv6.c:59:
< WARNING: void function return statements are not generally useful
< #207: FILE: /tmp/f1-28499/zebra_srv6.c:207:
< WARNING: Missing a blank line after declarations
< #224: FILE: /tmp/f1-28499/zebra_srv6.c:224:
< WARNING: C99 // comments do not match recommendation
< #263: FILE: /tmp/f1-28499/zebra_srv6.c:263:
Report for zebra_srv6.h | 2 issues
===============================================
< ERROR: "foo * *bar" should be "foo **bar"
< #48: FILE: /tmp/f1-28499/zebra_srv6.h:48:
Report for zebra_srv6_vty.c | 4 issues
===============================================
< WARNING: C99 // comments do not match recommendation
< #303: FILE: /tmp/f1-28499/zebra_srv6_vty.c:303:
< WARNING: C99 // comments do not match recommendation
< #304: FILE: /tmp/f1-28499/zebra_srv6_vty.c:304:

@Drumato
Copy link
Contributor Author

Drumato commented Nov 13, 2021

@donaldsharp Could you take a look at this PR?
you can know about the PR's achievement by referring the top issue comment.

This PR is my first-time contribution to FRR,
so please tell me if something is bad 🙇‍♀️

@github-actions
Copy link

This PR is stale because it has been open 180 days with no activity. Comment or remove the autoclose label in order to avoid having this PR closed.

@github-actions
Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@github-actions
Copy link

This PR is stale because it has been open 180 days with no activity. Comment or remove the autoclose label in order to avoid having this PR closed.

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.

4 participants