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

pim6d: (WIP) PIM Zebra Interface changes #10594

Closed
wants to merge 2 commits into from
Closed

pim6d: (WIP) PIM Zebra Interface changes #10594

wants to merge 2 commits into from

Conversation

g-balaji1
Copy link
Contributor

Changes done in PIM Zebra interface to aid pim6d interact with Zebra

Signed-off-by: Balaji Gurudoss <G_Balaji1@dell.com>
Signed-off-by: Balaji Gurudoss <G_Balaji1@dell.com>
@g-balaji1 g-balaji1 changed the title pim6d: PIM Zebra Interface changes pim6d: (WIP) PIM Zebra Interface changes Feb 16, 2022
@@ -57,6 +57,7 @@ ZEBRA_ROUTE_OSPF6, ospf6, ospf6d, 'O', 0, 1, 1, "OSPFv3", os
ZEBRA_ROUTE_ISIS, isis, isisd, 'I', 1, 1, 1, "IS-IS", isisd
ZEBRA_ROUTE_BGP, bgp, bgpd, 'B', 1, 1, 1, "BGP", bgpd
ZEBRA_ROUTE_PIM, pim, pimd, 'P', 0, 0, 0, "PIM", pimd
ZEBRA_ROUTE_PIM6, pim6, pim6d, 'P', 0, 0, 0, "PIM6", pim6d
Copy link
Member

Choose a reason for hiding this comment

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

Why do we need to introduce another protocol, why not just leave it ZEBRA_ROUTE_PIM?

@NetDEF-CI
Copy link
Collaborator

Continuous Integration Result: FAILED

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

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

Get source / Pull Request: Successful

Building Stage: Failed

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

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

In file included from ./lib/log.h:32:0,
pimd/pim_zlookup.c: In function zclient_lookup_nexthop:
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)
pimd/pim_zlookup.c:418:5: note: in expansion of macro zlog_debug
./lib/zlog.h:120:20: error: format %d expects argument of type int, but argument 8 has type char * [-Werror=format=]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)
Ubuntu 20.04 amd64 build: Failed (click for details) Ubuntu 20.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-3485/artifact/U2004AMD64BUILD/config.status/config.status

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

In file included from ./lib/log.h:32,
pimd/pim_zlookup.c: In function zclient_lookup_nexthop:
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
pimd/pim_zlookup.c:418:5: note: in expansion of macro zlog_debug
./lib/zlog.h:120:20: error: format %d expects argument of type int, but argument 8 has type char * [-Werror=format=]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
pimd/pim_zlookup.c:452:6: note: in expansion of macro zlog_debug
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]

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

Debian 9 amd64 build: Failed (click for details)

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

In file included from ./lib/log.h:32:0,
pimd/pim_zlookup.c: In function zclient_lookup_nexthop:
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)
pimd/pim_zlookup.c:418:5: note: in expansion of macro zlog_debug
./lib/zlog.h:120:20: error: format %d expects argument of type int, but argument 8 has type char * [-Werror=format=]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)

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

Ubuntu 18.04 ppc64le build: Failed (click for details)

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

In file included from ./lib/log.h:32:0,
pimd/pim_zlookup.c: In function zclient_lookup_nexthop:
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)
pimd/pim_zlookup.c:418:5: note: in expansion of macro zlog_debug
./lib/zlog.h:120:20: error: format %d expects argument of type int, but argument 8 has type char * [-Werror=format=]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)

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

Fedora 29 amd64 build: Failed (click for details)

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

In file included from ./lib/log.h:32,
pimd/pim_zlookup.c: In function zclient_lookup_nexthop:
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)
pimd/pim_zlookup.c:418:5: note: in expansion of macro zlog_debug
./lib/zlog.h:120:20: error: format %d expects argument of type int, but argument 8 has type char * [-Werror=format=]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)

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

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

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

In file included from ./lib/log.h:32,
pimd/pim_zlookup.c: In function zclient_lookup_nexthop:
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)
pimd/pim_zlookup.c:418:5: note: in expansion of macro zlog_debug
./lib/zlog.h:120:20: error: format %d expects argument of type int, but argument 8 has type char * [-Werror=format=]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)

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

Ubuntu 18.04 arm7 build: Failed (click for details)

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

In file included from ./lib/log.h:32:0,
pimd/pim_zlookup.c: In function zclient_lookup_nexthop:
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)
pimd/pim_zlookup.c:418:5: note: in expansion of macro zlog_debug
./lib/zlog.h:120:20: error: format %d expects argument of type int, but argument 8 has type char * [-Werror=format=]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)

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

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

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

In file included from ./lib/log.h:32:0,
pimd/pim_zlookup.c: In function zclient_lookup_nexthop:
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)
pimd/pim_zlookup.c:418:5: note: in expansion of macro zlog_debug
./lib/zlog.h:120:20: error: format %d expects argument of type int, but argument 8 has type char * [-Werror=format=]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)
Debian 11 amd64 build: Failed (click for details) Debian 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-3485/artifact/DEB11AMD64/config.status/config.status

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

In file included from ./lib/log.h:32,
pimd/pim_zlookup.c: In function zclient_lookup_nexthop:
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
pimd/pim_zlookup.c:418:5: note: in expansion of macro zlog_debug
./lib/zlog.h:120:20: error: format %d expects argument of type int, but argument 8 has type char * [-Werror=format=]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
pimd/pim_zlookup.c:452:6: note: in expansion of macro zlog_debug
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]

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

Ubuntu 16.04 i386 build: Failed (click for details)

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

In file included from ./lib/log.h:32:0,
pimd/pim_zlookup.c: In function zclient_lookup_nexthop:
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)
pimd/pim_zlookup.c:418:5: note: in expansion of macro zlog_debug
./lib/zlog.h:120:20: error: format %d expects argument of type int, but argument 8 has type char * [-Werror=format=]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)

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

In file included from ./lib/log.h:32,
pimd/pim_zlookup.c: In function 'zclient_lookup_nexthop':
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]
./lib/zlog.h:127:26: note: in expansion of macro '_zlog_ecref'
pimd/pim_zlookup.c:418:5: note: in expansion of macro 'zlog_debug'
./lib/zlog.h:120:20: error: format '%d' expects argument of type 'int', but argument 8 has type 'char *' [-Werror=format=]
./lib/zlog.h:127:26: note: in expansion of macro '_zlog_ecref'
pimd/pim_zlookup.c:452:6: note: in expansion of macro 'zlog_debug'
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]

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

In file included from ./lib/log.h:32:0,
pimd/pim_zlookup.c: In function zclient_lookup_nexthop:
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)
pimd/pim_zlookup.c:418:5: note: in expansion of macro zlog_debug
./lib/zlog.h:120:20: error: format %d expects argument of type int, but argument 8 has type char * [-Werror=format=]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)

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

Ubuntu 16.04 amd64 build: Failed (click for details)

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

In file included from ./lib/log.h:32:0,
pimd/pim_zlookup.c: In function zclient_lookup_nexthop:
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)
pimd/pim_zlookup.c:418:5: note: in expansion of macro zlog_debug
./lib/zlog.h:120:20: error: format %d expects argument of type int, but argument 8 has type char * [-Werror=format=]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)

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

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

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

In file included from ./lib/log.h:32:0,
pimd/pim_zlookup.c: In function 'zclient_lookup_nexthop':
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]
./lib/zlog.h:127:26: note: in expansion of macro '_zlog_ecref'
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)
pimd/pim_zlookup.c:418:5: note: in expansion of macro 'zlog_debug'
./lib/zlog.h:120:20: error: format '%d' expects argument of type 'int', but argument 8 has type 'char *' [-Werror=format=]
./lib/zlog.h:127:26: note: in expansion of macro '_zlog_ecref'
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)

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

FreeBSD 12 amd64 build: Failed (click for details)

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

In file included from ./lib/log.h:32:0,
pimd/pim_zlookup.c: In function 'zclient_lookup_nexthop':
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]
./lib/zlog.h:127:26: note: in expansion of macro '_zlog_ecref'
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)
pimd/pim_zlookup.c:418:5: note: in expansion of macro 'zlog_debug'
./lib/zlog.h:120:20: error: format '%d' expects argument of type 'int', but argument 8 has type 'char *' [-Werror=format=]
./lib/zlog.h:127:26: note: in expansion of macro '_zlog_ecref'
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)

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

Ubuntu 16.04 arm8 build: Failed (click for details)

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

In file included from ./lib/log.h:32:0,
pimd/pim_zlookup.c: In function zclient_lookup_nexthop:
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)
pimd/pim_zlookup.c:418:5: note: in expansion of macro zlog_debug
./lib/zlog.h:120:20: error: format %d expects argument of type int, but argument 8 has type char * [-Werror=format=]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)

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

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

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

In file included from ./lib/log.h:32:0,
pimd/pim_zlookup.c: In function zclient_lookup_nexthop:
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)
pimd/pim_zlookup.c:418:5: note: in expansion of macro zlog_debug
./lib/zlog.h:120:20: error: format %d expects argument of type int, but argument 8 has type char * [-Werror=format=]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)
Redhat 8 amd64 build: Failed (click for details) Redhat 8 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-3485/artifact/REDHAT8/config.log/config.log.gz

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

In file included from ./lib/log.h:32,
pimd/pim_zlookup.c: In function zclient_lookup_nexthop:
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)
pimd/pim_zlookup.c:418:5: note: in expansion of macro zlog_debug
./lib/zlog.h:120:20: error: format %d expects argument of type int, but argument 8 has type char * [-Werror=format=]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)

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

Successful on other platforms/tests
  • CentOS 7 amd64 build
  • OpenBSD 7 amd64 build

Warnings Generated during build:

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

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

In file included from ./lib/log.h:32:0,
pimd/pim_zlookup.c: In function zclient_lookup_nexthop:
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)
pimd/pim_zlookup.c:418:5: note: in expansion of macro zlog_debug
./lib/zlog.h:120:20: error: format %d expects argument of type int, but argument 8 has type char * [-Werror=format=]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)
Ubuntu 20.04 amd64 build: Failed (click for details) Ubuntu 20.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-3485/artifact/U2004AMD64BUILD/config.status/config.status

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

In file included from ./lib/log.h:32,
pimd/pim_zlookup.c: In function zclient_lookup_nexthop:
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
pimd/pim_zlookup.c:418:5: note: in expansion of macro zlog_debug
./lib/zlog.h:120:20: error: format %d expects argument of type int, but argument 8 has type char * [-Werror=format=]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
pimd/pim_zlookup.c:452:6: note: in expansion of macro zlog_debug
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]

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

Debian 9 amd64 build: Failed (click for details)

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

In file included from ./lib/log.h:32:0,
pimd/pim_zlookup.c: In function zclient_lookup_nexthop:
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)
pimd/pim_zlookup.c:418:5: note: in expansion of macro zlog_debug
./lib/zlog.h:120:20: error: format %d expects argument of type int, but argument 8 has type char * [-Werror=format=]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)

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

Ubuntu 18.04 ppc64le build: Failed (click for details)

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

In file included from ./lib/log.h:32:0,
pimd/pim_zlookup.c: In function zclient_lookup_nexthop:
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)
pimd/pim_zlookup.c:418:5: note: in expansion of macro zlog_debug
./lib/zlog.h:120:20: error: format %d expects argument of type int, but argument 8 has type char * [-Werror=format=]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)

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

Fedora 29 amd64 build: Failed (click for details)

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

In file included from ./lib/log.h:32,
pimd/pim_zlookup.c: In function zclient_lookup_nexthop:
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)
pimd/pim_zlookup.c:418:5: note: in expansion of macro zlog_debug
./lib/zlog.h:120:20: error: format %d expects argument of type int, but argument 8 has type char * [-Werror=format=]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)

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

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

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

In file included from ./lib/log.h:32,
pimd/pim_zlookup.c: In function zclient_lookup_nexthop:
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)
pimd/pim_zlookup.c:418:5: note: in expansion of macro zlog_debug
./lib/zlog.h:120:20: error: format %d expects argument of type int, but argument 8 has type char * [-Werror=format=]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)

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

Ubuntu 18.04 arm7 build: Failed (click for details)

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

In file included from ./lib/log.h:32:0,
pimd/pim_zlookup.c: In function zclient_lookup_nexthop:
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)
pimd/pim_zlookup.c:418:5: note: in expansion of macro zlog_debug
./lib/zlog.h:120:20: error: format %d expects argument of type int, but argument 8 has type char * [-Werror=format=]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)

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

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

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

In file included from ./lib/log.h:32:0,
pimd/pim_zlookup.c: In function zclient_lookup_nexthop:
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)
pimd/pim_zlookup.c:418:5: note: in expansion of macro zlog_debug
./lib/zlog.h:120:20: error: format %d expects argument of type int, but argument 8 has type char * [-Werror=format=]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)
Debian 11 amd64 build: Failed (click for details) Debian 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-3485/artifact/DEB11AMD64/config.status/config.status

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

In file included from ./lib/log.h:32,
pimd/pim_zlookup.c: In function zclient_lookup_nexthop:
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
pimd/pim_zlookup.c:418:5: note: in expansion of macro zlog_debug
./lib/zlog.h:120:20: error: format %d expects argument of type int, but argument 8 has type char * [-Werror=format=]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
pimd/pim_zlookup.c:452:6: note: in expansion of macro zlog_debug
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]

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

Ubuntu 16.04 i386 build: Failed (click for details)

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

In file included from ./lib/log.h:32:0,
pimd/pim_zlookup.c: In function zclient_lookup_nexthop:
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)
pimd/pim_zlookup.c:418:5: note: in expansion of macro zlog_debug
./lib/zlog.h:120:20: error: format %d expects argument of type int, but argument 8 has type char * [-Werror=format=]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)

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

In file included from ./lib/log.h:32,
pimd/pim_zlookup.c: In function 'zclient_lookup_nexthop':
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]
./lib/zlog.h:127:26: note: in expansion of macro '_zlog_ecref'
pimd/pim_zlookup.c:418:5: note: in expansion of macro 'zlog_debug'
./lib/zlog.h:120:20: error: format '%d' expects argument of type 'int', but argument 8 has type 'char *' [-Werror=format=]
./lib/zlog.h:127:26: note: in expansion of macro '_zlog_ecref'
pimd/pim_zlookup.c:452:6: note: in expansion of macro 'zlog_debug'
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]

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

In file included from ./lib/log.h:32:0,
pimd/pim_zlookup.c: In function zclient_lookup_nexthop:
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)
pimd/pim_zlookup.c:418:5: note: in expansion of macro zlog_debug
./lib/zlog.h:120:20: error: format %d expects argument of type int, but argument 8 has type char * [-Werror=format=]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)

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

Ubuntu 16.04 amd64 build: Failed (click for details)

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

In file included from ./lib/log.h:32:0,
pimd/pim_zlookup.c: In function zclient_lookup_nexthop:
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)
pimd/pim_zlookup.c:418:5: note: in expansion of macro zlog_debug
./lib/zlog.h:120:20: error: format %d expects argument of type int, but argument 8 has type char * [-Werror=format=]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)

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

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

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

In file included from ./lib/log.h:32:0,
pimd/pim_zlookup.c: In function 'zclient_lookup_nexthop':
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]
./lib/zlog.h:127:26: note: in expansion of macro '_zlog_ecref'
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)
pimd/pim_zlookup.c:418:5: note: in expansion of macro 'zlog_debug'
./lib/zlog.h:120:20: error: format '%d' expects argument of type 'int', but argument 8 has type 'char *' [-Werror=format=]
./lib/zlog.h:127:26: note: in expansion of macro '_zlog_ecref'
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)

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

FreeBSD 12 amd64 build: Failed (click for details)

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

In file included from ./lib/log.h:32:0,
pimd/pim_zlookup.c: In function 'zclient_lookup_nexthop':
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]
./lib/zlog.h:127:26: note: in expansion of macro '_zlog_ecref'
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)
pimd/pim_zlookup.c:418:5: note: in expansion of macro 'zlog_debug'
./lib/zlog.h:120:20: error: format '%d' expects argument of type 'int', but argument 8 has type 'char *' [-Werror=format=]
./lib/zlog.h:127:26: note: in expansion of macro '_zlog_ecref'
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)

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

Ubuntu 16.04 arm8 build: Failed (click for details)

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

In file included from ./lib/log.h:32:0,
pimd/pim_zlookup.c: In function zclient_lookup_nexthop:
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)
pimd/pim_zlookup.c:418:5: note: in expansion of macro zlog_debug
./lib/zlog.h:120:20: error: format %d expects argument of type int, but argument 8 has type char * [-Werror=format=]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)

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

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

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

In file included from ./lib/log.h:32:0,
pimd/pim_zlookup.c: In function zclient_lookup_nexthop:
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)
pimd/pim_zlookup.c:418:5: note: in expansion of macro zlog_debug
./lib/zlog.h:120:20: error: format %d expects argument of type int, but argument 8 has type char * [-Werror=format=]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)
Redhat 8 amd64 build: Failed (click for details) Redhat 8 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-3485/artifact/REDHAT8/config.log/config.log.gz

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

In file included from ./lib/log.h:32,
pimd/pim_zlookup.c: In function zclient_lookup_nexthop:
./lib/zlog.h:120:20: error: too many arguments for format [-Werror=format-extra-args]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)
pimd/pim_zlookup.c:418:5: note: in expansion of macro zlog_debug
./lib/zlog.h:120:20: error: format %d expects argument of type int, but argument 8 has type char * [-Werror=format=]
./lib/zlog.h:127:26: note: in expansion of macro _zlog_ecref
 #define zlog_debug(...)  _zlog_ecref(0, LOG_DEBUG, __VA_ARGS__)

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

Report for pim_zebra.c | 4 issues
===============================================
< WARNING: braces {} are not necessary for single statement blocks
< #502: FILE: /tmp/f1-15470/pim_zebra.c:502:
< WARNING: C99 // comments do not match recommendation
< #675: FILE: /tmp/f1-15470/pim_zebra.c:675:

nbr = pim_neighbor_find(old->source_nexthop.interface,
old->rpf_addr.u.prefix4);
#else
nbr = pim_neighbor_find(old->source_nexthop.interface,
Copy link
Contributor

Choose a reason for hiding this comment

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

Please use pim_neighbor_find_prefix()

src.prefixlen = IPV6_MAX_BITLEN;
src.u.prefix6 = vif_source; // RP or Src address
grp.family = AF_INET6;
grp.prefixlen = IPV6_MAX_BITLEN;
Copy link
Contributor

Choose a reason for hiding this comment

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

Please use pim_addr_to_prefix

@g-balaji1
Copy link
Contributor Author

Files in this pull request are already handled in #10400

Hence closing this pull request

@g-balaji1 g-balaji1 closed this Feb 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants