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

Fix show opdata command #13320

Merged
merged 7 commits into from
Apr 17, 2023

Conversation

choppsv1
Copy link
Contributor

No description provided.

Add a wrapper around lys_find_xpath which has an unfortunate API
returning an allocated set of schema nodes when we only ever expect and
want one.

Another libyang function `lys_find_path` returns a single node; however,
that function can assert/abort on invalid path values so is unsuitable
for user input.

Replace previous uses of `lys_find_path` with new API when dealing with
possible invalid path values (i.e., from a user).

Signed-off-by: Christian Hopps <chopps@labn.net>
Previously was using an API that returned the root of the data tree given the
users input xpath value, and then used it like it was the leaf node (last not
first). So basically this CLI command only worked when one requested the root
node of the model.

Signed-off-by: Christian Hopps <chopps@labn.net>
@frrbot frrbot bot added bugfix libfrr tests Topotests, make check, etc labels Apr 17, 2023
@choppsv1 choppsv1 force-pushed the fix-show-opdata-command branch from 1128885 to bff5571 Compare April 17, 2023 05:47
@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Apr 17, 2023

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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 7 amd64 build: Failed (click for details) OpenBSD 7 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10915/artifact/CI011BUILD/config.log/config.log.gz OpenBSD 7 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10915/artifact/CI011BUILD/config.status/config.status

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

/home/ci/cibuild.10915/frr-source/doc/user/zebra.rst:825: WARNING: duplicate clicmd description of locator NAME, other instance in bgp
/home/ci/cibuild.10915/frr-source/doc/user/affinitymap.rst: WARNING: document isn't included in any toctree
lib/northbound_cli.c:1464:34: error: implicit declaration of function 'ly_last_errmsg' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
lib/northbound_cli.c:1464:34: error: format specifies type 'char *' but the argument has type 'int' [-Werror,-Wformat]
2 errors generated.
gmake[1]: *** [Makefile:10490: lib/northbound_cli.lo] Error 1
gmake[1]: Leaving directory '/home/ci/cibuild.10915/frr-source'
gmake[1]: Target 'all-am' not remade because of errors.
gmake: *** [Makefile:6383: all] Error 2
Redhat 8 amd64 build: Failed (click for details) Redhat 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10915/artifact/REDHAT8/config.status/config.status

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

/home/ci/cibuild.10915/frr-source/doc/user/affinitymap.rst: WARNING: document isn't included in any toctree
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1464:34: error: implicit declaration of function ly_last_errmsg; did you mean ly_errmsg? [-Werror=implicit-function-declaration]
lib/northbound_cli.c:1464:24: error: format %s expects argument of type char *, but argument 3 has type int [-Werror=format=]
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10487: lib/northbound_cli.lo] Error 1
pimd/pim6_mld.c:347:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported
 CPP_NOTICE("TODO: S,G entries in EXCLUDE (i.e. prune) unsupported");
 ^~~~~~~~~~

Redhat 8 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10915/artifact/REDHAT8/config.log/config.log.gz

Ubuntu 18.04 arm8 build: Failed (click for details)

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

pimd/pim6_mld.c:1007:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1464:34: error: implicit declaration of function ly_last_errmsg; did you mean ly_errmsg? [-Werror=implicit-function-declaration]
lib/northbound_cli.c:1464:24: error: format %s expects argument of type char *, but argument 3 has type int [-Werror=format=]
cc1: all warnings being treated as errors
Makefile:9806: recipe for target 'lib/northbound_cli.lo' failed
make[1]: *** [lib/northbound_cli.lo] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.10915/frr-source'

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

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

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

/home/ci/cibuild.10915/frr-source/doc/user/affinitymap.rst: WARNING: document isn't included in any toctree
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1464:34: error: implicit declaration of function ly_last_errmsg; did you mean ly_errmsg? [-Werror=implicit-function-declaration]
lib/northbound_cli.c:1464:24: error: format %s expects argument of type char *, but argument 3 has type int [-Werror=format=]
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10488: lib/northbound_cli.lo] Error 1
pimd/pim6_mld.c:347:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported
 CPP_NOTICE("TODO: S,G entries in EXCLUDE (i.e. prune) unsupported");
 ^~~~~~~~~~

Debian 10 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10915/artifact/DEB10BUILD/config.log/config.log.gz

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

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

/home/ci/cibuild.10915/frr-source/doc/user/affinitymap.rst:: WARNING: document isn't included in any toctree
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1464:34: error: implicit declaration of function ly_last_errmsg [-Werror=implicit-function-declaration]
lib/northbound_cli.c:1464:24: error: format %s expects argument of type char *, but argument 3 has type int [-Werror=format=]
cc1: all warnings being treated as errors
Makefile:9806: recipe for target 'lib/northbound_cli.lo' failed
make[1]: *** [lib/northbound_cli.lo] Error 1
pimd/pim6_mld.c:347:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported
 CPP_NOTICE("TODO: S,G entries in EXCLUDE (i.e. prune) unsupported");
Ubuntu 20.04 amd64 build: Failed (click for details) Ubuntu 20.04 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10915/artifact/U2004AMD64BUILD/config.log/config.log.gz

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

 1007 |    CPP_NOTICE("need S,G PRUNE => NO_INFO transition here");
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1464:34: error: implicit declaration of function ly_last_errmsg; did you mean ly_errmsg? [-Werror=implicit-function-declaration]
 1464 |    vty_out(vty, "<!-- %s -->\n", ly_last_errmsg());
lib/northbound_cli.c:1464:24: error: format %s expects argument of type char *, but argument 3 has type int [-Werror=format=]
 1464 |    vty_out(vty, "<!-- %s -->\n", ly_last_errmsg());
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10488: lib/northbound_cli.lo] Error 1
make[1]: Target 'all-am' not remade because of errors.

Ubuntu 20.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10915/artifact/U2004AMD64BUILD/config.status/config.status

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

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

/home/ci/cibuild.10915/frr-source/doc/user/affinitymap.rst: WARNING: document isn't included in any toctree
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1464:34: error: implicit declaration of function ly_last_errmsg; did you mean ly_errmsg? [-Werror=implicit-function-declaration]
lib/northbound_cli.c:1464:24: error: format %s expects argument of type char *, but argument 3 has type int [-Werror=format=]
cc1: all warnings being treated as errors
Makefile:9806: recipe for target 'lib/northbound_cli.lo' failed
make[1]: *** [lib/northbound_cli.lo] Error 1
pimd/pim6_mld.c:347:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported
 CPP_NOTICE("TODO: S,G entries in EXCLUDE (i.e. prune) unsupported");
Redhat 9 amd64 build: Failed (click for details) Redhat 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10915/artifact/RH9BUILD/config.status/config.status

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

doc/user/_build/texinfo/frr.texi:27488: warning: could not find @image file `frr-figures/pathd_initiated_multi.txt' nor alternate text
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1464:55: error: implicit declaration of function ly_last_errmsg; did you mean ly_errmsg? [-Werror=implicit-function-declaration]
 1464 |                         vty_out(vty, "<!-- %s -->\n", ly_last_errmsg());
lib/northbound_cli.c:1464:45: error: format %s expects argument of type char *, but argument 3 has type int [-Werror=format=]
 1464 |                         vty_out(vty, "<!-- %s -->\n", ly_last_errmsg());
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10488: lib/northbound_cli.lo] Error 1
pimd/pim6_mld.c:347:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported

Redhat 9 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10915/artifact/RH9BUILD/config.log/config.log.gz

Ubuntu 16.04 arm7 build: Failed (click for details)

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

pimd/pim6_mld.c:1007:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1464:34: error: implicit declaration of function ly_last_errmsg [-Werror=implicit-function-declaration]
lib/northbound_cli.c:1464:17: error: format %s expects argument of type char *, but argument 3 has type int [-Werror=format=]
cc1: all warnings being treated as errors
Makefile:9806: recipe for target 'lib/northbound_cli.lo' failed
make[1]: *** [lib/northbound_cli.lo] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.10915/frr-source'

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

Ubuntu 22.04 amd64 build: Failed (click for details) Ubuntu 22.04 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10915/artifact/U22AMD64BUILD/config.log/config.log.gz

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

 1007 |                         CPP_NOTICE("need S,G PRUNE => NO_INFO transition here");
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1464:55: error: implicit declaration of function ly_last_errmsg; did you mean ly_errmsg? [-Werror=implicit-function-declaration]
 1464 |                         vty_out(vty, "<!-- %s -->\n", ly_last_errmsg());
lib/northbound_cli.c:1464:45: error: format %s expects argument of type char *, but argument 3 has type int [-Werror=format=]
 1464 |                         vty_out(vty, "<!-- %s -->\n", ly_last_errmsg());
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10491: lib/northbound_cli.lo] Error 1
make[1]: Target 'all-am' not remade because of errors.

Ubuntu 22.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10915/artifact/U22AMD64BUILD/config.status/config.status

FreeBSD 11 amd64 build: Failed (click for details) FreeBSD 11 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10915/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-10915/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-10915/artifact/CI009BUILD/ErrorLog/log_make.txt)

/usr/home/ci/cibuild.10915/frr-source/doc/user/affinitymap.rst: WARNING: document isn't included in any toctree
lib/northbound_cli.c: In function 'show_yang_operational_data_magic':
lib/northbound_cli.c:1464:34: error: implicit declaration of function 'ly_last_errmsg'; did you mean 'ly_errmsg'? [-Werror=implicit-function-declaration]
 1464 |    vty_out(vty, "<!-- %s -->\n", ly_last_errmsg());
lib/northbound_cli.c:1464:24: error: format '%s' expects argument of type 'char *', but argument 3 has type 'int' [-Werror=format=]
 1464 |    vty_out(vty, "<!-- %s -->\n", ly_last_errmsg());
cc1: all warnings being treated as errors
gmake[1]: *** [Makefile:10490: lib/northbound_cli.lo] Error 1
gmake[1]: Target 'all-am' not remade because of errors.
Ubuntu 16.04 arm8 build: Failed (click for details) Ubuntu 16.04 arm8 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10915/artifact/U16ARM8BUILD/config.status/config.status Ubuntu 16.04 arm8 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10915/artifact/U16ARM8BUILD/config.log/config.log.gz

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

pimd/pim6_mld.c:1007:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1464:34: error: implicit declaration of function ly_last_errmsg [-Werror=implicit-function-declaration]
lib/northbound_cli.c:1464:17: error: format %s expects argument of type char *, but argument 3 has type int [-Werror=format=]
cc1: all warnings being treated as errors
Makefile:9806: recipe for target 'lib/northbound_cli.lo' failed
make[1]: *** [lib/northbound_cli.lo] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.10915/frr-source'
Ubuntu 18.04 amd64 build: Failed (click for details) Ubuntu 18.04 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10915/artifact/U1804AMD64/config.log/config.log.gz Ubuntu 18.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10915/artifact/U1804AMD64/config.status/config.status

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

/home/ci/cibuild.10915/frr-source/doc/user/affinitymap.rst: WARNING: document isn't included in any toctree
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1464:34: error: implicit declaration of function ly_last_errmsg; did you mean ly_errmsg? [-Werror=implicit-function-declaration]
lib/northbound_cli.c:1464:24: error: format %s expects argument of type char *, but argument 3 has type int [-Werror=format=]
cc1: all warnings being treated as errors
Makefile:9806: recipe for target 'lib/northbound_cli.lo' failed
make[1]: *** [lib/northbound_cli.lo] Error 1
pimd/pim6_mld.c:347:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported
 CPP_NOTICE("TODO: S,G entries in EXCLUDE (i.e. prune) unsupported");
Ubuntu 16.04 amd64 build: Failed (click for details) Ubuntu 16.04 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10915/artifact/CI014BUILD/config.log/config.log.gz Ubuntu 16.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10915/artifact/CI014BUILD/config.status/config.status

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

/home/ci/cibuild.10915/frr-source/doc/user/affinitymap.rst:: WARNING: document isn't included in any toctree
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1464:34: error: implicit declaration of function ly_last_errmsg [-Werror=implicit-function-declaration]
lib/northbound_cli.c:1464:17: error: format %s expects argument of type char *, but argument 3 has type int [-Werror=format=]
cc1: all warnings being treated as errors
Makefile:9806: recipe for target 'lib/northbound_cli.lo' failed
make[1]: *** [lib/northbound_cli.lo] Error 1
pimd/pim6_mld.c:347:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported
 CPP_NOTICE("TODO: S,G entries in EXCLUDE (i.e. prune) unsupported");
Ubuntu 18.04 i386 build: Failed (click for details)

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

/home/ci/cibuild.10915/frr-source/doc/user/affinitymap.rst: WARNING: document isn't included in any toctree
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1464:34: error: implicit declaration of function ly_last_errmsg; did you mean ly_errmsg? [-Werror=implicit-function-declaration]
lib/northbound_cli.c:1464:24: error: format %s expects argument of type char *, but argument 3 has type int [-Werror=format=]
cc1: all warnings being treated as errors
Makefile:9806: recipe for target 'lib/northbound_cli.lo' failed
make[1]: *** [lib/northbound_cli.lo] Error 1
pimd/pim6_mld.c:347:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported
 CPP_NOTICE("TODO: S,G entries in EXCLUDE (i.e. prune) unsupported");

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

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

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

pimd/pim_cmd_common.c:4880:2: warning: missing braces around initializer [-Wmissing-braces]
pimd/pim_cmd_common.c:4880:2: warning: (near initialization for sg.grp) [-Wmissing-braces]
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.  CC       mgmtd/mgmt.o
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed./home/ci/cibuild.10915/frr-source/doc/user/pbr.rst:49: WARNING: duplicate label nexthop-groups, other instance in /home/ci/cibuild.10915/frr-source/doc/user/nexthop_groups.rst
/home/ci/cibuild.10915/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.10915/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.10915/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.10915/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.10915/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
Ubuntu 18.04 arm7 build: Failed (click for details) Ubuntu 18.04 arm7 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10915/artifact/U18ARM7BUILD/config.status/config.status Ubuntu 18.04 arm7 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10915/artifact/U18ARM7BUILD/config.log/config.log.gz

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

pimd/pim6_mld.c:1007:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1464:34: error: implicit declaration of function ly_last_errmsg; did you mean ly_errmsg? [-Werror=implicit-function-declaration]
lib/northbound_cli.c:1464:24: error: format %s expects argument of type char *, but argument 3 has type int [-Werror=format=]
cc1: all warnings being treated as errors
Makefile:9806: recipe for target 'lib/northbound_cli.lo' failed
make[1]: *** [lib/northbound_cli.lo] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.10915/frr-source'
Debian 11 amd64 build: Failed (click for details) Debian 11 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10915/artifact/DEB11AMD64/config.log/config.log.gz

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

doc/user/_build/texinfo/frr.texi:27488: warning: could not find @image file `frr-figures/pathd_initiated_multi.txt' nor alternate text
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1464:34: error: implicit declaration of function ly_last_errmsg; did you mean ly_errmsg? [-Werror=implicit-function-declaration]
 1464 |    vty_out(vty, "<!-- %s -->\n", ly_last_errmsg());
lib/northbound_cli.c:1464:24: error: format %s expects argument of type char *, but argument 3 has type int [-Werror=format=]
 1464 |    vty_out(vty, "<!-- %s -->\n", ly_last_errmsg());
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10491: lib/northbound_cli.lo] Error 1
pimd/pim6_mld.c:347:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported

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

FreeBSD 12 amd64 build: Failed (click for details) FreeBSD 12 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10915/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-10915/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-10915/artifact/FBSD12AMD64/ErrorLog/log_make.txt)

/usr/home/ci/cibuild.10915/frr-source/doc/user/affinitymap.rst: WARNING: document isn't included in any toctree
lib/northbound_cli.c: In function 'show_yang_operational_data_magic':
lib/northbound_cli.c:1464:34: error: implicit declaration of function 'ly_last_errmsg'; did you mean 'ly_errmsg'? [-Werror=implicit-function-declaration]
lib/northbound_cli.c:1464:24: error: format '%s' expects argument of type 'char *', but argument 3 has type 'int' [-Werror=format=]
cc1: all warnings being treated as errors
gmake[1]: *** [Makefile:10487: lib/northbound_cli.lo] Error 1
gmake[1]: Leaving directory '/usr/home/ci/cibuild.10915/frr-source'
gmake[1]: Target 'all-am' not remade because of errors.
gmake: *** [Makefile:6380: all] Error 2
Ubuntu 16.04 i386 build: Failed (click for details) Ubuntu 16.04 i386 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10915/artifact/U1604I386/config.log/config.log.gz Ubuntu 16.04 i386 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10915/artifact/U1604I386/config.status/config.status

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

/home/ci/cibuild.10915/frr-source/doc/user/affinitymap.rst:: WARNING: document isn't included in any toctree
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1464:34: error: implicit declaration of function ly_last_errmsg [-Werror=implicit-function-declaration]
lib/northbound_cli.c:1464:17: error: format %s expects argument of type char *, but argument 3 has type int [-Werror=format=]
cc1: all warnings being treated as errors
Makefile:9806: recipe for target 'lib/northbound_cli.lo' failed
make[1]: *** [lib/northbound_cli.lo] Error 1
pimd/pim6_mld.c:347:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported
 CPP_NOTICE("TODO: S,G entries in EXCLUDE (i.e. prune) unsupported");

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Apr 17, 2023

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

Redhat 8 amd64 build: Failed (click for details) Redhat 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10916/artifact/REDHAT8/config.status/config.status

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

/home/ci/cibuild.10916/frr-source/doc/user/affinitymap.rst: WARNING: document isn't included in any toctree
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1464:34: error: implicit declaration of function ly_last_errmsg; did you mean ly_errmsg? [-Werror=implicit-function-declaration]
lib/northbound_cli.c:1464:24: error: format %s expects argument of type char *, but argument 3 has type int [-Werror=format=]
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10487: lib/northbound_cli.lo] Error 1
pimd/pim6_mld.c:347:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported
 CPP_NOTICE("TODO: S,G entries in EXCLUDE (i.e. prune) unsupported");
 ^~~~~~~~~~

Redhat 8 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10916/artifact/REDHAT8/config.log/config.log.gz

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

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

/home/ci/cibuild.10916/frr-source/doc/user/affinitymap.rst: WARNING: document isn't included in any toctree
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1464:34: error: implicit declaration of function ly_last_errmsg; did you mean ly_errmsg? [-Werror=implicit-function-declaration]
lib/northbound_cli.c:1464:24: error: format %s expects argument of type char *, but argument 3 has type int [-Werror=format=]
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10488: lib/northbound_cli.lo] Error 1
pimd/pim6_mld.c:347:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported
 CPP_NOTICE("TODO: S,G entries in EXCLUDE (i.e. prune) unsupported");
 ^~~~~~~~~~

Debian 10 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10916/artifact/DEB10BUILD/config.log/config.log.gz

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

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

/home/ci/cibuild.10916/frr-source/doc/user/zebra.rst:825: WARNING: duplicate clicmd description of locator NAME, other instance in bgp
/home/ci/cibuild.10916/frr-source/doc/user/affinitymap.rst: WARNING: document isn't included in any toctree
lib/northbound_cli.c:1464:34: error: implicit declaration of function 'ly_last_errmsg' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
lib/northbound_cli.c:1464:34: error: format specifies type 'char *' but the argument has type 'int' [-Werror,-Wformat]
2 errors generated.
gmake[1]: *** [Makefile:10490: lib/northbound_cli.lo] Error 1
gmake[1]: Target 'all-am' not remade because of errors.
gmake[1]: Leaving directory '/home/ci/cibuild.10916/frr-source'
gmake: *** [Makefile:6383: all] Error 2
Debian 9 amd64 build: Failed (click for details) Debian 9 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10916/artifact/CI021BUILD/config.log/config.log.gz Debian 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10916/artifact/CI021BUILD/config.status/config.status

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

/home/ci/cibuild.10916/frr-source/doc/user/affinitymap.rst:: WARNING: document isn't included in any toctree
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1464:34: error: implicit declaration of function ly_last_errmsg [-Werror=implicit-function-declaration]
lib/northbound_cli.c:1464:24: error: format %s expects argument of type char *, but argument 3 has type int [-Werror=format=]
cc1: all warnings being treated as errors
Makefile:9806: recipe for target 'lib/northbound_cli.lo' failed
make[1]: *** [lib/northbound_cli.lo] Error 1
pimd/pim6_mld.c:347:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported
 CPP_NOTICE("TODO: S,G entries in EXCLUDE (i.e. prune) unsupported");
Redhat 9 amd64 build: Failed (click for details) Redhat 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10916/artifact/RH9BUILD/config.status/config.status

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

doc/user/_build/texinfo/frr.texi:27488: warning: could not find @image file `frr-figures/pathd_initiated_multi.txt' nor alternate text
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1464:55: error: implicit declaration of function ly_last_errmsg; did you mean ly_errmsg? [-Werror=implicit-function-declaration]
 1464 |                         vty_out(vty, "<!-- %s -->\n", ly_last_errmsg());
lib/northbound_cli.c:1464:45: error: format %s expects argument of type char *, but argument 3 has type int [-Werror=format=]
 1464 |                         vty_out(vty, "<!-- %s -->\n", ly_last_errmsg());
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10488: lib/northbound_cli.lo] Error 1
pimd/pim6_mld.c:347:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported

Redhat 9 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10916/artifact/RH9BUILD/config.log/config.log.gz

Ubuntu 20.04 amd64 build: Failed (click for details) Ubuntu 20.04 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10916/artifact/U2004AMD64BUILD/config.log/config.log.gz

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

 1007 |    CPP_NOTICE("need S,G PRUNE => NO_INFO transition here");
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1464:34: error: implicit declaration of function ly_last_errmsg; did you mean ly_errmsg? [-Werror=implicit-function-declaration]
 1464 |    vty_out(vty, "<!-- %s -->\n", ly_last_errmsg());
lib/northbound_cli.c:1464:24: error: format %s expects argument of type char *, but argument 3 has type int [-Werror=format=]
 1464 |    vty_out(vty, "<!-- %s -->\n", ly_last_errmsg());
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10488: lib/northbound_cli.lo] Error 1
make[1]: Target 'all-am' not remade because of errors.

Ubuntu 20.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10916/artifact/U2004AMD64BUILD/config.status/config.status

Ubuntu 16.04 arm7 build: Failed (click for details)

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

pimd/pim6_mld.c:1007:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1464:34: error: implicit declaration of function ly_last_errmsg [-Werror=implicit-function-declaration]
lib/northbound_cli.c:1464:17: error: format %s expects argument of type char *, but argument 3 has type int [-Werror=format=]
cc1: all warnings being treated as errors
Makefile:9806: recipe for target 'lib/northbound_cli.lo' failed
make[1]: *** [lib/northbound_cli.lo] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.10916/frr-source'

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

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

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

/home/ci/cibuild.10916/frr-source/doc/user/affinitymap.rst: WARNING: document isn't included in any toctree
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1464:34: error: implicit declaration of function ly_last_errmsg; did you mean ly_errmsg? [-Werror=implicit-function-declaration]
lib/northbound_cli.c:1464:24: error: format %s expects argument of type char *, but argument 3 has type int [-Werror=format=]
cc1: all warnings being treated as errors
Makefile:9806: recipe for target 'lib/northbound_cli.lo' failed
make[1]: *** [lib/northbound_cli.lo] Error 1
pimd/pim6_mld.c:347:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported
 CPP_NOTICE("TODO: S,G entries in EXCLUDE (i.e. prune) unsupported");
Ubuntu 18.04 amd64 build: Failed (click for details) Ubuntu 18.04 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10916/artifact/U1804AMD64/config.log/config.log.gz Ubuntu 18.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10916/artifact/U1804AMD64/config.status/config.status

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

/home/ci/cibuild.10916/frr-source/doc/user/affinitymap.rst: WARNING: document isn't included in any toctree
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1464:34: error: implicit declaration of function ly_last_errmsg; did you mean ly_errmsg? [-Werror=implicit-function-declaration]
lib/northbound_cli.c:1464:24: error: format %s expects argument of type char *, but argument 3 has type int [-Werror=format=]
cc1: all warnings being treated as errors
Makefile:9806: recipe for target 'lib/northbound_cli.lo' failed
make[1]: *** [lib/northbound_cli.lo] Error 1
pimd/pim6_mld.c:347:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported
 CPP_NOTICE("TODO: S,G entries in EXCLUDE (i.e. prune) unsupported");
FreeBSD 11 amd64 build: Failed (click for details) FreeBSD 11 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10916/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-10916/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-10916/artifact/CI009BUILD/ErrorLog/log_make.txt)

/usr/home/ci/cibuild.10916/frr-source/doc/user/affinitymap.rst: WARNING: document isn't included in any toctree
lib/northbound_cli.c: In function 'show_yang_operational_data_magic':
lib/northbound_cli.c:1464:34: error: implicit declaration of function 'ly_last_errmsg'; did you mean 'ly_errmsg'? [-Werror=implicit-function-declaration]
 1464 |    vty_out(vty, "<!-- %s -->\n", ly_last_errmsg());
lib/northbound_cli.c:1464:24: error: format '%s' expects argument of type 'char *', but argument 3 has type 'int' [-Werror=format=]
 1464 |    vty_out(vty, "<!-- %s -->\n", ly_last_errmsg());
cc1: all warnings being treated as errors
gmake[1]: *** [Makefile:10490: lib/northbound_cli.lo] Error 1
gmake[1]: Leaving directory '/usr/home/ci/cibuild.10916/frr-source'
Ubuntu 22.04 amd64 build: Failed (click for details) Ubuntu 22.04 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10916/artifact/U22AMD64BUILD/config.log/config.log.gz

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

 1007 |                         CPP_NOTICE("need S,G PRUNE => NO_INFO transition here");
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1464:55: error: implicit declaration of function ly_last_errmsg; did you mean ly_errmsg? [-Werror=implicit-function-declaration]
 1464 |                         vty_out(vty, "<!-- %s -->\n", ly_last_errmsg());
lib/northbound_cli.c:1464:45: error: format %s expects argument of type char *, but argument 3 has type int [-Werror=format=]
 1464 |                         vty_out(vty, "<!-- %s -->\n", ly_last_errmsg());
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10491: lib/northbound_cli.lo] Error 1
make[1]: Target 'all-am' not remade because of errors.

Ubuntu 22.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10916/artifact/U22AMD64BUILD/config.status/config.status

FreeBSD 12 amd64 build: Failed (click for details) FreeBSD 12 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10916/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-10916/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-10916/artifact/FBSD12AMD64/ErrorLog/log_make.txt)

/usr/home/ci/cibuild.10916/frr-source/doc/user/affinitymap.rst: WARNING: document isn't included in any toctree
lib/northbound_cli.c: In function 'show_yang_operational_data_magic':
lib/northbound_cli.c:1464:34: error: implicit declaration of function 'ly_last_errmsg'; did you mean 'ly_errmsg'? [-Werror=implicit-function-declaration]
lib/northbound_cli.c:1464:24: error: format '%s' expects argument of type 'char *', but argument 3 has type 'int' [-Werror=format=]
cc1: all warnings being treated as errors
gmake[1]: *** [Makefile:10487: lib/northbound_cli.lo] Error 1
gmake[1]: Leaving directory '/usr/home/ci/cibuild.10916/frr-source'
gmake[1]: Target 'all-am' not remade because of errors.
gmake: *** [Makefile:6380: all] Error 2
Ubuntu 16.04 arm8 build: Failed (click for details) Ubuntu 16.04 arm8 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10916/artifact/U16ARM8BUILD/config.status/config.status Ubuntu 16.04 arm8 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10916/artifact/U16ARM8BUILD/config.log/config.log.gz

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

pimd/pim6_mld.c:1007:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1464:34: error: implicit declaration of function ly_last_errmsg [-Werror=implicit-function-declaration]
lib/northbound_cli.c:1464:17: error: format %s expects argument of type char *, but argument 3 has type int [-Werror=format=]
cc1: all warnings being treated as errors
Makefile:9806: recipe for target 'lib/northbound_cli.lo' failed
make[1]: *** [lib/northbound_cli.lo] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.10916/frr-source'
Ubuntu 16.04 amd64 build: Failed (click for details) Ubuntu 16.04 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10916/artifact/CI014BUILD/config.log/config.log.gz Ubuntu 16.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10916/artifact/CI014BUILD/config.status/config.status

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

/home/ci/cibuild.10916/frr-source/doc/user/affinitymap.rst:: WARNING: document isn't included in any toctree
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1464:34: error: implicit declaration of function ly_last_errmsg [-Werror=implicit-function-declaration]
lib/northbound_cli.c:1464:17: error: format %s expects argument of type char *, but argument 3 has type int [-Werror=format=]
cc1: all warnings being treated as errors
Makefile:9806: recipe for target 'lib/northbound_cli.lo' failed
make[1]: *** [lib/northbound_cli.lo] Error 1
pimd/pim6_mld.c:347:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported
 CPP_NOTICE("TODO: S,G entries in EXCLUDE (i.e. prune) unsupported");
CentOS 7 amd64 build: Failed (click for details) CentOS 7 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10916/artifact/CI005BUILD/config.log/config.log.gz CentOS 7 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10916/artifact/CI005BUILD/config.status/config.status

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

pimd/pim_cmd_common.c:4880:2: warning: missing braces around initializer [-Wmissing-braces]
pimd/pim_cmd_common.c:4880:2: warning: (near initialization for sg.grp) [-Wmissing-braces]
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.  CC       mgmtd/mgmt.o
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed./home/ci/cibuild.10916/frr-source/doc/user/pbr.rst:49: WARNING: duplicate label nexthop-groups, other instance in /home/ci/cibuild.10916/frr-source/doc/user/nexthop_groups.rst
/home/ci/cibuild.10916/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.10916/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.10916/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.10916/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.10916/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
Ubuntu 18.04 i386 build: Failed (click for details)

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

/home/ci/cibuild.10916/frr-source/doc/user/affinitymap.rst: WARNING: document isn't included in any toctree
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1464:34: error: implicit declaration of function ly_last_errmsg; did you mean ly_errmsg? [-Werror=implicit-function-declaration]
lib/northbound_cli.c:1464:24: error: format %s expects argument of type char *, but argument 3 has type int [-Werror=format=]
cc1: all warnings being treated as errors
Makefile:9806: recipe for target 'lib/northbound_cli.lo' failed
make[1]: *** [lib/northbound_cli.lo] Error 1
pimd/pim6_mld.c:347:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported
 CPP_NOTICE("TODO: S,G entries in EXCLUDE (i.e. prune) unsupported");

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

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

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

pimd/pim6_mld.c:1007:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1464:34: error: implicit declaration of function ly_last_errmsg; did you mean ly_errmsg? [-Werror=implicit-function-declaration]
lib/northbound_cli.c:1464:24: error: format %s expects argument of type char *, but argument 3 has type int [-Werror=format=]
cc1: all warnings being treated as errors
Makefile:9806: recipe for target 'lib/northbound_cli.lo' failed
make[1]: *** [lib/northbound_cli.lo] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.10916/frr-source'
Ubuntu 18.04 arm8 build: Failed (click for details)

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

/home/ci/cibuild.10916/frr-source/doc/user/affinitymap.rst: WARNING: document isn't included in any toctree
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1464:34: error: implicit declaration of function ly_last_errmsg; did you mean ly_errmsg? [-Werror=implicit-function-declaration]
lib/northbound_cli.c:1464:24: error: format %s expects argument of type char *, but argument 3 has type int [-Werror=format=]
cc1: all warnings being treated as errors
Makefile:9806: recipe for target 'lib/northbound_cli.lo' failed
make[1]: *** [lib/northbound_cli.lo] Error 1
pimd/pim6_mld.c:347:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported
 CPP_NOTICE("TODO: S,G entries in EXCLUDE (i.e. prune) unsupported");

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

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

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

/home/ci/cibuild.10916/frr-source/doc/user/affinitymap.rst:: WARNING: document isn't included in any toctree
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1464:34: error: implicit declaration of function ly_last_errmsg [-Werror=implicit-function-declaration]
lib/northbound_cli.c:1464:17: error: format %s expects argument of type char *, but argument 3 has type int [-Werror=format=]
cc1: all warnings being treated as errors
Makefile:9806: recipe for target 'lib/northbound_cli.lo' failed
make[1]: *** [lib/northbound_cli.lo] Error 1
pimd/pim6_mld.c:347:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported
 CPP_NOTICE("TODO: S,G entries in EXCLUDE (i.e. prune) unsupported");
Debian 11 amd64 build: Failed (click for details) Debian 11 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10916/artifact/DEB11AMD64/config.log/config.log.gz

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

doc/user/_build/texinfo/frr.texi:27488: warning: could not find @image file `frr-figures/pathd_initiated_multi.txt' nor alternate text
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1464:34: error: implicit declaration of function ly_last_errmsg; did you mean ly_errmsg? [-Werror=implicit-function-declaration]
 1464 |    vty_out(vty, "<!-- %s -->\n", ly_last_errmsg());
lib/northbound_cli.c:1464:24: error: format %s expects argument of type char *, but argument 3 has type int [-Werror=format=]
 1464 |    vty_out(vty, "<!-- %s -->\n", ly_last_errmsg());
cc1: all warnings being treated as errors
make[1]: *** [Makefile:10491: lib/northbound_cli.lo] Error 1
pimd/pim6_mld.c:347:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported

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

@choppsv1 choppsv1 force-pushed the fix-show-opdata-command branch from bff5571 to 497dcd2 Compare April 17, 2023 06:14
For JSON return `{}` for XPath return an XML comment `<!-- Not found -->`

Signed-off-by: Christian Hopps <chopps@labn.net>
Signed-off-by: Christian Hopps <chopps@labn.net>
When launching the daemons under gdb it takes a bit for them to come up, the
currently code only looks for pid files to determine if the daemon is running.
This test is no good as these files are left around by previous runs.

For now do a simple sleep when debugging with gdb to get things working.

Signed-off-by: Christian Hopps <chopps@labn.net>
This makes sure any included quotation is properly escaped and passed
through to vtysh.

Signed-off-by: Christian Hopps <chopps@labn.net>
@choppsv1 choppsv1 force-pushed the fix-show-opdata-command branch from 497dcd2 to 59ea448 Compare April 17, 2023 06:15
Rather than requesting the data for the entire model, just request the route
data for the specific prefix. This also tests the xpath code (which was
previously broken).

Signed-off-by: Christian Hopps <chopps@labn.net>
@choppsv1 choppsv1 force-pushed the fix-show-opdata-command branch from 59ea448 to 9b3fd1e Compare April 17, 2023 06:19
@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Apr 17, 2023

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

Redhat 8 amd64 build: Failed (click for details) Redhat 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10917/artifact/REDHAT8/config.status/config.status

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

/home/ci/cibuild.10917/frr-source/doc/user/affinitymap.rst: WARNING: document isn't included in any toctree
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1466:3: error: expected expression before } token
lib/northbound_cli.c:1465:40: error: expected ; before } token
make[1]: *** [Makefile:10487: lib/northbound_cli.lo] Error 1
pimd/pim6_mld.c:347:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported
 CPP_NOTICE("TODO: S,G entries in EXCLUDE (i.e. prune) unsupported");
 ^~~~~~~~~~
pimd/pim6_mld.c: In function gm_handle_v2_pass1:

Redhat 8 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10917/artifact/REDHAT8/config.log/config.log.gz

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

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

/home/ci/cibuild.10917/frr-source/doc/user/zebra.rst:825: WARNING: duplicate clicmd description of locator NAME, other instance in bgp
/home/ci/cibuild.10917/frr-source/doc/user/affinitymap.rst: WARNING: document isn't included in any toctree
lib/northbound_cli.c:1466:3: error: expected expression
lib/northbound_cli.c:1504:1: error: function definition is not allowed here
{
^
lib/northbound_cli.c:1575:1: error: function definition is not allowed here
{
^
Debian 10 amd64 build: Failed (click for details) Debian 10 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10917/artifact/DEB10BUILD/config.status/config.status

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

/home/ci/cibuild.10917/frr-source/doc/user/affinitymap.rst: WARNING: document isn't included in any toctree
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1466:3: error: expected expression before } token
lib/northbound_cli.c:1465:40: error: expected ; before } token
make[1]: *** [Makefile:10488: lib/northbound_cli.lo] Error 1
pimd/pim6_mld.c:347:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported
 CPP_NOTICE("TODO: S,G entries in EXCLUDE (i.e. prune) unsupported");
 ^~~~~~~~~~
pimd/pim6_mld.c: In function gm_handle_v2_pass1:

Debian 10 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10917/artifact/DEB10BUILD/config.log/config.log.gz

FreeBSD 11 amd64 build: Failed (click for details) FreeBSD 11 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10917/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-10917/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-10917/artifact/CI009BUILD/ErrorLog/log_make.txt)

/usr/home/ci/cibuild.10917/frr-source/doc/user/affinitymap.rst: WARNING: document isn't included in any toctree
lib/northbound_cli.c: In function 'show_yang_operational_data_magic':
lib/northbound_cli.c:1466:3: error: expected expression before '}' token
 1466 |   }
lib/northbound_cli.c:1465:40: error: expected ';' before '}' token
 1465 |    vty_out(vty, "<!-- Not found -->\n",
 1466 |   }
gmake[1]: *** [Makefile:10490: lib/northbound_cli.lo] Error 1
gmake[1]: Target 'all-am' not remade because of errors.
Ubuntu 22.04 amd64 build: Failed (click for details) Ubuntu 22.04 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10917/artifact/U22AMD64BUILD/config.log/config.log.gz

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

 1007 |                         CPP_NOTICE("need S,G PRUNE => NO_INFO transition here");
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1466:17: error: expected expression before } token
 1466 |                 }
lib/northbound_cli.c:1465:61: error: expected ; before } token
 1465 |                         vty_out(vty, "<!-- Not found -->\n",
 1466 |                 }
make[1]: *** [Makefile:10491: lib/northbound_cli.lo] Error 1
make[1]: Target 'all-am' not remade because of errors.

Ubuntu 22.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10917/artifact/U22AMD64BUILD/config.status/config.status

Ubuntu 20.04 amd64 build: Failed (click for details) Ubuntu 20.04 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10917/artifact/U2004AMD64BUILD/config.log/config.log.gz

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

 1007 |    CPP_NOTICE("need S,G PRUNE => NO_INFO transition here");
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1466:3: error: expected expression before } token
 1466 |   }
lib/northbound_cli.c:1465:40: error: expected ; before } token
 1465 |    vty_out(vty, "<!-- Not found -->\n",
 1466 |   }
make[1]: *** [Makefile:10488: lib/northbound_cli.lo] Error 1
make[1]: Target 'all-am' not remade because of errors.

Ubuntu 20.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10917/artifact/U2004AMD64BUILD/config.status/config.status

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

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

/home/ci/cibuild.10917/frr-source/doc/user/affinitymap.rst:: WARNING: document isn't included in any toctree
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1466:3: error: expected expression before } token
lib/northbound_cli.c:1466:3: error: expected ; before } token
Makefile:9806: recipe for target 'lib/northbound_cli.lo' failed
make[1]: *** [lib/northbound_cli.lo] Error 1
pimd/pim6_mld.c:347:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported
 CPP_NOTICE("TODO: S,G entries in EXCLUDE (i.e. prune) unsupported");
 ^~~~~~~~~~
Ubuntu 16.04 arm7 build: Failed (click for details)

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

pimd/pim6_mld.c:1007:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1466:3: error: expected expression before } token
lib/northbound_cli.c:1466:3: error: expected ; before } token
Makefile:9806: recipe for target 'lib/northbound_cli.lo' failed
make[1]: *** [lib/northbound_cli.lo] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.10917/frr-source'
Makefile:5705: recipe for target 'all' failed

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

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

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

pimd/pim_cmd_common.c:4880:2: warning: missing braces around initializer [-Wmissing-braces]
pimd/pim_cmd_common.c:4880:2: warning: (near initialization for sg.grp) [-Wmissing-braces]
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.  CC       mgmtd/mgmt.o
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed./home/ci/cibuild.10917/frr-source/doc/user/pbr.rst:49: WARNING: duplicate label nexthop-groups, other instance in /home/ci/cibuild.10917/frr-source/doc/user/nexthop_groups.rst
/home/ci/cibuild.10917/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.10917/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.10917/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.10917/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.10917/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
Ubuntu 18.04 ppc64le build: Failed (click for details) Ubuntu 18.04 ppc64le build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10917/artifact/U1804PPC64LEBUILD/config.log/config.log.gz Ubuntu 18.04 ppc64le build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10917/artifact/U1804PPC64LEBUILD/config.status/config.status

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

/home/ci/cibuild.10917/frr-source/doc/user/affinitymap.rst: WARNING: document isn't included in any toctree
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1466:3: error: expected expression before } token
lib/northbound_cli.c:1466:3: error: expected ; before } token
Makefile:9806: recipe for target 'lib/northbound_cli.lo' failed
make[1]: *** [lib/northbound_cli.lo] Error 1
pimd/pim6_mld.c:347:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported
 CPP_NOTICE("TODO: S,G entries in EXCLUDE (i.e. prune) unsupported");
 ^~~~~~~~~~
Redhat 9 amd64 build: Failed (click for details) Redhat 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10917/artifact/RH9BUILD/config.status/config.status

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

doc/user/_build/texinfo/frr.texi:27488: warning: could not find @image file `frr-figures/pathd_initiated_multi.txt' nor alternate text
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1466:17: error: expected expression before } token
 1466 |                 }
lib/northbound_cli.c:1465:61: error: expected ; before } token
 1465 |                         vty_out(vty, "<!-- Not found -->\n",
 1466 |                 }
make[1]: *** [Makefile:10488: lib/northbound_cli.lo] Error 1
pimd/pim6_mld.c:347:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported

Redhat 9 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10917/artifact/RH9BUILD/config.log/config.log.gz

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

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

/home/ci/cibuild.10917/frr-source/doc/user/affinitymap.rst: WARNING: document isn't included in any toctree
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1466:3: error: expected expression before } token
lib/northbound_cli.c:1466:3: error: expected ; before } token
Makefile:9806: recipe for target 'lib/northbound_cli.lo' failed
make[1]: *** [lib/northbound_cli.lo] Error 1
pimd/pim6_mld.c:347:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported
 CPP_NOTICE("TODO: S,G entries in EXCLUDE (i.e. prune) unsupported");
 ^~~~~~~~~~
Ubuntu 16.04 amd64 build: Failed (click for details) Ubuntu 16.04 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10917/artifact/CI014BUILD/config.log/config.log.gz Ubuntu 16.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10917/artifact/CI014BUILD/config.status/config.status

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

/home/ci/cibuild.10917/frr-source/doc/user/affinitymap.rst:: WARNING: document isn't included in any toctree
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1466:3: error: expected expression before } token
lib/northbound_cli.c:1466:3: error: expected ; before } token
Makefile:9806: recipe for target 'lib/northbound_cli.lo' failed
make[1]: *** [lib/northbound_cli.lo] Error 1
pimd/pim6_mld.c:347:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported
 CPP_NOTICE("TODO: S,G entries in EXCLUDE (i.e. prune) unsupported");
 ^
FreeBSD 12 amd64 build: Failed (click for details) FreeBSD 12 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10917/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-10917/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-10917/artifact/FBSD12AMD64/ErrorLog/log_make.txt)

/usr/home/ci/cibuild.10917/frr-source/doc/user/affinitymap.rst: WARNING: document isn't included in any toctree
lib/northbound_cli.c: In function 'show_yang_operational_data_magic':
lib/northbound_cli.c:1466:3: error: expected expression before '}' token
lib/northbound_cli.c:1466:3: error: expected ';' before '}' token
gmake[1]: *** [Makefile:10487: lib/northbound_cli.lo] Error 1
gmake[1]: Leaving directory '/usr/home/ci/cibuild.10917/frr-source'
gmake[1]: Target 'all-am' not remade because of errors.
gmake: *** [Makefile:6380: all] Error 2
Ubuntu 16.04 arm8 build: Failed (click for details) Ubuntu 16.04 arm8 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-10917/artifact/U16ARM8BUILD/config.status/config.status Ubuntu 16.04 arm8 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10917/artifact/U16ARM8BUILD/config.log/config.log.gz

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

pimd/pim6_mld.c:1007:4: note: #pragma message: need S,G PRUNE => NO_INFO transition here
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1466:3: error: expected expression before } token
lib/northbound_cli.c:1466:3: error: expected ; before } token
Makefile:9806: recipe for target 'lib/northbound_cli.lo' failed
make[1]: *** [lib/northbound_cli.lo] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.10917/frr-source'
Makefile:5705: recipe for target 'all' failed
Ubuntu 18.04 i386 build: Failed (click for details)

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

/home/ci/cibuild.10917/frr-source/doc/user/affinitymap.rst: WARNING: document isn't included in any toctree
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1466:3: error: expected expression before } token
lib/northbound_cli.c:1466:3: error: expected ; before } token
Makefile:9806: recipe for target 'lib/northbound_cli.lo' failed
make[1]: *** [lib/northbound_cli.lo] Error 1
pimd/pim6_mld.c:347:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported
 CPP_NOTICE("TODO: S,G entries in EXCLUDE (i.e. prune) unsupported");
 ^~~~~~~~~~

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

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

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

/home/ci/cibuild.10917/frr-source/doc/user/affinitymap.rst: WARNING: document isn't included in any toctree
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1466:3: error: expected expression before } token
lib/northbound_cli.c:1466:3: error: expected ; before } token
Makefile:9806: recipe for target 'lib/northbound_cli.lo' failed
make[1]: *** [lib/northbound_cli.lo] Error 1
pimd/pim6_mld.c:347:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported
 CPP_NOTICE("TODO: S,G entries in EXCLUDE (i.e. prune) unsupported");
 ^~~~~~~~~~
Ubuntu 18.04 arm8 build: Failed (click for details)

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

/home/ci/cibuild.10917/frr-source/doc/user/affinitymap.rst: WARNING: document isn't included in any toctree
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1466:3: error: expected expression before } token
lib/northbound_cli.c:1466:3: error: expected ; before } token
Makefile:9806: recipe for target 'lib/northbound_cli.lo' failed
make[1]: *** [lib/northbound_cli.lo] Error 1
pimd/pim6_mld.c:347:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported
 CPP_NOTICE("TODO: S,G entries in EXCLUDE (i.e. prune) unsupported");
 ^~~~~~~~~~

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

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

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

doc/user/_build/texinfo/frr.texi:27488: warning: could not find @image file `frr-figures/pathd_initiated_multi.txt' nor alternate text
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1466:3: error: expected expression before } token
 1466 |   }
lib/northbound_cli.c:1465:40: error: expected ; before } token
 1465 |    vty_out(vty, "<!-- Not found -->\n",
 1466 |   }
make[1]: *** [Makefile:10491: lib/northbound_cli.lo] Error 1
pimd/pim6_mld.c:347:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported

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

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

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

/home/ci/cibuild.10917/frr-source/doc/user/affinitymap.rst:: WARNING: document isn't included in any toctree
lib/northbound_cli.c: In function show_yang_operational_data_magic:
lib/northbound_cli.c:1466:3: error: expected expression before } token
lib/northbound_cli.c:1466:3: error: expected ; before } token
Makefile:9806: recipe for target 'lib/northbound_cli.lo' failed
make[1]: *** [lib/northbound_cli.lo] Error 1
pimd/pim6_mld.c:347:1: note: #pragma message: TODO: S,G entries in EXCLUDE (i.e. prune) unsupported
 CPP_NOTICE("TODO: S,G entries in EXCLUDE (i.e. prune) unsupported");
 ^

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Apr 17, 2023

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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 8: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO8U18I386-10919/test

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 8
see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-10919/artifact/TOPO8U18I386/TopotestLogs/log_topotests.txt
Topotests Ubuntu 18.04 i386 part 8: Unknown Log
URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10919/artifact/TOPO8U18I386/TopotestDetails/

Successful on other platforms/tests
  • CentOS 7 rpm pkg check
  • Addresssanitizer topotests part 6
  • Topotests Ubuntu 18.04 i386 part 9
  • Topotests debian 10 amd64 part 1
  • Static analyzer (clang)
  • Topotests debian 10 amd64 part 7
  • Topotests Ubuntu 18.04 arm8 part 0
  • Topotests Ubuntu 18.04 i386 part 5
  • Topotests Ubuntu 18.04 i386 part 0
  • Topotests debian 10 amd64 part 2
  • Topotests Ubuntu 18.04 amd64 part 8
  • Addresssanitizer topotests part 0
  • Topotests debian 10 amd64 part 3
  • Topotests Ubuntu 18.04 amd64 part 6
  • Topotests Ubuntu 18.04 arm8 part 6
  • Topotests Ubuntu 18.04 amd64 part 1
  • Ubuntu 18.04 deb pkg check
  • Addresssanitizer topotests part 1
  • Topotests Ubuntu 18.04 i386 part 4
  • Topotests Ubuntu 18.04 arm8 part 1
  • Topotests debian 10 amd64 part 6
  • Debian 9 deb pkg check
  • Addresssanitizer topotests part 4
  • Addresssanitizer topotests part 8
  • Topotests debian 10 amd64 part 5
  • Topotests Ubuntu 18.04 i386 part 7
  • Topotests debian 10 amd64 part 4
  • Topotests Ubuntu 18.04 arm8 part 8
  • Addresssanitizer topotests part 7
  • Topotests Ubuntu 18.04 i386 part 2
  • Topotests Ubuntu 18.04 arm8 part 3
  • Topotests Ubuntu 18.04 amd64 part 3
  • Topotests debian 10 amd64 part 9
  • Addresssanitizer topotests part 5
  • Ubuntu 16.04 deb pkg check
  • Topotests Ubuntu 18.04 amd64 part 2
  • Topotests Ubuntu 18.04 i386 part 1
  • Topotests debian 10 amd64 part 8
  • Debian 10 deb pkg check
  • Topotests Ubuntu 18.04 i386 part 6
  • Addresssanitizer topotests part 2
  • Topotests Ubuntu 18.04 amd64 part 4
  • Topotests Ubuntu 18.04 arm8 part 9
  • Topotests Ubuntu 18.04 amd64 part 5
  • Topotests Ubuntu 18.04 amd64 part 0
  • Ubuntu 20.04 deb pkg check
  • Addresssanitizer topotests part 3
  • Addresssanitizer topotests part 9
  • Topotests debian 10 amd64 part 0
  • Topotests Ubuntu 18.04 amd64 part 7
  • Topotests Ubuntu 18.04 amd64 part 9
  • Topotests Ubuntu 18.04 i386 part 3
  • Topotests Ubuntu 18.04 arm8 part 7
  • Topotests Ubuntu 18.04 arm8 part 2

@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-10919/

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.

@ton31337 ton31337 merged commit 89618e7 into FRRouting:master Apr 17, 2023
@choppsv1 choppsv1 deleted the fix-show-opdata-command branch April 18, 2023 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants