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] bugfix of error quit of zebra, due to no nexthop ACTIVE #7629

Closed

Conversation

batmancn
Copy link
Contributor

@batmancn batmancn commented Nov 30, 2020

bugfix of error quit of zebra, due to no nexthop ACTIVE, refer to #7588

TEST report:

  1. compile OK
  2. test as bellow.

TEST:

  1. DUT connect router with 8 ECMP, router announce 100,000 route to DUT
root@dut-testbed:~# vtysh -c 'show ru'
Building configuration...

Current configuration:
!
frr version 7.2.1-sonic
frr defaults traditional
hostname dut-testbed
log syslog informational
log facility local4
service integrated-vtysh-config
!
password zebra
!
router bgp 65100
 bgp router-id 10.1.0.32
 bgp log-neighbor-changes
 no bgp default ipv4-unicast
 bgp bestpath as-path multipath-relax
 neighbor 10.0.0.5 remote-as 65200
 neighbor 10.0.0.9 remote-as 65200
 neighbor 10.0.0.9 description ARISTA05T2
 neighbor 10.0.0.9 timers 3 10
 neighbor 10.0.0.11 remote-as 65200
 neighbor 10.0.0.11 description ARISTA06T2
 neighbor 10.0.0.11 timers 3 10
 neighbor 10.0.0.13 remote-as 65200
 neighbor 10.0.0.13 description ARISTA07T2
 neighbor 10.0.0.13 timers 3 10
 neighbor 10.0.0.17 remote-as 65200
 neighbor 10.0.0.17 description ARISTA09T2
 neighbor 10.0.0.17 timers 3 10
 neighbor 10.0.0.19 remote-as 65200
 neighbor 10.0.0.19 description ARISTA10T2
 neighbor 10.0.0.19 timers 3 10
 neighbor 10.0.0.31 remote-as 65200
 neighbor 10.0.0.31 description ARISTA16T2
 neighbor 10.0.0.31 timers 3 10
 neighbor 10.0.0.33 remote-as 64001
 neighbor 10.0.0.33 description ARISTA01T0
 neighbor 10.0.0.33 timers 3 10
 neighbor 10.0.0.35 remote-as 64002
 neighbor 10.0.0.35 description ARISTA02T0
 neighbor 10.0.0.35 timers 3 10
 neighbor 10.0.0.37 remote-as 64003
 neighbor 10.0.0.37 description ARISTA03T0
 neighbor 10.0.0.37 timers 3 10
 neighbor 10.0.0.39 remote-as 64004
 neighbor 10.0.0.39 description ARISTA04T0
 neighbor 10.0.0.39 timers 3 10
 neighbor 10.0.0.41 remote-as 64005
 neighbor 10.0.0.41 description ARISTA05T0
 neighbor 10.0.0.41 timers 3 10
 neighbor 10.0.0.43 remote-as 64006
 neighbor 10.0.0.43 description ARISTA06T0
 neighbor 10.0.0.43 timers 3 10
 neighbor 10.0.0.45 remote-as 64007
 neighbor 10.0.0.45 description ARISTA07T0
 neighbor 10.0.0.45 timers 3 10
 neighbor 10.0.0.47 remote-as 64008
 neighbor 10.0.0.47 description ARISTA08T0
 neighbor 10.0.0.47 timers 3 10
 neighbor fc00::2 remote-as 65200
 neighbor fc00::2 description ARISTA01T2
 neighbor fc00::2 timers 3 10
 neighbor fc00::6 remote-as 65200
 neighbor fc00::6 description ARISTA02T2
 neighbor fc00::6 timers 3 10
 neighbor fc00::e remote-as 65200
 neighbor fc00::e description ARISTA04T2
 neighbor fc00::e timers 3 10
 neighbor fc00::12 remote-as 65200
 neighbor fc00::12 description ARISTA05T2
 neighbor fc00::12 timers 3 10
 neighbor fc00::16 remote-as 65200
 neighbor fc00::16 description ARISTA06T2
 neighbor fc00::16 timers 3 10
 neighbor fc00::1a remote-as 65200
 neighbor fc00::1a description ARISTA07T2
 neighbor fc00::1a timers 3 10
 neighbor fc00::1e remote-as 65200
 neighbor fc00::1e description ARISTA08T2
 neighbor fc00::1e timers 3 10
 neighbor fc00::22 remote-as 65200
 neighbor fc00::22 description ARISTA09T2
 neighbor fc00::22 timers 3 10
 neighbor fc00::26 remote-as 65200
 neighbor fc00::26 description ARISTA10T2
 neighbor fc00::26 timers 3 10
 neighbor fc00::2a remote-as 65200
 neighbor fc00::2a description ARISTA11T2
 neighbor fc00::2a timers 3 10
 neighbor fc00::2e remote-as 65200
 neighbor fc00::2e description ARISTA12T2
 neighbor fc00::2e timers 3 10
 neighbor fc00::32 remote-as 65200
 neighbor fc00::32 description ARISTA13T2
 neighbor fc00::32 timers 3 10
 neighbor fc00::36 remote-as 65200
 neighbor fc00::36 description ARISTA14T2
 neighbor fc00::36 timers 3 10
 neighbor fc00::3a remote-as 65200
 neighbor fc00::3a description ARISTA15T2
 neighbor fc00::3a timers 3 10
 neighbor fc00::3e remote-as 65200
 neighbor fc00::3e description ARISTA16T2
 neighbor fc00::3e timers 3 10
 neighbor fc00::4a remote-as 64003
 neighbor fc00::4a description ARISTA03T0
 neighbor fc00::4a timers 3 10
 neighbor fc00::4e remote-as 64004
 neighbor fc00::4e description ARISTA04T0
 neighbor fc00::4e timers 3 10
 neighbor fc00::52 remote-as 64005
 neighbor fc00::52 description ARISTA05T0
 neighbor fc00::52 timers 3 10
 neighbor fc00::56 remote-as 64006
 neighbor fc00::56 description ARISTA06T0
 neighbor fc00::56 timers 3 10
 !
 address-family ipv4 unicast
  network 10.1.0.32/32
  neighbor 10.0.0.5 activate
  neighbor 10.0.0.9 activate
  neighbor 10.0.0.11 activate
  neighbor 10.0.0.13 activate
  neighbor 10.0.0.17 activate
  neighbor 10.0.0.19 activate
  neighbor 10.0.0.31 activate
  neighbor 10.0.0.33 activate
  neighbor 10.0.0.35 activate
  neighbor 10.0.0.37 activate
  neighbor 10.0.0.39 activate
  neighbor 10.0.0.41 activate
  neighbor 10.0.0.43 activate
  neighbor 10.0.0.45 activate
  neighbor 10.0.0.47 activate
 exit-address-family
 !
 address-family ipv6 unicast
  network fc00:1:211::32/128
  neighbor fc00::2 activate
  neighbor fc00::6 activate
  neighbor fc00::e activate
  neighbor fc00::12 activate
  neighbor fc00::16 activate
  neighbor fc00::1a activate
  neighbor fc00::1e activate
  neighbor fc00::22 activate
  neighbor fc00::26 activate
  neighbor fc00::2a activate
  neighbor fc00::2e activate
  neighbor fc00::32 activate
  neighbor fc00::36 activate
  neighbor fc00::3a activate
  neighbor fc00::3e activate
  neighbor fc00::4a activate
  neighbor fc00::4e activate
  neighbor fc00::52 activate
  neighbor fc00::56 activate
 exit-address-family
!
line vty
!
end
root@dut-testbed:~# vtysh -c 'show ip bgp sum'

IPv4 Unicast Summary:
BGP router identifier 10.1.0.32, local AS number 65100 vrf-id 0
BGP table version 12863
RIB entries 12919, using 2321 KiB of memory
Peers 19, using 388 KiB of memory

Neighbor        V         AS MsgRcvd MsgSent   TblVer  InQ OutQ  Up/Down State/PfxRcd
10.0.0.1        4      65200    3206    2412        0    0  814 00:00:05         6402
10.0.0.3        4      65200    3207    2643        0    0  584 00:00:04         6402
10.0.0.5        4      65200    3208    3230        0    0    0 00:00:07         6402
10.0.0.7        4      65200    3206    1763        0    0 1464 00:00:06         6402
10.0.0.9        4      65200    3209    3231        0    0    0 00:00:09         6402
10.0.0.11       4      65200    3215    6443        0    0    0 00:00:29         6402
10.0.0.13       4      65200    3206    3231        0    0    0 00:00:15         6402
10.0.0.15       4      65200       0       0        0    0    0    never         Idle
10.0.0.17       4      65200    3211    3236        0    0    0 00:00:17         6402
10.0.0.19       4      65200    3209    3232        0    0    0 00:00:12         6402
10.0.0.31       4      65200    3212    3238        0    0    0 00:00:20         6402
10.0.0.33       4      64001       7    6434        0    0    0 00:00:21            7
10.0.0.35       4      64002      11    3237        0    0    0 00:00:18            6
10.0.0.37       4      64003      13    3238        0    0    0 00:00:19            7
10.0.0.39       4      64004       6    6434        0    0    0 00:00:23            6
10.0.0.41       4      64005      17    6445        0    0    0 00:00:35            6
10.0.0.43       4      64006      17    6445        0    0    0 00:00:36            6
10.0.0.45       4      64007       6    6434        0    0    0 00:00:34            6
10.0.0.47       4      64008      17    6445        0    0    0 00:00:34            6

Total number of neighbors 19
root@dut-testbed:~# vtysh -c 'show ip route' | wc -l
116059
root@dut-testbed:~# vtysh -c 'show ipv6 route' | wc -l
102537

# I don't know how to show ipv6 neighbor summary...
  1. then DOWN all ports, then UP all ports
  2. then repeat for several times
# NOTICE, this is testbed command from SONiC testbed project (https://github.com/Azure/sonic-mgmt), what this do is same as step-2 and step-3.
$ for i in {0..20}; do echo "......$i......"; sudo ./testbed-cli.sh start-test vms-t1 port_toggle dut -v  > port_toggle.log; rt=$?;if [ ${rt} -ne 0 ]; then break; fi; done
......0......
......1......
......2......
......3......
......4......
......5......
......6......
......7......
......8......
......9......
......10......
......11......
......12......
......13......
......14......
......15......
......16......
......17......
......18......
......19......
......20......

At last, We could see no error quit. It's OK.

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 an improperly formatted commit message
  • 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
Click for style suggestions

To apply these suggestions:

curl -s https://gist.githubusercontent.com/polychaeta/ddfd074c637b2961df2930cc55073460/raw/f8f946c97a2f9e2089f23bd0993030909ba4036a/cr_7629_1606738008.diff | git apply

diff --git a/zebra/zebra_fpm.c b/zebra/zebra_fpm.c
index 300b6d684..8e9d1ee59 100644
--- a/zebra/zebra_fpm.c
+++ b/zebra/zebra_fpm.c
@@ -1006,7 +1006,8 @@ static int zfpm_build_route_updates(void)
 				else
 					zfpm_g->stats.route_dels++;
 			} else {
-				zlog_debug("zfpm_build_route_updates, data_len is 0.");
+				zlog_debug(
+					"zfpm_build_route_updates, data_len is 0.");
 			}
 		}
 

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.

@rzalamena
Copy link
Member

@batmancn your code looks good, I think it is better to not assert if we got an empty update. Thanks for the PR!

Please, just adjust a few things in your contribution so we can accept it:

  • Format the subject to point where the fix is being made
  • Add Signed-Off-By line

(more details: http://docs.frrouting.org/projects/dev-guide/en/latest/workflow.html#coding-practices-style )

Please let me know if you need any help.

@LabN-CI
Copy link
Collaborator

LabN-CI commented Nov 30, 2020

Outdated results 💚

Basic BGPD CI results: SUCCESS, 0 tests failed

_ _
Result SUCCESS git merge/7629 5a50540
Date 11/30/2020
Start 08:52:51
Finish 09:28:10
Run-Time 35:19
Total 1815
Pass 1815
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2020-11-30-08:52:51.txt
Log autoscript-2020-11-30-08:53:55.log.bz2
Memory 503 480 427

For details, please contact louberger

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Nov 30, 2020

Continuous Integration Result: SUCCESSFUL

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-FRRPULLREQ-15704/

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_fpm.c | 2 issues
===============================================
< WARNING: Prefer using '"%s...", __func__' to using 'zfpm_build_route_updates', this function's name, in a string
< #1009: FILE: /tmp/f1-30338/zebra_fpm.c:1009:

Warnings Generated during build:

Debian 10 amd64 build: Successful with additional warnings

Debian Package lintian failed for Debian 10 amd64 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15704/artifact/DEB10BUILD/ErrorLog/log_lintian.txt)

W: frr source: pkg-js-tools-test-is-missing
W: frr source: newer-standards-version 4.5.0.3 (current is 4.3.0)
W: frr source: pkg-js-tools-test-is-missing
W: frr source: newer-standards-version 4.5.0.3 (current is 4.3.0)
W: frr-doc: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201130-01-g5a50540c7-0 (missing) -> 7.6-dev-20201130-01-g5a50540c7-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201130-01-g5a50540c7-0 (missing) -> 7.6-dev-20201130-01-g5a50540c7-0~deb10u1
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201130-01-g5a50540c7-0 (missing) -> 7.6-dev-20201130-01-g5a50540c7-0~deb10u1
W: frr: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201130-01-g5a50540c7-0 (missing) -> 7.6-dev-20201130-01-g5a50540c7-0~deb10u1
W: frr-snmp: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201130-01-g5a50540c7-0 (missing) -> 7.6-dev-20201130-01-g5a50540c7-0~deb10u1

@@ -1006,6 +1005,8 @@ static int zfpm_build_route_updates(void)
zfpm_g->stats.route_adds++;
else
zfpm_g->stats.route_dels++;
} else {
zlog_debug("zfpm_build_route_updates, data_len is 0.");
Copy link
Contributor

Choose a reason for hiding this comment

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

no open debugs, please - try using zfpm_debug() instead?

please don't type out the name of the api - use __func__ instead

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hi,

At first, I use zlog_debug("%s, data_len is 0.", __FUNC__);.
But I got crash with log: zlog ...., so I will try your advertise, use zlog_debug("%s, data_len is 0.", __func__); to test.

@batmancn batmancn force-pushed the bugfix/do-not-crash-even-no-nh branch from 5a50540 to 076048f Compare December 1, 2020 03:27
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 an improperly formatted commit message
Click for style suggestions

To apply these suggestions:

curl -s https://gist.githubusercontent.com/polychaeta/e59fdd2e8ec0ac511a1ded9636ab5fbe/raw/f8f946c97a2f9e2089f23bd0993030909ba4036a/cr_7629_1606793243.diff | git apply

diff --git a/zebra/zebra_fpm.c b/zebra/zebra_fpm.c
index 300b6d684..8e9d1ee59 100644
--- a/zebra/zebra_fpm.c
+++ b/zebra/zebra_fpm.c
@@ -1006,7 +1006,8 @@ static int zfpm_build_route_updates(void)
 				else
 					zfpm_g->stats.route_dels++;
 			} else {
-				zlog_debug("zfpm_build_route_updates, data_len is 0.");
+				zlog_debug(
+					"zfpm_build_route_updates, data_len is 0.");
 			}
 		}
 

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.

@batmancn batmancn force-pushed the bugfix/do-not-crash-even-no-nh branch from 076048f to 53c701c Compare December 1, 2020 03:33
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 an improperly formatted commit message

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.

@batmancn batmancn force-pushed the bugfix/do-not-crash-even-no-nh branch from 53c701c to 158c77c Compare December 1, 2020 03:36
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 an improperly formatted commit message

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.

@batmancn batmancn force-pushed the bugfix/do-not-crash-even-no-nh branch from 158c77c to e2816aa Compare December 1, 2020 03:48
@polychaeta polychaeta dismissed stale reviews from themself December 1, 2020 03:48

blocking comments addressed

@batmancn batmancn force-pushed the bugfix/do-not-crash-even-no-nh branch from e2816aa to 60159a4 Compare December 1, 2020 03:57
@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Dec 1, 2020

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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 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-15735/artifact/U16ARM8BUILD/ErrorLog/log_make.txt)

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 ^
zebra/zebra_fpm.c: In function zfpm_build_route_updates:
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 ^

Ubuntu 16.04 arm8 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15735/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-15735/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-15735/artifact/F29BUILD/ErrorLog/log_make.txt)

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045: error: unterminated argument list invoking macro "zlog_debug"
 
vtysh/vtysh_cmd.c:8:5: error: expected =, ,, ;, asm or __attribute__ before : token
 File: zebra/zebra_fpm.c failed to compile, when extracting cli from it please inspect
vtysh/vtysh_cmd.c: In function vtysh_init_cmd:
vtysh/vtysh_cmd.c:22412:40: error: accept_lifetime_day_month_day_month_cmd_vtysh undeclared (first use in this function); did you mean send_lifetime_day_month_day_month_cmd_vtysh?
vtysh/vtysh_cmd.c:22412:40: note: each undeclared identifier is reported only once for each function it appears in

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

zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
 1010 |                         %s: data_len is 0.", __func__);
zebra/zebra_fpm.c:2045: error: unterminated argument list invoking macro "zlog_debug"
 2045 |    .init = zebra_fpm_module_init, )
vtysh/vtysh_cmd.c:8:5: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
vtysh/vtysh_cmd.c: In function 'vtysh_init_cmd':
vtysh/vtysh_cmd.c:21946:40: error: 'accept_lifetime_day_month_day_month_cmd_vtysh' undeclared (first use in this function); did you mean 'send_lifetime_day_month_day_month_cmd_vtysh'?
21946 |   install_element (KEYCHAIN_KEY_NODE, &accept_lifetime_day_month_day_month_cmd_vtysh);
vtysh/vtysh_cmd.c:21946:40: note: each undeclared identifier is reported only once for each function it appears in

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

Ubuntu 16.04 arm7 build: Failed (click for details) Ubuntu 16.04 arm7 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15735/artifact/CI101BUILD/config.status/config.status Ubuntu 16.04 arm7 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15735/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-15735/artifact/CI101BUILD/ErrorLog/log_make.txt)

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 ^
zebra/zebra_fpm.c: In function zfpm_build_route_updates:
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 ^
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-15735/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-15735/artifact/CENTOS8BUILD/ErrorLog/log_make.txt)

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045: error: unterminated argument list invoking macro "zlog_debug"
 
vtysh/vtysh_cmd.c:8:5: error: expected =, ,, ;, asm or __attribute__ before : token
 File: zebra/zebra_fpm.c failed to compile, when extracting cli from it please inspect
vtysh/vtysh_cmd.c: In function vtysh_init_cmd:
vtysh/vtysh_cmd.c:22412:40: error: accept_lifetime_day_month_day_month_cmd_vtysh undeclared (first use in this function); did you mean send_lifetime_day_month_day_month_cmd_vtysh?
vtysh/vtysh_cmd.c:22412:40: note: each undeclared identifier is reported only once for each function it appears in

CentOS 8 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15735/artifact/CENTOS8BUILD/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-15735/artifact/FBSD12AMD64/ErrorLog/log_make.txt)

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 
vtysh/vtysh_cmd.c:8:5: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
 File: zebra/zebra_fpm.c failed to compile, when extracting cli from it please inspect
vtysh/vtysh_cmd.c: In function 'vtysh_init_cmd':
vtysh/vtysh_cmd.c:21946:40: error: 'accept_lifetime_day_month_day_month_cmd_vtysh' undeclared (first use in this function); did you mean 'send_lifetime_day_month_day_month_cmd_vtysh'?
vtysh/vtysh_cmd.c:21946:40: note: each undeclared identifier is reported only once for each function it appears in

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

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045: error: unterminated argument list invoking macro "zlog_debug"
 
vtysh/vtysh_cmd.c:8:5: error: expected =, ,, ;, asm or __attribute__ before : token
 File: zebra/zebra_fpm.c failed to compile, when extracting cli from it please inspect
vtysh/vtysh_cmd.c: In function vtysh_init_cmd:
vtysh/vtysh_cmd.c:22412:40: error: accept_lifetime_day_month_day_month_cmd_vtysh undeclared (first use in this function); did you mean send_lifetime_day_month_day_month_cmd_vtysh?
vtysh/vtysh_cmd.c:22412:40: note: each undeclared identifier is reported only once for each function it appears in

Debian 10 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15735/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-15735/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-15735/artifact/CI012BUILD/ErrorLog/log_make.txt)

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 ^
vtysh/vtysh_cmd.c:8:5: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
 File: zebra/zebra_fpm.c failed to compile, when extracting cli from it please inspect
vtysh/vtysh_cmd.c: In function 'vtysh_init_cmd':
vtysh/vtysh_cmd.c:21946:40: error: 'accept_lifetime_day_month_day_month_cmd_vtysh' undeclared (first use in this function)
vtysh/vtysh_cmd.c:21946:40: note: each undeclared identifier is reported only once for each function it appears in

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

copying selected object files to avoid basename conflicts...
zebra/zebra_fpm.c: In function zfpm_build_route_updates:
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 ^
zebra/zebra_fpm.c:1009:5: error: zlog_debug undeclared (first use in this function)
zebra/zebra_fpm.c:1009:5: note: each undeclared identifier is reported only once for each function it appears in
zebra/zebra_fpm.c:1009:5: error: expected ; at end of input

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

copying selected object files to avoid basename conflicts...
zebra/zebra_fpm.c: In function zfpm_build_route_updates:
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 
zebra/zebra_fpm.c:1009:5: error: zlog_debug undeclared (first use in this function); did you mean mc_debug?
zebra/zebra_fpm.c:1009:5: note: each undeclared identifier is reported only once for each function it appears in
zebra/zebra_fpm.c:1009:5: error: expected ; at end of input

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

copying selected object files to avoid basename conflicts...
zebra/zebra_fpm.c: In function zfpm_build_route_updates:
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 ^
zebra/zebra_fpm.c:1009:5: error: zlog_debug undeclared (first use in this function)
zebra/zebra_fpm.c:1009:5: note: each undeclared identifier is reported only once for each function it appears in
zebra/zebra_fpm.c:1009:5: error: expected ; at end of input

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

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character [enabled by default]
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character [enabled by default]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 ^
zebra/zebra_fpm.c:1009:5: error: 'zlog_debug' undeclared (first use in this function)
zebra/zebra_fpm.c:1009:5: note: each undeclared identifier is reported only once for each function it appears in
zebra/zebra_fpm.c:1009:5: error: expected ';' at end of input
zebra/zebra_fpm.c:1009:5: error: expected declaration or statement at end of input
zebra/zebra_fpm.c:1009:5: error: expected declaration or statement at end of input

CentOS 7 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15735/artifact/CI005BUILD/config.status/config.status
CentOS 7 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15735/artifact/CI005BUILD/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-15735/artifact/U18ARM7BUILD/ErrorLog/log_make.txt)

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 
zebra/zebra_fpm.c: In function zfpm_build_route_updates:
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"

Ubuntu 18.04 arm7 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15735/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-15735/artifact/U18ARM7BUILD/config.status/config.status

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

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

copying selected object files to avoid basename conflicts...
zebra/zebra_fpm.c: In function 'zfpm_build_route_updates':
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 ^
zebra/zebra_fpm.c:1009:5: error: 'zlog_debug' undeclared (first use in this function)
zebra/zebra_fpm.c:1009:5: note: each undeclared identifier is reported only once for each function it appears in
zebra/zebra_fpm.c:1009:5: error: expected ';' at end of input

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

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-15735/artifact/U18ARM8BUILD/config.status/config.status Ubuntu 18.04 arm8 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15735/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-15735/artifact/U18ARM8BUILD/ErrorLog/log_make.txt)

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 
zebra/zebra_fpm.c: In function zfpm_build_route_updates:
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
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-15735/artifact/U1804PPC64LEBUILD/ErrorLog/log_make.txt)

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 
zebra/zebra_fpm.c: In function zfpm_build_route_updates:
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"

Ubuntu 18.04 ppc64le build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15735/artifact/U1804PPC64LEBUILD/config.status/config.status
Ubuntu 18.04 ppc64le build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15735/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-15735/artifact/CI021BUILD/ErrorLog/log_make.txt)

copying selected object files to avoid basename conflicts...
zebra/zebra_fpm.c: In function zfpm_build_route_updates:
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 
zebra/zebra_fpm.c:1009:5: error: zlog_debug undeclared (first use in this function)
zebra/zebra_fpm.c:1009:5: note: each undeclared identifier is reported only once for each function it appears in
zebra/zebra_fpm.c:1009:5: error: expected ; at end of input

Debian 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15735/artifact/CI021BUILD/config.status/config.status
Debian 9 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15735/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-15735/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-15735/artifact/U2004AMD64BUILD/ErrorLog/log_make.txt)

zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
 1010 |                         %s: data_len is 0.", __func__);
zebra/zebra_fpm.c:2045: error: unterminated argument list invoking macro "zlog_debug"
 2045 |    .init = zebra_fpm_module_init, )
vtysh/vtysh_cmd.c:8:5: error: expected =, ,, ;, asm or __attribute__ before : token
vtysh/vtysh_cmd.c: In function vtysh_init_cmd:
vtysh/vtysh_cmd.c:22412:40: error: accept_lifetime_day_month_day_month_cmd_vtysh undeclared (first use in this function); did you mean send_lifetime_day_month_day_month_cmd_vtysh?
22412 |   install_element (KEYCHAIN_KEY_NODE, &accept_lifetime_day_month_day_month_cmd_vtysh);
vtysh/vtysh_cmd.c:22412:40: note: each undeclared identifier is reported only once for each function it appears in

Ubuntu 20.04 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15735/artifact/U2004AMD64BUILD/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-15735/artifact/CI011BUILD/ErrorLog/log_make.txt)

zebra/zebra_fpm.c:1009:16: warning: missing terminating '"' character [-Winvalid-pp-token]
zebra/zebra_fpm.c:1010:43: warning: missing terminating '"' character [-Winvalid-pp-token]
zebra/zebra_fpm.c:1009:5: error: unterminated function-like macro invocation
vtysh/../lib/zlog.h:64:9: note: macro 'zlog_debug' defined here
#define zlog_debug(...)  zlog(LOG_DEBUG, __VA_ARGS__)
2 warnings and 1 error generated.
vtysh/vtysh_cmd.c:8:1: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
File: zebra/zebra_fpm.c failed to compile, when extracting cli from it please inspect
^

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

Warnings Generated during build:

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

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 ^
zebra/zebra_fpm.c: In function zfpm_build_route_updates:
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 ^

Ubuntu 16.04 arm8 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15735/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-15735/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-15735/artifact/F29BUILD/ErrorLog/log_make.txt)

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045: error: unterminated argument list invoking macro "zlog_debug"
 
vtysh/vtysh_cmd.c:8:5: error: expected =, ,, ;, asm or __attribute__ before : token
 File: zebra/zebra_fpm.c failed to compile, when extracting cli from it please inspect
vtysh/vtysh_cmd.c: In function vtysh_init_cmd:
vtysh/vtysh_cmd.c:22412:40: error: accept_lifetime_day_month_day_month_cmd_vtysh undeclared (first use in this function); did you mean send_lifetime_day_month_day_month_cmd_vtysh?
vtysh/vtysh_cmd.c:22412:40: note: each undeclared identifier is reported only once for each function it appears in

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

zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
 1010 |                         %s: data_len is 0.", __func__);
zebra/zebra_fpm.c:2045: error: unterminated argument list invoking macro "zlog_debug"
 2045 |    .init = zebra_fpm_module_init, )
vtysh/vtysh_cmd.c:8:5: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
vtysh/vtysh_cmd.c: In function 'vtysh_init_cmd':
vtysh/vtysh_cmd.c:21946:40: error: 'accept_lifetime_day_month_day_month_cmd_vtysh' undeclared (first use in this function); did you mean 'send_lifetime_day_month_day_month_cmd_vtysh'?
21946 |   install_element (KEYCHAIN_KEY_NODE, &accept_lifetime_day_month_day_month_cmd_vtysh);
vtysh/vtysh_cmd.c:21946:40: note: each undeclared identifier is reported only once for each function it appears in

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

Ubuntu 16.04 arm7 build: Failed (click for details) Ubuntu 16.04 arm7 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15735/artifact/CI101BUILD/config.status/config.status Ubuntu 16.04 arm7 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15735/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-15735/artifact/CI101BUILD/ErrorLog/log_make.txt)

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 ^
zebra/zebra_fpm.c: In function zfpm_build_route_updates:
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 ^
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-15735/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-15735/artifact/CENTOS8BUILD/ErrorLog/log_make.txt)

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045: error: unterminated argument list invoking macro "zlog_debug"
 
vtysh/vtysh_cmd.c:8:5: error: expected =, ,, ;, asm or __attribute__ before : token
 File: zebra/zebra_fpm.c failed to compile, when extracting cli from it please inspect
vtysh/vtysh_cmd.c: In function vtysh_init_cmd:
vtysh/vtysh_cmd.c:22412:40: error: accept_lifetime_day_month_day_month_cmd_vtysh undeclared (first use in this function); did you mean send_lifetime_day_month_day_month_cmd_vtysh?
vtysh/vtysh_cmd.c:22412:40: note: each undeclared identifier is reported only once for each function it appears in

CentOS 8 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15735/artifact/CENTOS8BUILD/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-15735/artifact/FBSD12AMD64/ErrorLog/log_make.txt)

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 
vtysh/vtysh_cmd.c:8:5: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
 File: zebra/zebra_fpm.c failed to compile, when extracting cli from it please inspect
vtysh/vtysh_cmd.c: In function 'vtysh_init_cmd':
vtysh/vtysh_cmd.c:21946:40: error: 'accept_lifetime_day_month_day_month_cmd_vtysh' undeclared (first use in this function); did you mean 'send_lifetime_day_month_day_month_cmd_vtysh'?
vtysh/vtysh_cmd.c:21946:40: note: each undeclared identifier is reported only once for each function it appears in

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

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045: error: unterminated argument list invoking macro "zlog_debug"
 
vtysh/vtysh_cmd.c:8:5: error: expected =, ,, ;, asm or __attribute__ before : token
 File: zebra/zebra_fpm.c failed to compile, when extracting cli from it please inspect
vtysh/vtysh_cmd.c: In function vtysh_init_cmd:
vtysh/vtysh_cmd.c:22412:40: error: accept_lifetime_day_month_day_month_cmd_vtysh undeclared (first use in this function); did you mean send_lifetime_day_month_day_month_cmd_vtysh?
vtysh/vtysh_cmd.c:22412:40: note: each undeclared identifier is reported only once for each function it appears in

Debian 10 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15735/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-15735/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-15735/artifact/CI012BUILD/ErrorLog/log_make.txt)

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 ^
vtysh/vtysh_cmd.c:8:5: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
 File: zebra/zebra_fpm.c failed to compile, when extracting cli from it please inspect
vtysh/vtysh_cmd.c: In function 'vtysh_init_cmd':
vtysh/vtysh_cmd.c:21946:40: error: 'accept_lifetime_day_month_day_month_cmd_vtysh' undeclared (first use in this function)
vtysh/vtysh_cmd.c:21946:40: note: each undeclared identifier is reported only once for each function it appears in

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

copying selected object files to avoid basename conflicts...
zebra/zebra_fpm.c: In function zfpm_build_route_updates:
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 ^
zebra/zebra_fpm.c:1009:5: error: zlog_debug undeclared (first use in this function)
zebra/zebra_fpm.c:1009:5: note: each undeclared identifier is reported only once for each function it appears in
zebra/zebra_fpm.c:1009:5: error: expected ; at end of input

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

copying selected object files to avoid basename conflicts...
zebra/zebra_fpm.c: In function zfpm_build_route_updates:
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 
zebra/zebra_fpm.c:1009:5: error: zlog_debug undeclared (first use in this function); did you mean mc_debug?
zebra/zebra_fpm.c:1009:5: note: each undeclared identifier is reported only once for each function it appears in
zebra/zebra_fpm.c:1009:5: error: expected ; at end of input

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

copying selected object files to avoid basename conflicts...
zebra/zebra_fpm.c: In function zfpm_build_route_updates:
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 ^
zebra/zebra_fpm.c:1009:5: error: zlog_debug undeclared (first use in this function)
zebra/zebra_fpm.c:1009:5: note: each undeclared identifier is reported only once for each function it appears in
zebra/zebra_fpm.c:1009:5: error: expected ; at end of input

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

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character [enabled by default]
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character [enabled by default]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 ^
zebra/zebra_fpm.c:1009:5: error: 'zlog_debug' undeclared (first use in this function)
zebra/zebra_fpm.c:1009:5: note: each undeclared identifier is reported only once for each function it appears in
zebra/zebra_fpm.c:1009:5: error: expected ';' at end of input
zebra/zebra_fpm.c:1009:5: error: expected declaration or statement at end of input
zebra/zebra_fpm.c:1009:5: error: expected declaration or statement at end of input

CentOS 7 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15735/artifact/CI005BUILD/config.status/config.status
CentOS 7 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15735/artifact/CI005BUILD/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-15735/artifact/U18ARM7BUILD/ErrorLog/log_make.txt)

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 
zebra/zebra_fpm.c: In function zfpm_build_route_updates:
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"

Ubuntu 18.04 arm7 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15735/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-15735/artifact/U18ARM7BUILD/config.status/config.status

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

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

copying selected object files to avoid basename conflicts...
zebra/zebra_fpm.c: In function 'zfpm_build_route_updates':
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 ^
zebra/zebra_fpm.c:1009:5: error: 'zlog_debug' undeclared (first use in this function)
zebra/zebra_fpm.c:1009:5: note: each undeclared identifier is reported only once for each function it appears in
zebra/zebra_fpm.c:1009:5: error: expected ';' at end of input

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

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-15735/artifact/U18ARM8BUILD/config.status/config.status Ubuntu 18.04 arm8 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15735/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-15735/artifact/U18ARM8BUILD/ErrorLog/log_make.txt)

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 
zebra/zebra_fpm.c: In function zfpm_build_route_updates:
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
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-15735/artifact/U1804PPC64LEBUILD/ErrorLog/log_make.txt)

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 
zebra/zebra_fpm.c: In function zfpm_build_route_updates:
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"

Ubuntu 18.04 ppc64le build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15735/artifact/U1804PPC64LEBUILD/config.status/config.status
Ubuntu 18.04 ppc64le build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15735/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-15735/artifact/CI021BUILD/ErrorLog/log_make.txt)

copying selected object files to avoid basename conflicts...
zebra/zebra_fpm.c: In function zfpm_build_route_updates:
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 
zebra/zebra_fpm.c:1009:5: error: zlog_debug undeclared (first use in this function)
zebra/zebra_fpm.c:1009:5: note: each undeclared identifier is reported only once for each function it appears in
zebra/zebra_fpm.c:1009:5: error: expected ; at end of input

Debian 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15735/artifact/CI021BUILD/config.status/config.status
Debian 9 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15735/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-15735/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-15735/artifact/U2004AMD64BUILD/ErrorLog/log_make.txt)

zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
 1010 |                         %s: data_len is 0.", __func__);
zebra/zebra_fpm.c:2045: error: unterminated argument list invoking macro "zlog_debug"
 2045 |    .init = zebra_fpm_module_init, )
vtysh/vtysh_cmd.c:8:5: error: expected =, ,, ;, asm or __attribute__ before : token
vtysh/vtysh_cmd.c: In function vtysh_init_cmd:
vtysh/vtysh_cmd.c:22412:40: error: accept_lifetime_day_month_day_month_cmd_vtysh undeclared (first use in this function); did you mean send_lifetime_day_month_day_month_cmd_vtysh?
22412 |   install_element (KEYCHAIN_KEY_NODE, &accept_lifetime_day_month_day_month_cmd_vtysh);
vtysh/vtysh_cmd.c:22412:40: note: each undeclared identifier is reported only once for each function it appears in

Ubuntu 20.04 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15735/artifact/U2004AMD64BUILD/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-15735/artifact/CI011BUILD/ErrorLog/log_make.txt)

zebra/zebra_fpm.c:1009:16: warning: missing terminating '"' character [-Winvalid-pp-token]
zebra/zebra_fpm.c:1010:43: warning: missing terminating '"' character [-Winvalid-pp-token]
zebra/zebra_fpm.c:1009:5: error: unterminated function-like macro invocation
vtysh/../lib/zlog.h:64:9: note: macro 'zlog_debug' defined here
#define zlog_debug(...)  zlog(LOG_DEBUG, __VA_ARGS__)
2 warnings and 1 error generated.
vtysh/vtysh_cmd.c:8:1: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
File: zebra/zebra_fpm.c failed to compile, when extracting cli from it please inspect
^

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

Report for zebra_fpm.c | 4 issues
===============================================
< ERROR: code indent should use tabs where possible
< #1010: FILE: /tmp/f1-12742/zebra_fpm.c:1010:
< WARNING: please, no spaces at the start of a line
< #1010: FILE: /tmp/f1-12742/zebra_fpm.c:1010:

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Dec 1, 2020

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

Get source / Pull Request: Successful

Building Stage: Failed

OpenBSD 6 amd64 build: Failed (click for details)

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

zebra/zebra_fpm.c:1009:16: warning: missing terminating '"' character [-Winvalid-pp-token]
zebra/zebra_fpm.c:1010:43: warning: missing terminating '"' character [-Winvalid-pp-token]
zebra/zebra_fpm.c:1009:5: error: unterminated function-like macro invocation
vtysh/../lib/zlog.h:64:9: note: macro 'zlog_debug' defined here
#define zlog_debug(...)  zlog(LOG_DEBUG, __VA_ARGS__)
2 warnings and 1 error generated.
vtysh/vtysh_cmd.c:8:1: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
File: zebra/zebra_fpm.c failed to compile, when extracting cli from it please inspect
^

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

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 ^
zebra/zebra_fpm.c: In function zfpm_build_route_updates:
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 ^

Ubuntu 16.04 arm8 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15736/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-15736/artifact/U16ARM8BUILD/config.status/config.status

FreeBSD 11 amd64 build: Failed (click for details)

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

zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
 1010 |                         %s: data_len is 0.", __func__);
zebra/zebra_fpm.c:2045: error: unterminated argument list invoking macro "zlog_debug"
 2045 |    .init = zebra_fpm_module_init, )
vtysh/vtysh_cmd.c:8:5: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
vtysh/vtysh_cmd.c: In function 'vtysh_init_cmd':
vtysh/vtysh_cmd.c:21946:40: error: 'accept_lifetime_day_month_day_month_cmd_vtysh' undeclared (first use in this function); did you mean 'send_lifetime_day_month_day_month_cmd_vtysh'?
21946 |   install_element (KEYCHAIN_KEY_NODE, &accept_lifetime_day_month_day_month_cmd_vtysh);
vtysh/vtysh_cmd.c:21946:40: note: each undeclared identifier is reported only once for each function it appears in

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

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045: error: unterminated argument list invoking macro "zlog_debug"
 
vtysh/vtysh_cmd.c:8:5: error: expected =, ,, ;, asm or __attribute__ before : token
 File: zebra/zebra_fpm.c failed to compile, when extracting cli from it please inspect
vtysh/vtysh_cmd.c: In function vtysh_init_cmd:
vtysh/vtysh_cmd.c:22412:40: error: accept_lifetime_day_month_day_month_cmd_vtysh undeclared (first use in this function); did you mean send_lifetime_day_month_day_month_cmd_vtysh?
vtysh/vtysh_cmd.c:22412:40: note: each undeclared identifier is reported only once for each function it appears in

Fedora 29 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15736/artifact/F29BUILD/config.status/config.status
Fedora 29 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15736/artifact/F29BUILD/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-15736/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-15736/artifact/CENTOS8BUILD/ErrorLog/log_make.txt)

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045: error: unterminated argument list invoking macro "zlog_debug"
 
vtysh/vtysh_cmd.c:8:5: error: expected =, ,, ;, asm or __attribute__ before : token
 File: zebra/zebra_fpm.c failed to compile, when extracting cli from it please inspect
vtysh/vtysh_cmd.c: In function vtysh_init_cmd:
vtysh/vtysh_cmd.c:22412:40: error: accept_lifetime_day_month_day_month_cmd_vtysh undeclared (first use in this function); did you mean send_lifetime_day_month_day_month_cmd_vtysh?
vtysh/vtysh_cmd.c:22412:40: note: each undeclared identifier is reported only once for each function it appears in

CentOS 8 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15736/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-15736/artifact/CI101BUILD/config.status/config.status Ubuntu 16.04 arm7 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15736/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-15736/artifact/CI101BUILD/ErrorLog/log_make.txt)

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 ^
zebra/zebra_fpm.c: In function zfpm_build_route_updates:
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 ^
Debian 10 amd64 build: Failed (click for details) Debian 10 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15736/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-15736/artifact/DEB10BUILD/ErrorLog/log_make.txt)

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045: error: unterminated argument list invoking macro "zlog_debug"
 
vtysh/vtysh_cmd.c:8:5: error: expected =, ,, ;, asm or __attribute__ before : token
 File: zebra/zebra_fpm.c failed to compile, when extracting cli from it please inspect
vtysh/vtysh_cmd.c: In function vtysh_init_cmd:
vtysh/vtysh_cmd.c:22412:40: error: accept_lifetime_day_month_day_month_cmd_vtysh undeclared (first use in this function); did you mean send_lifetime_day_month_day_month_cmd_vtysh?
vtysh/vtysh_cmd.c:22412:40: note: each undeclared identifier is reported only once for each function it appears in

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

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 
vtysh/vtysh_cmd.c:8:5: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
 File: zebra/zebra_fpm.c failed to compile, when extracting cli from it please inspect
vtysh/vtysh_cmd.c: In function 'vtysh_init_cmd':
vtysh/vtysh_cmd.c:21946:40: error: 'accept_lifetime_day_month_day_month_cmd_vtysh' undeclared (first use in this function); did you mean 'send_lifetime_day_month_day_month_cmd_vtysh'?
vtysh/vtysh_cmd.c:21946:40: note: each undeclared identifier is reported only once for each function it appears in

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

NetBSD 8 amd64 build: Failed (click for details) NetBSD 8 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15736/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-15736/artifact/CI012BUILD/ErrorLog/log_make.txt)

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 ^
vtysh/vtysh_cmd.c:8:5: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
 File: zebra/zebra_fpm.c failed to compile, when extracting cli from it please inspect
vtysh/vtysh_cmd.c: In function 'vtysh_init_cmd':
vtysh/vtysh_cmd.c:21946:40: error: 'accept_lifetime_day_month_day_month_cmd_vtysh' undeclared (first use in this function)
vtysh/vtysh_cmd.c:21946:40: note: each undeclared identifier is reported only once for each function it appears in

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

copying selected object files to avoid basename conflicts...
zebra/zebra_fpm.c: In function zfpm_build_route_updates:
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 ^
zebra/zebra_fpm.c:1009:5: error: zlog_debug undeclared (first use in this function)
zebra/zebra_fpm.c:1009:5: note: each undeclared identifier is reported only once for each function it appears in
zebra/zebra_fpm.c:1009:5: error: expected ; at end of input

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

copying selected object files to avoid basename conflicts...
zebra/zebra_fpm.c: In function zfpm_build_route_updates:
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 ^
zebra/zebra_fpm.c:1009:5: error: zlog_debug undeclared (first use in this function)
zebra/zebra_fpm.c:1009:5: note: each undeclared identifier is reported only once for each function it appears in
zebra/zebra_fpm.c:1009:5: error: expected ; at end of input

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

Ubuntu 18.04 amd64 build: Failed (click for details)

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

copying selected object files to avoid basename conflicts...
zebra/zebra_fpm.c: In function zfpm_build_route_updates:
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 
zebra/zebra_fpm.c:1009:5: error: zlog_debug undeclared (first use in this function); did you mean mc_debug?
zebra/zebra_fpm.c:1009:5: note: each undeclared identifier is reported only once for each function it appears in
zebra/zebra_fpm.c:1009:5: error: expected ; at end of input

Ubuntu 18.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15736/artifact/U1804AMD64/config.status/config.status
Ubuntu 18.04 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15736/artifact/U1804AMD64/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-15736/artifact/U18ARM8BUILD/config.status/config.status Ubuntu 18.04 arm8 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15736/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-15736/artifact/U18ARM8BUILD/ErrorLog/log_make.txt)

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 
zebra/zebra_fpm.c: In function zfpm_build_route_updates:
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
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-15736/artifact/CI005BUILD/ErrorLog/log_make.txt)

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character [enabled by default]
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character [enabled by default]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 ^
zebra/zebra_fpm.c:1009:5: error: 'zlog_debug' undeclared (first use in this function)
zebra/zebra_fpm.c:1009:5: note: each undeclared identifier is reported only once for each function it appears in
zebra/zebra_fpm.c:1009:5: error: expected ';' at end of input
zebra/zebra_fpm.c:1009:5: error: expected declaration or statement at end of input
zebra/zebra_fpm.c:1009:5: error: expected declaration or statement at end of input

CentOS 7 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15736/artifact/CI005BUILD/config.status/config.status
CentOS 7 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15736/artifact/CI005BUILD/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-15736/artifact/U18ARM7BUILD/ErrorLog/log_make.txt)

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 
zebra/zebra_fpm.c: In function zfpm_build_route_updates:
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"

Ubuntu 18.04 arm7 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15736/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-15736/artifact/U18ARM7BUILD/config.status/config.status

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

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

copying selected object files to avoid basename conflicts...
zebra/zebra_fpm.c: In function 'zfpm_build_route_updates':
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 ^
zebra/zebra_fpm.c:1009:5: error: 'zlog_debug' undeclared (first use in this function)
zebra/zebra_fpm.c:1009:5: note: each undeclared identifier is reported only once for each function it appears in
zebra/zebra_fpm.c:1009:5: error: expected ';' at end of input

Debian 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15736/artifact/CI008BLD/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-15736/artifact/CI021BUILD/ErrorLog/log_make.txt)

copying selected object files to avoid basename conflicts...
zebra/zebra_fpm.c: In function zfpm_build_route_updates:
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 
zebra/zebra_fpm.c:1009:5: error: zlog_debug undeclared (first use in this function)
zebra/zebra_fpm.c:1009:5: note: each undeclared identifier is reported only once for each function it appears in
zebra/zebra_fpm.c:1009:5: error: expected ; at end of input

Debian 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15736/artifact/CI021BUILD/config.status/config.status
Debian 9 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15736/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-15736/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-15736/artifact/U2004AMD64BUILD/ErrorLog/log_make.txt)

zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
 1010 |                         %s: data_len is 0.", __func__);
zebra/zebra_fpm.c:2045: error: unterminated argument list invoking macro "zlog_debug"
 2045 |    .init = zebra_fpm_module_init, )
vtysh/vtysh_cmd.c:8:5: error: expected =, ,, ;, asm or __attribute__ before : token
vtysh/vtysh_cmd.c: In function vtysh_init_cmd:
vtysh/vtysh_cmd.c:22412:40: error: accept_lifetime_day_month_day_month_cmd_vtysh undeclared (first use in this function); did you mean send_lifetime_day_month_day_month_cmd_vtysh?
22412 |   install_element (KEYCHAIN_KEY_NODE, &accept_lifetime_day_month_day_month_cmd_vtysh);
vtysh/vtysh_cmd.c:22412:40: note: each undeclared identifier is reported only once for each function it appears in

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

Ubuntu 18.04 ppc64le build: Failed (click for details)

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

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 
zebra/zebra_fpm.c: In function zfpm_build_route_updates:
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"

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

Warnings Generated during build:

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

zebra/zebra_fpm.c:1009:16: warning: missing terminating '"' character [-Winvalid-pp-token]
zebra/zebra_fpm.c:1010:43: warning: missing terminating '"' character [-Winvalid-pp-token]
zebra/zebra_fpm.c:1009:5: error: unterminated function-like macro invocation
vtysh/../lib/zlog.h:64:9: note: macro 'zlog_debug' defined here
#define zlog_debug(...)  zlog(LOG_DEBUG, __VA_ARGS__)
2 warnings and 1 error generated.
vtysh/vtysh_cmd.c:8:1: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
File: zebra/zebra_fpm.c failed to compile, when extracting cli from it please inspect
^

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

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 ^
zebra/zebra_fpm.c: In function zfpm_build_route_updates:
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 ^

Ubuntu 16.04 arm8 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15736/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-15736/artifact/U16ARM8BUILD/config.status/config.status

FreeBSD 11 amd64 build: Failed (click for details)

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

zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
 1010 |                         %s: data_len is 0.", __func__);
zebra/zebra_fpm.c:2045: error: unterminated argument list invoking macro "zlog_debug"
 2045 |    .init = zebra_fpm_module_init, )
vtysh/vtysh_cmd.c:8:5: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
vtysh/vtysh_cmd.c: In function 'vtysh_init_cmd':
vtysh/vtysh_cmd.c:21946:40: error: 'accept_lifetime_day_month_day_month_cmd_vtysh' undeclared (first use in this function); did you mean 'send_lifetime_day_month_day_month_cmd_vtysh'?
21946 |   install_element (KEYCHAIN_KEY_NODE, &accept_lifetime_day_month_day_month_cmd_vtysh);
vtysh/vtysh_cmd.c:21946:40: note: each undeclared identifier is reported only once for each function it appears in

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

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045: error: unterminated argument list invoking macro "zlog_debug"
 
vtysh/vtysh_cmd.c:8:5: error: expected =, ,, ;, asm or __attribute__ before : token
 File: zebra/zebra_fpm.c failed to compile, when extracting cli from it please inspect
vtysh/vtysh_cmd.c: In function vtysh_init_cmd:
vtysh/vtysh_cmd.c:22412:40: error: accept_lifetime_day_month_day_month_cmd_vtysh undeclared (first use in this function); did you mean send_lifetime_day_month_day_month_cmd_vtysh?
vtysh/vtysh_cmd.c:22412:40: note: each undeclared identifier is reported only once for each function it appears in

Fedora 29 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15736/artifact/F29BUILD/config.status/config.status
Fedora 29 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15736/artifact/F29BUILD/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-15736/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-15736/artifact/CENTOS8BUILD/ErrorLog/log_make.txt)

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045: error: unterminated argument list invoking macro "zlog_debug"
 
vtysh/vtysh_cmd.c:8:5: error: expected =, ,, ;, asm or __attribute__ before : token
 File: zebra/zebra_fpm.c failed to compile, when extracting cli from it please inspect
vtysh/vtysh_cmd.c: In function vtysh_init_cmd:
vtysh/vtysh_cmd.c:22412:40: error: accept_lifetime_day_month_day_month_cmd_vtysh undeclared (first use in this function); did you mean send_lifetime_day_month_day_month_cmd_vtysh?
vtysh/vtysh_cmd.c:22412:40: note: each undeclared identifier is reported only once for each function it appears in

CentOS 8 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15736/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-15736/artifact/CI101BUILD/config.status/config.status Ubuntu 16.04 arm7 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15736/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-15736/artifact/CI101BUILD/ErrorLog/log_make.txt)

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 ^
zebra/zebra_fpm.c: In function zfpm_build_route_updates:
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 ^
Debian 10 amd64 build: Failed (click for details) Debian 10 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15736/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-15736/artifact/DEB10BUILD/ErrorLog/log_make.txt)

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045: error: unterminated argument list invoking macro "zlog_debug"
 
vtysh/vtysh_cmd.c:8:5: error: expected =, ,, ;, asm or __attribute__ before : token
 File: zebra/zebra_fpm.c failed to compile, when extracting cli from it please inspect
vtysh/vtysh_cmd.c: In function vtysh_init_cmd:
vtysh/vtysh_cmd.c:22412:40: error: accept_lifetime_day_month_day_month_cmd_vtysh undeclared (first use in this function); did you mean send_lifetime_day_month_day_month_cmd_vtysh?
vtysh/vtysh_cmd.c:22412:40: note: each undeclared identifier is reported only once for each function it appears in

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

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 
vtysh/vtysh_cmd.c:8:5: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
 File: zebra/zebra_fpm.c failed to compile, when extracting cli from it please inspect
vtysh/vtysh_cmd.c: In function 'vtysh_init_cmd':
vtysh/vtysh_cmd.c:21946:40: error: 'accept_lifetime_day_month_day_month_cmd_vtysh' undeclared (first use in this function); did you mean 'send_lifetime_day_month_day_month_cmd_vtysh'?
vtysh/vtysh_cmd.c:21946:40: note: each undeclared identifier is reported only once for each function it appears in

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

NetBSD 8 amd64 build: Failed (click for details) NetBSD 8 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15736/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-15736/artifact/CI012BUILD/ErrorLog/log_make.txt)

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 ^
vtysh/vtysh_cmd.c:8:5: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
 File: zebra/zebra_fpm.c failed to compile, when extracting cli from it please inspect
vtysh/vtysh_cmd.c: In function 'vtysh_init_cmd':
vtysh/vtysh_cmd.c:21946:40: error: 'accept_lifetime_day_month_day_month_cmd_vtysh' undeclared (first use in this function)
vtysh/vtysh_cmd.c:21946:40: note: each undeclared identifier is reported only once for each function it appears in

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

copying selected object files to avoid basename conflicts...
zebra/zebra_fpm.c: In function zfpm_build_route_updates:
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 ^
zebra/zebra_fpm.c:1009:5: error: zlog_debug undeclared (first use in this function)
zebra/zebra_fpm.c:1009:5: note: each undeclared identifier is reported only once for each function it appears in
zebra/zebra_fpm.c:1009:5: error: expected ; at end of input

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

copying selected object files to avoid basename conflicts...
zebra/zebra_fpm.c: In function zfpm_build_route_updates:
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 ^
zebra/zebra_fpm.c:1009:5: error: zlog_debug undeclared (first use in this function)
zebra/zebra_fpm.c:1009:5: note: each undeclared identifier is reported only once for each function it appears in
zebra/zebra_fpm.c:1009:5: error: expected ; at end of input

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

Ubuntu 18.04 amd64 build: Failed (click for details)

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

copying selected object files to avoid basename conflicts...
zebra/zebra_fpm.c: In function zfpm_build_route_updates:
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 
zebra/zebra_fpm.c:1009:5: error: zlog_debug undeclared (first use in this function); did you mean mc_debug?
zebra/zebra_fpm.c:1009:5: note: each undeclared identifier is reported only once for each function it appears in
zebra/zebra_fpm.c:1009:5: error: expected ; at end of input

Ubuntu 18.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15736/artifact/U1804AMD64/config.status/config.status
Ubuntu 18.04 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15736/artifact/U1804AMD64/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-15736/artifact/U18ARM8BUILD/config.status/config.status Ubuntu 18.04 arm8 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15736/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-15736/artifact/U18ARM8BUILD/ErrorLog/log_make.txt)

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 
zebra/zebra_fpm.c: In function zfpm_build_route_updates:
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
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-15736/artifact/CI005BUILD/ErrorLog/log_make.txt)

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character [enabled by default]
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character [enabled by default]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 ^
zebra/zebra_fpm.c:1009:5: error: 'zlog_debug' undeclared (first use in this function)
zebra/zebra_fpm.c:1009:5: note: each undeclared identifier is reported only once for each function it appears in
zebra/zebra_fpm.c:1009:5: error: expected ';' at end of input
zebra/zebra_fpm.c:1009:5: error: expected declaration or statement at end of input
zebra/zebra_fpm.c:1009:5: error: expected declaration or statement at end of input

CentOS 7 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15736/artifact/CI005BUILD/config.status/config.status
CentOS 7 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15736/artifact/CI005BUILD/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-15736/artifact/U18ARM7BUILD/ErrorLog/log_make.txt)

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 
zebra/zebra_fpm.c: In function zfpm_build_route_updates:
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"

Ubuntu 18.04 arm7 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15736/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-15736/artifact/U18ARM7BUILD/config.status/config.status

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

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

copying selected object files to avoid basename conflicts...
zebra/zebra_fpm.c: In function 'zfpm_build_route_updates':
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 ^
zebra/zebra_fpm.c:1009:5: error: 'zlog_debug' undeclared (first use in this function)
zebra/zebra_fpm.c:1009:5: note: each undeclared identifier is reported only once for each function it appears in
zebra/zebra_fpm.c:1009:5: error: expected ';' at end of input

Debian 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15736/artifact/CI008BLD/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-15736/artifact/CI021BUILD/ErrorLog/log_make.txt)

copying selected object files to avoid basename conflicts...
zebra/zebra_fpm.c: In function zfpm_build_route_updates:
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 
zebra/zebra_fpm.c:1009:5: error: zlog_debug undeclared (first use in this function)
zebra/zebra_fpm.c:1009:5: note: each undeclared identifier is reported only once for each function it appears in
zebra/zebra_fpm.c:1009:5: error: expected ; at end of input

Debian 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15736/artifact/CI021BUILD/config.status/config.status
Debian 9 amd64 build: Unknown Log <config.log.gz>
URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15736/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-15736/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-15736/artifact/U2004AMD64BUILD/ErrorLog/log_make.txt)

zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
 1010 |                         %s: data_len is 0.", __func__);
zebra/zebra_fpm.c:2045: error: unterminated argument list invoking macro "zlog_debug"
 2045 |    .init = zebra_fpm_module_init, )
vtysh/vtysh_cmd.c:8:5: error: expected =, ,, ;, asm or __attribute__ before : token
vtysh/vtysh_cmd.c: In function vtysh_init_cmd:
vtysh/vtysh_cmd.c:22412:40: error: accept_lifetime_day_month_day_month_cmd_vtysh undeclared (first use in this function); did you mean send_lifetime_day_month_day_month_cmd_vtysh?
22412 |   install_element (KEYCHAIN_KEY_NODE, &accept_lifetime_day_month_day_month_cmd_vtysh);
vtysh/vtysh_cmd.c:22412:40: note: each undeclared identifier is reported only once for each function it appears in

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

Ubuntu 18.04 ppc64le build: Failed (click for details)

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

zebra/zebra_fpm.c:1009:16: warning: missing terminating " character
zebra/zebra_fpm.c:1010:43: warning: missing terminating " character
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"
 
zebra/zebra_fpm.c: In function zfpm_build_route_updates:
zebra/zebra_fpm.c:1009:16: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:1010:43: error: missing terminating " character [-Werror]
zebra/zebra_fpm.c:2045:0: error: unterminated argument list invoking macro "zlog_debug"

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

Report for zebra_fpm.c | 4 issues
===============================================
< ERROR: code indent should use tabs where possible
< #1010: FILE: /tmp/f1-20709/zebra_fpm.c:1010:
< WARNING: please, no spaces at the start of a line
< #1010: FILE: /tmp/f1-20709/zebra_fpm.c:1010:

@LabN-CI
Copy link
Collaborator

LabN-CI commented Dec 1, 2020

Outdated results 💚

Basic BGPD CI results: SUCCESS, 0 tests failed

_ _
Result 0
Date 0
Start 0
Finish vncregress-2020-11-30-22:35:38.txt
Run-Time autoscript-2020-11-30-22:36:41.log.bz2
Total 499 499 426
Pass SUCCESS git merge/6933 e85ad1c
Fail 08/17/2020
Valgrind-Errors 22:35:31
Valgrind-Loss 23:01:31
Details 26:00
Log 1815
Memory 1815
SUCCESS git merge/7629 53c701c 0
11/30/2020 0
22:35:38 0
23:11:01 vncregress-2020-08-17-22:35:31.txt
35:23 autoscript-2020-08-17-22:36:31.log.bz2
1815 490 472 425
1815

For details, please contact louberger

@LabN-CI
Copy link
Collaborator

LabN-CI commented Dec 1, 2020

Outdated results 💚

Basic BGPD CI results: SUCCESS, 0 tests failed

_ _
Result 0
Date 0
Start 0
Finish vncregress-2020-11-30-23:15:39.txt
Run-Time autoscript-2020-11-30-23:16:44.log.bz2
Total 483 481 427
Pass SUCCESS git merge/7179 2ad8f1d
Fail 09/24/2020
Valgrind-Errors 23:15:31
Valgrind-Loss 23:41:17
Details 25:46
Log 1815
Memory 1815
SUCCESS git merge/7629 60159a4 0
11/30/2020 0
23:15:39 0
23:51:06 vncregress-2020-09-24-23:15:31.txt
35:27 autoscript-2020-09-24-23:16:30.log.bz2
1815 498 477 424
1815

For details, please contact louberger

@batmancn batmancn force-pushed the bugfix/do-not-crash-even-no-nh branch from 60159a4 to 6f3fd9f Compare December 1, 2020 06:13
@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Dec 1, 2020

Continuous Integration Result: SUCCESSFUL

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-FRRPULLREQ-15733/

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_fpm.c | 2 issues
===============================================
< WARNING: Prefer using '"%s...", __func__' to using 'zfpm_build_route_updates', this function's name, in a string
< #1009: FILE: /tmp/f1-3551/zebra_fpm.c:1009:

Warnings Generated during build:

Debian 10 amd64 build: Successful with additional warnings

Debian Package lintian failed for Debian 10 amd64 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15733/artifact/DEB10BUILD/ErrorLog/log_lintian.txt)

W: frr source: pkg-js-tools-test-is-missing
W: frr source: newer-standards-version 4.5.0.3 (current is 4.3.0)
W: frr source: pkg-js-tools-test-is-missing
W: frr source: newer-standards-version 4.5.0.3 (current is 4.3.0)
W: frr: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201201-00-g076048f2b-0 (missing) -> 7.6-dev-20201201-00-g076048f2b-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201201-00-g076048f2b-0 (missing) -> 7.6-dev-20201201-00-g076048f2b-0~deb10u1
W: frr-snmp: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201201-00-g076048f2b-0 (missing) -> 7.6-dev-20201201-00-g076048f2b-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201201-00-g076048f2b-0 (missing) -> 7.6-dev-20201201-00-g076048f2b-0~deb10u1
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201201-00-g076048f2b-0 (missing) -> 7.6-dev-20201201-00-g076048f2b-0~deb10u1

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Dec 1, 2020

Continuous Integration Result: SUCCESSFUL

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-FRRPULLREQ-15734/

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:

Debian 10 amd64 build: Successful with additional warnings

Debian Package lintian failed for Debian 10 amd64 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15734/artifact/DEB10BUILD/ErrorLog/log_lintian.txt)

W: frr source: pkg-js-tools-test-is-missing
W: frr source: newer-standards-version 4.5.0.3 (current is 4.3.0)
W: frr source: pkg-js-tools-test-is-missing
W: frr source: newer-standards-version 4.5.0.3 (current is 4.3.0)
W: frr-snmp: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201201-00-g53c701cea-0 (missing) -> 7.6-dev-20201201-00-g53c701cea-0~deb10u1
W: frr: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201201-00-g53c701cea-0 (missing) -> 7.6-dev-20201201-00-g53c701cea-0~deb10u1
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201201-00-g53c701cea-0 (missing) -> 7.6-dev-20201201-00-g53c701cea-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201201-00-g53c701cea-0 (missing) -> 7.6-dev-20201201-00-g53c701cea-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201201-00-g53c701cea-0 (missing) -> 7.6-dev-20201201-00-g53c701cea-0~deb10u1

… to ISSUE FRRouting#7588

Signed-off-by: batmancn <batmanustc@gmail.com>
@batmancn batmancn force-pushed the bugfix/do-not-crash-even-no-nh branch from 6f3fd9f to a83f5d1 Compare December 1, 2020 06:44
@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Dec 1, 2020

Continuous Integration Result: SUCCESSFUL

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-FRRPULLREQ-15737/

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:

Debian 10 amd64 build: Successful with additional warnings

Debian Package lintian failed for Debian 10 amd64 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15737/artifact/DEB10BUILD/ErrorLog/log_lintian.txt)

W: frr source: pkg-js-tools-test-is-missing
W: frr source: newer-standards-version 4.5.0.3 (current is 4.3.0)
W: frr source: pkg-js-tools-test-is-missing
W: frr source: newer-standards-version 4.5.0.3 (current is 4.3.0)
W: frr-pythontools: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201201-00-g60159a4f3-0 (missing) -> 7.6-dev-20201201-00-g60159a4f3-0~deb10u1
W: frr-snmp: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201201-00-g60159a4f3-0 (missing) -> 7.6-dev-20201201-00-g60159a4f3-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201201-00-g60159a4f3-0 (missing) -> 7.6-dev-20201201-00-g60159a4f3-0~deb10u1
W: frr: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201201-00-g60159a4f3-0 (missing) -> 7.6-dev-20201201-00-g60159a4f3-0~deb10u1
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201201-00-g60159a4f3-0 (missing) -> 7.6-dev-20201201-00-g60159a4f3-0~deb10u1

@LabN-CI
Copy link
Collaborator

LabN-CI commented Dec 1, 2020

Outdated results 💚

Basic BGPD CI results: SUCCESS, 0 tests failed

_ _
Result SUCCESS git merge/7629 6f3fd9f
Date 12/01/2020
Start 01:35:39
Finish 02:10:56
Run-Time 35:17
Total 1815
Pass 1815
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2020-12-01-01:35:39.txt
Log autoscript-2020-12-01-01:36:41.log.bz2
Memory 501 501 427

For details, please contact louberger

@LabN-CI
Copy link
Collaborator

LabN-CI commented Dec 1, 2020

💚 Basic BGPD CI results: SUCCESS, 0 tests failed

Results table
_ _
Result SUCCESS git merge/7629 a83f5d1
Date 12/01/2020
Start 02:15:39
Finish 02:51:04
Run-Time 35:25
Total 1815
Pass 1815
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2020-12-01-02:15:39.txt
Log autoscript-2020-12-01-02:16:41.log.bz2
Memory 488 497 427

For details, please contact louberger

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Dec 1, 2020

Continuous Integration Result: SUCCESSFUL

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-FRRPULLREQ-15740/

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:

Debian 10 amd64 build: Successful with additional warnings

Debian Package lintian failed for Debian 10 amd64 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15740/artifact/DEB10BUILD/ErrorLog/log_lintian.txt)

W: frr source: pkg-js-tools-test-is-missing
W: frr source: newer-standards-version 4.5.0.3 (current is 4.3.0)
W: frr source: pkg-js-tools-test-is-missing
W: frr source: newer-standards-version 4.5.0.3 (current is 4.3.0)
W: frr-snmp: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201201-00-g6f3fd9f21-0 (missing) -> 7.6-dev-20201201-00-g6f3fd9f21-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201201-00-g6f3fd9f21-0 (missing) -> 7.6-dev-20201201-00-g6f3fd9f21-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201201-00-g6f3fd9f21-0 (missing) -> 7.6-dev-20201201-00-g6f3fd9f21-0~deb10u1
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201201-00-g6f3fd9f21-0 (missing) -> 7.6-dev-20201201-00-g6f3fd9f21-0~deb10u1
W: frr: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201201-00-g6f3fd9f21-0 (missing) -> 7.6-dev-20201201-00-g6f3fd9f21-0~deb10u1

@NetDEF-CI
Copy link
Collaborator

Continuous Integration Result: FAILED

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

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

Topo tests part 2 on Ubuntu 16.04 i386: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TP2U1604I386-15741/test

Topology Tests failed for Topo tests part 2 on Ubuntu 16.04 i386:

Log check for zebra on r4, pattern /tmp/topotests/test_bgp_path_attributes/r4/zebra.asan.*
Log check for bgpd on r4, pattern /tmp/topotests/test_bgp_path_attributes/r4/bgpd.asan.*
Log check for staticd on r4, pattern /tmp/topotests/test_bgp_path_attributes/r4/staticd.asan.*
Log check for zebra on r5, pattern /tmp/topotests/test_bgp_path_attributes/r5/zebra.asan.*
Log check for bgpd on r5, pattern /tmp/topotests/test_bgp_path_attributes/r5/bgpd.asan.*
Log check for staticd on r5, pattern /tmp/topotests/test_bgp_path_attributes/r5/staticd.asan.*
Log check for zebra on r6, pattern /tmp/topotests/test_bgp_path_attributes/r6/zebra.asan.*
Log check for bgpd on r6, pattern /tmp/topotests/test_bgp_path_attributes/r6/bgpd.asan.*
Log check for staticd on r6, pattern /tmp/topotests/test_bgp_path_attributes/r6/staticd.asan.*
Log check for zebra on r7, pattern /tmp/topotests/test_bgp_path_attributes/r7/zebra.asan.*
Log check for bgpd on r7, pattern /tmp/topotests/test_bgp_path_attributes/r7/bgpd.asan.*
Log check for staticd on r7, pattern /tmp/topotests/test_bgp_path_attributes/r7/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/test_bgp_path_attributes/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/test_bgp_path_attributes/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/test_bgp_path_attributes/r1/staticd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/test_bgp_path_attributes/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/test_bgp_path_attributes/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/test_bgp_path_attributes/r2/staticd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/test_bgp_path_attributes/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/test_bgp_path_attributes/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/test_bgp_path_attributes/r3/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/test_bgp_path_attributes/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/test_bgp_path_attributes/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/test_bgp_path_attributes/r1/staticd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/test_bgp_path_attributes/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/test_bgp_path_attributes/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/test_bgp_path_attributes/r2/staticd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/test_bgp_path_attributes/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/test_bgp_path_attributes/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/test_bgp_path_attributes/r3/staticd.asan.*
Log check for zebra on r4, pattern /tmp/topotests/test_bgp_path_attributes/r4/zebra.asan.*
Log check for bgpd on r4, pattern /tmp/topotests/test_bgp_path_attributes/r4/bgpd.asan.*
Log check for staticd on r4, pattern /tmp/topotests/test_bgp_path_attributes/r4/staticd.asan.*
Log check for zebra on r5, pattern /tmp/topotests/test_bgp_path_attributes/r5/zebra.asan.*
Log check for bgpd on r5, pattern /tmp/topotests/test_bgp_path_attributes/r5/bgpd.asan.*
Log check for staticd on r5, pattern /tmp/topotests/test_bgp_path_attributes/r5/staticd.asan.*
Log check for zebra on r6, pattern /tmp/topotests/test_bgp_path_attributes/r6/zebra.asan.*
Log check for bgpd on r6, pattern /tmp/topotests/test_bgp_path_attributes/r6/bgpd.asan.*
Log check for staticd on r6, pattern /tmp/topotests/test_bgp_path_attributes/r6/staticd.asan.*
Log check for zebra on r7, pattern /tmp/topotests/test_bgp_path_attributes/r7/zebra.asan.*
Log check for bgpd on r7, pattern /tmp/topotests/test_bgp_path_attributes/r7/bgpd.asan.*
Log check for staticd on r7, pattern /tmp/topotests/test_bgp_path_attributes/r7/staticd.asan.*
Log check for zebra on r4, pattern /tmp/topotests/test_prefix_lists/r4/zebra.asan.*
Log check for bgpd on r4, pattern /tmp/topotests/test_prefix_lists/r4/bgpd.asan.*
Log check for staticd on r4, pattern /tmp/topotests/test_prefix_lists/r4/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/test_prefix_lists/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/test_prefix_lists/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/test_prefix_lists/r1/staticd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/test_prefix_lists/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/test_prefix_lists/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/test_prefix_lists/r2/staticd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/test_prefix_lists/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/test_prefix_lists/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/test_prefix_lists/r3/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/test_prefix_lists/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/test_prefix_lists/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/test_prefix_lists/r1/staticd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/test_prefix_lists/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/test_prefix_lists/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/test_prefix_lists/r2/staticd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/test_prefix_lists/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/test_prefix_lists/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/test_prefix_lists/r3/staticd.asan.*
Log check for zebra on r4, pattern /tmp/topotests/test_prefix_lists/r4/zebra.asan.*
Log check for bgpd on r4, pattern /tmp/topotests/test_prefix_lists/r4/bgpd.asan.*
Log check for staticd on r4, pattern /tmp/topotests/test_prefix_lists/r4/staticd.asan.*
Log check for zebra on r4, pattern /tmp/topotests/test_bgp_features/r4/zebra.asan.*
Log check for bgpd on r4, pattern /tmp/topotests/test_bgp_features/r4/bgpd.asan.*
Log check for staticd on r4, pattern /tmp/topotests/test_bgp_features/r4/staticd.asan.*
Log check for zebra on r5, pattern /tmp/topotests/test_bgp_features/r5/zebra.asan.*
Log check for bgpd on r5, pattern /tmp/topotests/test_bgp_features/r5/bgpd.asan.*
Log check for staticd on r5, pattern /tmp/topotests/test_bgp_features/r5/staticd.asan.*
Log check for ospfd on r1, pattern /tmp/topotests/test_bgp_features/r1/ospfd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/test_bgp_features/r1/zebra.asan.*
Log check for ospf6d on r1, pattern /tmp/topotests/test_bgp_features/r1/ospf6d.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/test_bgp_features/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/test_bgp_features/r1/staticd.asan.*
Log check for ospfd on r2, pattern /tmp/topotests/test_bgp_features/r2/ospfd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/test_bgp_features/r2/zebra.asan.*
Log check for ospf6d on r2, pattern /tmp/topotests/test_bgp_features/r2/ospf6d.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/test_bgp_features/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/test_bgp_features/r2/staticd.asan.*
Log check for ospfd on r3, pattern /tmp/topotests/test_bgp_features/r3/ospfd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/test_bgp_features/r3/zebra.asan.*
Log check for ospf6d on r3, pattern /tmp/topotests/test_bgp_features/r3/ospf6d.asan.*
Log check for staticd on r3, pattern /tmp/topotests/test_bgp_features/r3/staticd.asan.*
Log check for ospfd on r1, pattern /tmp/topotests/test_bgp_features/r1/ospfd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/test_bgp_features/r1/zebra.asan.*
Log check for ospf6d on r1, pattern /tmp/topotests/test_bgp_features/r1/ospf6d.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/test_bgp_features/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/test_bgp_features/r1/staticd.asan.*
Log check for ospfd on r2, pattern /tmp/topotests/test_bgp_features/r2/ospfd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/test_bgp_features/r2/zebra.asan.*
Log check for ospf6d on r2, pattern /tmp/topotests/test_bgp_features/r2/ospf6d.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/test_bgp_features/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/test_bgp_features/r2/staticd.asan.*
Log check for ospfd on r3, pattern /tmp/topotests/test_bgp_features/r3/ospfd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/test_bgp_features/r3/zebra.asan.*
Log check for ospf6d on r3, pattern /tmp/topotests/test_bgp_features/r3/ospf6d.asan.*
Log check for staticd on r3, pattern /tmp/topotests/test_bgp_features/r3/staticd.asan.*
Log check for zebra on r4, pattern /tmp/topotests/test_bgp_features/r4/zebra.asan.*
Log check for bgpd on r4, pattern /tmp/topotests/test_bgp_features/r4/bgpd.asan.*
Log check for staticd on r4, pattern /tmp/topotests/test_bgp_features/r4/staticd.asan.*
Log check for zebra on r5, pattern /tmp/topotests/test_bgp_features/r5/zebra.asan.*
Log check for bgpd on r5, pattern /tmp/topotests/test_bgp_features/r5/bgpd.asan.*
Log check for staticd on r5, pattern /tmp/topotests/test_bgp_features/r5/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_flowspec.test_bgp_flowspec_topo/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_flowspec.test_bgp_flowspec_topo/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_flowspec.test_bgp_flowspec_topo/r1/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_flowspec.test_bgp_flowspec_topo/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_flowspec.test_bgp_flowspec_topo/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_flowspec.test_bgp_flowspec_topo/r1/staticd.asan.*
Log check for zebra on r4, pattern /tmp/topotests/bgp_gshut.test_bgp_gshut/r4/zebra.asan.*
Log check for bgpd on r4, pattern /tmp/topotests/bgp_gshut.test_bgp_gshut/r4/bgpd.asan.*
Log check for staticd on r4, pattern /tmp/topotests/bgp_gshut.test_bgp_gshut/r4/staticd.asan.*
Log check for zebra on r5, pattern /tmp/topotests/bgp_gshut.test_bgp_gshut/r5/zebra.asan.*
Log check for bgpd on r5, pattern /tmp/topotests/bgp_gshut.test_bgp_gshut/r5/bgpd.asan.*
Log check for staticd on r5, pattern /tmp/topotests/bgp_gshut.test_bgp_gshut/r5/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_gshut.test_bgp_gshut/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_gshut.test_bgp_gshut/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_gshut.test_bgp_gshut/r1/staticd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/bgp_gshut.test_bgp_gshut/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/bgp_gshut.test_bgp_gshut/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/bgp_gshut.test_bgp_gshut/r2/staticd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/bgp_gshut.test_bgp_gshut/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/bgp_gshut.test_bgp_gshut/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/bgp_gshut.test_bgp_gshut/r3/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_gshut.test_bgp_gshut/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_gshut.test_bgp_gshut/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_gshut.test_bgp_gshut/r1/staticd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/bgp_gshut.test_bgp_gshut/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/bgp_gshut.test_bgp_gshut/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/bgp_gshut.test_bgp_gshut/r2/staticd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/bgp_gshut.test_bgp_gshut/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/bgp_gshut.test_bgp_gshut/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/bgp_gshut.test_bgp_gshut/r3/staticd.asan.*
Log check for zebra on r4, pattern /tmp/topotests/bgp_gshut.test_bgp_gshut/r4/zebra.asan.*
Log check for bgpd on r4, pattern /tmp/topotests/bgp_gshut.test_bgp_gshut/r4/bgpd.asan.*
Log check for staticd on r4, pattern /tmp/topotests/bgp_gshut.test_bgp_gshut/r4/staticd.asan.*
Log check for zebra on r5, pattern /tmp/topotests/bgp_gshut.test_bgp_gshut/r5/zebra.asan.*
Log check for bgpd on r5, pattern /tmp/topotests/bgp_gshut.test_bgp_gshut/r5/bgpd.asan.*
Log check for staticd on r5, pattern /tmp/topotests/bgp_gshut.test_bgp_gshut/r5/staticd.asan.*
Log check for ospfd on r4, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r4/ospfd.asan.*
Log check for ldpd on r4, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r4/ldpd.asan.*
Log check for zebra on r4, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r4/zebra.asan.*
Log check for bgpd on r4, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r4/bgpd.asan.*
Log check for staticd on r4, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r4/staticd.asan.*
Log check for ospfd on r1, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r1/ospfd.asan.*
Log check for ldpd on r1, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r1/ldpd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r1/staticd.asan.*
Log check for ospfd on r2, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r2/ospfd.asan.*
Log check for ldpd on r2, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r2/ldpd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r2/staticd.asan.*
Log check for ospfd on r3, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r3/ospfd.asan.*
Log check for ldpd on r3, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r3/ldpd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r3/staticd.asan.*
Log check for zebra on ce4, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce4/zebra.asan.*
Log check for bgpd on ce4, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce4/bgpd.asan.*
Log check for staticd on ce4, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce4/staticd.asan.*
Log check for zebra on ce3, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce3/zebra.asan.*
Log check for bgpd on ce3, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce3/bgpd.asan.*
Log check for staticd on ce3, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce3/staticd.asan.*
Log check for zebra on ce2, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce2/zebra.asan.*
Log check for sharpd on ce2, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce2/sharpd.asan.*
Log check for bgpd on ce2, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce2/bgpd.asan.*
Log check for staticd on ce2, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce2/staticd.asan.*
Log check for zebra on ce1, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce1/zebra.asan.*
Log check for sharpd on ce1, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce1/sharpd.asan.*
Log check for bgpd on ce1, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce1/bgpd.asan.*
Log check for staticd on ce1, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce1/staticd.asan.*
Log check for ospfd on r4, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r4/ospfd.asan.*
Log check for ldpd on r4, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r4/ldpd.asan.*
Log check for zebra on r4, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r4/zebra.asan.*
Log check for bgpd on r4, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r4/bgpd.asan.*
Log check for staticd on r4, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r4/staticd.asan.*
Log check for ospfd on r1, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r1/ospfd.asan.*
Log check for ldpd on r1, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r1/ldpd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r1/staticd.asan.*
Log check for ospfd on r2, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r2/ospfd.asan.*
Log check for ldpd on r2, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r2/ldpd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r2/staticd.asan.*
Log check for ospfd on r3, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r3/ospfd.asan.*
Log check for ldpd on r3, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r3/ldpd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r3/staticd.asan.*
Log check for zebra on ce4, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce4/zebra.asan.*
Log check for bgpd on ce4, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce4/bgpd.asan.*
Log check for staticd on ce4, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce4/staticd.asan.*
Log check for zebra on ce3, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce3/zebra.asan.*
Log check for bgpd on ce3, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce3/bgpd.asan.*
Log check for staticd on ce3, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce3/staticd.asan.*
Log check for zebra on ce2, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce2/zebra.asan.*
Log check for sharpd on ce2, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce2/sharpd.asan.*
Log check for bgpd on ce2, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce2/bgpd.asan.*
Log check for staticd on ce2, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce2/staticd.asan.*
Log check for zebra on ce1, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce1/zebra.asan.*
Log check for sharpd on ce1, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce1/sharpd.asan.*
Log check for bgpd on ce1, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce1/bgpd.asan.*
Log check for staticd on ce1, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce1/staticd.asan.*
Log check for zebra on ce1, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce1/zebra.asan.*
Log check for sharpd on ce1, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce1/sharpd.asan.*
Log check for bgpd on ce1, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce1/bgpd.asan.*
Log check for staticd on ce1, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce1/staticd.asan.*
Log check for zebra on ce2, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce2/zebra.asan.*
Log check for sharpd on ce2, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce2/sharpd.asan.*
Log check for bgpd on ce2, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce2/bgpd.asan.*
Log check for staticd on ce2, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce2/staticd.asan.*
Log check for zebra on ce3, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce3/zebra.asan.*
Log check for bgpd on ce3, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce3/bgpd.asan.*
Log check for staticd on ce3, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce3/staticd.asan.*
Log check for zebra on ce4, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce4/zebra.asan.*
Log check for bgpd on ce4, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce4/bgpd.asan.*
Log check for staticd on ce4, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/ce4/staticd.asan.*
Log check for ospfd on r1, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r1/ospfd.asan.*
Log check for ldpd on r1, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r1/ldpd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r1/staticd.asan.*
Log check for ospfd on r2, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r2/ospfd.asan.*
Log check for ldpd on r2, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r2/ldpd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r2/staticd.asan.*
Log check for ospfd on r3, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r3/ospfd.asan.*
Log check for ldpd on r3, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r3/ldpd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r3/staticd.asan.*
Log check for ospfd on r4, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r4/ospfd.asan.*
Log check for ldpd on r4, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r4/ldpd.asan.*
Log check for zebra on r4, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r4/zebra.asan.*
Log check for bgpd on r4, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r4/bgpd.asan.*
Log check for staticd on r4, pattern /tmp/topotests/bgp_instance_del_test.test_bgp_instance_del_test/r4/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_ipv6_rtadv.test_bgp_ipv6_rtadv/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_ipv6_rtadv.test_bgp_ipv6_rtadv/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_ipv6_rtadv.test_bgp_ipv6_rtadv/r1/staticd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/bgp_ipv6_rtadv.test_bgp_ipv6_rtadv/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/bgp_ipv6_rtadv.test_bgp_ipv6_rtadv/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/bgp_ipv6_rtadv.test_bgp_ipv6_rtadv/r2/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_ipv6_rtadv.test_bgp_ipv6_rtadv/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_ipv6_rtadv.test_bgp_ipv6_rtadv/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_ipv6_rtadv.test_bgp_ipv6_rtadv/r1/staticd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/bgp_ipv6_rtadv.test_bgp_ipv6_rtadv/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/bgp_ipv6_rtadv.test_bgp_ipv6_rtadv/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/bgp_ipv6_rtadv.test_bgp_ipv6_rtadv/r2/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_ipv6_rtadv.test_bgp_ipv6_rtadv/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_ipv6_rtadv.test_bgp_ipv6_rtadv/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_ipv6_rtadv.test_bgp_ipv6_rtadv/r1/staticd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/bgp_ipv6_rtadv.test_bgp_ipv6_rtadv/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/bgp_ipv6_rtadv.test_bgp_ipv6_rtadv/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/bgp_ipv6_rtadv.test_bgp_ipv6_rtadv/r2/staticd.asan.*
Log check for ospfd on r4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r4/ospfd.asan.*
Log check for ldpd on r4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r4/ldpd.asan.*
Log check for zebra on r4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r4/zebra.asan.*
Log check for bgpd on r4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r4/bgpd.asan.*
Log check for staticd on r4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r4/staticd.asan.*
Log check for ospfd on r1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r1/ospfd.asan.*
Log check for ldpd on r1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r1/ldpd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r1/staticd.asan.*
Log check for ospfd on r2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r2/ospfd.asan.*
Log check for ldpd on r2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r2/ldpd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r2/staticd.asan.*
Log check for ospfd on r3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r3/ospfd.asan.*
Log check for ldpd on r3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r3/ldpd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r3/staticd.asan.*
Log check for zebra on ce3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/ce3/zebra.asan.*
Log check for bgpd on ce3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/ce3/bgpd.asan.*
Log check for staticd on ce3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/ce3/staticd.asan.*
Log check for zebra on ce2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/ce2/zebra.asan.*
Log check for bgpd on ce2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/ce2/bgpd.asan.*
Log check for staticd on ce2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/ce2/staticd.asan.*
Log check for zebra on ce1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/ce1/zebra.asan.*
Log check for bgpd on ce1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/ce1/bgpd.asan.*
Log check for staticd on ce1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/ce1/staticd.asan.*
Log check for ospfd on r4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r4/ospfd.asan.*
Log check for ldpd on r4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r4/ldpd.asan.*
Log check for zebra on r4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r4/zebra.asan.*
Log check for bgpd on r4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r4/bgpd.asan.*
Log check for staticd on r4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r4/staticd.asan.*
Log check for ospfd on r1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r1/ospfd.asan.*
Log check for ldpd on r1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r1/ldpd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r1/staticd.asan.*
Log check for ospfd on r2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r2/ospfd.asan.*
Log check for ldpd on r2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r2/ldpd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r2/staticd.asan.*
Log check for ospfd on r3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r3/ospfd.asan.*
Log check for ldpd on r3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r3/ldpd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r3/staticd.asan.*
Log check for zebra on ce3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/ce3/zebra.asan.*
Log check for bgpd on ce3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/ce3/bgpd.asan.*
Log check for staticd on ce3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/ce3/staticd.asan.*
Log check for zebra on ce2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/ce2/zebra.asan.*
Log check for bgpd on ce2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/ce2/bgpd.asan.*
Log check for staticd on ce2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/ce2/staticd.asan.*
Log check for zebra on ce1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/ce1/zebra.asan.*
Log check for bgpd on ce1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/ce1/bgpd.asan.*
Log check for staticd on ce1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/ce1/staticd.asan.*
Log check for zebra on ce1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/ce1/zebra.asan.*
Log check for bgpd on ce1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/ce1/bgpd.asan.*
Log check for staticd on ce1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/ce1/staticd.asan.*
Log check for zebra on ce2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/ce2/zebra.asan.*
Log check for bgpd on ce2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/ce2/bgpd.asan.*
Log check for staticd on ce2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/ce2/staticd.asan.*
Log check for zebra on ce3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/ce3/zebra.asan.*
Log check for bgpd on ce3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/ce3/bgpd.asan.*
Log check for staticd on ce3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/ce3/staticd.asan.*
Log check for ospfd on r1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r1/ospfd.asan.*
Log check for ldpd on r1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r1/ldpd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r1/staticd.asan.*
Log check for ospfd on r2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r2/ospfd.asan.*
Log check for ldpd on r2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r2/ldpd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r2/staticd.asan.*
Log check for ospfd on r3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r3/ospfd.asan.*
Log check for ldpd on r3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r3/ldpd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r3/staticd.asan.*
Log check for ospfd on r4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r4/ospfd.asan.*
Log check for ldpd on r4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r4/ldpd.asan.*
Log check for zebra on r4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r4/zebra.asan.*
Log check for bgpd on r4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r4/bgpd.asan.*
Log check for staticd on r4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_direct.test_bgp_l3vpn_to_bgp_direct/r4/staticd.asan.*
Log check for ospfd on r4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r4/ospfd.asan.*
Log check for ldpd on r4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r4/ldpd.asan.*
Log check for zebra on r4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r4/zebra.asan.*
Log check for bgpd on r4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r4/bgpd.asan.*
Log check for staticd on r4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r4/staticd.asan.*
Log check for ospfd on r1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r1/ospfd.asan.*
Log check for ldpd on r1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r1/ldpd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r1/staticd.asan.*
Log check for ospfd on r2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r2/ospfd.asan.*
Log check for ldpd on r2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r2/ldpd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r2/staticd.asan.*
Log check for ospfd on r3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r3/ospfd.asan.*
Log check for ldpd on r3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r3/ldpd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r3/staticd.asan.*
Log check for zebra on ce4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce4/zebra.asan.*
Log check for bgpd on ce4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce4/bgpd.asan.*
Log check for staticd on ce4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce4/staticd.asan.*
Log check for zebra on ce3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce3/zebra.asan.*
Log check for bgpd on ce3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce3/bgpd.asan.*
Log check for staticd on ce3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce3/staticd.asan.*
Log check for zebra on ce2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce2/zebra.asan.*
Log check for sharpd on ce2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce2/sharpd.asan.*
Log check for bgpd on ce2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce2/bgpd.asan.*
Log check for staticd on ce2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce2/staticd.asan.*
Log check for zebra on ce1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce1/zebra.asan.*
Log check for sharpd on ce1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce1/sharpd.asan.*
Log check for bgpd on ce1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce1/bgpd.asan.*
Log check for staticd on ce1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce1/staticd.asan.*
Log check for ospfd on r4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r4/ospfd.asan.*
Log check for ldpd on r4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r4/ldpd.asan.*
Log check for zebra on r4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r4/zebra.asan.*
Log check for bgpd on r4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r4/bgpd.asan.*
Log check for staticd on r4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r4/staticd.asan.*
Log check for ospfd on r1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r1/ospfd.asan.*
Log check for ldpd on r1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r1/ldpd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r1/staticd.asan.*
Log check for ospfd on r2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r2/ospfd.asan.*
Log check for ldpd on r2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r2/ldpd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r2/staticd.asan.*
Log check for ospfd on r3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r3/ospfd.asan.*
Log check for ldpd on r3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r3/ldpd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r3/staticd.asan.*
Log check for zebra on ce4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce4/zebra.asan.*
Log check for bgpd on ce4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce4/bgpd.asan.*
Log check for staticd on ce4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce4/staticd.asan.*
Log check for zebra on ce3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce3/zebra.asan.*
Log check for bgpd on ce3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce3/bgpd.asan.*
Log check for staticd on ce3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce3/staticd.asan.*
Log check for zebra on ce2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce2/zebra.asan.*
Log check for sharpd on ce2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce2/sharpd.asan.*
Log check for bgpd on ce2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce2/bgpd.asan.*
Log check for staticd on ce2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce2/staticd.asan.*
Log check for zebra on ce1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce1/zebra.asan.*
Log check for sharpd on ce1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce1/sharpd.asan.*
Log check for bgpd on ce1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce1/bgpd.asan.*
Log check for staticd on ce1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce1/staticd.asan.*
Log check for zebra on ce1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce1/zebra.asan.*
Log check for sharpd on ce1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce1/sharpd.asan.*
Log check for bgpd on ce1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce1/bgpd.asan.*
Log check for staticd on ce1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce1/staticd.asan.*
Log check for zebra on ce2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce2/zebra.asan.*
Log check for sharpd on ce2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce2/sharpd.asan.*
Log check for bgpd on ce2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce2/bgpd.asan.*
Log check for staticd on ce2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce2/staticd.asan.*
Log check for zebra on ce3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce3/zebra.asan.*
Log check for bgpd on ce3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce3/bgpd.asan.*
Log check for staticd on ce3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce3/staticd.asan.*
Log check for zebra on ce4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce4/zebra.asan.*
Log check for bgpd on ce4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce4/bgpd.asan.*
Log check for staticd on ce4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce4/staticd.asan.*
Log check for ospfd on r1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r1/ospfd.asan.*
Log check for ldpd on r1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r1/ldpd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r1/staticd.asan.*
Log check for ospfd on r2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r2/ospfd.asan.*
Log check for ldpd on r2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r2/ldpd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r2/staticd.asan.*
Log check for ospfd on r3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r3/ospfd.asan.*
Log check for ldpd on r3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r3/ldpd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r3/staticd.asan.*
Log check for ospfd on r4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r4/ospfd.asan.*
Log check for ldpd on r4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r4/ldpd.asan.*
Log check for zebra on r4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r4/zebra.asan.*
Log check for bgpd on r4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r4/bgpd.asan.*
Log check for staticd on r4, pattern /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r4/staticd.asan.*
2020-12-01 08:23:50,764 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1604I386/topotests/lib/common_config.py", line 2200, in create_bgp_community_lists
    tgen, router, config_data, "bgp_community_list", build=build
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1604I386/topotests/lib/common_config.py", line 288, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1604I386/topotests/lib/common_config.py", line 572, in load_config_to_router
    raise InvalidCLIError("%s" % output)
InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:-1 



2020-12-01 08:23:50,934 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1604I386/topotests/lib/common_config.py", line 2200, in create_bgp_community_lists
    tgen, router, config_data, "bgp_community_list", build=build
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1604I386/topotests/lib/common_config.py", line 288, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1604I386/topotests/lib/common_config.py", line 572, in load_config_to_router
    raise InvalidCLIError("%s" % output)
InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:65536 



2020-12-01 08:23:51,104 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1604I386/topotests/lib/common_config.py", line 2200, in create_bgp_community_lists
    tgen, router, config_data, "bgp_community_list", build=build
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1604I386/topotests/lib/common_config.py", line 288, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1604I386/topotests/lib/common_config.py", line 572, in load_config_to_router
    raise InvalidCLIError("%s" % output)
InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:4294967296 



2020-12-01 08:23:51,272 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1604I386/topotests/lib/common_config.py", line 2200, in create_bgp_community_lists
    tgen, router, config_data, "bgp_community_list", build=build
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1604I386/topotests/lib/common_config.py", line 288, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1604I386/topotests/lib/common_config.py", line 572, in load_config_to_router
    raise InvalidCLIError("%s" % output)
InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:-1:1 



Log check for zebra on r4, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_1/r4/zebra.asan.*
Log check for bgpd on r4, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_1/r4/bgpd.asan.*
Log check for staticd on r4, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_1/r4/staticd.asan.*
Log check for zebra on r5, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_1/r5/zebra.asan.*
Log check for bgpd on r5, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_1/r5/bgpd.asan.*
Log check for staticd on r5, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_1/r5/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_1/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_1/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_1/r1/staticd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_1/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_1/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_1/r2/staticd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_1/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_1/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_1/r3/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_1/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_1/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_1/r1/staticd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_1/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_1/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_1/r2/staticd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_1/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_1/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_1/r3/staticd.asan.*
Log check for zebra on r4, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_1/r4/zebra.asan.*
Log check for bgpd on r4, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_1/r4/bgpd.asan.*
Log check for staticd on r4, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_1/r4/staticd.asan.*
Log check for zebra on r5, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_1/r5/zebra.asan.*
Log check for bgpd on r5, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_1/r5/bgpd.asan.*
Log check for staticd on r5, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_1/r5/staticd.asan.*
2020-12-01 08:25:56,870 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1604I386/topotests/lib/common_config.py", line 2200, in create_bgp_community_lists
    tgen, router, config_data, "bgp_community_list", build=build
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1604I386/topotests/lib/common_config.py", line 288, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1604I386/topotests/lib/common_config.py", line 572, in load_config_to_router
    raise InvalidCLIError("%s" % output)
InvalidCLIError: line 2: % Command incomplete[4]: bgp large-community-list standard Test1 permit  



Log check for zebra on r4, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_2/r4/zebra.asan.*
Log check for bgpd on r4, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_2/r4/bgpd.asan.*
Log check for staticd on r4, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_2/r4/staticd.asan.*
Log check for zebra on r5, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_2/r5/zebra.asan.*
Log check for bgpd on r5, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_2/r5/bgpd.asan.*
Log check for staticd on r5, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_2/r5/staticd.asan.*
Log check for zebra on r6, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_2/r6/zebra.asan.*
Log check for bgpd on r6, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_2/r6/bgpd.asan.*
Log check for staticd on r6, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_2/r6/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_2/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_2/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_2/r1/staticd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_2/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_2/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_2/r2/staticd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_2/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_2/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_2/r3/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_2/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_2/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_2/r1/staticd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_2/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_2/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_2/r2/staticd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_2/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_2/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_2/r3/staticd.asan.*
Log check for zebra on r4, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_2/r4/zebra.asan.*
Log check for bgpd on r4, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_2/r4/bgpd.asan.*
Log check for staticd on r4, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_2/r4/staticd.asan.*
Log check for zebra on r5, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_2/r5/zebra.asan.*
Log check for bgpd on r5, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_2/r5/bgpd.asan.*
Log check for staticd on r5, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_2/r5/staticd.asan.*
Log check for zebra on r6, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_2/r6/zebra.asan.*
Log check for bgpd on r6, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_2/r6/bgpd.asan.*
Log check for staticd on r6, pattern /tmp/topotests/bgp_large_community.test_bgp_large_community_topo_2/r6/staticd.asan.*
Log check for zebra on r10, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r10/zebra.asan.*
Log check for bgpd on r10, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r10/bgpd.asan.*
Log check for staticd on r10, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r10/staticd.asan.*
Log check for zebra on r4, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r4/zebra.asan.*
Log check for bgpd on r4, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r4/bgpd.asan.*
Log check for staticd on r4, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r4/staticd.asan.*
Log check for zebra on r5, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r5/zebra.asan.*
Log check for bgpd on r5, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r5/bgpd.asan.*
Log check for staticd on r5, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r5/staticd.asan.*
Log check for zebra on r6, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r6/zebra.asan.*
Log check for bgpd on r6, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r6/bgpd.asan.*
Log check for staticd on r6, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r6/staticd.asan.*
Log check for zebra on r7, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r7/zebra.asan.*
Log check for bgpd on r7, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r7/bgpd.asan.*
Log check for staticd on r7, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r7/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r1/staticd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r2/staticd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r3/staticd.asan.*
Log check for zebra on r8, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r8/zebra.asan.*
Log check for bgpd on r8, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r8/bgpd.asan.*
Log check for staticd on r8, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r8/staticd.asan.*
Log check for zebra on r9, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r9/zebra.asan.*
Log check for bgpd on r9, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r9/bgpd.asan.*
Log check for staticd on r9, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r9/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r1/staticd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r2/staticd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r3/staticd.asan.*
Log check for zebra on r4, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r4/zebra.asan.*
Log check for bgpd on r4, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r4/bgpd.asan.*
Log check for staticd on r4, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r4/staticd.asan.*
Log check for zebra on r5, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r5/zebra.asan.*
Log check for bgpd on r5, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r5/bgpd.asan.*
Log check for staticd on r5, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r5/staticd.asan.*
Log check for zebra on r6, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r6/zebra.asan.*
Log check for bgpd on r6, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r6/bgpd.asan.*
Log check for staticd on r6, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r6/staticd.asan.*
Log check for zebra on r7, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r7/zebra.asan.*
Log check for bgpd on r7, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r7/bgpd.asan.*
Log check for staticd on r7, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r7/staticd.asan.*
Log check for zebra on r8, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r8/zebra.asan.*
Log check for bgpd on r8, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r8/bgpd.asan.*
Log check for staticd on r8, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r8/staticd.asan.*
Log check for zebra on r9, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r9/zebra.asan.*
Log check for bgpd on r9, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r9/bgpd.asan.*
Log check for staticd on r9, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r9/staticd.asan.*
Log check for zebra on r10, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r10/zebra.asan.*
Log check for bgpd on r10, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r10/bgpd.asan.*
Log check for staticd on r10, pattern /tmp/topotests/bgp_link_bw_ip.test_bgp_linkbw_ip/r10/staticd.asan.*
Log check for zebra on r4, pattern /tmp/topotests/bgp_local_as_private_remove.test_bgp_local_as_private_remove/r4/zebra.asan.*
Log check for bgpd on r4, pattern /tmp/topotests/bgp_local_as_private_remove.test_bgp_local_as_private_remove/r4/bgpd.asan.*
Log check for staticd on r4, pattern /tmp/topotests/bgp_local_as_private_remove.test_bgp_local_as_private_remove/r4/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_local_as_private_remove.test_bgp_local_as_private_remove/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_local_as_private_remove.test_bgp_local_as_private_remove/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_local_as_private_remove.test_bgp_local_as_private_remove/r1/staticd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/bgp_local_as_private_remove.test_bgp_local_as_private_remove/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/bgp_local_as_private_remove.test_bgp_local_as_private_remove/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/bgp_local_as_private_remove.test_bgp_local_as_private_remove/r2/staticd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/bgp_local_as_private_remove.test_bgp_local_as_private_remove/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/bgp_local_as_private_remove.test_bgp_local_as_private_remove/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/bgp_local_as_private_remove.test_bgp_local_as_private_remove/r3/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_local_as_private_remove.test_bgp_local_as_private_remove/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_local_as_private_remove.test_bgp_local_as_private_remove/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_local_as_private_remove.test_bgp_local_as_private_remove/r1/staticd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/bgp_local_as_private_remove.test_bgp_local_as_private_remove/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/bgp_local_as_private_remove.test_bgp_local_as_private_remove/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/bgp_local_as_private_remove.test_bgp_local_as_private_remove/r2/staticd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/bgp_local_as_private_remove.test_bgp_local_as_private_remove/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/bgp_local_as_private_remove.test_bgp_local_as_private_remove/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/bgp_local_as_private_remove.test_bgp_local_as_private_remove/r3/staticd.asan.*
Log check for zebra on r4, pattern /tmp/topotests/bgp_local_as_private_remove.test_bgp_local_as_private_remove/r4/zebra.asan.*
Log check for bgpd on r4, pattern /tmp/topotests/bgp_local_as_private_remove.test_bgp_local_as_private_remove/r4/bgpd.asan.*
Log check for staticd on r4, pattern /tmp/topotests/bgp_local_as_private_remove.test_bgp_local_as_private_remove/r4/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_maximum_prefix_invalid_update.test_bgp_maximum_prefix_invalid_update/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_maximum_prefix_invalid_update.test_bgp_maximum_prefix_invalid_update/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_maximum_prefix_invalid_update.test_bgp_maximum_prefix_invalid_update/r1/staticd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/bgp_maximum_prefix_invalid_update.test_bgp_maximum_prefix_invalid_update/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/bgp_maximum_prefix_invalid_update.test_bgp_maximum_prefix_invalid_update/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/bgp_maximum_prefix_invalid_update.test_bgp_maximum_prefix_invalid_update/r2/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_maximum_prefix_invalid_update.test_bgp_maximum_prefix_invalid_update/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_maximum_prefix_invalid_update.test_bgp_maximum_prefix_invalid_update/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_maximum_prefix_invalid_update.test_bgp_maximum_prefix_invalid_update/r1/staticd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/bgp_maximum_prefix_invalid_update.test_bgp_maximum_prefix_invalid_update/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/bgp_maximum_prefix_invalid_update.test_bgp_maximum_prefix_invalid_update/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/bgp_maximum_prefix_invalid_update.test_bgp_maximum_prefix_invalid_update/r2/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_maximum_prefix_out.test_bgp_maximum_prefix_out/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_maximum_prefix_out.test_bgp_maximum_prefix_out/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_maximum_prefix_out.test_bgp_maximum_prefix_out/r1/staticd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/bgp_maximum_prefix_out.test_bgp_maximum_prefix_out/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/bgp_maximum_prefix_out.test_bgp_maximum_prefix_out/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/bgp_maximum_prefix_out.test_bgp_maximum_prefix_out/r2/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_maximum_prefix_out.test_bgp_maximum_prefix_out/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_maximum_prefix_out.test_bgp_maximum_prefix_out/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_maximum_prefix_out.test_bgp_maximum_prefix_out/r1/staticd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/bgp_maximum_prefix_out.test_bgp_maximum_prefix_out/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/bgp_maximum_prefix_out.test_bgp_maximum_prefix_out/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/bgp_maximum_prefix_out.test_bgp_maximum_prefix_out/r2/staticd.asan.*
Log check for zebra on red2, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/red2/zebra.asan.*
Log check for bgpd on red2, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/red2/bgpd.asan.*
Log check for staticd on red2, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/red2/staticd.asan.*
Log check for zebra on red1, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/red1/zebra.asan.*
Log check for bgpd on red1, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/red1/bgpd.asan.*
Log check for staticd on red1, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/red1/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/r1/staticd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/r2/staticd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/r3/staticd.asan.*
Log check for zebra on blue1, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/blue1/zebra.asan.*
Log check for bgpd on blue1, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/blue1/bgpd.asan.*
Log check for staticd on blue1, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/blue1/staticd.asan.*
Log check for zebra on blue2, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/blue2/zebra.asan.*
Log check for bgpd on blue2, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/blue2/bgpd.asan.*
Log check for staticd on blue2, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/blue2/staticd.asan.*
Log check for zebra on blue1, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/blue1/zebra.asan.*
Log check for bgpd on blue1, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/blue1/bgpd.asan.*
Log check for staticd on blue1, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/blue1/staticd.asan.*
Log check for zebra on blue2, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/blue2/zebra.asan.*
Log check for bgpd on blue2, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/blue2/bgpd.asan.*
Log check for staticd on blue2, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/blue2/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/r1/staticd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/r2/staticd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/r3/staticd.asan.*
Log check for zebra on red1, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/red1/zebra.asan.*
Log check for bgpd on red1, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/red1/bgpd.asan.*
Log check for staticd on red1, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/red1/staticd.asan.*
Log check for zebra on red2, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/red2/zebra.asan.*
Log check for bgpd on red2, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/red2/bgpd.asan.*
Log check for staticd on red2, pattern /tmp/topotests/test_bgp_multi_vrf_topo1/red2/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/r1/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/r1/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/r1/staticd.asan.*
2020-12-01 08:41:24,166 ERROR: assert failed at "test_bgp_multi_vrf_topo2/test_delete_and_re_add_vrf_p1": Testcase test_delete_and_re_add_vrf_p1 :Failed 
   Error Missing route in RIB of router r2, routes: ['3.1.1.1/32', '3.1.1.2/32']
  
assert "Missing route in RIB of router r2, routes: ['3.1.1.1/32', '3.1.1.2/32']\n" is True
Log check for zebra on r1, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/r1/staticd.asan.*
Log check for zebra on r4, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/r4/zebra.asan.*
Log check for bgpd on r4, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/r4/bgpd.asan.*
Log check for staticd on r4, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/r4/staticd.asan.*
Log check for zebra on red2, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/red2/zebra.asan.*
Log check for bgpd on red2, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/red2/bgpd.asan.*
Log check for staticd on red2, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/red2/staticd.asan.*
Log check for zebra on red1, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/red1/zebra.asan.*
Log check for bgpd on red1, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/red1/bgpd.asan.*
Log check for staticd on red1, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/red1/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/r1/staticd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/r2/staticd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/r3/staticd.asan.*
Log check for zebra on blue1, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/blue1/zebra.asan.*
Log check for bgpd on blue1, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/blue1/bgpd.asan.*
Log check for staticd on blue1, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/blue1/staticd.asan.*
Log check for zebra on blue2, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/blue2/zebra.asan.*
Log check for bgpd on blue2, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/blue2/bgpd.asan.*
Log check for staticd on blue2, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/blue2/staticd.asan.*
Log check for zebra on blue1, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/blue1/zebra.asan.*
Log check for bgpd on blue1, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/blue1/bgpd.asan.*
Log check for staticd on blue1, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/blue1/staticd.asan.*
Log check for zebra on blue2, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/blue2/zebra.asan.*
Log check for bgpd on blue2, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/blue2/bgpd.asan.*
Log check for staticd on blue2, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/blue2/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/r1/staticd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/r2/staticd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/r3/staticd.asan.*
Log check for zebra on r4, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/r4/zebra.asan.*
Log check for bgpd on r4, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/r4/bgpd.asan.*
Log check for staticd on r4, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/r4/staticd.asan.*
Log check for zebra on red1, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/red1/zebra.asan.*
Log check for bgpd on red1, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/red1/bgpd.asan.*
Log check for staticd on red1, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/red1/staticd.asan.*
Log check for zebra on red2, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/red2/zebra.asan.*
Log check for bgpd on red2, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/red2/bgpd.asan.*
Log check for staticd on red2, pattern /tmp/topotests/test_bgp_multi_vrf_topo2/red2/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/test_bgp_multiview_topo1/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/test_bgp_multiview_topo1/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/test_bgp_multiview_topo1/r1/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/test_bgp_multiview_topo1/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/test_bgp_multiview_topo1/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/test_bgp_multiview_topo1/r1/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/test_bgp_multiview_topo1/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/test_bgp_multiview_topo1/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/test_bgp_multiview_topo1/r1/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_prefix_sid.test_bgp_prefix_sid/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_prefix_sid.test_bgp_prefix_sid/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_prefix_sid.test_bgp_prefix_sid/r1/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_prefix_sid.test_bgp_prefix_sid/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_prefix_sid.test_bgp_prefix_sid/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_prefix_sid.test_bgp_prefix_sid/r1/staticd.asan.*
Log check for zebra on r4, pattern /tmp/topotests/test_bgp_recursive_route_ebgp_multi_hop/r4/zebra.asan.*
Log check for bgpd on r4, pattern /tmp/topotests/test_bgp_recursive_route_ebgp_multi_hop/r4/bgpd.asan.*
Log check for staticd on r4, pattern /tmp/topotests/test_bgp_recursive_route_ebgp_multi_hop/r4/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/test_bgp_recursive_route_ebgp_multi_hop/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/test_bgp_recursive_route_ebgp_multi_hop/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/test_bgp_recursive_route_ebgp_multi_hop/r1/staticd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/test_bgp_recursive_route_ebgp_multi_hop/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/test_bgp_recursive_route_ebgp_multi_hop/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/test_bgp_recursive_route_ebgp_multi_hop/r2/staticd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/test_bgp_recursive_route_ebgp_multi_hop/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/test_bgp_recursive_route_ebgp_multi_hop/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/test_bgp_recursive_route_ebgp_multi_hop/r3/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/test_bgp_recursive_route_ebgp_multi_hop/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/test_bgp_recursive_route_ebgp_multi_hop/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/test_bgp_recursive_route_ebgp_multi_hop/r1/staticd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/test_bgp_recursive_route_ebgp_multi_hop/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/test_bgp_recursive_route_ebgp_multi_hop/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/test_bgp_recursive_route_ebgp_multi_hop/r2/staticd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/test_bgp_recursive_route_ebgp_multi_hop/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/test_bgp_recursive_route_ebgp_multi_hop/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/test_bgp_recursive_route_ebgp_multi_hop/r3/staticd.asan.*
Log check for zebra on r4, pattern /tmp/topotests/test_bgp_recursive_route_ebgp_multi_hop/r4/zebra.asan.*
Log check for bgpd on r4, pattern /tmp/topotests/test_bgp_recursive_route_ebgp_multi_hop/r4/bgpd.asan.*
Log check for staticd on r4, pattern /tmp/topotests/test_bgp_recursive_route_ebgp_multi_hop/r4/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_reject_as_sets.test_bgp_reject_as_sets/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_reject_as_sets.test_bgp_reject_as_sets/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_reject_as_sets.test_bgp_reject_as_sets/r1/staticd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/bgp_reject_as_sets.test_bgp_reject_as_sets/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/bgp_reject_as_sets.test_bgp_reject_as_sets/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/bgp_reject_as_sets.test_bgp_reject_as_sets/r2/staticd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/bgp_reject_as_sets.test_bgp_reject_as_sets/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/bgp_reject_as_sets.test_bgp_reject_as_sets/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/bgp_reject_as_sets.test_bgp_reject_as_sets/r3/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_reject_as_sets.test_bgp_reject_as_sets/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_reject_as_sets.test_bgp_reject_as_sets/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_reject_as_sets.test_bgp_reject_as_sets/r1/staticd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/bgp_reject_as_sets.test_bgp_reject_as_sets/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/bgp_reject_as_sets.test_bgp_reject_as_sets/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/bgp_reject_as_sets.test_bgp_reject_as_sets/r2/staticd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/bgp_reject_as_sets.test_bgp_reject_as_sets/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/bgp_reject_as_sets.test_bgp_reject_as_sets/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/bgp_reject_as_sets.test_bgp_reject_as_sets/r3/staticd.asan.*
Log check for ospfd on r4, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r4/ospfd.asan.*
Log check for zebra on r4, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r4/zebra.asan.*
Log check for bgpd on r4, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r4/bgpd.asan.*
Log check for staticd on r4, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r4/staticd.asan.*
Log check for ospfd on r1, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r1/ospfd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r1/staticd.asan.*
Log check for ospfd on r2, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r2/ospfd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r2/staticd.asan.*
Log check for ospfd on r3, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r3/ospfd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r3/staticd.asan.*
Log check for ospfd on r4, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r4/ospfd.asan.*
Log check for zebra on r4, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r4/zebra.asan.*
Log check for bgpd on r4, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r4/bgpd.asan.*
Log check for staticd on r4, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r4/staticd.asan.*
Log check for ospfd on r1, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r1/ospfd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r1/staticd.asan.*
Log check for ospfd on r2, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r2/ospfd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r2/staticd.asan.*
Log check for ospfd on r3, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r3/ospfd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r3/staticd.asan.*
Log check for ospfd on r1, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r1/ospfd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r1/staticd.asan.*
Log check for ospfd on r2, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r2/ospfd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r2/staticd.asan.*
Log check for ospfd on r3, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r3/ospfd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r3/staticd.asan.*
Log check for ospfd on r4, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r4/ospfd.asan.*
Log check for zebra on r4, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r4/zebra.asan.*
Log check for bgpd on r4, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r4/bgpd.asan.*
Log check for staticd on r4, pattern /tmp/topotests/bgp_rfapi_basic_sanity.test_bgp_rfapi_basic_sanity/r4/staticd.asan.*
Log check for ospfd on r4, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r4/ospfd.asan.*
Log check for zebra on r4, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r4/zebra.asan.*
Log check for bgpd on r4, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r4/bgpd.asan.*
Log check for staticd on r4, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r4/staticd.asan.*
Log check for ospfd on r1, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r1/ospfd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r1/staticd.asan.*
Log check for ospfd on r2, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r2/ospfd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r2/staticd.asan.*
Log check for ospfd on r3, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r3/ospfd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r3/staticd.asan.*
Log check for ospfd on r4, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r4/ospfd.asan.*
Log check for zebra on r4, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r4/zebra.asan.*
Log check for bgpd on r4, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r4/bgpd.asan.*
Log check for staticd on r4, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r4/staticd.asan.*
Log check for ospfd on r1, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r1/ospfd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r1/staticd.asan.*
Log check for ospfd on r2, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r2/ospfd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r2/staticd.asan.*
Log check for ospfd on r3, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r3/ospfd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r3/staticd.asan.*
Log check for ospfd on r1, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r1/ospfd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r1/staticd.asan.*
Log check for ospfd on r2, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r2/ospfd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r2/staticd.asan.*
Log check for ospfd on r3, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r3/ospfd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r3/staticd.asan.*
Log check for ospfd on r4, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r4/ospfd.asan.*
Log check for zebra on r4, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r4/zebra.asan.*
Log check for bgpd on r4, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r4/bgpd.asan.*
Log check for staticd on r4, pattern /tmp/topotests/bgp_rfapi_basic_sanity_config2.test_bgp_rfapi_basic_sanity_config2/r4/staticd.asan.*
Log check for zebra on r4, pattern /tmp/topotests/test_bgp_aggregation/r4/zebra.asan.*
Log check for bgpd on r4, pattern /tmp/topotests/test_bgp_aggregation/r4/bgpd.asan.*
Log check for staticd on r4, pattern /tmp/topotests/test_bgp_aggregation/r4/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/test_bgp_aggregation/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/test_bgp_aggregation/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/test_bgp_aggregation/r1/staticd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/test_bgp_aggregation/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/test_bgp_aggregation/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/test_bgp_aggregation/r2/staticd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/test_bgp_aggregation/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/test_bgp_aggregation/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/test_bgp_aggregation/r3/staticd.asan.*
Log check for zebra on r1, pattern /tmp/topotests/test_bgp_aggregation/r1/zebra.asan.*
Log check for bgpd on r1, pattern /tmp/topotests/test_bgp_aggregation/r1/bgpd.asan.*
Log check for staticd on r1, pattern /tmp/topotests/test_bgp_aggregation/r1/staticd.asan.*
Log check for zebra on r2, pattern /tmp/topotests/test_bgp_aggregation/r2/zebra.asan.*
Log check for bgpd on r2, pattern /tmp/topotests/test_bgp_aggregation/r2/bgpd.asan.*
Log check for staticd on r2, pattern /tmp/topotests/test_bgp_aggregation/r2/staticd.asan.*
Log check for zebra on r3, pattern /tmp/topotests/test_bgp_aggregation/r3/zebra.asan.*
Log check for bgpd on r3, pattern /tmp/topotests/test_bgp_aggregation/r3/bgpd.asan.*
Log check for staticd on r3, pattern /tmp/topotests/test_bgp_aggregation/r3/staticd.asan.*
Log check for zebra on r4, pattern /tmp/topotests/test_bgp_aggregation/r4/zebra.asan.*
Log check for bgpd on r4, pattern /tmp/topotests/test_bgp_aggregation/r4/bgpd.asan.*
Log check for staticd on r4, pattern /tmp/topotests/test_bgp_aggregation/r4/staticd.asan.*
Log check for zebra on spine1, pattern /tmp/topotests/test_bgp_rr_ibgp_topo1/spine1/zebra.asan.*
Log check for bgpd on spine1, pattern /tmp/topotests/test_bgp_rr_ibgp_topo1/spine1/bgpd.asan.*
Log check for staticd on spine1, pattern /tmp/topotests/test_bgp_rr_ibgp_topo1/spine1/staticd.asan.*
Log check for zebra on tor1, pattern /tmp/topotests/test_bgp_rr_ibgp_topo1/tor1/zebra.asan.*
Log check for bgpd on tor1, pattern /tmp/topotests/test_bgp_rr_ibgp_topo1/tor1/bgpd.asan.*
Log check for staticd on tor1, pattern /tmp/topotests/test_bgp_rr_ibgp_topo1/tor1/staticd.asan.*
Log check for zebra on tor2, pattern /tmp/topotests/test_bgp_rr_ibgp_topo1/tor2/zebra.asan.*
Log check for bgpd on tor2, pattern /tmp/topotests/test_bgp_rr_ibgp_topo1/tor2/bgpd.asan.*
Log check for staticd on tor2, pattern /tmp/topotests/test_bgp_rr_ibgp_topo1/tor2/staticd.asan.*
Log check for zebra on spine1, pattern /tmp/topotests/test_bgp_rr_ibgp_topo1/spine1/zebra.asan.*
Log check for bgpd on spine1, pattern /tmp/topotests/test_bgp_rr_ibgp_topo1/spine1/bgpd.asan.*
Log check for staticd on spine1, pattern /tmp/topotests/test_bgp_rr_ibgp_topo1/spine1/staticd.asan.*
Log check for zebra on tor1, pattern /tmp/topotests/test_bgp_rr_ibgp_topo1/tor1/zebra.asan.*
Log check for bgpd on tor1, pattern /tmp/topotests/test_bgp_rr_ibgp_topo1/tor1/bgpd.asan.*
Log check for staticd on tor1, pattern /tmp/topotests/test_bgp_rr_ibgp_topo1/tor1/staticd.asan.*
Log check for zebra on tor2, pattern /tmp/topotests/test_bgp_rr_ibgp_topo1/tor2/zebra.asan.*
Log check for bgpd on tor2, pattern /tmp/topotests/test_bgp_rr_ibgp_topo1/tor2/bgpd.asan.*
Log check for staticd on tor2, pattern /tmp/topotests/test_bgp_rr_ibgp_topo1/tor2/staticd.asan.*
Log check for zebra on spine1, pattern /tmp/topotests/test_bgp_rr_ibgp_topo1/spine1/zebra.asan.*
Log check for bgpd on spine1, pattern /tmp/topotests/test_bgp_rr_ibgp_topo1/spine1/bgpd.asan.*
Log check for staticd on spine1, pattern /tmp/topotests/test_bgp_rr_ibgp_topo1/spine1/staticd.asan.*
Log check for zebra on tor1, pattern /tmp/topotests/test_bgp_rr_ibgp_topo1/tor1/zebra.asan.*
Log check for bgpd on tor1, pattern /tmp/topotests/test_bgp_rr_ibgp_topo1/tor1/bgpd.asan.*
Log check for staticd on tor1, pattern /tmp/topotests/test_bgp_rr_ibgp_topo1/tor1/staticd.asan.*
Log check for zebra on tor2, pattern /tmp/topotests/test_bgp_rr_ibgp_topo1/tor2/zebra.asan.*
Log check for bgpd on tor2, pattern /tmp/topotests/test_bgp_rr_ibgp_topo1/tor2/bgpd.asan.*
Log check for staticd on tor2, pattern /tmp/topotests/test_bgp_rr_ibgp_topo1/tor2/staticd.asan.*

see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15741/artifact/TP2U1604I386/ErrorLog/log_topotests.txt

Successful on other platforms/tests
  • Topo tests part 1 on Ubuntu 18.04 arm8
  • Topo tests part 1 on Ubuntu 16.04 amd64
  • Fedora 29 rpm pkg check
  • Addresssanitizer topotests part 1
  • IPv6 protocols on Ubuntu 18.04
  • Topo tests part 1 on Ubuntu 16.04 i386
  • Debian 8 deb pkg check
  • Topo tests part 0 on Ubuntu 16.04 amd64
  • IPv4 protocols on Ubuntu 18.04
  • Static analyzer (clang)
  • Topo tests part 0 on Ubuntu 18.04 arm8
  • Topo tests part 2 on Ubuntu 18.04 arm8
  • Topo tests part 0 on Ubuntu 18.04 amd64
  • Ubuntu 18.04 deb pkg check
  • Ubuntu 20.04 deb pkg check
  • Ubuntu 16.04 deb pkg check
  • Addresssanitizer topotests part 2
  • Topo tests part 1 on Ubuntu 18.04 amd64
  • Topo tests part 2 on Ubuntu 16.04 amd64
  • Debian 10 deb pkg check
  • CentOS 7 rpm pkg check
  • Addresssanitizer topotests part 0
  • Topo tests part 2 on Ubuntu 18.04 amd64
  • Topo tests part 0 on Ubuntu 16.04 i386
  • IPv4 ldp protocol on Ubuntu 18.04
  • Debian 9 deb pkg check

Warnings Generated during build:

Debian 10 amd64 build: Successful with additional warnings

Debian Package lintian failed for Debian 10 amd64 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15741/artifact/DEB10BUILD/ErrorLog/log_lintian.txt)

W: frr source: pkg-js-tools-test-is-missing
W: frr source: newer-standards-version 4.5.0.3 (current is 4.3.0)
W: frr source: pkg-js-tools-test-is-missing
W: frr source: newer-standards-version 4.5.0.3 (current is 4.3.0)
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201201-00-ga83f5d1ef-0 (missing) -> 7.6-dev-20201201-00-ga83f5d1ef-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201201-00-ga83f5d1ef-0 (missing) -> 7.6-dev-20201201-00-ga83f5d1ef-0~deb10u1
W: frr: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201201-00-ga83f5d1ef-0 (missing) -> 7.6-dev-20201201-00-ga83f5d1ef-0~deb10u1
W: frr-snmp: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201201-00-ga83f5d1ef-0 (missing) -> 7.6-dev-20201201-00-ga83f5d1ef-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201201-00-ga83f5d1ef-0 (missing) -> 7.6-dev-20201201-00-ga83f5d1ef-0~deb10u1

@@ -1006,6 +1005,8 @@ static int zfpm_build_route_updates(void)
zfpm_g->stats.route_adds++;
else
zfpm_g->stats.route_dels++;
} else {
zlog_debug("%s: data_len is 0.", __func__);
Copy link
Member

Choose a reason for hiding this comment

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

You need to guard this debug statement with a conditional check. Alternatively since we're replacing an assert here, this could probably be a zlog_error.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

zlog_error may be OK. But why guard this zlog_debug statement?

Copy link
Member

Choose a reason for hiding this comment

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

By definition, debugging logs print extraneous information that isn't useful to end users, so as a rule we don't print them by default. To get debugs the user has to enable them.

If this is truly an error condition just change the log function to zlog_error.

Copy link
Member

Choose a reason for hiding this comment

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

@batmancn if you just change the debug to error we'll get this in. If you need assistance getting the change in let us know.

@donaldsharp
Copy link
Member

This PR has been fixed in #9214

@donaldsharp donaldsharp closed this Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants