Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

zebra: rib_process_dplane_results hook call #9440

Merged
merged 9 commits into from
Oct 26, 2021
Merged

Conversation

dlqs
Copy link
Contributor

@dlqs dlqs commented Aug 18, 2021

Added

  • hook call for on_rib_process_dplane_hook, with ctx as argument
  • zebra vty command to set a script name, e.g. in vty (conf) script on_rib_process_dplane_results my_script
  • hook call will only run if script name is set for it.

Yet to add

  • user docs on for lua script writers
  • docs on the ctx object, as it is large and full of nested tables

Copy link

@polychaeta polychaeta left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution to FRR!

  • One of your commits has a missing or badly formatted Signed-off-by line; we can't accept your contribution until all of your commits have one
  • One of your commits does not have a blank line between the summary and body; this will break git log --oneline

If you are a new contributor to FRR, please see our contributing guidelines.

After making changes, you do not need to create a new PR. You should perform an amend or interactive rebase followed by a force push.

lua_setfield(L, -2, "backup_num");
lua_pushinteger(L, *(nexthop->backup_idx));
lua_setfield(L, -2, "backup_idx");
if (nexthop->nh_encap_type == NET_VXLAN) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

check later

lua_setfield(L, -2, "weight");
lua_pushinteger(L, nexthop->backup_num);
lua_setfield(L, -2, "backup_num");
lua_pushinteger(L, *(nexthop->backup_idx));
Copy link
Contributor Author

Choose a reason for hiding this comment

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

check later

break;
case DPLANE_OP_SYS_ROUTE_ADD:
case DPLANE_OP_SYS_ROUTE_DELETE:
// nothing to encode
Copy link
Contributor Author

Choose a reason for hiding this comment

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

check later

void lua_pushethaddr(lua_State *L, const struct ethaddr *addr)
{
lua_newtable(L);
lua_pushinteger(L, *(addr->octet));
Copy link
Contributor Author

Choose a reason for hiding this comment

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

check later

lua_setfield(L, -2, "type");
lua_pushinteger(L, nexthop->flags);
lua_setfield(L, -2, "flags");
if (nexthop->type == NEXTHOP_TYPE_BLACKHOLE) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

check later

Copy link

@polychaeta polychaeta left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution to FRR!

  • One of your commits has a missing or badly formatted Signed-off-by line; we can't accept your contribution until all of your commits have one
  • One of your commits does not have a blank line between the summary and body; this will break git log --oneline

If you are a new contributor to FRR, please see our contributing guidelines.

After making changes, you do not need to create a new PR. You should perform an amend or interactive rebase followed by a force push.

Comment on lines +358 to +364
for (ALL_NEXTHOPS_PTR(ng, nexthop)) {
lua_pushnexthop(L, nexthop);
lua_seti(L, -2, i);
i++;
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

check later

this encodes the nexthops with integer keys

@LabN-CI
Copy link
Collaborator

LabN-CI commented Aug 18, 2021

Outdated results 🛑

Basic BGPD CI results: FAILURE

_ _
Result FAILURE git merge/9440 3de0dcf frr.github Build
Date 08/18/2021
Start 10:37:15
Finish 10:37:52
Run-Time 00:37
Total
Pass
Fail
Valgrind-Errors
Valgrind-Loss
Details vncregress-2021-08-18-10:37:15.txt
Log make-2021-08-18-10:37:15.out.bz2
Memory

For details, please contact louberger

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Aug 18, 2021

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

CentOS 8 amd64 build: Failed (click for details) CentOS 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21185/artifact/CENTOS8BUILD/config.status/config.status

Make failed for CentOS 8 amd64 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21185/artifact/CENTOS8BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.21185/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
make[1]: *** [Makefile:9906: zebra/zebra_rib.o] Error 1

CentOS 8 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21185/artifact/CENTOS8BUILD/config.log/config.log.gz

CentOS 7 amd64 build: Failed (click for details)

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

zebra/zebra_rib.c:4142:4: warning: implicit declaration of function frrscript_call [-Wimplicit-function-declaration]
zebra/zebra_rib.c:4143:18: warning: left-hand operand of comma expression has no effect [-Wunused-value]
zebra/zebra_script.c:24:31: error: unknown type name lua_State
 void lua_pushzebra_dplane_ctx(lua_State *L, const struct zebra_dplane_ctx *ctx)
make[1]: *** [zebra/zebra_script.o] Error 1
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.  CC       bgpd/bgp_addpath.o
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed./home/ci/cibuild.21185/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.21185/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.21185/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".

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

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

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

/home/ci/cibuild.21185/frr-source/doc/user/zebra.rst:1321: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
 4139 |   struct frrscript *fs = frrscript_new("my_script");
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
 4140 |   frrscript_load(fs, "on_rib_process_dplane_results", NULL);
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
 4142 |    frrscript_call(fs, "on_rib_process_dplane_results",

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21185/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
zebra/zebra_script.c:24:31: error: unknown type name lua_State
 void lua_pushzebra_dplane_ctx(lua_State *L, const struct zebra_dplane_ctx *ctx)
Ubuntu 18.04 arm8 build: Failed (click for details) Ubuntu 18.04 arm8 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21185/artifact/U18ARM8BUILD/config.status/config.status Ubuntu 18.04 arm8 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21185/artifact/U18ARM8BUILD/config.log/config.log.gz

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

make[1]: Entering directory '/home/ci/cibuild.21185/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
zebra/zebra_script.c:24:31: error: unknown type name lua_State
 void lua_pushzebra_dplane_ctx(lua_State *L, const struct zebra_dplane_ctx *ctx)
Debian 10 amd64 build: Failed (click for details) Debian 10 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21185/artifact/DEB10BUILD/config.log/config.log.gz

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

make[1]: Entering directory '/home/ci/cibuild.21185/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
make[1]: *** [Makefile:9907: zebra/zebra_rib.o] Error 1

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

FreeBSD 12 amd64 build: Failed (click for details)

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

 static void elffile_add_dynreloc(struct elffile *w, Elf_Data *reldata,
zebra/zebra_rib.c: In function 'rib_process_dplane_results':
zebra/zebra_rib.c:4139:26: error: implicit declaration of function 'frrscript_new'; did you mean 'array_list_new'? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function 'frrscript_load'; did you mean 'frrmod_load'? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function 'frrscript_call'; did you mean 'lyd_print_all'? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
gmake[1]: *** [Makefile:9906: zebra/zebra_rib.o] Error 1

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

OpenBSD 6 amd64 build: Failed (click for details)

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

/home/ci/cibuild.21185/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
zebra/zebra_rib.c:4139:  CC       zebra/zebra_rnh.o
26: error: implicit declaration of function 'frrscript_new' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
zebra/zebra_rib.c:4139:21: error: incompatible integer to pointer conversion initializing 'struct frrscript *' with an expression of type 'int' [-Werror,-Wint-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function 'frrscript_load' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
zebra/zebra_rib.c:4140:3: note: did you mean 'frrscript_new'?
zebra/zebra_rib.c:4139:26: note: 'frrscript_new' declared here
zebra/zebra_rib.c:4142:4: error: implicit declaration of function 'frrscript_call' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
zebra/zebra_rib.c:4143:13: error: expression result unused [-Werror,-Wunused-value]

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

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

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

 static void elffile_add_dynreloc(struct elffile *w, Elf_Data *reldata,
zebra/zebra_rib.c: In function 'rib_process_dplane_results':
zebra/zebra_rib.c:4139:26: error: implicit declaration of function 'frrscript_new' [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function 'frrscript_load' [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function 'frrscript_call' [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
gmake[1]: *** [Makefile:9906: zebra/zebra_rib.o] Error 1

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

Debian 9 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21185/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

Ubuntu 16.04 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21185/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

FreeBSD 11 amd64 build: Failed (click for details)

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

/usr/home/ci/cibuild.21185/frr-source/doc/user/zebra.rst:1321: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
zebra/zebra_rib.c: In function 'rib_process_dplane_results':
zebra/zebra_rib.c:4139:26: error: implicit declaration of function 'frrscript_new' [-Werror=implicit-function-declaration]
 4139 |   struct frrscript *fs = frrscript_new("my_script");
zebra/zebra_rib.c:4139:26: error: initialization of 'struct frrscript *' from 'int' makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function 'frrscript_load' [-Werror=implicit-function-declaration]
 4140 |   frrscript_load(fs, "on_rib_process_dplane_results", NULL);
zebra/zebra_rib.c:4142:4: error: implicit declaration of function 'frrscript_call' [-Werror=implicit-function-declaration]
 4142 |    frrscript_call(fs, "on_rib_process_dplane_results",

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

Ubuntu 18.04 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21185/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

Ubuntu 18.04 arm7 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21185/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
zebra/zebra_script.c:24:31: error: unknown type name lua_State
 void lua_pushzebra_dplane_ctx(lua_State *L, const struct zebra_dplane_ctx *ctx)

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21185/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
 4139 |   struct frrscript *fs = frrscript_new("my_script");
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
 4140 |   frrscript_load(fs, "on_rib_process_dplane_results", NULL);
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
 4142 |    frrscript_call(fs, "on_rib_process_dplane_results",

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21185/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed
Ubuntu 18.04 ppc64le build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21185/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

Fedora 29 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21185/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
make[1]: *** [Makefile:9906: zebra/zebra_rib.o] Error 1

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

Ubuntu 16.04 i386 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21185/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

Ubuntu 16.04 arm8 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21185/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
zebra/zebra_script.c:24:31: error: unknown type name lua_State
 void lua_pushzebra_dplane_ctx(lua_State *L, const struct zebra_dplane_ctx *ctx)

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

Warnings Generated during build:

Checkout code: Successful with additional warnings
CentOS 8 amd64 build: Failed (click for details) CentOS 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21185/artifact/CENTOS8BUILD/config.status/config.status

Make failed for CentOS 8 amd64 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21185/artifact/CENTOS8BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.21185/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
make[1]: *** [Makefile:9906: zebra/zebra_rib.o] Error 1

CentOS 8 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21185/artifact/CENTOS8BUILD/config.log/config.log.gz

CentOS 7 amd64 build: Failed (click for details)

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

zebra/zebra_rib.c:4142:4: warning: implicit declaration of function frrscript_call [-Wimplicit-function-declaration]
zebra/zebra_rib.c:4143:18: warning: left-hand operand of comma expression has no effect [-Wunused-value]
zebra/zebra_script.c:24:31: error: unknown type name lua_State
 void lua_pushzebra_dplane_ctx(lua_State *L, const struct zebra_dplane_ctx *ctx)
make[1]: *** [zebra/zebra_script.o] Error 1
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.  CC       bgpd/bgp_addpath.o
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed./home/ci/cibuild.21185/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.21185/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.21185/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".

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

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

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

/home/ci/cibuild.21185/frr-source/doc/user/zebra.rst:1321: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
 4139 |   struct frrscript *fs = frrscript_new("my_script");
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
 4140 |   frrscript_load(fs, "on_rib_process_dplane_results", NULL);
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
 4142 |    frrscript_call(fs, "on_rib_process_dplane_results",

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21185/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
zebra/zebra_script.c:24:31: error: unknown type name lua_State
 void lua_pushzebra_dplane_ctx(lua_State *L, const struct zebra_dplane_ctx *ctx)
Ubuntu 18.04 arm8 build: Failed (click for details) Ubuntu 18.04 arm8 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21185/artifact/U18ARM8BUILD/config.status/config.status Ubuntu 18.04 arm8 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21185/artifact/U18ARM8BUILD/config.log/config.log.gz

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

make[1]: Entering directory '/home/ci/cibuild.21185/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
zebra/zebra_script.c:24:31: error: unknown type name lua_State
 void lua_pushzebra_dplane_ctx(lua_State *L, const struct zebra_dplane_ctx *ctx)
Debian 10 amd64 build: Failed (click for details) Debian 10 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21185/artifact/DEB10BUILD/config.log/config.log.gz

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

make[1]: Entering directory '/home/ci/cibuild.21185/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
make[1]: *** [Makefile:9907: zebra/zebra_rib.o] Error 1

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

FreeBSD 12 amd64 build: Failed (click for details)

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

 static void elffile_add_dynreloc(struct elffile *w, Elf_Data *reldata,
zebra/zebra_rib.c: In function 'rib_process_dplane_results':
zebra/zebra_rib.c:4139:26: error: implicit declaration of function 'frrscript_new'; did you mean 'array_list_new'? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function 'frrscript_load'; did you mean 'frrmod_load'? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function 'frrscript_call'; did you mean 'lyd_print_all'? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
gmake[1]: *** [Makefile:9906: zebra/zebra_rib.o] Error 1

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

OpenBSD 6 amd64 build: Failed (click for details)

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

/home/ci/cibuild.21185/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
zebra/zebra_rib.c:4139:  CC       zebra/zebra_rnh.o
26: error: implicit declaration of function 'frrscript_new' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
zebra/zebra_rib.c:4139:21: error: incompatible integer to pointer conversion initializing 'struct frrscript *' with an expression of type 'int' [-Werror,-Wint-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function 'frrscript_load' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
zebra/zebra_rib.c:4140:3: note: did you mean 'frrscript_new'?
zebra/zebra_rib.c:4139:26: note: 'frrscript_new' declared here
zebra/zebra_rib.c:4142:4: error: implicit declaration of function 'frrscript_call' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
zebra/zebra_rib.c:4143:13: error: expression result unused [-Werror,-Wunused-value]

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

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

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

 static void elffile_add_dynreloc(struct elffile *w, Elf_Data *reldata,
zebra/zebra_rib.c: In function 'rib_process_dplane_results':
zebra/zebra_rib.c:4139:26: error: implicit declaration of function 'frrscript_new' [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function 'frrscript_load' [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function 'frrscript_call' [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
gmake[1]: *** [Makefile:9906: zebra/zebra_rib.o] Error 1

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

Debian 9 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21185/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

Ubuntu 16.04 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21185/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

FreeBSD 11 amd64 build: Failed (click for details)

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

/usr/home/ci/cibuild.21185/frr-source/doc/user/zebra.rst:1321: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
zebra/zebra_rib.c: In function 'rib_process_dplane_results':
zebra/zebra_rib.c:4139:26: error: implicit declaration of function 'frrscript_new' [-Werror=implicit-function-declaration]
 4139 |   struct frrscript *fs = frrscript_new("my_script");
zebra/zebra_rib.c:4139:26: error: initialization of 'struct frrscript *' from 'int' makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function 'frrscript_load' [-Werror=implicit-function-declaration]
 4140 |   frrscript_load(fs, "on_rib_process_dplane_results", NULL);
zebra/zebra_rib.c:4142:4: error: implicit declaration of function 'frrscript_call' [-Werror=implicit-function-declaration]
 4142 |    frrscript_call(fs, "on_rib_process_dplane_results",

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

Ubuntu 18.04 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21185/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

Ubuntu 18.04 arm7 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21185/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
zebra/zebra_script.c:24:31: error: unknown type name lua_State
 void lua_pushzebra_dplane_ctx(lua_State *L, const struct zebra_dplane_ctx *ctx)

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21185/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
 4139 |   struct frrscript *fs = frrscript_new("my_script");
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
 4140 |   frrscript_load(fs, "on_rib_process_dplane_results", NULL);
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
 4142 |    frrscript_call(fs, "on_rib_process_dplane_results",

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21185/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed
Ubuntu 18.04 ppc64le build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21185/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

Fedora 29 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21185/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
make[1]: *** [Makefile:9906: zebra/zebra_rib.o] Error 1

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

Ubuntu 16.04 i386 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21185/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

Ubuntu 16.04 arm8 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21185/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
zebra/zebra_script.c:24:31: error: unknown type name lua_State
 void lua_pushzebra_dplane_ctx(lua_State *L, const struct zebra_dplane_ctx *ctx)

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

Report for frrlua.c | 4 issues
===============================================
< WARNING: braces {} are not necessary for any arm of this statement
< #228: FILE: /tmp/f1-2158/frrlua.c:228:
< WARNING: Missing a blank line after declarations
< #358: FILE: /tmp/f1-2158/frrlua.c:358:
Report for zebra_rib.c | 2 issues
===============================================
< WARNING: Missing a blank line after declarations
< #4140: FILE: /tmp/f1-2158/zebra_rib.c:4140:
Report for zebra_script.c | 55 issues
===============================================
WARNING: C99 // comments do not match recommendation
#51: FILE: /tmp/f1-2158/zebra_script.c:51:
+		lua_newtable(L); // rinfo

WARNING: Missing a blank line after declarations
#56: FILE: /tmp/f1-2158/zebra_script.c:56:
+			const struct prefix *src_pfx = dplane_ctx_get_src(ctx);
+			if (src_pfx) {

WARNING: C99 // comments do not match recommendation
#88: FILE: /tmp/f1-2158/zebra_script.c:88:
+			lua_newtable(L); // nhe

WARNING: C99 // comments do not match recommendation
#132: FILE: /tmp/f1-2158/zebra_script.c:132:
+		lua_newtable(L); // pw

WARNING: C99 // comments do not match recommendation
#151: FILE: /tmp/f1-2158/zebra_script.c:151:
+		// nothing to encode

WARNING: C99 // comments do not match recommendation
#155: FILE: /tmp/f1-2158/zebra_script.c:155:
+		lua_newtable(L); // macinfo

WARNING: C99 // comments do not match recommendation
#178: FILE: /tmp/f1-2158/zebra_script.c:178:
+		lua_newtable(L); // rule

WARNING: Block comments use * on subsequent lines
#230: FILE: /tmp/f1-2158/zebra_script.c:230:
+		/**
+		lua_newtable(L); // iptable

WARNING: Block comments use * on subsequent lines
#275: FILE: /tmp/f1-2158/zebra_script.c:275:
+		/**
+		lua_newtable(L); // ipset

WARNING: C99 // comments do not match recommendation
#302: FILE: /tmp/f1-2158/zebra_script.c:302:
+		lua_newtable(L); // neigh

WARNING: C99 // comments do not match recommendation
#321: FILE: /tmp/f1-2158/zebra_script.c:321:
+		lua_newtable(L); // br_port

WARNING: C99 // comments do not match recommendation
#335: FILE: /tmp/f1-2158/zebra_script.c:335:
+		lua_newtable(L); // neightable

WARNING: C99 // comments do not match recommendation
#353: FILE: /tmp/f1-2158/zebra_script.c:353:
+		lua_newtable(L); // gre
Report for zebra_script.h | 9 issues
===============================================
ERROR: need consistent spacing around '*' (ctx:WxV)
#32: FILE: /tmp/f1-2158/zebra_script.h:32:
+void lua_pushzebra_dplane_ctx(lua_State *L, const struct zebra_dplane_ctx *ctx);
                                         ^

WARNING: C99 // comments do not match recommendation
#36: FILE: /tmp/f1-2158/zebra_script.h:36:
+#endif // _ZEBRA_SCRIPT_H

Copy link

@polychaeta polychaeta left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution to FRR!

  • One of your commits has a missing or badly formatted Signed-off-by line; we can't accept your contribution until all of your commits have one
  • One of your commits does not have a blank line between the summary and body; this will break git log --oneline

If you are a new contributor to FRR, please see our contributing guidelines.

After making changes, you do not need to create a new PR. You should perform an amend or interactive rebase followed by a force push.

@polychaeta polychaeta dismissed stale reviews from themself August 18, 2021 14:42

blocking comments addressed

@LabN-CI
Copy link
Collaborator

LabN-CI commented Aug 18, 2021

Outdated results 🛑

Basic BGPD CI results: FAILURE

_ _
Result FAILURE git merge/9440 58c3ddd frr.github Build
Date 08/18/2021
Start 11:07:31
Finish 11:08:07
Run-Time 00:36
Total
Pass
Fail
Valgrind-Errors
Valgrind-Loss
Details vncregress-2021-08-18-11:07:31.txt
Log make-2021-08-18-11:07:31.out.bz2
Memory

For details, please contact louberger

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Aug 18, 2021

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

Get source / Pull Request: Successful

Building Stage: Failed

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

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

/home/ci/cibuild.21186/frr-source/doc/user/zebra.rst:1321: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
 4139 |   struct frrscript *fs = frrscript_new("my_script");
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
 4140 |   frrscript_load(fs, "on_rib_process_dplane_results", NULL);
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
 4142 |    frrscript_call(fs, "on_rib_process_dplane_results",

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

FreeBSD 12 amd64 build: Failed (click for details)

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

 static void elffile_add_dynreloc(struct elffile *w, Elf_Data *reldata,
zebra/zebra_rib.c: In function 'rib_process_dplane_results':
zebra/zebra_rib.c:4139:26: error: implicit declaration of function 'frrscript_new'; did you mean 'array_list_new'? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function 'frrscript_load'; did you mean 'frrmod_load'? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function 'frrscript_call'; did you mean 'lyd_print_all'? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
gmake[1]: *** [Makefile:9906: zebra/zebra_rib.o] Error 1

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

CentOS 7 amd64 build: Failed (click for details)

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

zebra/zebra_rib.c:4142:4: warning: implicit declaration of function frrscript_call [-Wimplicit-function-declaration]
zebra/zebra_rib.c:4143:18: warning: left-hand operand of comma expression has no effect [-Wunused-value]
zebra/zebra_script.c:24:21: error: unknown type name lua_State
 void lua_pushnh_grp(lua_State *L, const struct nh_grp *nh_grp)
zebra/zebra_script.c:33:31: error: unknown type name lua_State
 void lua_pushzebra_dplane_ctx(lua_State *L, const struct zebra_dplane_ctx *ctx)
make[1]: *** [zebra/zebra_script.o] Error 1
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.  CC       bgpd/bgp_addpath.o
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed./home/ci/cibuild.21186/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".

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

Ubuntu 18.04 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21186/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21186/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
zebra/zebra_script.c:24:21: error: unknown type name lua_State
 void lua_pushnh_grp(lua_State *L, const struct nh_grp *nh_grp)
CentOS 8 amd64 build: Failed (click for details) CentOS 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21186/artifact/CENTOS8BUILD/config.status/config.status

Make failed for CentOS 8 amd64 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21186/artifact/CENTOS8BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.21186/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
make[1]: *** [Makefile:9906: zebra/zebra_rib.o] Error 1

CentOS 8 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21186/artifact/CENTOS8BUILD/config.log/config.log.gz

Ubuntu 18.04 ppc64le build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21186/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

Debian 9 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21186/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

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

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

 static void elffile_add_dynreloc(struct elffile *w, Elf_Data *reldata,
zebra/zebra_rib.c: In function 'rib_process_dplane_results':
zebra/zebra_rib.c:4139:26: error: implicit declaration of function 'frrscript_new' [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function 'frrscript_load' [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function 'frrscript_call' [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
gmake[1]: *** [Makefile:9906: zebra/zebra_rib.o] Error 1

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

OpenBSD 6 amd64 build: Failed (click for details)

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

/home/ci/cibuild.21186/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.21186/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
zebra/zebra_rib.c:4139:26: error: implicit declaration of function 'frrscript_new' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
zebra/zebra_rib.c:4139:21: error: incompatible integer to pointer conversion initializing 'struct frrscript *' with an expression of type 'int' [-Werror,-Wint-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function 'frrscript_load' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
zebra/zebra_rib.c:4140:3: note: did you mean 'frrscript_new'?
zebra/zebra_rib.c:4139:26: note: 'frrscript_new' declared here
zebra/zebra_rib.c:4142:4: error: implicit declaration of function 'frrscript_call' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
zebra/zebra_rib.c:4143:13: error: expression result unused [-Werror,-Wunused-value]

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

Ubuntu 16.04 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21186/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

FreeBSD 11 amd64 build: Failed (click for details)

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

/usr/home/ci/cibuild.21186/frr-source/doc/user/zebra.rst:1321: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
zebra/zebra_rib.c: In function 'rib_process_dplane_results':
zebra/zebra_rib.c:4139:26: error: implicit declaration of function 'frrscript_new' [-Werror=implicit-function-declaration]
 4139 |   struct frrscript *fs = frrscript_new("my_script");
zebra/zebra_rib.c:4139:26: error: initialization of 'struct frrscript *' from 'int' makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function 'frrscript_load' [-Werror=implicit-function-declaration]
 4140 |   frrscript_load(fs, "on_rib_process_dplane_results", NULL);
zebra/zebra_rib.c:4142:4: error: implicit declaration of function 'frrscript_call' [-Werror=implicit-function-declaration]
 4142 |    frrscript_call(fs, "on_rib_process_dplane_results",

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21186/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
zebra/zebra_script.c:24:21: error: unknown type name lua_State
 void lua_pushnh_grp(lua_State *L, const struct nh_grp *nh_grp)
Ubuntu 20.04 amd64 build: Failed (click for details) Ubuntu 20.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21186/artifact/U2004AMD64BUILD/config.status/config.status

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

make[1]: Entering directory '/home/ci/cibuild.21186/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
 4139 |   struct frrscript *fs = frrscript_new("my_script");
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
 4140 |   frrscript_load(fs, "on_rib_process_dplane_results", NULL);
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
 4142 |    frrscript_call(fs, "on_rib_process_dplane_results",

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

Ubuntu 18.04 arm7 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21186/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
zebra/zebra_script.c:24:21: error: unknown type name lua_State
 void lua_pushnh_grp(lua_State *L, const struct nh_grp *nh_grp)

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21186/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed
Ubuntu 16.04 i386 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21186/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

Fedora 29 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21186/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
make[1]: *** [Makefile:9906: zebra/zebra_rib.o] Error 1

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21186/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
make[1]: *** [Makefile:9907: zebra/zebra_rib.o] Error 1

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

Ubuntu 16.04 arm8 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21186/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
zebra/zebra_script.c:24:21: error: unknown type name lua_State
 void lua_pushnh_grp(lua_State *L, const struct nh_grp *nh_grp)

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

Warnings Generated during build:

Checkout code: Successful with additional warnings
Debian 11 amd64 build: Failed (click for details) Debian 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21186/artifact/DEB11AMD64/config.status/config.status

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

/home/ci/cibuild.21186/frr-source/doc/user/zebra.rst:1321: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
 4139 |   struct frrscript *fs = frrscript_new("my_script");
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
 4140 |   frrscript_load(fs, "on_rib_process_dplane_results", NULL);
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
 4142 |    frrscript_call(fs, "on_rib_process_dplane_results",

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

FreeBSD 12 amd64 build: Failed (click for details)

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

 static void elffile_add_dynreloc(struct elffile *w, Elf_Data *reldata,
zebra/zebra_rib.c: In function 'rib_process_dplane_results':
zebra/zebra_rib.c:4139:26: error: implicit declaration of function 'frrscript_new'; did you mean 'array_list_new'? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function 'frrscript_load'; did you mean 'frrmod_load'? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function 'frrscript_call'; did you mean 'lyd_print_all'? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
gmake[1]: *** [Makefile:9906: zebra/zebra_rib.o] Error 1

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

CentOS 7 amd64 build: Failed (click for details)

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

zebra/zebra_rib.c:4142:4: warning: implicit declaration of function frrscript_call [-Wimplicit-function-declaration]
zebra/zebra_rib.c:4143:18: warning: left-hand operand of comma expression has no effect [-Wunused-value]
zebra/zebra_script.c:24:21: error: unknown type name lua_State
 void lua_pushnh_grp(lua_State *L, const struct nh_grp *nh_grp)
zebra/zebra_script.c:33:31: error: unknown type name lua_State
 void lua_pushzebra_dplane_ctx(lua_State *L, const struct zebra_dplane_ctx *ctx)
make[1]: *** [zebra/zebra_script.o] Error 1
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.  CC       bgpd/bgp_addpath.o
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed./home/ci/cibuild.21186/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".

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

Ubuntu 18.04 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21186/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21186/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
zebra/zebra_script.c:24:21: error: unknown type name lua_State
 void lua_pushnh_grp(lua_State *L, const struct nh_grp *nh_grp)
CentOS 8 amd64 build: Failed (click for details) CentOS 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21186/artifact/CENTOS8BUILD/config.status/config.status

Make failed for CentOS 8 amd64 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21186/artifact/CENTOS8BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.21186/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
make[1]: *** [Makefile:9906: zebra/zebra_rib.o] Error 1

CentOS 8 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21186/artifact/CENTOS8BUILD/config.log/config.log.gz

Ubuntu 18.04 ppc64le build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21186/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

Debian 9 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21186/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

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

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

 static void elffile_add_dynreloc(struct elffile *w, Elf_Data *reldata,
zebra/zebra_rib.c: In function 'rib_process_dplane_results':
zebra/zebra_rib.c:4139:26: error: implicit declaration of function 'frrscript_new' [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function 'frrscript_load' [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function 'frrscript_call' [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
gmake[1]: *** [Makefile:9906: zebra/zebra_rib.o] Error 1

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

OpenBSD 6 amd64 build: Failed (click for details)

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

/home/ci/cibuild.21186/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.21186/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
zebra/zebra_rib.c:4139:26: error: implicit declaration of function 'frrscript_new' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
zebra/zebra_rib.c:4139:21: error: incompatible integer to pointer conversion initializing 'struct frrscript *' with an expression of type 'int' [-Werror,-Wint-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function 'frrscript_load' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
zebra/zebra_rib.c:4140:3: note: did you mean 'frrscript_new'?
zebra/zebra_rib.c:4139:26: note: 'frrscript_new' declared here
zebra/zebra_rib.c:4142:4: error: implicit declaration of function 'frrscript_call' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
zebra/zebra_rib.c:4143:13: error: expression result unused [-Werror,-Wunused-value]

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

Ubuntu 16.04 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21186/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

FreeBSD 11 amd64 build: Failed (click for details)

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

/usr/home/ci/cibuild.21186/frr-source/doc/user/zebra.rst:1321: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
zebra/zebra_rib.c: In function 'rib_process_dplane_results':
zebra/zebra_rib.c:4139:26: error: implicit declaration of function 'frrscript_new' [-Werror=implicit-function-declaration]
 4139 |   struct frrscript *fs = frrscript_new("my_script");
zebra/zebra_rib.c:4139:26: error: initialization of 'struct frrscript *' from 'int' makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function 'frrscript_load' [-Werror=implicit-function-declaration]
 4140 |   frrscript_load(fs, "on_rib_process_dplane_results", NULL);
zebra/zebra_rib.c:4142:4: error: implicit declaration of function 'frrscript_call' [-Werror=implicit-function-declaration]
 4142 |    frrscript_call(fs, "on_rib_process_dplane_results",

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21186/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
zebra/zebra_script.c:24:21: error: unknown type name lua_State
 void lua_pushnh_grp(lua_State *L, const struct nh_grp *nh_grp)
Ubuntu 20.04 amd64 build: Failed (click for details) Ubuntu 20.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21186/artifact/U2004AMD64BUILD/config.status/config.status

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

make[1]: Entering directory '/home/ci/cibuild.21186/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
 4139 |   struct frrscript *fs = frrscript_new("my_script");
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
 4140 |   frrscript_load(fs, "on_rib_process_dplane_results", NULL);
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
 4142 |    frrscript_call(fs, "on_rib_process_dplane_results",

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

Ubuntu 18.04 arm7 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21186/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
zebra/zebra_script.c:24:21: error: unknown type name lua_State
 void lua_pushnh_grp(lua_State *L, const struct nh_grp *nh_grp)

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21186/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed
Ubuntu 16.04 i386 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21186/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

Fedora 29 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21186/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
make[1]: *** [Makefile:9906: zebra/zebra_rib.o] Error 1

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21186/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
make[1]: *** [Makefile:9907: zebra/zebra_rib.o] Error 1

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

Ubuntu 16.04 arm8 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21186/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
zebra/zebra_script.c:24:21: error: unknown type name lua_State
 void lua_pushnh_grp(lua_State *L, const struct nh_grp *nh_grp)

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

Report for frrlua.c | 4 issues
===============================================
< WARNING: braces {} are not necessary for any arm of this statement
< #228: FILE: /tmp/f1-15548/frrlua.c:228:
< WARNING: Missing a blank line after declarations
< #358: FILE: /tmp/f1-15548/frrlua.c:358:
Report for zebra_rib.c | 2 issues
===============================================
< WARNING: Missing a blank line after declarations
< #4140: FILE: /tmp/f1-15548/zebra_rib.c:4140:
Report for zebra_script.c | 55 issues
===============================================
WARNING: C99 // comments do not match recommendation
#60: FILE: /tmp/f1-15548/zebra_script.c:60:
+		lua_newtable(L); // rinfo

WARNING: Missing a blank line after declarations
#65: FILE: /tmp/f1-15548/zebra_script.c:65:
+			const struct prefix *src_pfx = dplane_ctx_get_src(ctx);
+			if (src_pfx) {

WARNING: C99 // comments do not match recommendation
#97: FILE: /tmp/f1-15548/zebra_script.c:97:
+			lua_newtable(L); // nhe

WARNING: C99 // comments do not match recommendation
#147: FILE: /tmp/f1-15548/zebra_script.c:147:
+		lua_newtable(L); // pw

WARNING: C99 // comments do not match recommendation
#166: FILE: /tmp/f1-15548/zebra_script.c:166:
+		// nothing to encode

WARNING: C99 // comments do not match recommendation
#170: FILE: /tmp/f1-15548/zebra_script.c:170:
+		lua_newtable(L); // macinfo

WARNING: C99 // comments do not match recommendation
#193: FILE: /tmp/f1-15548/zebra_script.c:193:
+		lua_newtable(L); // rule

WARNING: Block comments use * on subsequent lines
#245: FILE: /tmp/f1-15548/zebra_script.c:245:
+		/**
+		lua_newtable(L); // iptable

WARNING: Block comments use * on subsequent lines
#290: FILE: /tmp/f1-15548/zebra_script.c:290:
+		/**
+		lua_newtable(L); // ipset

WARNING: C99 // comments do not match recommendation
#317: FILE: /tmp/f1-15548/zebra_script.c:317:
+		lua_newtable(L); // neigh

WARNING: C99 // comments do not match recommendation
#336: FILE: /tmp/f1-15548/zebra_script.c:336:
+		lua_newtable(L); // br_port

WARNING: C99 // comments do not match recommendation
#350: FILE: /tmp/f1-15548/zebra_script.c:350:
+		lua_newtable(L); // neightable

WARNING: C99 // comments do not match recommendation
#368: FILE: /tmp/f1-15548/zebra_script.c:368:
+		lua_newtable(L); // gre
Report for zebra_script.h | 9 issues
===============================================
ERROR: need consistent spacing around '*' (ctx:WxV)
#32: FILE: /tmp/f1-15548/zebra_script.h:32:
+void lua_pushnh_grp(lua_State *L, const struct nh_grp *nh_grp);
                               ^

WARNING: C99 // comments do not match recommendation
#38: FILE: /tmp/f1-15548/zebra_script.h:38:
+#endif // _ZEBRA_SCRIPT_H

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Aug 18, 2021

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

Get source / Pull Request: Successful

Building Stage: Failed

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

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

/home/ci/cibuild.21188/frr-source/doc/user/zebra.rst:1321: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
 4139 |   struct frrscript *fs = frrscript_new("my_script");
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
 4140 |   frrscript_load(fs, "on_rib_process_dplane_results", NULL);
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
 4142 |    frrscript_call(fs, "on_rib_process_dplane_results",

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

FreeBSD 12 amd64 build: Failed (click for details)

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

 static void elffile_add_dynreloc(struct elffile *w, Elf_Data *reldata,
zebra/zebra_rib.c: In function 'rib_process_dplane_results':
zebra/zebra_rib.c:4139:26: error: implicit declaration of function 'frrscript_new'; did you mean 'array_list_new'? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function 'frrscript_load'; did you mean 'frrmod_load'? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function 'frrscript_call'; did you mean 'lyd_print_all'? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
gmake[1]: *** [Makefile:9906: zebra/zebra_rib.o] Error 1

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

Ubuntu 18.04 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21188/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed
Makefile:9283: recipe for target 'zebra/zebra_script.o' failed

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21188/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
zebra/zebra_script.c:24:21: error: unknown type name lua_State
 void lua_pushnh_grp(lua_State *L, const struct nh_grp *nh_grp)
CentOS 8 amd64 build: Failed (click for details) CentOS 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21188/artifact/CENTOS8BUILD/config.status/config.status

Make failed for CentOS 8 amd64 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21188/artifact/CENTOS8BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.21188/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
make[1]: *** [Makefile:9906: zebra/zebra_rib.o] Error 1

CentOS 8 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21188/artifact/CENTOS8BUILD/config.log/config.log.gz

Ubuntu 16.04 i386 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21188/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

Debian 9 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21188/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

FreeBSD 11 amd64 build: Failed (click for details)

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

/usr/home/ci/cibuild.21188/frr-source/doc/user/zebra.rst:1321: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
zebra/zebra_rib.c: In function 'rib_process_dplane_results':
zebra/zebra_rib.c:4139:26: error: implicit declaration of function 'frrscript_new' [-Werror=implicit-function-declaration]
 4139 |   struct frrscript *fs = frrscript_new("my_script");
zebra/zebra_rib.c:4139:26: error: initialization of 'struct frrscript *' from 'int' makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function 'frrscript_load' [-Werror=implicit-function-declaration]
 4140 |   frrscript_load(fs, "on_rib_process_dplane_results", NULL);
zebra/zebra_rib.c:4142:4: error: implicit declaration of function 'frrscript_call' [-Werror=implicit-function-declaration]
 4142 |    frrscript_call(fs, "on_rib_process_dplane_results",

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

Ubuntu 18.04 ppc64le build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21188/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21188/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
zebra/zebra_script.c:24:21: error: unknown type name lua_State
 void lua_pushnh_grp(lua_State *L, const struct nh_grp *nh_grp)
NetBSD 8 amd64 build: Failed (click for details) NetBSD 8 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21188/artifact/CI012BUILD/config.log/config.log.gz

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

 static void elffile_add_dynreloc(struct elffile *w, Elf_Data *reldata,
zebra/zebra_rib.c: In function 'rib_process_dplane_results':
zebra/zebra_rib.c:4139:26: error: implicit declaration of function 'frrscript_new' [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function 'frrscript_load' [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function 'frrscript_call' [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
gmake[1]: *** [Makefile:9906: zebra/zebra_rib.o] Error 1

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

OpenBSD 6 amd64 build: Failed (click for details)

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

/home/ci/cibuild.21188/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.21188/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
zebra/zebra_rib.c:4139:26: error: implicit declaration of function 'frrscript_new' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
zebra/zebra_rib.c:4139:21: error: incompatible integer to pointer conversion initializing 'struct frrscript *' with an expression of type 'int' [-Werror,-Wint-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function 'frrscript_load' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
zebra/zebra_rib.c:4140:3: note: did you mean 'frrscript_new'?
zebra/zebra_rib.c:4139:26: note: 'frrscript_new' declared here
zebra/zebra_rib.c:4142:4: error: implicit declaration of function 'frrscript_call' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
zebra/zebra_rib.c:4143:13: error: expression result unused [-Werror,-Wunused-value]

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

Ubuntu 16.04 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21188/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

Ubuntu 18.04 arm7 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21188/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
zebra/zebra_script.c:24:21: error: unknown type name lua_State
 void lua_pushnh_grp(lua_State *L, const struct nh_grp *nh_grp)

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

CentOS 7 amd64 build: Failed (click for details)

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

zebra/zebra_rib.c:4142:4: warning: implicit declaration of function frrscript_call [-Wimplicit-function-declaration]
zebra/zebra_rib.c:4143:18: warning: left-hand operand of comma expression has no effect [-Wunused-value]
zebra/zebra_script.c:24:21: error: unknown type name lua_State
 void lua_pushnh_grp(lua_State *L, const struct nh_grp *nh_grp)
zebra/zebra_script.c:33:31: error: unknown type name lua_State
 void lua_pushzebra_dplane_ctx(lua_State *L, const struct zebra_dplane_ctx *ctx)
make[1]: *** [zebra/zebra_script.o] Error 1
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.  CC       bgpd/bgp_addpath.o
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed./home/ci/cibuild.21188/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21188/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed
Ubuntu 16.04 arm8 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21188/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
zebra/zebra_script.c:24:21: error: unknown type name lua_State
 void lua_pushnh_grp(lua_State *L, const struct nh_grp *nh_grp)

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21188/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
 4139 |   struct frrscript *fs = frrscript_new("my_script");
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
 4140 |   frrscript_load(fs, "on_rib_process_dplane_results", NULL);
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
 4142 |    frrscript_call(fs, "on_rib_process_dplane_results",

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21188/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
make[1]: *** [Makefile:9907: zebra/zebra_rib.o] Error 1

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

Fedora 29 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21188/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
make[1]: *** [Makefile:9906: zebra/zebra_rib.o] Error 1

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

Warnings Generated during build:

Checkout code: Successful with additional warnings
Debian 11 amd64 build: Failed (click for details) Debian 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21188/artifact/DEB11AMD64/config.status/config.status

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

/home/ci/cibuild.21188/frr-source/doc/user/zebra.rst:1321: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
 4139 |   struct frrscript *fs = frrscript_new("my_script");
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
 4140 |   frrscript_load(fs, "on_rib_process_dplane_results", NULL);
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
 4142 |    frrscript_call(fs, "on_rib_process_dplane_results",

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

FreeBSD 12 amd64 build: Failed (click for details)

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

 static void elffile_add_dynreloc(struct elffile *w, Elf_Data *reldata,
zebra/zebra_rib.c: In function 'rib_process_dplane_results':
zebra/zebra_rib.c:4139:26: error: implicit declaration of function 'frrscript_new'; did you mean 'array_list_new'? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function 'frrscript_load'; did you mean 'frrmod_load'? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function 'frrscript_call'; did you mean 'lyd_print_all'? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
gmake[1]: *** [Makefile:9906: zebra/zebra_rib.o] Error 1

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

Ubuntu 18.04 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21188/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed
Makefile:9283: recipe for target 'zebra/zebra_script.o' failed

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21188/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
zebra/zebra_script.c:24:21: error: unknown type name lua_State
 void lua_pushnh_grp(lua_State *L, const struct nh_grp *nh_grp)
CentOS 8 amd64 build: Failed (click for details) CentOS 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21188/artifact/CENTOS8BUILD/config.status/config.status

Make failed for CentOS 8 amd64 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21188/artifact/CENTOS8BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.21188/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
make[1]: *** [Makefile:9906: zebra/zebra_rib.o] Error 1

CentOS 8 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21188/artifact/CENTOS8BUILD/config.log/config.log.gz

Ubuntu 16.04 i386 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21188/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

Debian 9 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21188/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

FreeBSD 11 amd64 build: Failed (click for details)

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

/usr/home/ci/cibuild.21188/frr-source/doc/user/zebra.rst:1321: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
zebra/zebra_rib.c: In function 'rib_process_dplane_results':
zebra/zebra_rib.c:4139:26: error: implicit declaration of function 'frrscript_new' [-Werror=implicit-function-declaration]
 4139 |   struct frrscript *fs = frrscript_new("my_script");
zebra/zebra_rib.c:4139:26: error: initialization of 'struct frrscript *' from 'int' makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function 'frrscript_load' [-Werror=implicit-function-declaration]
 4140 |   frrscript_load(fs, "on_rib_process_dplane_results", NULL);
zebra/zebra_rib.c:4142:4: error: implicit declaration of function 'frrscript_call' [-Werror=implicit-function-declaration]
 4142 |    frrscript_call(fs, "on_rib_process_dplane_results",

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

Ubuntu 18.04 ppc64le build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21188/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21188/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
zebra/zebra_script.c:24:21: error: unknown type name lua_State
 void lua_pushnh_grp(lua_State *L, const struct nh_grp *nh_grp)
NetBSD 8 amd64 build: Failed (click for details) NetBSD 8 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21188/artifact/CI012BUILD/config.log/config.log.gz

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

 static void elffile_add_dynreloc(struct elffile *w, Elf_Data *reldata,
zebra/zebra_rib.c: In function 'rib_process_dplane_results':
zebra/zebra_rib.c:4139:26: error: implicit declaration of function 'frrscript_new' [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function 'frrscript_load' [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function 'frrscript_call' [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
gmake[1]: *** [Makefile:9906: zebra/zebra_rib.o] Error 1

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

OpenBSD 6 amd64 build: Failed (click for details)

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

/home/ci/cibuild.21188/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.21188/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
zebra/zebra_rib.c:4139:26: error: implicit declaration of function 'frrscript_new' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
zebra/zebra_rib.c:4139:21: error: incompatible integer to pointer conversion initializing 'struct frrscript *' with an expression of type 'int' [-Werror,-Wint-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function 'frrscript_load' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
zebra/zebra_rib.c:4140:3: note: did you mean 'frrscript_new'?
zebra/zebra_rib.c:4139:26: note: 'frrscript_new' declared here
zebra/zebra_rib.c:4142:4: error: implicit declaration of function 'frrscript_call' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
zebra/zebra_rib.c:4143:13: error: expression result unused [-Werror,-Wunused-value]

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

Ubuntu 16.04 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21188/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

Ubuntu 18.04 arm7 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21188/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
zebra/zebra_script.c:24:21: error: unknown type name lua_State
 void lua_pushnh_grp(lua_State *L, const struct nh_grp *nh_grp)

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

CentOS 7 amd64 build: Failed (click for details)

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

zebra/zebra_rib.c:4142:4: warning: implicit declaration of function frrscript_call [-Wimplicit-function-declaration]
zebra/zebra_rib.c:4143:18: warning: left-hand operand of comma expression has no effect [-Wunused-value]
zebra/zebra_script.c:24:21: error: unknown type name lua_State
 void lua_pushnh_grp(lua_State *L, const struct nh_grp *nh_grp)
zebra/zebra_script.c:33:31: error: unknown type name lua_State
 void lua_pushzebra_dplane_ctx(lua_State *L, const struct zebra_dplane_ctx *ctx)
make[1]: *** [zebra/zebra_script.o] Error 1
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.  CC       bgpd/bgp_addpath.o
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed./home/ci/cibuild.21188/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21188/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed
Ubuntu 16.04 arm8 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21188/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
zebra/zebra_script.c:24:21: error: unknown type name lua_State
 void lua_pushnh_grp(lua_State *L, const struct nh_grp *nh_grp)

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21188/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
 4139 |   struct frrscript *fs = frrscript_new("my_script");
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
 4140 |   frrscript_load(fs, "on_rib_process_dplane_results", NULL);
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
 4142 |    frrscript_call(fs, "on_rib_process_dplane_results",

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21188/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
make[1]: *** [Makefile:9907: zebra/zebra_rib.o] Error 1

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

Fedora 29 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21188/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
make[1]: *** [Makefile:9906: zebra/zebra_rib.o] Error 1

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

Report for frrlua.c | 4 issues
===============================================
< WARNING: braces {} are not necessary for any arm of this statement
< #228: FILE: /tmp/f1-6588/frrlua.c:228:
< WARNING: Missing a blank line after declarations
< #358: FILE: /tmp/f1-6588/frrlua.c:358:
Report for zebra_rib.c | 2 issues
===============================================
< WARNING: Missing a blank line after declarations
< #4140: FILE: /tmp/f1-6588/zebra_rib.c:4140:
Report for zebra_script.c | 63 issues
===============================================
WARNING: C99 // comments do not match recommendation
#60: FILE: /tmp/f1-6588/zebra_script.c:60:
+		lua_newtable(L); // rinfo

WARNING: Missing a blank line after declarations
#65: FILE: /tmp/f1-6588/zebra_script.c:65:
+			const struct prefix *src_pfx = dplane_ctx_get_src(ctx);
+			if (src_pfx) {

WARNING: C99 // comments do not match recommendation
#97: FILE: /tmp/f1-6588/zebra_script.c:97:
+			lua_newtable(L); // nhe

WARNING: C99 // comments do not match recommendation
#147: FILE: /tmp/f1-6588/zebra_script.c:147:
+		lua_newtable(L); // pw

WARNING: C99 // comments do not match recommendation
#166: FILE: /tmp/f1-6588/zebra_script.c:166:
+		// nothing to encode

WARNING: C99 // comments do not match recommendation
#170: FILE: /tmp/f1-6588/zebra_script.c:170:
+		lua_newtable(L); // macinfo

WARNING: C99 // comments do not match recommendation
#193: FILE: /tmp/f1-6588/zebra_script.c:193:
+		lua_newtable(L); // rule

WARNING: Missing a blank line after declarations
#245: FILE: /tmp/f1-6588/zebra_script.c:245:
+		struct zebra_pbr_iptable iptable;
+		dplane_ctx_get_pbr_iptable(ctx, &iptable);

WARNING: C99 // comments do not match recommendation
#246: FILE: /tmp/f1-6588/zebra_script.c:246:
+		lua_newtable(L); // iptable

WARNING: Missing a blank line after declarations
#290: FILE: /tmp/f1-6588/zebra_script.c:290:
+		struct zebra_pbr_ipset ipset;
+		dplane_ctx_get_pbr_ipset(ctx, &ipset);

WARNING: C99 // comments do not match recommendation
#291: FILE: /tmp/f1-6588/zebra_script.c:291:
+		lua_newtable(L); // ipset

WARNING: C99 // comments do not match recommendation
#317: FILE: /tmp/f1-6588/zebra_script.c:317:
+		lua_newtable(L); // neigh

WARNING: C99 // comments do not match recommendation
#336: FILE: /tmp/f1-6588/zebra_script.c:336:
+		lua_newtable(L); // br_port

WARNING: C99 // comments do not match recommendation
#350: FILE: /tmp/f1-6588/zebra_script.c:350:
+		lua_newtable(L); // neightable

WARNING: C99 // comments do not match recommendation
#368: FILE: /tmp/f1-6588/zebra_script.c:368:
+		lua_newtable(L); // gre
Report for zebra_script.h | 9 issues
===============================================
ERROR: need consistent spacing around '*' (ctx:WxV)
#33: FILE: /tmp/f1-6588/zebra_script.h:33:
+void lua_pushnh_grp(lua_State *L, const struct nh_grp *nh_grp);
                               ^

WARNING: C99 // comments do not match recommendation
#39: FILE: /tmp/f1-6588/zebra_script.h:39:
+#endif // _ZEBRA_SCRIPT_H

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Aug 18, 2021

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

Get source / Pull Request: Successful

Building Stage: Failed

Ubuntu 16.04 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21189/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

FreeBSD 12 amd64 build: Failed (click for details)

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

 static void elffile_add_dynreloc(struct elffile *w, Elf_Data *reldata,
zebra/zebra_rib.c: In function 'rib_process_dplane_results':
zebra/zebra_rib.c:4139:26: error: implicit declaration of function 'frrscript_new'; did you mean 'array_list_new'? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function 'frrscript_load'; did you mean 'frrmod_load'? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function 'frrscript_call'; did you mean 'lyd_print_all'? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
gmake[1]: *** [Makefile:9906: zebra/zebra_rib.o] Error 1

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

Ubuntu 18.04 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21189/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

CentOS 8 amd64 build: Failed (click for details) CentOS 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21189/artifact/CENTOS8BUILD/config.status/config.status

Make failed for CentOS 8 amd64 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21189/artifact/CENTOS8BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.21189/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
make[1]: *** [Makefile:9906: zebra/zebra_rib.o] Error 1

CentOS 8 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21189/artifact/CENTOS8BUILD/config.log/config.log.gz

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

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

make[1]: Entering directory '/home/ci/cibuild.21189/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
zebra/zebra_script.c:24:21: error: unknown type name lua_State
 void lua_pushnh_grp(lua_State *L, const struct nh_grp *nh_grp)
Debian 11 amd64 build: Failed (click for details) Debian 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21189/artifact/DEB11AMD64/config.status/config.status

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

/home/ci/cibuild.21189/frr-source/doc/user/zebra.rst:1321: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
 4139 |   struct frrscript *fs = frrscript_new("my_script");
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
 4140 |   frrscript_load(fs, "on_rib_process_dplane_results", NULL);
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
 4142 |    frrscript_call(fs, "on_rib_process_dplane_results",

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

Ubuntu 16.04 i386 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21189/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

FreeBSD 11 amd64 build: Failed (click for details)

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

/usr/home/ci/cibuild.21189/frr-source/doc/user/zebra.rst:1321: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
zebra/zebra_rib.c: In function 'rib_process_dplane_results':
zebra/zebra_rib.c:4139:26: error: implicit declaration of function 'frrscript_new' [-Werror=implicit-function-declaration]
 4139 |   struct frrscript *fs = frrscript_new("my_script");
zebra/zebra_rib.c:4139:26: error: initialization of 'struct frrscript *' from 'int' makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function 'frrscript_load' [-Werror=implicit-function-declaration]
 4140 |   frrscript_load(fs, "on_rib_process_dplane_results", NULL);
zebra/zebra_rib.c:4142:4: error: implicit declaration of function 'frrscript_call' [-Werror=implicit-function-declaration]
 4142 |    frrscript_call(fs, "on_rib_process_dplane_results",

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

Ubuntu 18.04 ppc64le build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21189/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

Ubuntu 18.04 arm7 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21189/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
zebra/zebra_script.c:24:21: error: unknown type name lua_State
 void lua_pushnh_grp(lua_State *L, const struct nh_grp *nh_grp)

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21189/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
 4139 |   struct frrscript *fs = frrscript_new("my_script");
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
 4140 |   frrscript_load(fs, "on_rib_process_dplane_results", NULL);
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
 4142 |    frrscript_call(fs, "on_rib_process_dplane_results",

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

CentOS 7 amd64 build: Failed (click for details)

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

zebra/zebra_rib.c:4142:4: warning: implicit declaration of function frrscript_call [-Wimplicit-function-declaration]
zebra/zebra_rib.c:4143:18: warning: left-hand operand of comma expression has no effect [-Wunused-value]
zebra/zebra_script.c:24:21: error: unknown type name lua_State
 void lua_pushnh_grp(lua_State *L, const struct nh_grp *nh_grp)
zebra/zebra_script.c:33:31: error: unknown type name lua_State
 void lua_pushzebra_dplane_ctx(lua_State *L, const struct zebra_dplane_ctx *ctx)
make[1]: *** [zebra/zebra_script.o] Error 1
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.  CC       bgpd/bgp_addpath.o
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed./home/ci/cibuild.21189/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".

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

OpenBSD 6 amd64 build: Failed (click for details)

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

/home/ci/cibuild.21189/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.21189/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
zebra/zebra_rib.c:4139:26: error: implicit declaration of function 'frrscript_new' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
zebra/zebra_rib.c:4139:21: error: incompatible integer to pointer conversion initializing 'struct frrscript *' with an expression of type 'int' [-Werror,-Wint-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function 'frrscript_load' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
zebra/zebra_rib.c:4140:3: note: did you mean 'frrscript_new'?
zebra/zebra_rib.c:4139:26: note: 'frrscript_new' declared here
zebra/zebra_rib.c:4142:4: error: implicit declaration of function 'frrscript_call' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
zebra/zebra_rib.c:4143:13: error: expression result unused [-Werror,-Wunused-value]

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21189/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
zebra/zebra_script.c:24:21: error: unknown type name lua_State
 void lua_pushnh_grp(lua_State *L, const struct nh_grp *nh_grp)
NetBSD 8 amd64 build: Failed (click for details) NetBSD 8 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21189/artifact/CI012BUILD/config.log/config.log.gz

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

 static void elffile_add_dynreloc(struct elffile *w, Elf_Data *reldata,
zebra/zebra_rib.c: In function 'rib_process_dplane_results':
zebra/zebra_rib.c:4139:26: error: implicit declaration of function 'frrscript_new' [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function 'frrscript_load' [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function 'frrscript_call' [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
gmake[1]: *** [Makefile:9906: zebra/zebra_rib.o] Error 1

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

Debian 9 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21189/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

Ubuntu 16.04 arm8 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21189/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
zebra/zebra_script.c:24:21: error: unknown type name lua_State
 void lua_pushnh_grp(lua_State *L, const struct nh_grp *nh_grp)

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21189/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed
Fedora 29 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21189/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
make[1]: *** [Makefile:9906: zebra/zebra_rib.o] Error 1

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21189/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
make[1]: *** [Makefile:9907: zebra/zebra_rib.o] Error 1

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

Warnings Generated during build:

Checkout code: Successful with additional warnings
Ubuntu 16.04 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21189/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

FreeBSD 12 amd64 build: Failed (click for details)

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

 static void elffile_add_dynreloc(struct elffile *w, Elf_Data *reldata,
zebra/zebra_rib.c: In function 'rib_process_dplane_results':
zebra/zebra_rib.c:4139:26: error: implicit declaration of function 'frrscript_new'; did you mean 'array_list_new'? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function 'frrscript_load'; did you mean 'frrmod_load'? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function 'frrscript_call'; did you mean 'lyd_print_all'? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
gmake[1]: *** [Makefile:9906: zebra/zebra_rib.o] Error 1

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

Ubuntu 18.04 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21189/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

CentOS 8 amd64 build: Failed (click for details) CentOS 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21189/artifact/CENTOS8BUILD/config.status/config.status

Make failed for CentOS 8 amd64 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21189/artifact/CENTOS8BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.21189/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
make[1]: *** [Makefile:9906: zebra/zebra_rib.o] Error 1

CentOS 8 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21189/artifact/CENTOS8BUILD/config.log/config.log.gz

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

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

make[1]: Entering directory '/home/ci/cibuild.21189/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
zebra/zebra_script.c:24:21: error: unknown type name lua_State
 void lua_pushnh_grp(lua_State *L, const struct nh_grp *nh_grp)
Debian 11 amd64 build: Failed (click for details) Debian 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21189/artifact/DEB11AMD64/config.status/config.status

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

/home/ci/cibuild.21189/frr-source/doc/user/zebra.rst:1321: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
 4139 |   struct frrscript *fs = frrscript_new("my_script");
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
 4140 |   frrscript_load(fs, "on_rib_process_dplane_results", NULL);
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
 4142 |    frrscript_call(fs, "on_rib_process_dplane_results",

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

Ubuntu 16.04 i386 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21189/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

FreeBSD 11 amd64 build: Failed (click for details)

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

/usr/home/ci/cibuild.21189/frr-source/doc/user/zebra.rst:1321: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
zebra/zebra_rib.c: In function 'rib_process_dplane_results':
zebra/zebra_rib.c:4139:26: error: implicit declaration of function 'frrscript_new' [-Werror=implicit-function-declaration]
 4139 |   struct frrscript *fs = frrscript_new("my_script");
zebra/zebra_rib.c:4139:26: error: initialization of 'struct frrscript *' from 'int' makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function 'frrscript_load' [-Werror=implicit-function-declaration]
 4140 |   frrscript_load(fs, "on_rib_process_dplane_results", NULL);
zebra/zebra_rib.c:4142:4: error: implicit declaration of function 'frrscript_call' [-Werror=implicit-function-declaration]
 4142 |    frrscript_call(fs, "on_rib_process_dplane_results",

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

Ubuntu 18.04 ppc64le build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21189/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

Ubuntu 18.04 arm7 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21189/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
zebra/zebra_script.c:24:21: error: unknown type name lua_State
 void lua_pushnh_grp(lua_State *L, const struct nh_grp *nh_grp)

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21189/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
 4139 |   struct frrscript *fs = frrscript_new("my_script");
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
 4140 |   frrscript_load(fs, "on_rib_process_dplane_results", NULL);
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
 4142 |    frrscript_call(fs, "on_rib_process_dplane_results",

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

CentOS 7 amd64 build: Failed (click for details)

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

zebra/zebra_rib.c:4142:4: warning: implicit declaration of function frrscript_call [-Wimplicit-function-declaration]
zebra/zebra_rib.c:4143:18: warning: left-hand operand of comma expression has no effect [-Wunused-value]
zebra/zebra_script.c:24:21: error: unknown type name lua_State
 void lua_pushnh_grp(lua_State *L, const struct nh_grp *nh_grp)
zebra/zebra_script.c:33:31: error: unknown type name lua_State
 void lua_pushzebra_dplane_ctx(lua_State *L, const struct zebra_dplane_ctx *ctx)
make[1]: *** [zebra/zebra_script.o] Error 1
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.  CC       bgpd/bgp_addpath.o
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed./home/ci/cibuild.21189/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".

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

OpenBSD 6 amd64 build: Failed (click for details)

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

/home/ci/cibuild.21189/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.21189/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
zebra/zebra_rib.c:4139:26: error: implicit declaration of function 'frrscript_new' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
zebra/zebra_rib.c:4139:21: error: incompatible integer to pointer conversion initializing 'struct frrscript *' with an expression of type 'int' [-Werror,-Wint-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function 'frrscript_load' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
zebra/zebra_rib.c:4140:3: note: did you mean 'frrscript_new'?
zebra/zebra_rib.c:4139:26: note: 'frrscript_new' declared here
zebra/zebra_rib.c:4142:4: error: implicit declaration of function 'frrscript_call' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
zebra/zebra_rib.c:4143:13: error: expression result unused [-Werror,-Wunused-value]

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21189/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
zebra/zebra_script.c:24:21: error: unknown type name lua_State
 void lua_pushnh_grp(lua_State *L, const struct nh_grp *nh_grp)
NetBSD 8 amd64 build: Failed (click for details) NetBSD 8 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21189/artifact/CI012BUILD/config.log/config.log.gz

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

 static void elffile_add_dynreloc(struct elffile *w, Elf_Data *reldata,
zebra/zebra_rib.c: In function 'rib_process_dplane_results':
zebra/zebra_rib.c:4139:26: error: implicit declaration of function 'frrscript_new' [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function 'frrscript_load' [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function 'frrscript_call' [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
gmake[1]: *** [Makefile:9906: zebra/zebra_rib.o] Error 1

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

Debian 9 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21189/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed

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

Ubuntu 16.04 arm8 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21189/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
zebra/zebra_script.c:24:21: error: unknown type name lua_State
 void lua_pushnh_grp(lua_State *L, const struct nh_grp *nh_grp)

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21189/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_rib.o' failed
Fedora 29 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21189/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
make[1]: *** [Makefile:9906: zebra/zebra_rib.o] Error 1

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21189/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4139:26: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4139:26: error: initialization of struct frrscript * from int makes pointer from integer without a cast [-Werror=int-conversion]
zebra/zebra_rib.c:4140:3: error: implicit declaration of function frrscript_load; did you mean frrmod_load? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4142:4: error: implicit declaration of function frrscript_call; did you mean lyd_print_all? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4143:18: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
make[1]: *** [Makefile:9907: zebra/zebra_rib.o] Error 1

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

Report for frrlua.c | 4 issues
===============================================
< WARNING: braces {} are not necessary for any arm of this statement
< #228: FILE: /tmp/f1-9719/frrlua.c:228:
< WARNING: Missing a blank line after declarations
< #358: FILE: /tmp/f1-9719/frrlua.c:358:
Report for zebra_rib.c | 2 issues
===============================================
< WARNING: Missing a blank line after declarations
< #4140: FILE: /tmp/f1-9719/zebra_rib.c:4140:
Report for zebra_script.c | 63 issues
===============================================
WARNING: C99 // comments do not match recommendation
#60: FILE: /tmp/f1-9719/zebra_script.c:60:
+		lua_newtable(L); // rinfo

WARNING: Missing a blank line after declarations
#65: FILE: /tmp/f1-9719/zebra_script.c:65:
+			const struct prefix *src_pfx = dplane_ctx_get_src(ctx);
+			if (src_pfx) {

WARNING: C99 // comments do not match recommendation
#97: FILE: /tmp/f1-9719/zebra_script.c:97:
+			lua_newtable(L); // nhe

WARNING: C99 // comments do not match recommendation
#147: FILE: /tmp/f1-9719/zebra_script.c:147:
+		lua_newtable(L); // pw

WARNING: C99 // comments do not match recommendation
#166: FILE: /tmp/f1-9719/zebra_script.c:166:
+		// nothing to encode

WARNING: C99 // comments do not match recommendation
#170: FILE: /tmp/f1-9719/zebra_script.c:170:
+		lua_newtable(L); // macinfo

WARNING: C99 // comments do not match recommendation
#193: FILE: /tmp/f1-9719/zebra_script.c:193:
+		lua_newtable(L); // rule

WARNING: Missing a blank line after declarations
#245: FILE: /tmp/f1-9719/zebra_script.c:245:
+		struct zebra_pbr_iptable iptable;
+		dplane_ctx_get_pbr_iptable(ctx, &iptable);

WARNING: C99 // comments do not match recommendation
#246: FILE: /tmp/f1-9719/zebra_script.c:246:
+		lua_newtable(L); // iptable

WARNING: Missing a blank line after declarations
#290: FILE: /tmp/f1-9719/zebra_script.c:290:
+		struct zebra_pbr_ipset ipset;
+		dplane_ctx_get_pbr_ipset(ctx, &ipset);

WARNING: C99 // comments do not match recommendation
#291: FILE: /tmp/f1-9719/zebra_script.c:291:
+		lua_newtable(L); // ipset

WARNING: C99 // comments do not match recommendation
#317: FILE: /tmp/f1-9719/zebra_script.c:317:
+		lua_newtable(L); // neigh

WARNING: C99 // comments do not match recommendation
#336: FILE: /tmp/f1-9719/zebra_script.c:336:
+		lua_newtable(L); // br_port

WARNING: C99 // comments do not match recommendation
#350: FILE: /tmp/f1-9719/zebra_script.c:350:
+		lua_newtable(L); // neightable

WARNING: C99 // comments do not match recommendation
#368: FILE: /tmp/f1-9719/zebra_script.c:368:
+		lua_newtable(L); // gre
Report for zebra_script.h | 9 issues
===============================================
ERROR: need consistent spacing around '*' (ctx:WxV)
#33: FILE: /tmp/f1-9719/zebra_script.h:33:
+void lua_pushnh_grp(lua_State *L, const struct nh_grp *nh_grp);
                               ^

WARNING: C99 // comments do not match recommendation
#39: FILE: /tmp/f1-9719/zebra_script.h:39:
+#endif // _ZEBRA_SCRIPT_H

Copy link

@polychaeta polychaeta left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution to FRR!

  • One of your commits has a missing or badly formatted Signed-off-by line; we can't accept your contribution until all of your commits have one
  • One of your commits does not have a blank line between the summary and body; this will break git log --oneline

If you are a new contributor to FRR, please see our contributing guidelines.

After making changes, you do not need to create a new PR. You should perform an amend or interactive rebase followed by a force push.

@LabN-CI
Copy link
Collaborator

LabN-CI commented Aug 18, 2021

Outdated results 🛑

Basic BGPD CI results: FAILURE

_ _
Result FAILURE git merge/9440 a579f6d frr.github Build
Date 08/18/2021
Start 16:41:09
Finish 16:41:43
Run-Time 00:34
Total
Pass
Fail
Valgrind-Errors
Valgrind-Loss
Details vncregress-2021-08-18-16:41:09.txt
Log make-2021-08-18-16:41:09.out.bz2
Memory

For details, please contact louberger

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Aug 18, 2021

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

Get source / Pull Request: Successful

Building Stage: Failed

Ubuntu 18.04 ppc64le build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21197/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:5: error: struct script_name_hash_entry has no member named function_name
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21197/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
 4141 |   struct script_name_hash_entry lookup = {
zebra/zebra_rib.c:4142:5: error: struct script_name_hash_entry has no member named function_name
 4142 |    .function_name = "on_rib_process_dplane_results"};
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
 4142 |    .function_name = "on_rib_process_dplane_results"};
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)

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

Ubuntu 18.04 arm7 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21197/frr-source'
zebra/zebra_router.c: In function zebra_router_init:
zebra/zebra_router.c:301:45: error: zebra_script_hash_key undeclared (first use in this function); did you mean zebra_pbr_ipset_hash_key?
zebra/zebra_router.c:301:45: note: each undeclared identifier is reported only once for each function it appears in
zebra/zebra_router.c:302:7: error: zebra_script_hash_cmp undeclared (first use in this function); did you mean zebra_script_hash_key?
zebra/zebra_router.c:304:2: error: implicit declaration of function zebra_script_hash_init; did you mean zebra_pbr_ipset_hash_key? [-Werror=implicit-function-declaration]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_router.o' failed
make[1]: *** [zebra/zebra_router.o] Error 1

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

Debian 9 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21197/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:4: error: unknown field function_name specified in initializer
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry

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

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

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

 static void elffile_add_dynreloc(struct elffile *w, Elf_Data *reldata,
zebra/zebra_rib.c: In function 'rib_process_dplane_results':
zebra/zebra_rib.c:4141:10: error: variable 'lookup' has initializer but incomplete type
zebra/zebra_rib.c:4142:4: error: unknown field 'function_name' specified in initializer
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for 'lookup')
zebra/zebra_rib.c:4141:33: error: storage size of 'lookup' isn't known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function 'frrscript_new' [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type 'struct script_name_hash_entry'

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

Ubuntu 16.04 arm8 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21197/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:4: error: unknown field function_name specified in initializer
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry

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

Fedora 29 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21197/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:5: error: struct script_name_hash_entry has no member named function_name
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry

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

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

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

/home/ci/cibuild.21197/frr-source/doc/user/zebra.rst:1321: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
 4141 |   struct script_name_hash_entry lookup = {
zebra/zebra_rib.c:4142:5: error: struct script_name_hash_entry has no member named function_name
 4142 |    .function_name = "on_rib_process_dplane_results"};
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
 4142 |    .function_name = "on_rib_process_dplane_results"};
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)

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

Ubuntu 16.04 i386 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21197/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:4: error: unknown field function_name specified in initializer
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry

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

FreeBSD 11 amd64 build: Failed (click for details)

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

/usr/home/ci/cibuild.21197/frr-source/doc/user/zebra.rst:1321: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
zebra/zebra_rib.c: In function 'rib_process_dplane_results':
zebra/zebra_rib.c:4141:10: error: variable 'lookup' has initializer but incomplete type
 4141 |   struct script_name_hash_entry lookup = {
zebra/zebra_rib.c:4142:5: error: 'struct script_name_hash_entry' has no member named 'function_name'
 4142 |    .function_name = "on_rib_process_dplane_results"};
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
 4142 |    .function_name = "on_rib_process_dplane_results"};
zebra/zebra_rib.c:4142:21: note: (near initialization for 'lookup')

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21197/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:5: error: struct script_name_hash_entry has no member named function_name
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry

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

CentOS 7 amd64 build: Failed (click for details)

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

make[1]: Entering directory `/home/ci/cibuild.21197/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:4: error: unknown field function_name specified in initializer
zebra/zebra_rib.c:4142:4: warning: excess elements in struct initializer [enabled by default]
zebra/zebra_rib.c:4142:4: warning: (near initialization for lookup) [enabled by default]
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:4: warning: implicit declaration of function frrscript_new [-Wimplicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type

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

OpenBSD 6 amd64 build: Failed (click for details)

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

/home/ci/cibuild.21197/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.21197/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
zebra/zebra_rib.c:4141:33: error: variable has incomplete type 'struct script_name_hash_entry'
zebra/zebra_rib.c:4141:10: note: forward declaration of 'struct script_name_hash_entry'
zebra/zebra_rib.c:4147:9: error: implicit declaration of function 'frrscript_new' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: incomplete definition of type 'struct script_name_hash_entry'
zebra/zebra_rib.c:4141:10: note: forward declaration of 'struct script_name_hash_entry'
zebra/zebra_rib.c:4149:11: error: implicit declaration of function 'frrscript_load' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
zebra/zebra_rib.c:4149:11: note: did you mean 'frrscript_new'?

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21197/frr-source'
zebra/zebra_router.c: In function zebra_router_init:
zebra/zebra_router.c:301:45: error: zebra_script_hash_key undeclared (first use in this function); did you mean zebra_pbr_ipset_hash_key?
zebra/zebra_router.c:301:45: note: each undeclared identifier is reported only once for each function it appears in
zebra/zebra_router.c:302:7: error: zebra_script_hash_cmp undeclared (first use in this function); did you mean zebra_script_hash_key?
zebra/zebra_router.c:304:2: error: implicit declaration of function zebra_script_hash_init; did you mean zebra_pbr_ipset_hash_key? [-Werror=implicit-function-declaration]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_router.o' failed
make[1]: *** [zebra/zebra_router.o] Error 1
Ubuntu 18.04 i386 build: Failed (click for details) Ubuntu 18.04 i386 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21197/artifact/U18I386BUILD/config.log/config.log.gz Ubuntu 18.04 i386 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21197/artifact/U18I386BUILD/config.status/config.status

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

make[1]: Entering directory '/home/ci/cibuild.21197/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:5: error: struct script_name_hash_entry has no member named function_name
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry
Ubuntu 16.04 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21197/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:4: error: unknown field function_name specified in initializer
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry

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

Ubuntu 18.04 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21197/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:5: error: struct script_name_hash_entry has no member named function_name
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry

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

FreeBSD 12 amd64 build: Failed (click for details)

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

 static void elffile_add_dynreloc(struct elffile *w, Elf_Data *reldata,
zebra/zebra_rib.c: In function 'rib_process_dplane_results':
zebra/zebra_rib.c:4141:10: error: variable 'lookup' has initializer but incomplete type
zebra/zebra_rib.c:4142:5: error: 'struct script_name_hash_entry' has no member named 'function_name'
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for 'lookup')
zebra/zebra_rib.c:4141:33: error: storage size of 'lookup' isn't known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function 'frrscript_new'; did you mean 'array_list_new'? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type 'struct script_name_hash_entry'

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

CentOS 8 amd64 build: Failed (click for details) CentOS 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21197/artifact/CENTOS8BUILD/config.status/config.status

Make failed for CentOS 8 amd64 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21197/artifact/CENTOS8BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.21197/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:5: error: struct script_name_hash_entry has no member named function_name
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry

CentOS 8 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21197/artifact/CENTOS8BUILD/config.log/config.log.gz

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

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

make[1]: Entering directory '/home/ci/cibuild.21197/frr-source'
zebra/zebra_router.c: In function zebra_router_init:
zebra/zebra_router.c:301:45: error: zebra_script_hash_key undeclared (first use in this function)
zebra/zebra_router.c:301:45: note: each undeclared identifier is reported only once for each function it appears in
zebra/zebra_router.c:302:7: error: zebra_script_hash_cmp undeclared (first use in this function)
zebra/zebra_router.c:304:2: error: implicit declaration of function zebra_script_hash_init [-Werror=implicit-function-declaration]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_router.o' failed
make[1]: *** [zebra/zebra_router.o] Error 1

Warnings Generated during build:

Checkout code: Successful with additional warnings
Ubuntu 18.04 ppc64le build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21197/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:5: error: struct script_name_hash_entry has no member named function_name
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21197/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
 4141 |   struct script_name_hash_entry lookup = {
zebra/zebra_rib.c:4142:5: error: struct script_name_hash_entry has no member named function_name
 4142 |    .function_name = "on_rib_process_dplane_results"};
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
 4142 |    .function_name = "on_rib_process_dplane_results"};
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)

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

Ubuntu 18.04 arm7 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21197/frr-source'
zebra/zebra_router.c: In function zebra_router_init:
zebra/zebra_router.c:301:45: error: zebra_script_hash_key undeclared (first use in this function); did you mean zebra_pbr_ipset_hash_key?
zebra/zebra_router.c:301:45: note: each undeclared identifier is reported only once for each function it appears in
zebra/zebra_router.c:302:7: error: zebra_script_hash_cmp undeclared (first use in this function); did you mean zebra_script_hash_key?
zebra/zebra_router.c:304:2: error: implicit declaration of function zebra_script_hash_init; did you mean zebra_pbr_ipset_hash_key? [-Werror=implicit-function-declaration]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_router.o' failed
make[1]: *** [zebra/zebra_router.o] Error 1

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

Debian 9 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21197/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:4: error: unknown field function_name specified in initializer
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry

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

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

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

 static void elffile_add_dynreloc(struct elffile *w, Elf_Data *reldata,
zebra/zebra_rib.c: In function 'rib_process_dplane_results':
zebra/zebra_rib.c:4141:10: error: variable 'lookup' has initializer but incomplete type
zebra/zebra_rib.c:4142:4: error: unknown field 'function_name' specified in initializer
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for 'lookup')
zebra/zebra_rib.c:4141:33: error: storage size of 'lookup' isn't known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function 'frrscript_new' [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type 'struct script_name_hash_entry'

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

Ubuntu 16.04 arm8 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21197/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:4: error: unknown field function_name specified in initializer
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry

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

Fedora 29 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21197/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:5: error: struct script_name_hash_entry has no member named function_name
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry

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

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

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

/home/ci/cibuild.21197/frr-source/doc/user/zebra.rst:1321: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
 4141 |   struct script_name_hash_entry lookup = {
zebra/zebra_rib.c:4142:5: error: struct script_name_hash_entry has no member named function_name
 4142 |    .function_name = "on_rib_process_dplane_results"};
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
 4142 |    .function_name = "on_rib_process_dplane_results"};
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)

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

Ubuntu 16.04 i386 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21197/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:4: error: unknown field function_name specified in initializer
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry

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

FreeBSD 11 amd64 build: Failed (click for details)

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

/usr/home/ci/cibuild.21197/frr-source/doc/user/zebra.rst:1321: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
zebra/zebra_rib.c: In function 'rib_process_dplane_results':
zebra/zebra_rib.c:4141:10: error: variable 'lookup' has initializer but incomplete type
 4141 |   struct script_name_hash_entry lookup = {
zebra/zebra_rib.c:4142:5: error: 'struct script_name_hash_entry' has no member named 'function_name'
 4142 |    .function_name = "on_rib_process_dplane_results"};
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
 4142 |    .function_name = "on_rib_process_dplane_results"};
zebra/zebra_rib.c:4142:21: note: (near initialization for 'lookup')

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21197/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:5: error: struct script_name_hash_entry has no member named function_name
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry

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

CentOS 7 amd64 build: Failed (click for details)

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

make[1]: Entering directory `/home/ci/cibuild.21197/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:4: error: unknown field function_name specified in initializer
zebra/zebra_rib.c:4142:4: warning: excess elements in struct initializer [enabled by default]
zebra/zebra_rib.c:4142:4: warning: (near initialization for lookup) [enabled by default]
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:4: warning: implicit declaration of function frrscript_new [-Wimplicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type

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

OpenBSD 6 amd64 build: Failed (click for details)

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

/home/ci/cibuild.21197/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.21197/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
zebra/zebra_rib.c:4141:33: error: variable has incomplete type 'struct script_name_hash_entry'
zebra/zebra_rib.c:4141:10: note: forward declaration of 'struct script_name_hash_entry'
zebra/zebra_rib.c:4147:9: error: implicit declaration of function 'frrscript_new' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: incomplete definition of type 'struct script_name_hash_entry'
zebra/zebra_rib.c:4141:10: note: forward declaration of 'struct script_name_hash_entry'
zebra/zebra_rib.c:4149:11: error: implicit declaration of function 'frrscript_load' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
zebra/zebra_rib.c:4149:11: note: did you mean 'frrscript_new'?

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21197/frr-source'
zebra/zebra_router.c: In function zebra_router_init:
zebra/zebra_router.c:301:45: error: zebra_script_hash_key undeclared (first use in this function); did you mean zebra_pbr_ipset_hash_key?
zebra/zebra_router.c:301:45: note: each undeclared identifier is reported only once for each function it appears in
zebra/zebra_router.c:302:7: error: zebra_script_hash_cmp undeclared (first use in this function); did you mean zebra_script_hash_key?
zebra/zebra_router.c:304:2: error: implicit declaration of function zebra_script_hash_init; did you mean zebra_pbr_ipset_hash_key? [-Werror=implicit-function-declaration]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_router.o' failed
make[1]: *** [zebra/zebra_router.o] Error 1
Ubuntu 18.04 i386 build: Failed (click for details) Ubuntu 18.04 i386 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21197/artifact/U18I386BUILD/config.log/config.log.gz Ubuntu 18.04 i386 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21197/artifact/U18I386BUILD/config.status/config.status

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

make[1]: Entering directory '/home/ci/cibuild.21197/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:5: error: struct script_name_hash_entry has no member named function_name
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry
Ubuntu 16.04 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21197/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:4: error: unknown field function_name specified in initializer
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry

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

Ubuntu 18.04 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21197/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:5: error: struct script_name_hash_entry has no member named function_name
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry

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

FreeBSD 12 amd64 build: Failed (click for details)

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

 static void elffile_add_dynreloc(struct elffile *w, Elf_Data *reldata,
zebra/zebra_rib.c: In function 'rib_process_dplane_results':
zebra/zebra_rib.c:4141:10: error: variable 'lookup' has initializer but incomplete type
zebra/zebra_rib.c:4142:5: error: 'struct script_name_hash_entry' has no member named 'function_name'
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for 'lookup')
zebra/zebra_rib.c:4141:33: error: storage size of 'lookup' isn't known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function 'frrscript_new'; did you mean 'array_list_new'? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type 'struct script_name_hash_entry'

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

CentOS 8 amd64 build: Failed (click for details) CentOS 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21197/artifact/CENTOS8BUILD/config.status/config.status

Make failed for CentOS 8 amd64 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21197/artifact/CENTOS8BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.21197/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:5: error: struct script_name_hash_entry has no member named function_name
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry

CentOS 8 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21197/artifact/CENTOS8BUILD/config.log/config.log.gz

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

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

make[1]: Entering directory '/home/ci/cibuild.21197/frr-source'
zebra/zebra_router.c: In function zebra_router_init:
zebra/zebra_router.c:301:45: error: zebra_script_hash_key undeclared (first use in this function)
zebra/zebra_router.c:301:45: note: each undeclared identifier is reported only once for each function it appears in
zebra/zebra_router.c:302:7: error: zebra_script_hash_cmp undeclared (first use in this function)
zebra/zebra_router.c:304:2: error: implicit declaration of function zebra_script_hash_init [-Werror=implicit-function-declaration]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_router.o' failed
make[1]: *** [zebra/zebra_router.o] Error 1
Report for frrlua.c | 4 issues
===============================================
< WARNING: braces {} are not necessary for any arm of this statement
< #228: FILE: /tmp/f1-23324/frrlua.c:228:
< WARNING: Missing a blank line after declarations
< #358: FILE: /tmp/f1-23324/frrlua.c:358:
Report for zebra_script.c | 79 issues
===============================================
ERROR: Bad function definition - void zebra_script_hash_init() should probably be void zebra_script_hash_init(void)
#24: FILE: /tmp/f1-23324/zebra_script.c:24:
+void zebra_script_hash_init()

WARNING: braces {} are not necessary for single statement blocks
#36: FILE: /tmp/f1-23324/zebra_script.c:36:
+	if (!dplane_results_hook_call) {
+		zlog_debug("Failed to initialize script name hash entry");
+	}

WARNING: braces {} are not necessary for single statement blocks
#58: FILE: /tmp/f1-23324/zebra_script.c:58:
+	if (!snhe) {
+		return 1;
+	}

WARNING: C99 // comments do not match recommendation
#116: FILE: /tmp/f1-23324/zebra_script.c:116:
+		lua_newtable(L); // rinfo

WARNING: Missing a blank line after declarations
#121: FILE: /tmp/f1-23324/zebra_script.c:121:
+			const struct prefix *src_pfx = dplane_ctx_get_src(ctx);
+			if (src_pfx) {

WARNING: C99 // comments do not match recommendation
#153: FILE: /tmp/f1-23324/zebra_script.c:153:
+			lua_newtable(L); // nhe

WARNING: C99 // comments do not match recommendation
#203: FILE: /tmp/f1-23324/zebra_script.c:203:
+		lua_newtable(L); // pw

WARNING: C99 // comments do not match recommendation
#222: FILE: /tmp/f1-23324/zebra_script.c:222:
+		// nothing to encode

WARNING: C99 // comments do not match recommendation
#226: FILE: /tmp/f1-23324/zebra_script.c:226:
+		lua_newtable(L); // macinfo

WARNING: C99 // comments do not match recommendation
#249: FILE: /tmp/f1-23324/zebra_script.c:249:
+		lua_newtable(L); // rule

WARNING: Missing a blank line after declarations
#301: FILE: /tmp/f1-23324/zebra_script.c:301:
+		struct zebra_pbr_iptable iptable;
+		dplane_ctx_get_pbr_iptable(ctx, &iptable);

WARNING: C99 // comments do not match recommendation
#302: FILE: /tmp/f1-23324/zebra_script.c:302:
+		lua_newtable(L); // iptable

WARNING: Missing a blank line after declarations
#346: FILE: /tmp/f1-23324/zebra_script.c:346:
+		struct zebra_pbr_ipset ipset;
+		dplane_ctx_get_pbr_ipset(ctx, &ipset);

WARNING: C99 // comments do not match recommendation
#347: FILE: /tmp/f1-23324/zebra_script.c:347:
+		lua_newtable(L); // ipset

WARNING: C99 // comments do not match recommendation
#373: FILE: /tmp/f1-23324/zebra_script.c:373:
+		lua_newtable(L); // neigh

WARNING: C99 // comments do not match recommendation
#392: FILE: /tmp/f1-23324/zebra_script.c:392:
+		lua_newtable(L); // br_port

WARNING: C99 // comments do not match recommendation
#406: FILE: /tmp/f1-23324/zebra_script.c:406:
+		lua_newtable(L); // neightable

WARNING: C99 // comments do not match recommendation
#424: FILE: /tmp/f1-23324/zebra_script.c:424:
+		lua_newtable(L); // gre
Report for zebra_script.h | 8 issues
===============================================
ERROR: Bad function definition - void zebra_script_hash_init() should probably be void zebra_script_hash_init(void)
#42: FILE: /tmp/f1-23324/zebra_script.h:42:
+void zebra_script_hash_init();

WARNING: C99 // comments do not match recommendation
#62: FILE: /tmp/f1-23324/zebra_script.h:62:
+#endif // _ZEBRA_SCRIPT_H

Copy link

@polychaeta polychaeta left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution to FRR!

  • One of your commits has a missing or badly formatted Signed-off-by line; we can't accept your contribution until all of your commits have one
  • One of your commits does not have a blank line between the summary and body; this will break git log --oneline

If you are a new contributor to FRR, please see our contributing guidelines.

After making changes, you do not need to create a new PR. You should perform an amend or interactive rebase followed by a force push.

@LabN-CI
Copy link
Collaborator

LabN-CI commented Aug 18, 2021

Outdated results 🛑

Basic BGPD CI results: FAILURE

_ _
Result FAILURE git merge/9440 f1f30c8 frr.github Build
Date 08/18/2021
Start 17:06:05
Finish 17:06:41
Run-Time 00:36
Total
Pass
Fail
Valgrind-Errors
Valgrind-Loss
Details vncregress-2021-08-18-17:06:05.txt
Log make-2021-08-18-17:06:05.out.bz2
Memory

For details, please contact louberger

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Aug 18, 2021

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

Get source / Pull Request: Successful

Building Stage: Failed

Ubuntu 18.04 arm7 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21199/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:5: error: struct script_name_hash_entry has no member named function_name
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_router.c: In function zebra_router_init:
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]

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

Ubuntu 18.04 ppc64le build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21199/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:5: error: struct script_name_hash_entry has no member named function_name
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry

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

Debian 9 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21199/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:4: error: unknown field function_name specified in initializer
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21199/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
 4141 |   struct script_name_hash_entry lookup = {
zebra/zebra_rib.c:4142:5: error: struct script_name_hash_entry has no member named function_name
 4142 |    .function_name = "on_rib_process_dplane_results"};
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
 4142 |    .function_name = "on_rib_process_dplane_results"};
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21199/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:5: error: struct script_name_hash_entry has no member named function_name
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry
Ubuntu 16.04 arm8 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21199/frr-source'
zebra/zebra_router.c: In function zebra_router_init:
zebra/zebra_router.c:301:45: error: zebra_script_hash_key undeclared (first use in this function)
zebra/zebra_router.c:301:45: note: each undeclared identifier is reported only once for each function it appears in
zebra/zebra_router.c:302:7: error: zebra_script_hash_cmp undeclared (first use in this function)
zebra/zebra_router.c:304:2: error: implicit declaration of function zebra_script_hash_init [-Werror=implicit-function-declaration]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_router.o' failed
make[1]: *** [zebra/zebra_router.o] Error 1

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

Ubuntu 16.04 i386 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21199/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:4: error: unknown field function_name specified in initializer
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry

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

Fedora 29 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21199/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:5: error: struct script_name_hash_entry has no member named function_name
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry

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

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

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

/home/ci/cibuild.21199/frr-source/doc/user/zebra.rst:1321: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
 4141 |   struct script_name_hash_entry lookup = {
zebra/zebra_rib.c:4142:5: error: struct script_name_hash_entry has no member named function_name
 4142 |    .function_name = "on_rib_process_dplane_results"};
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
 4142 |    .function_name = "on_rib_process_dplane_results"};
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)

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

CentOS 8 amd64 build: Failed (click for details) CentOS 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21199/artifact/CENTOS8BUILD/config.status/config.status

Make failed for CentOS 8 amd64 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21199/artifact/CENTOS8BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.21199/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:5: error: struct script_name_hash_entry has no member named function_name
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry

CentOS 8 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21199/artifact/CENTOS8BUILD/config.log/config.log.gz

CentOS 7 amd64 build: Failed (click for details)

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

make[1]: Entering directory `/home/ci/cibuild.21199/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:4: error: unknown field function_name specified in initializer
zebra/zebra_rib.c:4142:4: warning: excess elements in struct initializer [enabled by default]
zebra/zebra_rib.c:4142:4: warning: (near initialization for lookup) [enabled by default]
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:4: warning: implicit declaration of function frrscript_new [-Wimplicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21199/frr-source'
zebra/zebra_router.c: In function zebra_router_init:
zebra/zebra_router.c:301:45: error: zebra_script_hash_key undeclared (first use in this function)
zebra/zebra_router.c:301:45: note: each undeclared identifier is reported only once for each function it appears in
zebra/zebra_router.c:302:7: error: zebra_script_hash_cmp undeclared (first use in this function)
zebra/zebra_router.c:304:2: error: implicit declaration of function zebra_script_hash_init [-Werror=implicit-function-declaration]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_router.o' failed
make[1]: *** [zebra/zebra_router.o] Error 1
Ubuntu 18.04 arm8 build: Failed (click for details) Ubuntu 18.04 arm8 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21199/artifact/U18ARM8BUILD/config.status/config.status Ubuntu 18.04 arm8 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21199/artifact/U18ARM8BUILD/config.log/config.log.gz

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

make[1]: Entering directory '/home/ci/cibuild.21199/frr-source'
zebra/zebra_router.c: In function zebra_router_init:
zebra/zebra_router.c:301:45: error: zebra_script_hash_key undeclared (first use in this function); did you mean zebra_pbr_ipset_hash_key?
zebra/zebra_router.c:301:45: note: each undeclared identifier is reported only once for each function it appears in
zebra/zebra_router.c:302:7: error: zebra_script_hash_cmp undeclared (first use in this function); did you mean zebra_script_hash_key?
zebra/zebra_router.c:304:2: error: implicit declaration of function zebra_script_hash_init; did you mean zebra_pbr_ipset_hash_key? [-Werror=implicit-function-declaration]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_router.o' failed
make[1]: *** [zebra/zebra_router.o] Error 1
FreeBSD 12 amd64 build: Failed (click for details)

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

 static void elffile_add_dynreloc(struct elffile *w, Elf_Data *reldata,
zebra/zebra_rib.c: In function 'rib_process_dplane_results':
zebra/zebra_rib.c:4141:10: error: variable 'lookup' has initializer but incomplete type
zebra/zebra_rib.c:4142:5: error: 'struct script_name_hash_entry' has no member named 'function_name'
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for 'lookup')
zebra/zebra_rib.c:4141:33: error: storage size of 'lookup' isn't known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function 'frrscript_new'; did you mean 'array_list_new'? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type 'struct script_name_hash_entry'

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

OpenBSD 6 amd64 build: Failed (click for details)

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

zebra/zebra_rib.c:4147:9: note: 'frrscript_new' declared here
zebra/zebra_rib.c:4156:zebra/zebra_router.c5:: 301:error: 45implicit declaration of function 'frrscript_call' is invalid in C99 [-Werror,-Wimplicit-function-declaration]: 
error                                frrscript_call(fs,
:                                 ^use of undeclared identifier 'zebra_script_hash_key'
zebra/zebra_rib.c:4158:14: error: expression result unused [-Werror,-Wunused-value]
6 errors generated.
zebra/zebra_router.c:302:7gmake[1]: *** [Makefile:9905: zebra/zebra_rib.o] Error 1
: error:   CC       zebra/zebra_rnh.o
use of undeclared identifier 'zebra_script_hash_cmp'

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21199/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:5: error: struct script_name_hash_entry has no member named function_name
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry

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

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

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

 static void elffile_add_dynreloc(struct elffile *w, Elf_Data *reldata,
zebra/zebra_rib.c: In function 'rib_process_dplane_results':
zebra/zebra_rib.c:4141:10: error: variable 'lookup' has initializer but incomplete type
zebra/zebra_rib.c:4142:4: error: unknown field 'function_name' specified in initializer
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for 'lookup')
zebra/zebra_rib.c:4141:33: error: storage size of 'lookup' isn't known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function 'frrscript_new' [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type 'struct script_name_hash_entry'

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

Ubuntu 16.04 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21199/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:4: error: unknown field function_name specified in initializer
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry

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

Ubuntu 18.04 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21199/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:5: error: struct script_name_hash_entry has no member named function_name
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry

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

FreeBSD 11 amd64 build: Failed (click for details)

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

/usr/home/ci/cibuild.21199/frr-source/doc/user/zebra.rst:1321: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
zebra/zebra_rib.c: In function 'rib_process_dplane_results':
zebra/zebra_rib.c:4141:10: error: variable 'lookup' has initializer but incomplete type
 4141 |   struct script_name_hash_entry lookup = {
zebra/zebra_rib.c:4142:5: error: 'struct script_name_hash_entry' has no member named 'function_name'
 4142 |    .function_name = "on_rib_process_dplane_results"};
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
 4142 |    .function_name = "on_rib_process_dplane_results"};
zebra/zebra_rib.c:4142:21: note: (near initialization for 'lookup')

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

Warnings Generated during build:

Checkout code: Successful with additional warnings
Ubuntu 18.04 arm7 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21199/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:5: error: struct script_name_hash_entry has no member named function_name
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_router.c: In function zebra_router_init:
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]

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

Ubuntu 18.04 ppc64le build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21199/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:5: error: struct script_name_hash_entry has no member named function_name
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry

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

Debian 9 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21199/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:4: error: unknown field function_name specified in initializer
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21199/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
 4141 |   struct script_name_hash_entry lookup = {
zebra/zebra_rib.c:4142:5: error: struct script_name_hash_entry has no member named function_name
 4142 |    .function_name = "on_rib_process_dplane_results"};
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
 4142 |    .function_name = "on_rib_process_dplane_results"};
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21199/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:5: error: struct script_name_hash_entry has no member named function_name
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry
Ubuntu 16.04 arm8 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21199/frr-source'
zebra/zebra_router.c: In function zebra_router_init:
zebra/zebra_router.c:301:45: error: zebra_script_hash_key undeclared (first use in this function)
zebra/zebra_router.c:301:45: note: each undeclared identifier is reported only once for each function it appears in
zebra/zebra_router.c:302:7: error: zebra_script_hash_cmp undeclared (first use in this function)
zebra/zebra_router.c:304:2: error: implicit declaration of function zebra_script_hash_init [-Werror=implicit-function-declaration]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_router.o' failed
make[1]: *** [zebra/zebra_router.o] Error 1

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

Ubuntu 16.04 i386 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21199/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:4: error: unknown field function_name specified in initializer
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry

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

Fedora 29 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21199/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:5: error: struct script_name_hash_entry has no member named function_name
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry

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

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

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

/home/ci/cibuild.21199/frr-source/doc/user/zebra.rst:1321: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
 4141 |   struct script_name_hash_entry lookup = {
zebra/zebra_rib.c:4142:5: error: struct script_name_hash_entry has no member named function_name
 4142 |    .function_name = "on_rib_process_dplane_results"};
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
 4142 |    .function_name = "on_rib_process_dplane_results"};
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)

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

CentOS 8 amd64 build: Failed (click for details) CentOS 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21199/artifact/CENTOS8BUILD/config.status/config.status

Make failed for CentOS 8 amd64 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21199/artifact/CENTOS8BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.21199/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:5: error: struct script_name_hash_entry has no member named function_name
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry

CentOS 8 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21199/artifact/CENTOS8BUILD/config.log/config.log.gz

CentOS 7 amd64 build: Failed (click for details)

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

make[1]: Entering directory `/home/ci/cibuild.21199/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:4: error: unknown field function_name specified in initializer
zebra/zebra_rib.c:4142:4: warning: excess elements in struct initializer [enabled by default]
zebra/zebra_rib.c:4142:4: warning: (near initialization for lookup) [enabled by default]
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:4: warning: implicit declaration of function frrscript_new [-Wimplicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21199/frr-source'
zebra/zebra_router.c: In function zebra_router_init:
zebra/zebra_router.c:301:45: error: zebra_script_hash_key undeclared (first use in this function)
zebra/zebra_router.c:301:45: note: each undeclared identifier is reported only once for each function it appears in
zebra/zebra_router.c:302:7: error: zebra_script_hash_cmp undeclared (first use in this function)
zebra/zebra_router.c:304:2: error: implicit declaration of function zebra_script_hash_init [-Werror=implicit-function-declaration]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_router.o' failed
make[1]: *** [zebra/zebra_router.o] Error 1
Ubuntu 18.04 arm8 build: Failed (click for details) Ubuntu 18.04 arm8 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21199/artifact/U18ARM8BUILD/config.status/config.status Ubuntu 18.04 arm8 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21199/artifact/U18ARM8BUILD/config.log/config.log.gz

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

make[1]: Entering directory '/home/ci/cibuild.21199/frr-source'
zebra/zebra_router.c: In function zebra_router_init:
zebra/zebra_router.c:301:45: error: zebra_script_hash_key undeclared (first use in this function); did you mean zebra_pbr_ipset_hash_key?
zebra/zebra_router.c:301:45: note: each undeclared identifier is reported only once for each function it appears in
zebra/zebra_router.c:302:7: error: zebra_script_hash_cmp undeclared (first use in this function); did you mean zebra_script_hash_key?
zebra/zebra_router.c:304:2: error: implicit declaration of function zebra_script_hash_init; did you mean zebra_pbr_ipset_hash_key? [-Werror=implicit-function-declaration]
cc1: all warnings being treated as errors
Makefile:9283: recipe for target 'zebra/zebra_router.o' failed
make[1]: *** [zebra/zebra_router.o] Error 1
FreeBSD 12 amd64 build: Failed (click for details)

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

 static void elffile_add_dynreloc(struct elffile *w, Elf_Data *reldata,
zebra/zebra_rib.c: In function 'rib_process_dplane_results':
zebra/zebra_rib.c:4141:10: error: variable 'lookup' has initializer but incomplete type
zebra/zebra_rib.c:4142:5: error: 'struct script_name_hash_entry' has no member named 'function_name'
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for 'lookup')
zebra/zebra_rib.c:4141:33: error: storage size of 'lookup' isn't known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function 'frrscript_new'; did you mean 'array_list_new'? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type 'struct script_name_hash_entry'

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

OpenBSD 6 amd64 build: Failed (click for details)

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

zebra/zebra_rib.c:4147:9: note: 'frrscript_new' declared here
zebra/zebra_rib.c:4156:zebra/zebra_router.c5:: 301:error: 45implicit declaration of function 'frrscript_call' is invalid in C99 [-Werror,-Wimplicit-function-declaration]: 
error                                frrscript_call(fs,
:                                 ^use of undeclared identifier 'zebra_script_hash_key'
zebra/zebra_rib.c:4158:14: error: expression result unused [-Werror,-Wunused-value]
6 errors generated.
zebra/zebra_router.c:302:7gmake[1]: *** [Makefile:9905: zebra/zebra_rib.o] Error 1
: error:   CC       zebra/zebra_rnh.o
use of undeclared identifier 'zebra_script_hash_cmp'

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

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

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

make[1]: Entering directory '/home/ci/cibuild.21199/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:5: error: struct script_name_hash_entry has no member named function_name
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry

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

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

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

 static void elffile_add_dynreloc(struct elffile *w, Elf_Data *reldata,
zebra/zebra_rib.c: In function 'rib_process_dplane_results':
zebra/zebra_rib.c:4141:10: error: variable 'lookup' has initializer but incomplete type
zebra/zebra_rib.c:4142:4: error: unknown field 'function_name' specified in initializer
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for 'lookup')
zebra/zebra_rib.c:4141:33: error: storage size of 'lookup' isn't known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function 'frrscript_new' [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type 'struct script_name_hash_entry'

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

Ubuntu 16.04 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21199/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:4: error: unknown field function_name specified in initializer
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry

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

Ubuntu 18.04 amd64 build: Failed (click for details)

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

make[1]: Entering directory '/home/ci/cibuild.21199/frr-source'
zebra/zebra_rib.c: In function rib_process_dplane_results:
zebra/zebra_rib.c:4141:10: error: variable lookup has initializer but incomplete type
zebra/zebra_rib.c:4142:5: error: struct script_name_hash_entry has no member named function_name
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
zebra/zebra_rib.c:4142:21: note: (near initialization for lookup)
zebra/zebra_rib.c:4141:33: error: storage size of lookup isnt known
zebra/zebra_rib.c:4147:9: error: implicit declaration of function frrscript_new; did you mean array_list_new? [-Werror=implicit-function-declaration]
zebra/zebra_rib.c:4147:27: error: dereferencing pointer to incomplete type struct script_name_hash_entry

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

FreeBSD 11 amd64 build: Failed (click for details)

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

/usr/home/ci/cibuild.21199/frr-source/doc/user/zebra.rst:1321: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
zebra/zebra_rib.c: In function 'rib_process_dplane_results':
zebra/zebra_rib.c:4141:10: error: variable 'lookup' has initializer but incomplete type
 4141 |   struct script_name_hash_entry lookup = {
zebra/zebra_rib.c:4142:5: error: 'struct script_name_hash_entry' has no member named 'function_name'
 4142 |    .function_name = "on_rib_process_dplane_results"};
zebra/zebra_rib.c:4142:21: error: excess elements in struct initializer [-Werror]
 4142 |    .function_name = "on_rib_process_dplane_results"};
zebra/zebra_rib.c:4142:21: note: (near initialization for 'lookup')

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

Report for frrlua.c | 4 issues
===============================================
< WARNING: braces {} are not necessary for any arm of this statement
< #228: FILE: /tmp/f1-14953/frrlua.c:228:
< WARNING: Missing a blank line after declarations
< #358: FILE: /tmp/f1-14953/frrlua.c:358:
Report for zebra_script.c | 73 issues
===============================================
ERROR: Bad function definition - void zebra_script_hash_init() should probably be void zebra_script_hash_init(void)
#24: FILE: /tmp/f1-14953/zebra_script.c:24:
+void zebra_script_hash_init()

WARNING: braces {} are not necessary for single statement blocks
#63: FILE: /tmp/f1-14953/zebra_script.c:63:
+	if (!snhe) {
+		return 1;
+	}

WARNING: C99 // comments do not match recommendation
#121: FILE: /tmp/f1-14953/zebra_script.c:121:
+		lua_newtable(L); // rinfo

WARNING: Missing a blank line after declarations
#126: FILE: /tmp/f1-14953/zebra_script.c:126:
+			const struct prefix *src_pfx = dplane_ctx_get_src(ctx);
+			if (src_pfx) {

WARNING: C99 // comments do not match recommendation
#158: FILE: /tmp/f1-14953/zebra_script.c:158:
+			lua_newtable(L); // nhe

WARNING: C99 // comments do not match recommendation
#208: FILE: /tmp/f1-14953/zebra_script.c:208:
+		lua_newtable(L); // pw

WARNING: C99 // comments do not match recommendation
#227: FILE: /tmp/f1-14953/zebra_script.c:227:
+		// nothing to encode

WARNING: C99 // comments do not match recommendation
#231: FILE: /tmp/f1-14953/zebra_script.c:231:
+		lua_newtable(L); // macinfo

WARNING: C99 // comments do not match recommendation
#254: FILE: /tmp/f1-14953/zebra_script.c:254:
+		lua_newtable(L); // rule

WARNING: Missing a blank line after declarations
#306: FILE: /tmp/f1-14953/zebra_script.c:306:
+		struct zebra_pbr_iptable iptable;
+		dplane_ctx_get_pbr_iptable(ctx, &iptable);

WARNING: C99 // comments do not match recommendation
#307: FILE: /tmp/f1-14953/zebra_script.c:307:
+		lua_newtable(L); // iptable

WARNING: Missing a blank line after declarations
#351: FILE: /tmp/f1-14953/zebra_script.c:351:
+		struct zebra_pbr_ipset ipset;
+		dplane_ctx_get_pbr_ipset(ctx, &ipset);

WARNING: C99 // comments do not match recommendation
#352: FILE: /tmp/f1-14953/zebra_script.c:352:
+		lua_newtable(L); // ipset

WARNING: C99 // comments do not match recommendation
#378: FILE: /tmp/f1-14953/zebra_script.c:378:
+		lua_newtable(L); // neigh

WARNING: C99 // comments do not match recommendation
#397: FILE: /tmp/f1-14953/zebra_script.c:397:
+		lua_newtable(L); // br_port

WARNING: C99 // comments do not match recommendation
#411: FILE: /tmp/f1-14953/zebra_script.c:411:
+		lua_newtable(L); // neightable

WARNING: C99 // comments do not match recommendation
#429: FILE: /tmp/f1-14953/zebra_script.c:429:
+		lua_newtable(L); // gre
Report for zebra_script.h | 8 issues
===============================================
ERROR: Bad function definition - void zebra_script_hash_init() should probably be void zebra_script_hash_init(void)
#42: FILE: /tmp/f1-14953/zebra_script.h:42:
+void zebra_script_hash_init();

WARNING: C99 // comments do not match recommendation
#62: FILE: /tmp/f1-14953/zebra_script.h:62:
+#endif // _ZEBRA_SCRIPT_H

@LabN-CI
Copy link
Collaborator

LabN-CI commented Oct 18, 2021

💚 Basic BGPD CI results: SUCCESS, 0 tests failed

Results table
_ _
Result SUCCESS git merge/9440 d694a25
Date 10/18/2021
Start 14:51:04
Finish 15:17:27
Run-Time 26:23
Total 1813
Pass 1813
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2021-10-18-14:51:04.txt
Log autoscript-2021-10-18-14:52:14.log.bz2
Memory 513 513 425

For details, please contact louberger

@LabN-CI
Copy link
Collaborator

LabN-CI commented Oct 18, 2021

💚 Basic BGPD CI results: SUCCESS, 0 tests failed

Results table
_ _
Result SUCCESS git merge/9440 8e3e570
Date 10/18/2021
Start 15:21:04
Finish 15:47:13
Run-Time 26:09
Total 1813
Pass 1813
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2021-10-18-15:21:04.txt
Log autoscript-2021-10-18-15:22:11.log.bz2
Memory 497 516 430

For details, please contact louberger

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

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

Warnings Generated during build:

Checkout code: Successful with additional warnings
Report for zebra_script.c | 4 issues
===============================================
WARNING: line over 80 characters
#2: FILE: /tmp/f1-10210/zebra_script.c:2:
+ * frrscript encoders and decoders for data structures in Zebra Copyright (C) 2021 Donald Lee

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

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

Warnings Generated during build:

Checkout code: Successful with additional warnings
Report for zebra_script.c | 4 issues
===============================================
WARNING: line over 80 characters
#2: FILE: /tmp/f1-27554/zebra_script.c:2:
+ * frrscript encoders and decoders for data structures in Zebra Copyright (C) 2021 Donald Lee

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

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

Warnings Generated during build:

Checkout code: Successful with additional warnings
Report for zebra_script.c | 4 issues
===============================================
WARNING: line over 80 characters
#2: FILE: /tmp/f1-23479/zebra_script.c:2:
+ * frrscript encoders and decoders for data structures in Zebra Copyright (C) 2021 Donald Lee

@NetDEF-CI
Copy link
Collaborator

Continuous Integration Result: FAILED

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

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

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Incomplete

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

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

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

Warnings Generated during build:

Checkout code: Successful with additional warnings
Report for zebra_script.c | 4 issues
===============================================
WARNING: line over 80 characters
#2: FILE: /tmp/f1-2959/zebra_script.c:2:
+ * frrscript encoders and decoders for data structures in Zebra Copyright (C) 2021 Donald Lee

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

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

Warnings Generated during build:

Checkout code: Successful with additional warnings
Report for zebra_script.c | 4 issues
===============================================
WARNING: line over 80 characters
#2: FILE: /tmp/f1-4657/zebra_script.c:2:
+ * frrscript encoders and decoders for data structures in Zebra Copyright (C) 2021 Donald Lee

@NetDEF-CI
Copy link
Collaborator

Continuous Integration Result: FAILED

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

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

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Failed

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

Warnings Generated during build:

Checkout code: Successful with additional warnings
Topotests debian 10 amd64 part 5: Failed (click for details) Topotests debian 10 amd64 part 5: No useful log found
Report for zebra_script.c | 4 issues
===============================================
WARNING: line over 80 characters
#2: FILE: /tmp/f1-30385/zebra_script.c:2:
+ * frrscript encoders and decoders for data structures in Zebra Copyright (C) 2021 Donald Lee

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

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

Warnings Generated during build:

Checkout code: Successful with additional warnings
Report for zebra_script.c | 4 issues
===============================================
WARNING: line over 80 characters
#2: FILE: /tmp/f1-13555/zebra_script.c:2:
+ * frrscript encoders and decoders for data structures in Zebra Copyright (C) 2021 Donald Lee

@dlqs
Copy link
Contributor Author

dlqs commented Oct 19, 2021

ci:rerun

Donald Lee added 9 commits October 20, 2021 00:56
Signed-off-by: Donald Lee <dlqs@gmx.com>
Signed-off-by: Donald Lee <dlqs@gmx.com>
These are for encoding the dplane ctx object. The decoders are noops.

Signed-off-by: Donald Lee <dlqs@gmx.com>
Signed-off-by: Donald Lee <dlqs@gmx.com>
Signed-off-by: Donald Lee <dlqs@gmx.com>
Signed-off-by: Donald Lee <dlqs@gmx.com>
Signed-off-by: Donald Lee <dlqs@gmx.com>
Signed-off-by: Donald Lee <dlqs@gmx.com>
Signed-off-by: Donald Lee <dlqs@gmx.com>
@LabN-CI
Copy link
Collaborator

LabN-CI commented Oct 19, 2021

💚 Basic BGPD CI results: SUCCESS, 0 tests failed

Results table
_ _
Result SUCCESS git merge/9440 f3b49a1
Date 10/19/2021
Start 12:56:04
Finish 13:22:14
Run-Time 26:10
Total 1813
Pass 1813
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2021-10-19-12:56:04.txt
Log autoscript-2021-10-19-12:57:16.log.bz2
Memory 494 509 431

For details, please contact louberger

@LabN-CI
Copy link
Collaborator

LabN-CI commented Oct 19, 2021

💚 Basic BGPD CI results: SUCCESS, 0 tests failed

Results table
_ _
Result SUCCESS git merge/9440 30085ba
Date 10/19/2021
Start 13:26:05
Finish 13:52:15
Run-Time 26:10
Total 1813
Pass 1813
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2021-10-19-13:26:05.txt
Log autoscript-2021-10-19-13:27:17.log.bz2
Memory 513 518 407

For details, please contact louberger

@NetDEF-CI
Copy link
Collaborator

Continuous Integration Result: FAILED

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

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

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Failed

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

@NetDEF-CI
Copy link
Collaborator

Continuous Integration Result: FAILED

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

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

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Incomplete

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

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

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.

@qlyoung qlyoung merged commit 0c124f7 into FRRouting:master Oct 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants