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: retrieve user configured interface before creating interface #9100

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

Conversation

pguibert6WIND
Copy link
Member

There are cases where an interface is created and indexed by name, by
using configuration commands, whereas kernel interface representation is
not yet done. Then, once kernel interface available, netlink interface
triggers the creation of a new interface context indexed by ifi_index.
This is a problem since we have 2 interface contexts for the same
interface.
This commit will check for already configured interfaces, before
creating a new one.

Fixes: "ea7ec26162b2 ("zebra: Ensure master's ifname is known, even if slave comes up first")
Signed-off-by: Philippe Guibert philippe.guibert@6wind.com

@LabN-CI
Copy link
Collaborator

LabN-CI commented Jul 21, 2021

Outdated results 💚

Basic BGPD CI results: SUCCESS, 0 tests failed

_ _
Result SUCCESS git merge/9100 79d6093
Date 07/21/2021
Start 05:30:55
Finish 05:56:33
Run-Time 25:38
Total 1813
Pass 1813
Fail 0
Valgrind-Errors
Valgrind-Loss
Details vncregress-2021-07-21-05:30:55.txt
Log autoscript-2021-07-21-05:32:13.log.bz2
Memory 515 518 425

For details, please contact louberger

@idryzhov
Copy link
Contributor

netlink_interface is called only during bootstrap (this is explicitly stated in the function description), therefore we can't have any user-configured interfaces at this moment.
Do you have any specific test case on which this incorrect behavior can be seen?

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Jul 21, 2021

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Failed

Topotests Ubuntu 18.04 arm8 part 8: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 8: No useful log found
Topotests Ubuntu 18.04 i386 part 1: Failed (click for details)

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

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 1:

2021-07-21 12:11:40,326 ERROR: 'router_json_cmp' failed after 140.35 seconds
2021-07-21 12:11:40,327 ERROR: assert failed at "bfd_topo2.test_bfd_topo2/test_protocols_convergence": "r4" JSON output mismatches
assert Generated JSON diff error report:
  
  > $: d2 has key '2001:db8:1::/64' which is not present in d1
2021-07-21 12:42:44,374 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO1U18I386/topotests/lib/bgp.py", line 204, in create_router_bgp
    tgen, router, data_all_bgp, "bgp", build, load_config
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO1U18I386/topotests/lib/common_config.py", line 363, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO1U18I386/topotests/lib/common_config.py", line 590, in load_config_to_router
    raise InvalidCLIError("%s" % output)
InvalidCLIError: line 6: % Unknown command[27]: neighbor 10.0.0.13 remote-as 0 
% Specify remote-as or peer-group commands first
line 7: Failure to communicate[13] to bgpd, line: neighbor 10.0.0.13 timers 3 10 

line 9: % Unknown command[30]: neighbor fd00:0:0:3::1 remote-as 0 
% Specify remote-as or peer-group commands first
line 11: Failure to communicate[13] to bgpd, line: neighbor fd00:0:0:3::1 activate 

% Specify remote-as or peer-group commands first
line 12: Failure to communicate[13] to bgpd, line: neighbor fd00:0:0:3::1 timers 3 10 

% Specify remote-as or peer-group commands first
line 14: Failure to communicate[13] to bgpd, line: no neighbor fd00:0:0:3::1 activate 



2021-07-21 12:42:45,030 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO1U18I386/topotests/lib/bgp.py", line 204, in create_router_bgp
    tgen, router, data_all_bgp, "bgp", build, load_config
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO1U18I386/topotests/lib/common_config.py", line 363, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO1U18I386/topotests/lib/common_config.py", line 590, in load_config_to_router
    raise InvalidCLIError("%s" % output)
InvalidCLIError: % No BGP process is configured
line 2: Failure to communicate[13] to bgpd, line: no router bgp  

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

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

@pguibert6WIND
Copy link
Member Author

ci:rerun

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Jul 21, 2021

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

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.

@pguibert6WIND pguibert6WIND force-pushed the startup_lookup_ifname_before_ifindex branch from 79d6093 to 5af4f54 Compare July 27, 2021 16:03
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!

Click for style suggestions

To apply these suggestions:

curl -s https://gist.githubusercontent.com/polychaeta/054f855cb876c2b433a9f3191582b795/raw/99944fc1f654450dbc38de952a6b6c70bb0427f8/cr_9100_1627401789.diff | git apply

diff --git a/lib/if.h b/lib/if.h
index 88bc23626..1bd5e1e88 100644
--- a/lib/if.h
+++ b/lib/if.h
@@ -538,12 +538,12 @@ extern struct interface *if_lookup_by_name_vrf(const char *ifname,
 					       struct vrf *vrf);
 extern struct interface *if_get_by_name(const char *ifname, vrf_id_t vrf_id);
 extern struct interface *if_get_by_ifindex(ifindex_t ifindex, vrf_id_t vrf_id);
-extern struct interface *if_get_by_name_vrf(const char *name,
-					    struct vrf *vrf);
+extern struct interface *if_get_by_name_vrf(const char *name, struct vrf *vrf);
 /* Sets the index and adds to index list */
 extern int if_set_index(struct interface *ifp, ifindex_t ifindex);
 /* Sets the name and adds to name list */
-extern void if_set_name(struct interface *ifp, const char *name, struct vrf *vrf);
+extern void if_set_name(struct interface *ifp, const char *name,
+			struct vrf *vrf);
 
 /* Delete the interface, but do not free the structure, and leave it in the
    interface list.  It is often advisable to leave the pseudo interface

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

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

@LabN-CI
Copy link
Collaborator

LabN-CI commented Jul 27, 2021

Outdated results 💚

Basic BGPD CI results: SUCCESS, 0 tests failed

_ _
Result SUCCESS git merge/9100 5af4f54
Date 07/27/2021
Start 14:00:45
Finish 14:26:27
Run-Time 25:42
Total 1813
Pass 1813
Fail 0
Valgrind-Errors
Valgrind-Loss
Details vncregress-2021-07-27-14:00:45.txt
Log autoscript-2021-07-27-14:02:02.log.bz2
Memory 483 505 431

For details, please contact louberger

each daemon can create its interface, even if it is not notified of the
availability of such interface. This mechanism permits using interface
contexts to store information, until the information becomes valid
thanks to zebra hooks.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
in the case the vrf name is known, but not the vrf identifier, the
respective daemon may be able to create a vrf entity. This entity will
be updated later ( this is an other subject). However, in this state,
this should be possible for the daemon to create and appen interfaces in
that vrf. For that, new APIs are defined:
- if_lookup_by_name_vrf
- if_get_by_name_vrf

those interfaces use vrf pointer instead of vrf_id.
Those APIs do the same as their respective function without _vrf suffix

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
There are cases where an interface is created and indexed by name, by
using configuration commands, whereas kernel interface representation is
not yet done. Then, once kernel interface available, netlink interface
triggers the creation of a new interface context indexed by ifi_index.
This is a problem since we have 2 interface contexts for the same
interface.
This commit will check for already configured interfaces, before
creating a new one.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
@pguibert6WIND pguibert6WIND force-pushed the startup_lookup_ifname_before_ifindex branch from 5af4f54 to 3992685 Compare July 27, 2021 20:37
@LabN-CI
Copy link
Collaborator

LabN-CI commented Jul 27, 2021

💚 Basic BGPD CI results: SUCCESS, 0 tests failed

Results table
_ _
Result SUCCESS git merge/9100 3992685
Date 07/27/2021
Start 18:00:55
Finish 18:26:27
Run-Time 25:32
Total 1813
Pass 1813
Fail 0
Valgrind-Errors
Valgrind-Loss
Details vncregress-2021-07-27-18:00:55.txt
Log autoscript-2021-07-27-18:02:12.log.bz2
Memory 489 496 430

For details, please contact louberger

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Jul 27, 2021

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Failed

Topotests Ubuntu 18.04 arm8 part 5: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 5: No useful log found
Topotests Ubuntu 18.04 i386 part 5: Failed (click for details)

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

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 5:

r3: Daemon zebra not running

From frr r3 zebra log file:
ZEBRA: linux-gate.so.1(__kernel_rt_sigreturn+0) [0xb7f64bcc]
ZEBRA: /lib/i386-linux-gnu/libc.so.6(+0x862c6) [0xb7c6b2c6]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(vbprintfrr+0x1505) [0xb7ebf845]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(vsnprintfrr+0x63) [0xb7ec0e03]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(vty_frame+0x3a) [0xb7ea85aa]
ZEBRA: /usr/lib/frr/zebra(+0x3e954) [0x4cc954]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(+0x34db2) [0xb7e38db2]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(+0x35396) [0xb7e39396]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(+0x371f9) [0xb7e3b1f9]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(cmd_execute_command+0xb1) [0xb7e3b351]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(cmd_execute+0x155) [0xb7e3b5c5]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(+0xa4e2a) [0xb7ea8e2a]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(+0xa5080) [0xb7ea9080]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(+0xa7d3d) [0xb7eabd3d]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(thread_call+0x8e) [0xb7ea30ee]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(frr_run+0xd9) [0xb7e5f079]
ZEBRA: /usr/lib/frr/zebra(main+0x40b) [0x4c502b]
ZEBRA: /lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf1) [0xb7bfdf21]
ZEBRA: /usr/lib/frr/zebra(+0x37db7) [0x4c5db7]
ZEBRA: in thread vtysh_read scheduled from lib/vty.c:2726 vty_event()

2021-07-27 18:44:59,652 ERROR: assert failed at "test_bgp_multi_vrf_topo2/test_restart_frr_services_p1": r3: Daemon zebra not running

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

Topotests debian 10 amd64 part 5: Failed (click for details)

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

Topology Tests failed for Topotests debian 10 amd64 part 5:

r3: Daemon zebra not running

From frr r3 zebra log file:
ZEBRA: /lib/x86_64-linux-gnu/libpthread.so.0(+0x12730) [0x7f27aed73730]
ZEBRA: /lib/x86_64-linux-gnu/libc.so.6(+0x98206) [0x7f27aec38206]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(vbprintfrr+0x19d2) [0x7f27aeefd1a2]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(vsnprintfrr+0x53) [0x7f27aeefe423]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(vty_frame+0xbe) [0x7f27aeee4b5e]
ZEBRA: /usr/lib/frr/zebra(+0x7edad) [0x5650a17b9dad]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0x6eaea) [0x7f27aee78aea]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0x6f040) [0x7f27aee79040]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0x70cf0) [0x7f27aee7acf0]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(cmd_execute_command+0x184) [0x7f27aee7af04]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(cmd_execute+0xd0) [0x7f27aee7b020]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0xdb377) [0x7f27aeee5377]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0xdb5e0) [0x7f27aeee55e0]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0xde038) [0x7f27aeee8038]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(thread_call+0x7d) [0x7f27aeedf6dd]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(frr_run+0xe8) [0x7f27aee9dec8]
ZEBRA: /usr/lib/frr/zebra(main+0x3b6) [0x5650a17b2f86]
ZEBRA: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xeb) [0x7f27aebc409b]
ZEBRA: /usr/lib/frr/zebra(_start+0x2a) [0x5650a17b398a]
ZEBRA: in thread vtysh_read scheduled from lib/vty.c:2726 vty_event()

2021-07-27 18:41:00,725 ERROR: assert failed at "test_bgp_multi_vrf_topo2/test_restart_frr_services_p1": r3: Daemon zebra not running

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

Topotests Ubuntu 18.04 amd64 part 5: Failed (click for details)

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

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 5:

r3: Daemon zebra not running

From frr r3 zebra log file:
ZEBRA: /lib/x86_64-linux-gnu/libpthread.so.0(+0x12980) [0x7fc303c53980]
ZEBRA: /lib/x86_64-linux-gnu/libc.so.6(+0xb1426) [0x7fc303901426]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(vbprintfrr+0x1678) [0x7fc30435ded8]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(vsnprintfrr+0x53) [0x7fc30435f463]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(vty_frame+0xbe) [0x7fc304345c9e]
ZEBRA: /usr/lib/frr/zebra(+0x7ef4d) [0x556e27431f4d]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0x668ca) [0x7fc3042d98ca]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0x66e30) [0x7fc3042d9e30]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0x68c10) [0x7fc3042dbc10]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(cmd_execute_command+0xac) [0x7fc3042dbd4c]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(cmd_execute+0x142) [0x7fc3042dbfa2]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0xd34c7) [0x7fc3043464c7]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0xd3730) [0x7fc304346730]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0xd6188) [0x7fc304349188]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(thread_call+0x7d) [0x7fc30434077d]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(frr_run+0xe8) [0x7fc3042fec18]
ZEBRA: /usr/lib/frr/zebra(main+0x3ae) [0x556e2742a9ae]
ZEBRA: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7fc303871bf7]
ZEBRA: /usr/lib/frr/zebra(_start+0x2a) [0x556e2742b71a]
ZEBRA: in thread vtysh_read scheduled from lib/vty.c:2726 vty_event()

2021-07-27 18:41:18,638 ERROR: assert failed at "test_bgp_multi_vrf_topo2/test_restart_frr_services_p1": r3: Daemon zebra not running

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

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

Warnings Generated during build:

Checkout code: Successful with additional warnings
Topotests Ubuntu 18.04 arm8 part 5: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 5: No useful log found
Topotests Ubuntu 18.04 i386 part 5: Failed (click for details)

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

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 5:

r3: Daemon zebra not running

From frr r3 zebra log file:
ZEBRA: linux-gate.so.1(__kernel_rt_sigreturn+0) [0xb7f64bcc]
ZEBRA: /lib/i386-linux-gnu/libc.so.6(+0x862c6) [0xb7c6b2c6]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(vbprintfrr+0x1505) [0xb7ebf845]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(vsnprintfrr+0x63) [0xb7ec0e03]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(vty_frame+0x3a) [0xb7ea85aa]
ZEBRA: /usr/lib/frr/zebra(+0x3e954) [0x4cc954]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(+0x34db2) [0xb7e38db2]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(+0x35396) [0xb7e39396]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(+0x371f9) [0xb7e3b1f9]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(cmd_execute_command+0xb1) [0xb7e3b351]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(cmd_execute+0x155) [0xb7e3b5c5]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(+0xa4e2a) [0xb7ea8e2a]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(+0xa5080) [0xb7ea9080]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(+0xa7d3d) [0xb7eabd3d]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(thread_call+0x8e) [0xb7ea30ee]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(frr_run+0xd9) [0xb7e5f079]
ZEBRA: /usr/lib/frr/zebra(main+0x40b) [0x4c502b]
ZEBRA: /lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf1) [0xb7bfdf21]
ZEBRA: /usr/lib/frr/zebra(+0x37db7) [0x4c5db7]
ZEBRA: in thread vtysh_read scheduled from lib/vty.c:2726 vty_event()

2021-07-27 18:44:59,652 ERROR: assert failed at "test_bgp_multi_vrf_topo2/test_restart_frr_services_p1": r3: Daemon zebra not running

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

Topotests debian 10 amd64 part 5: Failed (click for details)

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

Topology Tests failed for Topotests debian 10 amd64 part 5:

r3: Daemon zebra not running

From frr r3 zebra log file:
ZEBRA: /lib/x86_64-linux-gnu/libpthread.so.0(+0x12730) [0x7f27aed73730]
ZEBRA: /lib/x86_64-linux-gnu/libc.so.6(+0x98206) [0x7f27aec38206]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(vbprintfrr+0x19d2) [0x7f27aeefd1a2]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(vsnprintfrr+0x53) [0x7f27aeefe423]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(vty_frame+0xbe) [0x7f27aeee4b5e]
ZEBRA: /usr/lib/frr/zebra(+0x7edad) [0x5650a17b9dad]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0x6eaea) [0x7f27aee78aea]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0x6f040) [0x7f27aee79040]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0x70cf0) [0x7f27aee7acf0]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(cmd_execute_command+0x184) [0x7f27aee7af04]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(cmd_execute+0xd0) [0x7f27aee7b020]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0xdb377) [0x7f27aeee5377]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0xdb5e0) [0x7f27aeee55e0]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0xde038) [0x7f27aeee8038]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(thread_call+0x7d) [0x7f27aeedf6dd]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(frr_run+0xe8) [0x7f27aee9dec8]
ZEBRA: /usr/lib/frr/zebra(main+0x3b6) [0x5650a17b2f86]
ZEBRA: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xeb) [0x7f27aebc409b]
ZEBRA: /usr/lib/frr/zebra(_start+0x2a) [0x5650a17b398a]
ZEBRA: in thread vtysh_read scheduled from lib/vty.c:2726 vty_event()

2021-07-27 18:41:00,725 ERROR: assert failed at "test_bgp_multi_vrf_topo2/test_restart_frr_services_p1": r3: Daemon zebra not running

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

Topotests Ubuntu 18.04 amd64 part 5: Failed (click for details)

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

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 5:

r3: Daemon zebra not running

From frr r3 zebra log file:
ZEBRA: /lib/x86_64-linux-gnu/libpthread.so.0(+0x12980) [0x7fc303c53980]
ZEBRA: /lib/x86_64-linux-gnu/libc.so.6(+0xb1426) [0x7fc303901426]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(vbprintfrr+0x1678) [0x7fc30435ded8]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(vsnprintfrr+0x53) [0x7fc30435f463]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(vty_frame+0xbe) [0x7fc304345c9e]
ZEBRA: /usr/lib/frr/zebra(+0x7ef4d) [0x556e27431f4d]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0x668ca) [0x7fc3042d98ca]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0x66e30) [0x7fc3042d9e30]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0x68c10) [0x7fc3042dbc10]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(cmd_execute_command+0xac) [0x7fc3042dbd4c]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(cmd_execute+0x142) [0x7fc3042dbfa2]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0xd34c7) [0x7fc3043464c7]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0xd3730) [0x7fc304346730]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0xd6188) [0x7fc304349188]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(thread_call+0x7d) [0x7fc30434077d]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(frr_run+0xe8) [0x7fc3042fec18]
ZEBRA: /usr/lib/frr/zebra(main+0x3ae) [0x556e2742a9ae]
ZEBRA: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7fc303871bf7]
ZEBRA: /usr/lib/frr/zebra(_start+0x2a) [0x556e2742b71a]
ZEBRA: in thread vtysh_read scheduled from lib/vty.c:2726 vty_event()

2021-07-27 18:41:18,638 ERROR: assert failed at "test_bgp_multi_vrf_topo2/test_restart_frr_services_p1": r3: Daemon zebra not running

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

Report for if.c | 4 issues
===============================================
< WARNING: Block comments use a trailing */ on a separate line
< #607: FILE: /tmp/f1-12259/if.c:607:
< WARNING: Block comments use * on subsequent lines
< #734: FILE: /tmp/f1-12259/if.c:734:
Report for if.h | 2 issues
===============================================
< WARNING: line over 80 characters
< #546: FILE: /tmp/f1-12259/if.h:546:

@NetDEF-CI
Copy link
Collaborator

Continuous Integration Result: FAILED

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

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

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Failed

Topotests debian 10 amd64 part 5: Failed (click for details)

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

Topology Tests failed for Topotests debian 10 amd64 part 5:

r3: Daemon zebra not running

From frr r3 zebra log file:
ZEBRA: /lib/x86_64-linux-gnu/libpthread.so.0(+0x12730) [0x7f5fc80c4730]
ZEBRA: /lib/x86_64-linux-gnu/libc.so.6(+0x98206) [0x7f5fc7f89206]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(vbprintfrr+0x19d2) [0x7f5fc824e1a2]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(vsnprintfrr+0x53) [0x7f5fc824f423]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(vty_frame+0xbe) [0x7f5fc8235b5e]
ZEBRA: /usr/lib/frr/zebra(+0x7edad) [0x563955c43dad]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0x6eaea) [0x7f5fc81c9aea]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0x6f040) [0x7f5fc81ca040]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0x70cf0) [0x7f5fc81cbcf0]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(cmd_execute_command+0x184) [0x7f5fc81cbf04]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(cmd_execute+0xd0) [0x7f5fc81cc020]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0xdb377) [0x7f5fc8236377]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0xdb5e0) [0x7f5fc82365e0]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0xde038) [0x7f5fc8239038]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(thread_call+0x7d) [0x7f5fc82306dd]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(frr_run+0xe8) [0x7f5fc81eeec8]
ZEBRA: /usr/lib/frr/zebra(main+0x3b6) [0x563955c3cf86]
ZEBRA: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xeb) [0x7f5fc7f1509b]
ZEBRA: /usr/lib/frr/zebra(_start+0x2a) [0x563955c3d98a]
ZEBRA: in thread vtysh_read scheduled from lib/vty.c:2726 vty_event()

2021-07-27 22:25:34,034 ERROR: assert failed at "test_bgp_multi_vrf_topo2/test_restart_frr_services_p1": r3: Daemon zebra not running

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

Topotests Ubuntu 18.04 arm8 part 5: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 5: No useful log found
Topotests Ubuntu 18.04 amd64 part 5: Failed (click for details)

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

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 5:

r3: Daemon zebra not running

From frr r3 zebra log file:
ZEBRA: /lib/x86_64-linux-gnu/libpthread.so.0(+0x12980) [0x7f65fb498980]
ZEBRA: /lib/x86_64-linux-gnu/libc.so.6(+0xb1426) [0x7f65fb146426]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(vbprintfrr+0x1678) [0x7f65fbba2ed8]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(vsnprintfrr+0x53) [0x7f65fbba4463]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(vty_frame+0xbe) [0x7f65fbb8ac9e]
ZEBRA: /usr/lib/frr/zebra(+0x7efed) [0x55f0778fbfed]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0x668ca) [0x7f65fbb1e8ca]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0x66e30) [0x7f65fbb1ee30]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0x68c10) [0x7f65fbb20c10]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(cmd_execute_command+0xac) [0x7f65fbb20d4c]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(cmd_execute+0x142) [0x7f65fbb20fa2]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0xd34c7) [0x7f65fbb8b4c7]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0xd3730) [0x7f65fbb8b730]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0xd6188) [0x7f65fbb8e188]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(thread_call+0x7d) [0x7f65fbb8577d]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(frr_run+0xe8) [0x7f65fbb43c18]
ZEBRA: /usr/lib/frr/zebra(main+0x3ae) [0x55f0778f4a4e]
ZEBRA: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7f65fb0b6bf7]
ZEBRA: /usr/lib/frr/zebra(_start+0x2a) [0x55f0778f57ba]
ZEBRA: in thread vtysh_read scheduled from lib/vty.c:2726 vty_event()

2021-07-27 23:09:23,664 ERROR: assert failed at "test_bgp_multi_vrf_topo2/test_restart_frr_services_p1": r3: Daemon zebra not running

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

Topotests Ubuntu 18.04 i386 part 5: Failed (click for details)

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

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 5:

r3: Daemon zebra not running

From frr r3 zebra log file:
ZEBRA: linux-gate.so.1(__kernel_rt_sigreturn+0) [0xb7f06bcc]
ZEBRA: /lib/i386-linux-gnu/libc.so.6(+0x862c6) [0xb7c0d2c6]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(vbprintfrr+0x1505) [0xb7e61845]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(vsnprintfrr+0x63) [0xb7e62e03]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(vty_frame+0x3a) [0xb7e4a5aa]
ZEBRA: /usr/lib/frr/zebra(+0x3e9d4) [0x5239d4]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(+0x34db2) [0xb7ddadb2]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(+0x35396) [0xb7ddb396]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(+0x371f9) [0xb7ddd1f9]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(cmd_execute_command+0xb1) [0xb7ddd351]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(cmd_execute+0x155) [0xb7ddd5c5]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(+0xa4e2a) [0xb7e4ae2a]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(+0xa5080) [0xb7e4b080]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(+0xa7d3d) [0xb7e4dd3d]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(thread_call+0x8e) [0xb7e450ee]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(frr_run+0xd9) [0xb7e01079]
ZEBRA: /usr/lib/frr/zebra(main+0x40b) [0x51c0ab]
ZEBRA: /lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf1) [0xb7b9ff21]
ZEBRA: /usr/lib/frr/zebra(+0x37e37) [0x51ce37]
ZEBRA: in thread vtysh_read scheduled from lib/vty.c:2726 vty_event()

2021-07-27 22:28:03,038 ERROR: assert failed at "test_bgp_multi_vrf_topo2/test_restart_frr_services_p1": r3: Daemon zebra not running

2021-07-27 22:32:51,046 ERROR: r4: bgpd left a dead pidfile (pid=6347)

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

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

Warnings Generated during build:

Checkout code: Successful with additional warnings
Topotests debian 10 amd64 part 5: Failed (click for details)

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

Topology Tests failed for Topotests debian 10 amd64 part 5:

r3: Daemon zebra not running

From frr r3 zebra log file:
ZEBRA: /lib/x86_64-linux-gnu/libpthread.so.0(+0x12730) [0x7f5fc80c4730]
ZEBRA: /lib/x86_64-linux-gnu/libc.so.6(+0x98206) [0x7f5fc7f89206]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(vbprintfrr+0x19d2) [0x7f5fc824e1a2]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(vsnprintfrr+0x53) [0x7f5fc824f423]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(vty_frame+0xbe) [0x7f5fc8235b5e]
ZEBRA: /usr/lib/frr/zebra(+0x7edad) [0x563955c43dad]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0x6eaea) [0x7f5fc81c9aea]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0x6f040) [0x7f5fc81ca040]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0x70cf0) [0x7f5fc81cbcf0]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(cmd_execute_command+0x184) [0x7f5fc81cbf04]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(cmd_execute+0xd0) [0x7f5fc81cc020]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0xdb377) [0x7f5fc8236377]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0xdb5e0) [0x7f5fc82365e0]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0xde038) [0x7f5fc8239038]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(thread_call+0x7d) [0x7f5fc82306dd]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(frr_run+0xe8) [0x7f5fc81eeec8]
ZEBRA: /usr/lib/frr/zebra(main+0x3b6) [0x563955c3cf86]
ZEBRA: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xeb) [0x7f5fc7f1509b]
ZEBRA: /usr/lib/frr/zebra(_start+0x2a) [0x563955c3d98a]
ZEBRA: in thread vtysh_read scheduled from lib/vty.c:2726 vty_event()

2021-07-27 22:25:34,034 ERROR: assert failed at "test_bgp_multi_vrf_topo2/test_restart_frr_services_p1": r3: Daemon zebra not running

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

Topotests Ubuntu 18.04 arm8 part 5: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 5: No useful log found
Topotests Ubuntu 18.04 amd64 part 5: Failed (click for details)

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

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 5:

r3: Daemon zebra not running

From frr r3 zebra log file:
ZEBRA: /lib/x86_64-linux-gnu/libpthread.so.0(+0x12980) [0x7f65fb498980]
ZEBRA: /lib/x86_64-linux-gnu/libc.so.6(+0xb1426) [0x7f65fb146426]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(vbprintfrr+0x1678) [0x7f65fbba2ed8]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(vsnprintfrr+0x53) [0x7f65fbba4463]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(vty_frame+0xbe) [0x7f65fbb8ac9e]
ZEBRA: /usr/lib/frr/zebra(+0x7efed) [0x55f0778fbfed]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0x668ca) [0x7f65fbb1e8ca]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0x66e30) [0x7f65fbb1ee30]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0x68c10) [0x7f65fbb20c10]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(cmd_execute_command+0xac) [0x7f65fbb20d4c]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(cmd_execute+0x142) [0x7f65fbb20fa2]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0xd34c7) [0x7f65fbb8b4c7]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0xd3730) [0x7f65fbb8b730]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(+0xd6188) [0x7f65fbb8e188]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(thread_call+0x7d) [0x7f65fbb8577d]
ZEBRA: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(frr_run+0xe8) [0x7f65fbb43c18]
ZEBRA: /usr/lib/frr/zebra(main+0x3ae) [0x55f0778f4a4e]
ZEBRA: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7f65fb0b6bf7]
ZEBRA: /usr/lib/frr/zebra(_start+0x2a) [0x55f0778f57ba]
ZEBRA: in thread vtysh_read scheduled from lib/vty.c:2726 vty_event()

2021-07-27 23:09:23,664 ERROR: assert failed at "test_bgp_multi_vrf_topo2/test_restart_frr_services_p1": r3: Daemon zebra not running

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

Topotests Ubuntu 18.04 i386 part 5: Failed (click for details)

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

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 5:

r3: Daemon zebra not running

From frr r3 zebra log file:
ZEBRA: linux-gate.so.1(__kernel_rt_sigreturn+0) [0xb7f06bcc]
ZEBRA: /lib/i386-linux-gnu/libc.so.6(+0x862c6) [0xb7c0d2c6]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(vbprintfrr+0x1505) [0xb7e61845]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(vsnprintfrr+0x63) [0xb7e62e03]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(vty_frame+0x3a) [0xb7e4a5aa]
ZEBRA: /usr/lib/frr/zebra(+0x3e9d4) [0x5239d4]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(+0x34db2) [0xb7ddadb2]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(+0x35396) [0xb7ddb396]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(+0x371f9) [0xb7ddd1f9]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(cmd_execute_command+0xb1) [0xb7ddd351]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(cmd_execute+0x155) [0xb7ddd5c5]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(+0xa4e2a) [0xb7e4ae2a]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(+0xa5080) [0xb7e4b080]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(+0xa7d3d) [0xb7e4dd3d]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(thread_call+0x8e) [0xb7e450ee]
ZEBRA: /usr/lib/i386-linux-gnu/frr/libfrr.so.0(frr_run+0xd9) [0xb7e01079]
ZEBRA: /usr/lib/frr/zebra(main+0x40b) [0x51c0ab]
ZEBRA: /lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf1) [0xb7b9ff21]
ZEBRA: /usr/lib/frr/zebra(+0x37e37) [0x51ce37]
ZEBRA: in thread vtysh_read scheduled from lib/vty.c:2726 vty_event()

2021-07-27 22:28:03,038 ERROR: assert failed at "test_bgp_multi_vrf_topo2/test_restart_frr_services_p1": r3: Daemon zebra not running

2021-07-27 22:32:51,046 ERROR: r4: bgpd left a dead pidfile (pid=6347)

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

Report for if.c | 4 issues
===============================================
< WARNING: Block comments use a trailing */ on a separate line
< #607: FILE: /tmp/f1-15938/if.c:607:
< WARNING: Block comments use * on subsequent lines
< #734: FILE: /tmp/f1-15938/if.c:734:

@github-actions
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants