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

bgpd: Do not send BGP UPDATE if the route actually not changed #7507

Merged
merged 3 commits into from
Jan 5, 2021
Merged

bgpd: Do not send BGP UPDATE if the route actually not changed #7507

merged 3 commits into from
Jan 5, 2021

Conversation

ton31337
Copy link
Member

Reference: https://www.cmand.org/communityexploration

                     --y2--
                    /  |   \
  c1 ---- x1 ---- y1   |   z1
                    \  |   /
                     --y3--
  1. z1 announces 192.168.255.254/32 to y2, y3.
  2. y2 and y3 tags this prefix at ingress with appropriate
    communities 65004:2 (y2) and 65004:3 (y3).
  3. x1 filters all communities at the egress to c1.
  4. Shutdown the link between y1 and y2.
  5. y1 will generate a BGP UPDATE message regarding the next-hop change.
  6. x1 will generate a BGP UPDATE message regarding community change.
    To avoid sending duplicate BGP UPDATE messages we should make sure
    we send only actual route updates. In this example, x1 will skip
    BGP UPDATE to c1 because the actual route is the same
    (filtered communities - nothing changes).

@polychaeta polychaeta added bgp tests Topotests, make check, etc labels Nov 12, 2020
bgpd/bgp_advertise.h Outdated Show resolved Hide resolved
@LabN-CI
Copy link
Collaborator

LabN-CI commented Nov 12, 2020

Outdated results 💚

Basic BGPD CI results: SUCCESS, 0 tests failed

_ _
Result SUCCESS git merge/7507 8f2f662
Date 11/12/2020
Start 09:38:44
Finish 10:14:01
Run-Time 35:17
Total 1815
Pass 1815
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2020-11-12-09:38:44.txt
Log autoscript-2020-11-12-09:39:42.log.bz2
Memory 496 478 418

For details, please contact louberger

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Nov 12, 2020

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

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

Topology Tests failed for Topo tests part 2 on Ubuntu 18.04 amd64:

2020-11-12 11:37:08,352 ERROR: 'router_json_cmp' failed after 129.97 seconds
2020-11-12 11:37:08,354 ERROR: assert failed at "test_bgp_features/test_bgp_convergence": BGP router R1 did not converge
assert Generated JSON diff error report:
  
  > $->ipv4Unicast->peers->192.168.0.2->pfxRcd: d1 has element with value '5' but in d2 it has value '7'
  > $->ipv4Unicast->peers->192.168.101.2->pfxRcd: d1 has element with value '1' but in d2 it has value '3'
2020-11-12 11:38:28,854 ERROR: 'router_json_cmp' failed after 66.62 seconds
2020-11-12 11:38:28,856 ERROR: assert failed at "bgp_gshut.test_bgp_gshut/test_bgp_gshut": R1: Route 13.1.1.1/32 not present or has unexpected params
assert Generated JSON diff error report:
  
  > $->paths: d2 has the following element at index 0 which is not present in d1: 
  
  	{
  	    "origin": "IGP",
  	    "locPrf": 0,
  	    "metric": 0,
  	    "valid": true,
  	    "community": {
  	        "list": [
  	            "gracefulShutdown"
  	        ],
  	        "string": "graceful-shutdown"
  	    }
  	}
  
  	Closest match in d1 is at index 0 with the following errors: 
  
  	> $->paths[0]: d2 has key 'community' which is not present in d1
  
2020-11-12 11:44:12,987 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1804AMD64/topotests/lib/common_config.py", line 2197, 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-TP2U1804AMD64/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-TP2U1804AMD64/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-11-12 11:44:13,133 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1804AMD64/topotests/lib/common_config.py", line 2197, 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-TP2U1804AMD64/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-TP2U1804AMD64/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-11-12 11:44:13,279 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1804AMD64/topotests/lib/common_config.py", line 2197, 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-TP2U1804AMD64/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-TP2U1804AMD64/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-11-12 11:44:13,424 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1804AMD64/topotests/lib/common_config.py", line 2197, 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-TP2U1804AMD64/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-TP2U1804AMD64/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 



2020-11-12 11:46:06,309 ERROR: assert failed at "bgp_large_community.test_bgp_large_community_topo_2/test_large_community_lists_with_no_send_community": Testcase test_large_community_lists_with_no_send_community : Failed 
   Error: True
assert True is not True
2020-11-12 11:53:38,308 ERROR: assert failed at "test_bgp_multi_vrf_topo1/test_route_map_set_and_match_metric_p0": Testcase {} : Failed 
   Expected Behavior: Routes are denied 
  
assert True is not True
2020-11-12 11:55:39,319 ERROR: assert failed at "test_bgp_multi_vrf_topo2/test_vrf_with_multiple_links_p1": Testcase test_vrf_with_multiple_links_p1 : Failed 
   Error Nexthop set(['fe80::60ea:69ff:fe5e:2c40']) is Missing for route 1::1/128 in RIB of router r3
  
assert "Nexthop set(['fe80::60ea:69ff:fe5e:2c40']) is Missing for route 1::1/128 in RIB of router r3\n" is True
2020-11-12 12:02:32,629 ERROR: r4: bgpd left a dead pidfile (pid=31796)

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

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

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

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

2020-11-12 12:36:31,721 ERROR: 'router_json_cmp' failed after 129.33 seconds
2020-11-12 12:36:31,724 ERROR: assert failed at "test_bgp_features/test_bgp_convergence": BGP router R1 did not converge
assert Generated JSON diff error report:
  
  > $->ipv4Unicast->peers->192.168.0.2->pfxRcd: d1 has element with value '5' but in d2 it has value '7'
  > $->ipv4Unicast->peers->192.168.101.2->pfxRcd: d1 has element with value '1' but in d2 it has value '3'
2020-11-12 12:37:50,370 ERROR: 'router_json_cmp' failed after 65.00 seconds
2020-11-12 12:37:50,372 ERROR: assert failed at "bgp_gshut.test_bgp_gshut/test_bgp_gshut": R1: Route 13.1.1.1/32 not present or has unexpected params
assert Generated JSON diff error report:
  
  > $->paths: d2 has the following element at index 0 which is not present in d1: 
  
  	{
  	    "origin": "IGP",
  	    "locPrf": 0,
  	    "metric": 0,
  	    "valid": true,
  	    "community": {
  	        "list": [
  	            "gracefulShutdown"
  	        ],
  	        "string": "graceful-shutdown"
  	    }
  	}
  
  	Closest match in d1 is at index 0 with the following errors: 
  
  	> $->paths[0]: d2 has key 'community' which is not present in d1
  
2020-11-12 12:38:48,936 ERROR: r1: bgpd left a dead pidfile (pid=24623)
2020-11-12 12:42:01,405 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP0U1604AMD64/topotests/lib/common_config.py", line 2197, 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-TP0U1604AMD64/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-TP0U1604AMD64/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-11-12 12:42:01,552 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP0U1604AMD64/topotests/lib/common_config.py", line 2197, 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-TP0U1604AMD64/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-TP0U1604AMD64/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-11-12 12:42:01,696 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP0U1604AMD64/topotests/lib/common_config.py", line 2197, 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-TP0U1604AMD64/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-TP0U1604AMD64/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-11-12 12:42:01,842 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP0U1604AMD64/topotests/lib/common_config.py", line 2197, 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-TP0U1604AMD64/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-TP0U1604AMD64/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 



2020-11-12 12:43:52,340 ERROR: assert failed at "bgp_large_community.test_bgp_large_community_topo_2/test_large_community_lists_with_no_send_community": Testcase test_large_community_lists_with_no_send_community : Failed 
   Error: True
assert True is not True
2020-11-12 12:51:14,183 ERROR: assert failed at "test_bgp_multi_vrf_topo1/test_route_map_set_and_match_metric_p0": Testcase {} : Failed 
   Expected Behavior: Routes are denied 
  
assert True is not True
2020-11-12 12:53:17,541 ERROR: assert failed at "test_bgp_multi_vrf_topo2/test_vrf_with_multiple_links_p1": Testcase test_vrf_with_multiple_links_p1 : Failed 
   Error Nexthop set(['fe80::b82c:ffff:fec4:2c4a']) is Missing for route 1::1/128 in RIB of router r3
  
assert "Nexthop set(['fe80::b82c:ffff:fec4:2c4a']) is Missing for route 1::1/128 in RIB of router r3\n" is True

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

Topo tests part 2 on Ubuntu 18.04 arm8: Failed (click for details)

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

Topology Tests failed for Topo tests part 2 on Ubuntu 18.04 arm8:

*** Error setting resource limits. Mininet's performance may be affected.
2020-11-12 11:39:42,356 ERROR: 'router_json_cmp' failed after 139.26 seconds
2020-11-12 11:39:42,359 ERROR: assert failed at "test_bgp_features/test_bgp_convergence": BGP router R1 did not converge
assert Generated JSON diff error report:
  
  > $->ipv4Unicast->peers->192.168.0.2->pfxRcd: d1 has element with value '5' but in d2 it has value '7'
  > $->ipv4Unicast->peers->192.168.101.2->pfxRcd: d1 has element with value '1' but in d2 it has value '3'
2020-11-12 11:41:32,009 ERROR: 'router_json_cmp' failed after 81.99 seconds
2020-11-12 11:41:32,012 ERROR: assert failed at "bgp_gshut.test_bgp_gshut/test_bgp_gshut": R1: Route 13.1.1.1/32 not present or has unexpected params
assert Generated JSON diff error report:
  
  > $->paths: d2 has the following element at index 0 which is not present in d1: 
  
  	{
  	    "origin": "IGP",
  	    "locPrf": 0,
  	    "metric": 0,
  	    "valid": true,
  	    "community": {
  	        "list": [
  	            "gracefulShutdown"
  	        ],
  	        "string": "graceful-shutdown"
  	    }
  	}
  
  	Closest match in d1 is at index 0 with the following errors: 
  
  	> $->paths[0]: d2 has key 'community' which is not present in d1
  
2020-11-12 11:52:14,558 ERROR: Traceback (most recent call last):
  File "/root/share/topotests/lib/common_config.py", line 2197, in create_bgp_community_lists
    tgen, router, config_data, "bgp_community_list", build=build
  File "/root/share/topotests/lib/common_config.py", line 288, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/share/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-11-12 11:52:14,862 ERROR: Traceback (most recent call last):
  File "/root/share/topotests/lib/common_config.py", line 2197, in create_bgp_community_lists
    tgen, router, config_data, "bgp_community_list", build=build
  File "/root/share/topotests/lib/common_config.py", line 288, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/share/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-11-12 11:52:15,170 ERROR: Traceback (most recent call last):
  File "/root/share/topotests/lib/common_config.py", line 2197, in create_bgp_community_lists
    tgen, router, config_data, "bgp_community_list", build=build
  File "/root/share/topotests/lib/common_config.py", line 288, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/share/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-11-12 11:52:15,477 ERROR: Traceback (most recent call last):
  File "/root/share/topotests/lib/common_config.py", line 2197, in create_bgp_community_lists
    tgen, router, config_data, "bgp_community_list", build=build
  File "/root/share/topotests/lib/common_config.py", line 288, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/share/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 



2020-11-12 11:55:40,722 ERROR: assert failed at "bgp_large_community.test_bgp_large_community_topo_2/test_large_community_lists_with_no_send_community": Testcase test_large_community_lists_with_no_send_community : Failed 
   Error: True
assert True is not True
2020-11-12 12:09:38,340 ERROR: assert failed at "test_bgp_multi_vrf_topo1/test_route_map_set_and_match_metric_p0": Testcase {} : Failed 
   Expected Behavior: Routes are denied 
  
assert True is not True
2020-11-12 12:13:59,511 ERROR: assert failed at "test_bgp_multi_vrf_topo2/test_vrf_with_multiple_links_p1": Testcase test_vrf_with_multiple_links_p1 : Failed 
   Error Nexthop set(['fe80::385a:28ff:fe91:d57b']) is Missing for route 1::1/128 in RIB of router r3
  
assert "Nexthop set(['fe80::385a:28ff:fe91:d57b']) is Missing for route 1::1/128 in RIB of router r3\n" is True

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

Topo tests part 0 on Ubuntu 18.04 amd64: Failed (click for details)

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

Topology Tests failed for Topo tests part 0 on Ubuntu 18.04 amd64:

2020-11-12 11:37:23,088 ERROR: assert failed at "test_route_map_topo2/test_multiple_match_statement_in_route_map_logical_ANDed_p1": Testcase test_multiple_match_statement_in_route_map_logical_ANDed_p1 : Failed 
   Error: Failed: Verifying BGP attribute locPrf for route: 1::1/128 in router: r3,  expected value: 150 but found: 100
assert 'Failed: Verifying BGP attribute locPrf for route: 1::1/128 in router: r3,  expected value: 150 but found: 100' is True
2020-11-12 11:38:28,467 ERROR: assert failed at "test_route_map_topo2/test_add_remove_rmap_to_specific_neighbor_p0": Testcase test_add_remove_rmap_to_specific_neighbor_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 11:39:33,747 ERROR: assert failed at "test_route_map_topo2/test_clear_bgp_and_flap_interface_to_verify_rmap_properties_p0": Testcase test_clear_bgp_and_flap_interface_to_verify_rmap_properties_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 11:40:38,376 ERROR: assert failed at "test_route_map_topo2/test_rmap_without_match_and_set_clause_p0": Testcase test_rmap_without_match_and_set_clause_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 11:41:45,157 ERROR: assert failed at "test_route_map_topo2/test_set_localpref_weight_to_ebgp_and_med_to_ibgp_peers_p0": Testcase test_set_localpref_weight_to_ebgp_and_med_to_ibgp_peers_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 11:42:50,546 ERROR: assert failed at "test_route_map_topo2/test_multiple_set_on_single_sequence_in_rmap_p0": Testcase test_multiple_set_on_single_sequence_in_rmap_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 11:43:54,906 ERROR: assert failed at "test_route_map_topo2/test_route_maps_with_continue_clause_p0": Testcase test_route_maps_with_continue_clause_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 11:45:00,256 ERROR: assert failed at "test_route_map_topo2/test_route_maps_with_goto_clause_p0": Testcase test_route_maps_with_goto_clause_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 11:46:07,392 ERROR: assert failed at "test_route_map_topo2/test_route_maps_with_call_clause_p0": Testcase test_route_maps_with_call_clause_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
*** defaultIntf: warning: r1 has no interfaces
2020-11-12 11:59:19,932 ERROR: r2: zebra left a dead pidfile (pid=17149)
2020-11-12 12:00:10,755 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::a40e:efff:fe1a:8cc8/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::b8ad:5aff:fe58:60bb/64']
2020-11-12 12:00:10,755 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:00:11,059 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::685a:30ff:febe:845d/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::ac0d:3cff:fe12:ce40/64']
2020-11-12 12:00:11,059 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:00:11,331 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::54b1:64ff:fe53:8d11/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::f4ad:60ff:febc:bde2/64']
2020-11-12 12:00:11,331 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:00:25,339 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::b8ad:5aff:fe58:60bb/64']
2020-11-12 12:00:25,339 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:00:25,611 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::685a:30ff:febe:845d/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::ac0d:3cff:fe12:ce40/64']
2020-11-12 12:00:25,611 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:00:25,888 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::54b1:64ff:fe53:8d11/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::f4ad:60ff:febc:bde2/64']
2020-11-12 12:00:25,888 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:00:42,687 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::a40e:efff:fe1a:8cc8/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::b8ad:5aff:fe58:60bb/64']
2020-11-12 12:00:42,687 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:00:43,001 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::685a:30ff:febe:845d/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::ac0d:3cff:fe12:ce40/64']
2020-11-12 12:00:43,002 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:00:43,304 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::54b1:64ff:fe53:8d11/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::f4ad:60ff:febc:bde2/64']
2020-11-12 12:00:43,305 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:00:57,498 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::a40e:efff:fe1a:8cc8/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::b8ad:5aff:fe58:60bb/64']
2020-11-12 12:00:57,499 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:00:57,848 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::ac0d:3cff:fe12:ce40/64']
2020-11-12 12:00:57,849 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:00:58,146 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::54b1:64ff:fe53:8d11/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::f4ad:60ff:febc:bde2/64']
2020-11-12 12:00:58,147 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:01:15,271 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::a40e:efff:fe1a:8cc8/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::b8ad:5aff:fe58:60bb/64']
2020-11-12 12:01:15,271 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:01:15,668 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::685a:30ff:febe:845d/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::ac0d:3cff:fe12:ce40/64']
2020-11-12 12:01:15,669 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:01:16,089 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::54b1:64ff:fe53:8d11/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::f4ad:60ff:febc:bde2/64']
2020-11-12 12:01:16,090 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:01:20,474 ERROR: r2: isisd left a dead pidfile (pid=18395)

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

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-15385/test

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

2020-11-12 12:37:16,814 ERROR: 'router_json_cmp' failed after 131.38 seconds
2020-11-12 12:37:16,816 ERROR: assert failed at "test_bgp_features/test_bgp_convergence": BGP router R1 did not converge
assert Generated JSON diff error report:
  
  > $->ipv4Unicast->peers->192.168.0.2->pfxRcd: d1 has element with value '5' but in d2 it has value '7'
  > $->ipv4Unicast->peers->192.168.101.2->pfxRcd: d1 has element with value '1' but in d2 it has value '3'
2020-11-12 12:38:40,553 ERROR: 'router_json_cmp' failed after 68.49 seconds
2020-11-12 12:38:40,555 ERROR: assert failed at "bgp_gshut.test_bgp_gshut/test_bgp_gshut": R1: Route 13.1.1.1/32 not present or has unexpected params
assert Generated JSON diff error report:
  
  > $->paths: d2 has the following element at index 0 which is not present in d1: 
  
  	{
  	    "origin": "IGP",
  	    "locPrf": 0,
  	    "metric": 0,
  	    "valid": true,
  	    "community": {
  	        "list": [
  	            "gracefulShutdown"
  	        ],
  	        "string": "graceful-shutdown"
  	    }
  	}
  
  	Closest match in d1 is at index 0 with the following errors: 
  
  	> $->paths[0]: d2 has key 'community' which is not present in d1
  
2020-11-12 12:43:06,978 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1604I386/topotests/lib/common_config.py", line 2197, 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-11-12 12:43:07,149 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1604I386/topotests/lib/common_config.py", line 2197, 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-11-12 12:43:07,316 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1604I386/topotests/lib/common_config.py", line 2197, 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-11-12 12:43:07,506 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1604I386/topotests/lib/common_config.py", line 2197, 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 



2020-11-12 12:45:15,196 ERROR: assert failed at "bgp_large_community.test_bgp_large_community_topo_2/test_large_community_lists_with_no_send_community": Testcase test_large_community_lists_with_no_send_community : Failed 
   Error: True
assert True is not True
2020-11-12 12:53:49,236 ERROR: assert failed at "test_bgp_multi_vrf_topo1/test_route_map_set_and_match_metric_p0": Testcase {} : Failed 
   Expected Behavior: Routes are denied 
  
assert True is not True
2020-11-12 12:56:14,284 ERROR: assert failed at "test_bgp_multi_vrf_topo2/test_vrf_with_multiple_links_p1": Testcase test_vrf_with_multiple_links_p1 : Failed 
   Error Nexthop set(['fe80::20a3:7bff:fefb:c91d']) is Missing for route 1::1/128 in RIB of router r3
  
assert "Nexthop set(['fe80::20a3:7bff:fefb:c91d']) is Missing for route 1::1/128 in RIB of router r3\n" is True
2020-11-12 13:02:52,213 ERROR: r1: zebra left a dead pidfile (pid=16079)

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

Topo tests part 1 on Ubuntu 16.04 i386: Failed (click for details) Topo tests part 1 on Ubuntu 16.04 i386: No useful log found
Topo tests part 0 on Ubuntu 18.04 arm8: Failed (click for details)

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

Topology Tests failed for Topo tests part 0 on Ubuntu 18.04 arm8:

*** Error setting resource limits. Mininet's performance may be affected.
2020-11-12 11:31:46,456 ERROR: r4: ospf6d left a dead pidfile (pid=2498)
2020-11-12 11:40:16,679 ERROR: assert failed at "test_route_map_topo2/test_multiple_match_statement_in_route_map_logical_ANDed_p1": Testcase test_multiple_match_statement_in_route_map_logical_ANDed_p1 : Failed 
   Error: Failed: Verifying BGP attribute locPrf for route: 1::1/128 in router: r3,  expected value: 150 but found: 100
assert 'Failed: Verifying BGP attribute locPrf for route: 1::1/128 in router: r3,  expected value: 150 but found: 100' is True
2020-11-12 11:41:46,655 ERROR: assert failed at "test_route_map_topo2/test_add_remove_rmap_to_specific_neighbor_p0": Testcase test_add_remove_rmap_to_specific_neighbor_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 11:43:11,479 ERROR: assert failed at "test_route_map_topo2/test_clear_bgp_and_flap_interface_to_verify_rmap_properties_p0": Testcase test_clear_bgp_and_flap_interface_to_verify_rmap_properties_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 11:44:36,131 ERROR: assert failed at "test_route_map_topo2/test_rmap_without_match_and_set_clause_p0": Testcase test_rmap_without_match_and_set_clause_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 11:46:01,568 ERROR: assert failed at "test_route_map_topo2/test_set_localpref_weight_to_ebgp_and_med_to_ibgp_peers_p0": Testcase test_set_localpref_weight_to_ebgp_and_med_to_ibgp_peers_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 11:47:26,768 ERROR: assert failed at "test_route_map_topo2/test_multiple_set_on_single_sequence_in_rmap_p0": Testcase test_multiple_set_on_single_sequence_in_rmap_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 11:48:52,121 ERROR: assert failed at "test_route_map_topo2/test_route_maps_with_continue_clause_p0": Testcase test_route_maps_with_continue_clause_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 11:50:17,657 ERROR: assert failed at "test_route_map_topo2/test_route_maps_with_goto_clause_p0": Testcase test_route_maps_with_goto_clause_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 11:51:42,934 ERROR: assert failed at "test_route_map_topo2/test_route_maps_with_call_clause_p0": Testcase test_route_maps_with_call_clause_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
*** defaultIntf: warning: r1 has no interfaces
2020-11-12 12:29:31,538 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::549a:3aff:fe02:18ad/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::9424:a4ff:fe83:1426/64']
2020-11-12 12:29:31,539 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:29:31,855 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::dc46:f7ff:feda:7096/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::8e0:cbff:fe55:cc63/64']
2020-11-12 12:29:31,855 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:29:32,169 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::9c07:e7ff:fe94:9055/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::a0f8:52ff:fe01:5e51/64']
2020-11-12 12:29:32,169 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:29:47,985 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::9424:a4ff:fe83:1426/64']
2020-11-12 12:29:47,985 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:29:48,301 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::dc46:f7ff:feda:7096/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::8e0:cbff:fe55:cc63/64']
2020-11-12 12:29:48,301 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:29:48,618 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::9c07:e7ff:fe94:9055/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::a0f8:52ff:fe01:5e51/64']
2020-11-12 12:29:48,619 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:30:04,281 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::549a:3aff:fe02:18ad/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::9424:a4ff:fe83:1426/64']
2020-11-12 12:30:04,282 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:30:04,596 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::dc46:f7ff:feda:7096/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::8e0:cbff:fe55:cc63/64']
2020-11-12 12:30:04,597 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:30:04,917 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::9c07:e7ff:fe94:9055/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::a0f8:52ff:fe01:5e51/64']
2020-11-12 12:30:04,917 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:30:18,957 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::549a:3aff:fe02:18ad/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::9424:a4ff:fe83:1426/64']
2020-11-12 12:30:18,958 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:30:19,274 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::8e0:cbff:fe55:cc63/64']
2020-11-12 12:30:19,274 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:30:19,589 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::9c07:e7ff:fe94:9055/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::a0f8:52ff:fe01:5e51/64']
2020-11-12 12:30:19,590 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:30:37,714 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::549a:3aff:fe02:18ad/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::9424:a4ff:fe83:1426/64']
2020-11-12 12:30:37,714 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:30:38,032 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::dc46:f7ff:feda:7096/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::8e0:cbff:fe55:cc63/64']
2020-11-12 12:30:38,032 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:30:38,350 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::9c07:e7ff:fe94:9055/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::a0f8:52ff:fe01:5e51/64']
2020-11-12 12:30:38,351 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}

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

Topo tests part 1 on Ubuntu 18.04 amd64: Failed (click for details)

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

Topology Tests failed for Topo tests part 1 on Ubuntu 18.04 amd64:

2020-11-12 11:38:55,598 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP1U1804AMD64/topotests/lib/bgp.py", line 201, in create_router_bgp
    tgen, router, data_all_bgp, "bgp", build, load_config
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP1U1804AMD64/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-TP1U1804AMD64/topotests/lib/common_config.py", line 572, in load_config_to_router
    raise InvalidCLIError("%s" % output)
InvalidCLIError: line 6: % Unknown command[27]: neighbor 10.0.0.13 remote-as 0 
line 8: % Unknown command[30]: neighbor fd00:0:0:3::1 remote-as 0 
% Specify remote-as or peer-group commands first
line 10: 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: no neighbor fd00:0:0:3::1 activate 



2020-11-12 11:38:56,002 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP1U1804AMD64/topotests/lib/bgp.py", line 201, in create_router_bgp
    tgen, router, data_all_bgp, "bgp", build, load_config
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP1U1804AMD64/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-TP1U1804AMD64/topotests/lib/common_config.py", line 572, 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  



2020-11-12 11:53:47,639 ERROR: assert failed at "test_bgp_as_allow_in/test_bgp_allowas_in_sameastoibgp_p1": Testcase test_bgp_allowas_in_sameastoibgp_p1 : Failed 
   Error: Missing route in RIB of router r4, routes: ['2.2.2.2/32']
  
assert "Missing route in RIB of router r4, routes: ['2.2.2.2/32']\n" is True

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

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

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

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

2020-11-12 12:37:40,886 ERROR: assert failed at "test_route_map_topo2/test_multiple_match_statement_in_route_map_logical_ANDed_p1": Testcase test_multiple_match_statement_in_route_map_logical_ANDed_p1 : Failed 
   Error: Failed: Verifying BGP attribute locPrf for route: 1::1/128 in router: r3,  expected value: 150 but found: 100
assert 'Failed: Verifying BGP attribute locPrf for route: 1::1/128 in router: r3,  expected value: 150 but found: 100' is True
2020-11-12 12:38:56,230 ERROR: assert failed at "test_route_map_topo2/test_add_remove_rmap_to_specific_neighbor_p0": Testcase test_add_remove_rmap_to_specific_neighbor_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 12:40:08,938 ERROR: assert failed at "test_route_map_topo2/test_clear_bgp_and_flap_interface_to_verify_rmap_properties_p0": Testcase test_clear_bgp_and_flap_interface_to_verify_rmap_properties_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 12:41:23,531 ERROR: assert failed at "test_route_map_topo2/test_rmap_without_match_and_set_clause_p0": Testcase test_rmap_without_match_and_set_clause_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 12:42:37,859 ERROR: assert failed at "test_route_map_topo2/test_set_localpref_weight_to_ebgp_and_med_to_ibgp_peers_p0": Testcase test_set_localpref_weight_to_ebgp_and_med_to_ibgp_peers_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 12:43:49,028 ERROR: assert failed at "test_route_map_topo2/test_multiple_set_on_single_sequence_in_rmap_p0": Testcase test_multiple_set_on_single_sequence_in_rmap_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 12:45:01,615 ERROR: assert failed at "test_route_map_topo2/test_route_maps_with_continue_clause_p0": Testcase test_route_maps_with_continue_clause_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 12:46:14,441 ERROR: assert failed at "test_route_map_topo2/test_route_maps_with_goto_clause_p0": Testcase test_route_maps_with_goto_clause_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 12:47:29,433 ERROR: assert failed at "test_route_map_topo2/test_route_maps_with_call_clause_p0": Testcase test_route_maps_with_call_clause_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
*** defaultIntf: warning: r1 has no interfaces
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
2020-11-12 13:02:30,724 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::e44f:45ff:febe:4be3/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::1466:41ff:fe0d:9428/64']
2020-11-12 13:02:30,724 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 13:02:31,028 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::a407:9fff:fe29:cf0c/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::6c89:ecff:fec7:8180/64']
2020-11-12 13:02:31,028 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 13:02:31,331 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::6043:caff:feb6:b9f1/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::e0d3:a8ff:fe8b:2a1c/64']
2020-11-12 13:02:31,331 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 13:02:48,354 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::1466:41ff:fe0d:9428/64']
2020-11-12 13:02:48,355 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 13:02:48,709 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::a407:9fff:fe29:cf0c/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::6c89:ecff:fec7:8180/64']
2020-11-12 13:02:48,709 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 13:02:49,057 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::6043:caff:feb6:b9f1/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::e0d3:a8ff:fe8b:2a1c/64']
2020-11-12 13:02:49,057 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 13:03:05,459 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::e44f:45ff:febe:4be3/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::1466:41ff:fe0d:9428/64']
2020-11-12 13:03:05,459 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 13:03:05,831 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::a407:9fff:fe29:cf0c/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::6c89:ecff:fec7:8180/64']
2020-11-12 13:03:05,831 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 13:03:06,143 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::6043:caff:feb6:b9f1/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::e0d3:a8ff:fe8b:2a1c/64']
2020-11-12 13:03:06,144 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 13:03:25,677 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::e44f:45ff:febe:4be3/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::1466:41ff:fe0d:9428/64']
2020-11-12 13:03:25,678 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 13:03:25,986 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::6c89:ecff:fec7:8180/64']
2020-11-12 13:03:25,986 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 13:03:26,297 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::6043:caff:feb6:b9f1/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::e0d3:a8ff:fe8b:2a1c/64']
2020-11-12 13:03:26,297 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 13:03:43,123 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::e44f:45ff:febe:4be3/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::1466:41ff:fe0d:9428/64']
2020-11-12 13:03:43,123 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 13:03:43,442 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::a407:9fff:fe29:cf0c/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::6c89:ecff:fec7:8180/64']
2020-11-12 13:03:43,442 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 13:03:43,757 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::6043:caff:feb6:b9f1/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::e0d3:a8ff:fe8b:2a1c/64']
2020-11-12 13:03:43,757 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 13:14:11,577 WARNING: vtysh_cmd: failed to convert json output
2020-11-12 13:14:18,925 WARNING: vtysh_cmd: failed to convert json output
2020-11-12 13:14:26,213 WARNING: vtysh_cmd: failed to convert json output
2020-11-12 13:14:33,433 WARNING: vtysh_cmd: failed to convert json output
2020-11-12 13:14:40,636 WARNING: vtysh_cmd: failed to convert json output
2020-11-12 13:14:47,932 WARNING: vtysh_cmd: failed to convert json output
2020-11-12 13:14:55,159 WARNING: vtysh_cmd: failed to convert json output
2020-11-12 13:15:02,386 WARNING: vtysh_cmd: failed to convert json output
2020-11-12 13:15:09,643 WARNING: vtysh_cmd: failed to convert json output
2020-11-12 13:15:16,884 WARNING: vtysh_cmd: failed to convert json output
2020-11-12 13:15:24,178 WARNING: vtysh_cmd: failed to convert json output
2020-11-12 13:15:31,392 WARNING: vtysh_cmd: failed to convert json output
2020-11-12 13:15:38,587 WARNING: vtysh_cmd: failed to convert json output
2020-11-12 13:15:45,793 WARNING: vtysh_cmd: failed to convert json output
2020-11-12 13:15:53,000 WARNING: vtysh_cmd: failed to convert json output
2020-11-12 13:16:00,247 WARNING: vtysh_cmd: failed to convert json output
2020-11-12 13:16:07,444 WARNING: vtysh_cmd: failed to convert json output
2020-11-12 13:16:14,722 WARNING: vtysh_cmd: failed to convert json output
2020-11-12 13:16:21,965 WARNING: vtysh_cmd: failed to convert json output
2020-11-12 13:16:29,161 WARNING: vtysh_cmd: failed to convert json output
2020-11-12 13:16:36,390 WARNING: vtysh_cmd: failed to convert json output
2020-11-12 13:16:43,591 WARNING: vtysh_cmd: failed to convert json output
2020-11-12 13:16:50,803 WARNING: vtysh_cmd: failed to convert json output
2020-11-12 13:16:58,047 WARNING: vtysh_cmd: failed to convert json output
2020-11-12 13:17:05,055 ERROR: 'router_json_cmp' failed after 232.44 seconds
2020-11-12 13:17:05,099 ERROR: assert failed at "test_route_scale/test_route_install": Route scale test install failed:
  Generated JSON diff error report:
  
  
  > $: d2 has key 'routes' which is not present in d1
  > $: d2 has key 'routesTotalFib' which is not present in d1
  > $: d2 has key 'routesTotal' which is not present in d1
  
  
assert False
No function contains program counter for selected frame.
No function contains program counter for selected frame.
No function contains program counter for selected frame.

r1: zebra crashed. Core file found - Backtrace follows:
[New LWP 21808]
[New LWP 21812]
[New LWP 22165]
[New LWP 21811]
[New LWP 21813]
[New LWP 21879]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/lib/frr/zebra --log stdout --log-level debug -s 90000000 -d'.
Program terminated with signal SIGABRT, Aborted.
#0  0xb7f61cf5 in ?? ()
[Current thread is 1 (Thread 0xb78717c0 (LWP 21808))]
  Id   Target Id         Frame 
* 1    Thread 0xb78717c0 (LWP 21808) 0xb7f61cf5 in ?? ()
  2    Thread 0xb7020b40 (LWP 21812) 0xb7f61cf5 in ?? ()
  3    Thread 0xb54feb40 (LWP 22165) 0xb7f61cf5 in ?? ()
  4    Thread 0xb7821b40 (LWP 21811) 0xb7f61cf5 in ?? ()
  5    Thread 0xb681fb40 (LWP 21813) 0xb7f61cf5 in ?? ()
  6    Thread 0xb5cffb40 (LWP 21879) 0xb7f61cf5 in ?? ()
#0  0xb7f61cf5 in ?? ()
No symbol table info available.
#1  0xb7e92b54 in qmalloc () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#2  0xb7ebc38a in stream_new () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#3  0x00502e8e in ?? ()
No symbol table info available.
#4  0x0050856f in zsend_route_notify_owner_ctx ()
No symbol table info available.
#5  0x0053814d in ?? ()
No symbol table info available.
#6  0xb7ec7379 in thread_call () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#7  0xb7e8dec1 in frr_run () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#8  0x004e032e in main ()
No symbol table info available.
#1  0xb7e92b54 in qmalloc () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
Dump of assembler code for function qmalloc:
   0xb7e92a60 <+0>:	push   %ebp
   0xb7e92a61 <+1>:	mov    %esp,%ebp
   0xb7e92a63 <+3>:	push   %edi
   0xb7e92a64 <+4>:	push   %esi
   0xb7e92a65 <+5>:	push   %ebx
   0xb7e92a66 <+6>:	call   0xb7e65c00
   0xb7e92a6b <+11>:	add    $0xbcfa5,%ebx
   0xb7e92a71 <+17>:	sub    $0x28,%esp
   0xb7e92a74 <+20>:	pushl  0xc(%ebp)
   0xb7e92a77 <+23>:	mov    0x8(%ebp),%esi
   0xb7e92a7a <+26>:	mov    %gs:0x14,%eax
   0xb7e92a80 <+32>:	mov    %eax,-0x1c(%ebp)
   0xb7e92a83 <+35>:	xor    %eax,%eax
   0xb7e92a85 <+37>:	call   0xb7e60fe8
   0xb7e92a8a <+42>:	add    $0x10,%esp
   0xb7e92a8d <+45>:	test   %eax,%eax
   0xb7e92a8f <+47>:	mov    %eax,%edi
   0xb7e92a91 <+49>:	je     0xb7e92b40 <qmalloc+224>
   0xb7e92a97 <+55>:	mov    $0x1,%edx
   0xb7e92a9c <+60>:	lock xadd %edx,0xc(%esi)
   0xb7e92aa1 <+65>:	mov    0x10(%esi),%eax
   0xb7e92aa4 <+68>:	add    $0x1,%edx
   0xb7e92aa7 <+71>:	lea    0x10(%esi),%ecx
   0xb7e92aaa <+74>:	cmp    %eax,%edx
   0xb7e92aac <+76>:	mov    %eax,-0x20(%ebp)
   0xb7e92aaf <+79>:	ja     0xb7e92b30 <qmalloc+208>
   0xb7e92ab1 <+81>:	mov    0x14(%esi),%eax
   0xb7e92ab4 <+84>:	lea    0x14(%esi),%edx
   0xb7e92ab7 <+87>:	test   %eax,%eax
   0xb7e92ab9 <+89>:	mov    %eax,-0x20(%ebp)
   0xb7e92abc <+92>:	je     0xb7e92b20 <qmalloc+192>
   0xb7e92abe <+94>:	lea    -0x1(%eax),%edx
   0xb7e92ac1 <+97>:	cmp    $0xfffffffd,%edx
   0xb7e92ac4 <+100>:	ja     0xb7e92ad2 <qmalloc+114>
   0xb7e92ac6 <+102>:	cmp    %eax,0xc(%ebp)
   0xb7e92ac9 <+105>:	je     0xb7e92ad2 <qmalloc+114>
   0xb7e92acb <+107>:	movl   $0xffffffff,0x14(%esi)
   0xb7e92ad2 <+114>:	sub    $0xc,%esp
   0xb7e92ad5 <+117>:	push   %edi
   0xb7e92ad6 <+118>:	call   0xb7e61138
   0xb7e92adb <+123>:	mov    %eax,%edx
   0xb7e92add <+125>:	lock xadd %edx,0x18(%esi)
   0xb7e92ae2 <+130>:	add    %eax,%edx
   0xb7e92ae4 <+132>:	mov    0x1c(%esi),%eax
   0xb7e92ae7 <+135>:	add    $0x10,%esp
   0xb7e92aea <+138>:	lea    0x1c(%esi),%ecx
   0xb7e92aed <+141>:	cmp    %eax,%edx
   0xb7e92aef <+143>:	mov    %eax,-0x20(%ebp)
   0xb7e92af2 <+146>:	ja     0xb7e92b10 <qmalloc+176>
   0xb7e92af4 <+148>:	mov    -0x1c(%ebp),%ecx
   0xb7e92af7 <+151>:	xor    %gs:0x14,%ecx
   0xb7e92afe <+158>:	mov    %edi,%eax
   0xb7e92b00 <+160>:	jne    0xb7e92b54 <qmalloc+244>
   0xb7e92b02 <+162>:	lea    -0xc(%ebp),%esp
   0xb7e92b05 <+165>:	pop    %ebx
   0xb7e92b06 <+166>:	pop    %esi
   0xb7e92b07 <+167>:	pop    %edi
   0xb7e92b08 <+168>:	pop    %ebp
   0xb7e92b09 <+169>:	ret    
   0xb7e92b0a <+170>:	lea    0x0(%esi),%esi
   0xb7e92b10 <+176>:	lock cmpxchg %edx,(%ecx)
   0xb7e92b14 <+180>:	je     0xb7e92af4 <qmalloc+148>
   0xb7e92b16 <+182>:	mov    %eax,-0x20(%ebp)
   0xb7e92b19 <+185>:	jmp    0xb7e92af4 <qmalloc+148>
   0xb7e92b1b <+187>:	nop
   0xb7e92b1c <+188>:	lea    0x0(%esi,%eiz,1),%esi
   0xb7e92b20 <+192>:	mov    0xc(%ebp),%eax
   0xb7e92b23 <+195>:	xchg   %eax,(%edx)
   0xb7e92b25 <+197>:	mov    %eax,-0x20(%ebp)
   0xb7e92b28 <+200>:	jmp    0xb7e92abe <qmalloc+94>
   0xb7e92b2a <+202>:	lea    0x0(%esi),%esi
   0xb7e92b30 <+208>:	lock cmpxchg %edx,(%ecx)
   0xb7e92b34 <+212>:	cmove  -0x20(%ebp),%eax
   0xb7e92b38 <+216>:	mov    %eax,-0x20(%ebp)
   0xb7e92b3b <+219>:	jmp    0xb7e92ab1 <qmalloc+81>
   0xb7e92b40 <+224>:	mov    0xc(%ebp),%edx
   0xb7e92b43 <+227>:	test   %edx,%edx
   0xb7e92b45 <+229>:	je     0xb7e92af4 <qmalloc+148>
   0xb7e92b47 <+231>:	push   %eax
   0xb7e92b48 <+232>:	push   %eax
   0xb7e92b49 <+233>:	pushl  0x8(%esi)
   0xb7e92b4c <+236>:	pushl  0xc(%ebp)
   0xb7e92b4f <+239>:	call   0xb7e8f760 <memory_oom>
=> 0xb7e92b54 <+244>:	call   0xb7ee4a60
End of assembler dump.
#2  0xb7ebc38a in stream_new () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
Dump of assembler code for function stream_new:
   0xb7ebc360 <+0>:	push   %ebp
   0xb7ebc361 <+1>:	mov    %esp,%ebp
   0xb7ebc363 <+3>:	push   %esi
   0xb7ebc364 <+4>:	push   %ebx
   0xb7ebc365 <+5>:	mov    0x8(%ebp),%esi
   0xb7ebc368 <+8>:	call   0xb7e65c00
   0xb7ebc36d <+13>:	add    $0x936a3,%ebx
   0xb7ebc373 <+19>:	test   %esi,%esi
   0xb7ebc375 <+21>:	je     0xb7ebc3a8 <stream_new+72>
   0xb7ebc377 <+23>:	lea    0x10(%esi),%eax
   0xb7ebc37a <+26>:	sub    $0x8,%esp
   0xb7ebc37d <+29>:	push   %eax
   0xb7ebc37e <+30>:	lea    0x23d0(%ebx),%eax
   0xb7ebc384 <+36>:	push   %eax
   0xb7ebc385 <+37>:	call   0xb7e92a60 <qmalloc>
=> 0xb7ebc38a <+42>:	movl   $0x0,0x8(%eax)
   0xb7ebc391 <+49>:	movl   $0x0,0x4(%eax)
   0xb7ebc398 <+56>:	movl   $0x0,(%eax)
   0xb7ebc39e <+62>:	mov    %esi,0xc(%eax)
   0xb7ebc3a1 <+65>:	lea    -0x8(%ebp),%esp
   0xb7ebc3a4 <+68>:	pop    %ebx
   0xb7ebc3a5 <+69>:	pop    %esi
   0xb7ebc3a6 <+70>:	pop    %ebp
   0xb7ebc3a7 <+71>:	ret    
   0xb7ebc3a8 <+72>:	lea    -0x4d9f0(%ebx),%eax
   0xb7ebc3ae <+78>:	push   %eax
   0xb7ebc3af <+79>:	lea    -0x4e3eb(%ebx),%eax
   0xb7ebc3b5 <+85>:	push   $0x6c
   0xb7ebc3b7 <+87>:	push   %eax
   0xb7ebc3b8 <+88>:	lea    -0x4e3de(%ebx),%eax
   0xb7ebc3be <+94>:	push   %eax
   0xb7ebc3bf <+95>:	call   0xb7e614e0
End of assembler dump.
#3  0x00502e8e in ?? ()
#4  0x0050856f in zsend_route_notify_owner_ctx ()
Dump of assembler code for function zsend_route_notify_owner_ctx:
   0x00508510 <+0>:	push   %ebp
   0x00508511 <+1>:	mov    %esp,%ebp
   0x00508513 <+3>:	push   %edi
   0x00508514 <+4>:	push   %esi
   0x00508515 <+5>:	push   %ebx
   0x00508516 <+6>:	call   0x4e0f00 <_start+58>
   0x0050851b <+11>:	add    $0xb3175,%ebx
   0x00508521 <+17>:	sub    $0x28,%esp
   0x00508524 <+20>:	mov    0x8(%ebp),%esi
   0x00508527 <+23>:	push   %esi
   0x00508528 <+24>:	call   0x50bfd0 <dplane_ctx_get_table>
   0x0050852d <+29>:	mov    %esi,(%esp)
   0x00508530 <+32>:	mov    %eax,-0x1c(%ebp)
   0x00508533 <+35>:	call   0x50be80 <dplane_ctx_get_vrf>
   0x00508538 <+40>:	mov    %esi,(%esp)
   0x0050853b <+43>:	mov    %eax,%edi
   0x0050853d <+45>:	call   0x50c020 <dplane_ctx_get_instance>
   0x00508542 <+50>:	mov    %esi,(%esp)
   0x00508545 <+53>:	mov    %ax,-0x1e(%ebp)
   0x00508549 <+57>:	call   0x50bf40 <dplane_ctx_get_type>
   0x0050854e <+62>:	mov    %esi,(%esp)
   0x00508551 <+65>:	mov    %eax,-0x24(%ebp)
   0x00508554 <+68>:	call   0x50bd70 <dplane_ctx_get_dest>
   0x00508559 <+73>:	movzwl -0x1e(%ebp),%ecx
   0x0050855d <+77>:	add    $0xc,%esp
   0x00508560 <+80>:	mov    -0x24(%ebp),%edx
   0x00508563 <+83>:	pushl  0xc(%ebp)
   0x00508566 <+86>:	pushl  -0x1c(%ebp)
   0x00508569 <+89>:	push   %edi
   0x0050856a <+90>:	call   0x502e30
=> 0x0050856f <+95>:	lea    -0xc(%ebp),%esp
   0x00508572 <+98>:	pop    %ebx
   0x00508573 <+99>:	pop    %esi
   0x00508574 <+100>:	pop    %edi
   0x00508575 <+101>:	pop    %ebp
   0x00508576 <+102>:	ret    
End of assembler dump.
#5  0x0053814d in ?? ()
2020-11-12 13:17:06,019 ERROR: assert failed at "test_route_scale/test_memory_leak": 
r1: zebra crashed. Core file found - Backtrace follows:
[New LWP 21808]
[New LWP 21812]
[New LWP 22165]
[New LWP 21811]
[New LWP 21813]
[New LWP 21879]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/lib/frr/zebra --log stdout --log-level debug -s 90000000 -d'.
Program terminated with signal SIGABRT, Aborted.
#0  0xb7f61cf5 in ?? ()
[Current thread is 1 (Thread 0xb78717c0 (LWP 21808))]
  Id   Target Id         Frame 
* 1    Thread 0xb78717c0 (LWP 21808) 0xb7f61cf5 in ?? ()
  2    Thread 0xb7020b40 (LWP 21812) 0xb7f61cf5 in ?? ()
  3    Thread 0xb54feb40 (LWP 22165) 0xb7f61cf5 in ?? ()
  4    Thread 0xb7821b40 (LWP 21811) 0xb7f61cf5 in ?? ()
  5    Thread 0xb681fb40 (LWP 21813) 0xb7f61cf5 in ?? ()
  6    Thread 0xb5cffb40 (LWP 21879) 0xb7f61cf5 in ?? ()
#0  0xb7f61cf5 in ?? ()
No symbol table info available.
#1  0xb7e92b54 in qmalloc () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#2  0xb7ebc38a in stream_new () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#3  0x00502e8e in ?? ()
No symbol table info available.
#4  0x0050856f in zsend_route_notify_owner_ctx ()
No symbol table info available.
#5  0x0053814d in ?? ()
No symbol table info available.
#6  0xb7ec7379 in thread_call () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#7  0xb7e8dec1 in frr_run () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#8  0x004e032e in main ()
No symbol table info available.
#1  0xb7e92b54 in qmalloc () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
Dump of assembler code for function qmalloc:
   0xb7e92a60 <+0>:	push   %ebp
   0xb7e92a61 <+1>:	mov    %esp,%ebp
   0xb7e92a63 <+3>:	push   %edi
   0xb7e92a64 <+4>:	push   %esi
   0xb7e92a65 <+5>:	push   %ebx
   0xb7e92a66 <+6>:	call   0xb7e65c00
   0xb7e92a6b <+11>:	add    $0xbcfa5,%ebx
   0xb7e92a71 <+17>:	sub    $0x28,%esp
   0xb7e92a74 <+20>:	pushl  0xc(%ebp)
   0xb7e92a77 <+23>:	mov    0x8(%ebp),%esi
   0xb7e92a7a <+26>:	mov    %gs:0x14,%eax
   0xb7e92a80 <+32>:	mov    %eax,-0x1c(%ebp)
   0xb7e92a83 <+35>:	xor    %eax,%eax
   0xb7e92a85 <+37>:	call   0xb7e60fe8
   0xb7e92a8a <+42>:	add    $0x10,%esp
   0xb7e92a8d <+45>:	test   %eax,%eax
   0xb7e92a8f <+47>:	mov    %eax,%edi
   0xb7e92a91 <+49>:	je     0xb7e92b40 <qmalloc+224>
   0xb7e92a97 <+55>:	mov    $0x1,%edx
   0xb7e92a9c <+60>:	lock xadd %edx,0xc(%esi)
   0xb7e92aa1 <+65>:	mov    0x10(%esi),%eax
   0xb7e92aa4 <+68>:	add    $0x1,%edx
   0xb7e92aa7 <+71>:	lea    0x10(%esi),%ecx
   0xb7e92aaa <+74>:	cmp    %eax,%edx
   0xb7e92aac <+76>:	mov    %eax,-0x20(%ebp)
   0xb7e92aaf <+79>:	ja     0xb7e92b30 <qmalloc+208>
   0xb7e92ab1 <+81>:	mov    0x14(%esi),%eax
   0xb7e92ab4 <+84>:	lea    0x14(%esi),%edx
   0xb7e92ab7 <+87>:	test   %eax,%eax
   0xb7e92ab9 <+89>:	mov    %eax,-0x20(%ebp)
   0xb7e92abc <+92>:	je     0xb7e92b20 <qmalloc+192>
   0xb7e92abe <+94>:	lea    -0x1(%eax),%edx
   0xb7e92ac1 <+97>:	cmp    $0xfffffffd,%edx
   0xb7e92ac4 <+100>:	ja     0xb7e92ad2 <qmalloc+114>
   0xb7e92ac6 <+102>:	cmp    %eax,0xc(%ebp)
   0xb7e92ac9 <+105>:	je     0xb7e92ad2 <qmalloc+114>
   0xb7e92acb <+107>:	movl   $0xffffffff,0x14(%esi)
   0xb7e92ad2 <+114>:	sub    $0xc,%esp
   0xb7e92ad5 <+117>:	push   %edi
   0xb7e92ad6 <+118>:	call   0xb7e61138
   0xb7e92adb <+123>:	mov    %eax,%edx
   0xb7e92add <+125>:	lock xadd %edx,0x18(%esi)
   0xb7e92ae2 <+130>:	add    %eax,%edx
   0xb7e92ae4 <+132>:	mov    0x1c(%esi),%eax
   0xb7e92ae7 <+135>:	add    $0x10,%esp
   0xb7e92aea <+138>:	lea    0x1c(%esi),%ecx
   0xb7e92aed <+141>:	cmp    %eax,%edx
   0xb7e92aef <+143>:	mov    %eax,-0x20(%ebp)
   0xb7e92af2 <+146>:	ja     0xb7e92b10 <qmalloc+176>
   0xb7e92af4 <+148>:	mov    -0x1c(%ebp),%ecx
   0xb7e92af7 <+151>:	xor    %gs:0x14,%ecx
   0xb7e92afe <+158>:	mov    %edi,%eax
   0xb7e92b00 <+160>:	jne    0xb7e92b54 <qmalloc+244>
   0xb7e92b02 <+162>:	lea    -0xc(%ebp),%esp
   0xb7e92b05 <+165>:	pop    %ebx
   0xb7e92b06 <+166>:	pop    %esi
   0xb7e92b07 <+167>:	pop    %edi
   0xb7e92b08 <+168>:	pop    %ebp
   0xb7e92b09 <+169>:	ret    
   0xb7e92b0a <+170>:	lea    0x0(%esi),%esi
   0xb7e92b10 <+176>:	lock cmpxchg %edx,(%ecx)
   0xb7e92b14 <+180>:	je     0xb7e92af4 <qmalloc+148>
   0xb7e92b16 <+182>:	mov    %eax,-0x20(%ebp)
   0xb7e92b19 <+185>:	jmp    0xb7e92af4 <qmalloc+148>
   0xb7e92b1b <+187>:	nop
   0xb7e92b1c <+188>:	lea    0x0(%esi,%eiz,1),%esi
   0xb7e92b20 <+192>:	mov    0xc(%ebp),%eax
   0xb7e92b23 <+195>:	xchg   %eax,(%edx)
   0xb7e92b25 <+197>:	mov    %eax,-0x20(%ebp)
   0xb7e92b28 <+200>:	jmp    0xb7e92abe <qmalloc+94>
   0xb7e92b2a <+202>:	lea    0x0(%esi),%esi
   0xb7e92b30 <+208>:	lock cmpxchg %edx,(%ecx)
   0xb7e92b34 <+212>:	cmove  -0x20(%ebp),%eax
   0xb7e92b38 <+216>:	mov    %eax,-0x20(%ebp)
   0xb7e92b3b <+219>:	jmp    0xb7e92ab1 <qmalloc+81>
   0xb7e92b40 <+224>:	mov    0xc(%ebp),%edx
   0xb7e92b43 <+227>:	test   %edx,%edx
   0xb7e92b45 <+229>:	je     0xb7e92af4 <qmalloc+148>
   0xb7e92b47 <+231>:	push   %eax
   0xb7e92b48 <+232>:	push   %eax
   0xb7e92b49 <+233>:	pushl  0x8(%esi)
   0xb7e92b4c <+236>:	pushl  0xc(%ebp)
   0xb7e92b4f <+239>:	call   0xb7e8f760 <memory_oom>
=> 0xb7e92b54 <+244>:	call   0xb7ee4a60
End of assembler dump.
#2  0xb7ebc38a in stream_new () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
Dump of assembler code for function stream_new:
   0xb7ebc360 <+0>:	push   %ebp
   0xb7ebc361 <+1>:	mov    %esp,%ebp
   0xb7ebc363 <+3>:	push   %esi
   0xb7ebc364 <+4>:	push   %ebx
   0xb7ebc365 <+5>:	mov    0x8(%ebp),%esi
   0xb7ebc368 <+8>:	call   0xb7e65c00
   0xb7ebc36d <+13>:	add    $0x936a3,%ebx
   0xb7ebc373 <+19>:	test   %esi,%esi
   0xb7ebc375 <+21>:	je     0xb7ebc3a8 <stream_new+72>
   0xb7ebc377 <+23>:	lea    0x10(%esi),%eax
   0xb7ebc37a <+26>:	sub    $0x8,%esp
   0xb7ebc37d <+29>:	push   %eax
   0xb7ebc37e <+30>:	lea    0x23d0(%ebx),%eax
   0xb7ebc384 <+36>:	push   %eax
   0xb7ebc385 <+37>:	call   0xb7e92a60 <qmalloc>
=> 0xb7ebc38a <+42>:	movl   $0x0,0x8(%eax)
   0xb7ebc391 <+49>:	movl   $0x0,0x4(%eax)
   0xb7ebc398 <+56>:	movl   $0x0,(%eax)
   0xb7ebc39e <+62>:	mov    %esi,0xc(%eax)
   0xb7ebc3a1 <+65>:	lea    -0x8(%ebp),%esp
   0xb7ebc3a4 <+68>:	pop    %ebx
   0xb7ebc3a5 <+69>:	pop    %esi
   0xb7ebc3a6 <+70>:	pop    %ebp
   0xb7ebc3a7 <+71>:	ret    
   0xb7ebc3a8 <+72>:	lea    -0x4d9f0(%ebx),%eax
   0xb7ebc3ae <+78>:	push   %eax
   0xb7ebc3af <+79>:	lea    -0x4e3eb(%ebx),%eax
   0xb7ebc3b5 <+85>:	push   $0x6c
   0xb7ebc3b7 <+87>:	push   %eax
   0xb7ebc3b8 <+88>:	lea    -0x4e3de(%ebx),%eax
   0xb7ebc3be <+94>:	push   %eax
   0xb7ebc3bf <+95>:	call   0xb7e614e0
End of assembler dump.
#3  0x00502e8e in ?? ()
#4  0x0050856f in zsend_route_notify_owner_ctx ()
Dump of assembler code for function zsend_route_notify_owner_ctx:
   0x00508510 <+0>:	push   %ebp
   0x00508511 <+1>:	mov    %esp,%ebp
   0x00508513 <+3>:	push   %edi
   0x00508514 <+4>:	push   %esi
   0x00508515 <+5>:	push   %ebx
   0x00508516 <+6>:	call   0x4e0f00 <_start+58>
   0x0050851b <+11>:	add    $0xb3175,%ebx
   0x00508521 <+17>:	sub    $0x28,%esp
   0x00508524 <+20>:	mov    0x8(%ebp),%esi
   0x00508527 <+23>:	push   %esi
   0x00508528 <+24>:	call   0x50bfd0 <dplane_ctx_get_table>
   0x0050852d <+29>:	mov    %esi,(%esp)
   0x00508530 <+32>:	mov    %eax,-0x1c(%ebp)
   0x00508533 <+35>:	call   0x50be80 <dplane_ctx_get_vrf>
   0x00508538 <+40>:	mov    %esi,(%esp)
   0x0050853b <+43>:	mov    %eax,%edi
   0x0050853d <+45>:	call   0x50c020 <dplane_ctx_get_instance>
   0x00508542 <+50>:	mov    %esi,(%esp)
   0x00508545 <+53>:	mov    %ax,-0x1e(%ebp)
   0x00508549 <+57>:	call   0x50bf40 <dplane_ctx_get_type>
   0x0050854e <+62>:	mov    %esi,(%esp)
   0x00508551 <+65>:	mov    %eax,-0x24(%ebp)
   0x00508554 <+68>:	call   0x50bd70 <dplane_ctx_get_dest>
   0x00508559 <+73>:	movzwl -0x1e(%ebp),%ecx
   0x0050855d <+77>:	add    $0xc,%esp
   0x00508560 <+80>:	mov    -0x24(%ebp),%edx
   0x00508563 <+83>:	pushl  0xc(%ebp)
   0x00508566 <+86>:	pushl  -0x1c(%ebp)
   0x00508569 <+89>:	push   %edi
   0x0050856a <+90>:	call   0x502e30
=> 0x0050856f <+95>:	lea    -0xc(%ebp),%esp
   0x00508572 <+98>:	pop    %ebx
   0x00508573 <+99>:	pop    %esi
   0x00508574 <+100>:	pop    %edi
   0x00508575 <+101>:	pop    %ebp
   0x00508576 <+102>:	ret    
End of assembler dump.
#5  0x0053814d in ?? ()

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

Addresssanitizer topotests part 1: Failed (click for details) Addresssanitizer topotests part 1: No useful log found
Topo tests part 1 on Ubuntu 16.04 amd64: Failed (click for details)

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

Topology Tests failed for Topo tests part 1 on Ubuntu 16.04 amd64:

2020-11-12 12:31:26,002 ERROR: r1: bgpd left a dead pidfile (pid=27811)
2020-11-12 12:31:57,155 ERROR: r3: bgpd left a dead pidfile (pid=29270)
2020-11-12 12:38:17,071 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP1U1604AMD64/topotests/lib/bgp.py", line 201, in create_router_bgp
    tgen, router, data_all_bgp, "bgp", build, load_config
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP1U1604AMD64/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-TP1U1604AMD64/topotests/lib/common_config.py", line 572, in load_config_to_router
    raise InvalidCLIError("%s" % output)
InvalidCLIError: line 6: % Unknown command[27]: neighbor 10.0.0.13 remote-as 0 
line 8: % Unknown command[30]: neighbor fd00:0:0:3::1 remote-as 0 
% Specify remote-as or peer-group commands first
line 10: 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: no neighbor fd00:0:0:3::1 activate 



2020-11-12 12:38:17,361 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP1U1604AMD64/topotests/lib/bgp.py", line 201, in create_router_bgp
    tgen, router, data_all_bgp, "bgp", build, load_config
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP1U1604AMD64/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-TP1U1604AMD64/topotests/lib/common_config.py", line 572, 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  



2020-11-12 12:46:42,796 ERROR: r1: bgpd left a dead pidfile (pid=17375)
2020-11-12 12:48:36,463 ERROR: assert failed at "test_bgp_as_allow_in/test_bgp_allowas_in_sameastoibgp_p1": Testcase test_bgp_allowas_in_sameastoibgp_p1 : Failed 
   Error: Missing route in RIB of router r4, routes: ['2.2.2.2/32']
  
assert "Missing route in RIB of router r4, routes: ['2.2.2.2/32']\n" is True

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

Topo tests part 0 on Ubuntu 16.04 amd64: Failed (click for details)

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

Topology Tests failed for Topo tests part 0 on Ubuntu 16.04 amd64:

2020-11-12 12:36:08,936 ERROR: assert failed at "test_route_map_topo2/test_multiple_match_statement_in_route_map_logical_ANDed_p1": Testcase test_multiple_match_statement_in_route_map_logical_ANDed_p1 : Failed 
   Error: Failed: Verifying BGP attribute locPrf for route: 1::1/128 in router: r3,  expected value: 150 but found: 100
assert 'Failed: Verifying BGP attribute locPrf for route: 1::1/128 in router: r3,  expected value: 150 but found: 100' is True
2020-11-12 12:37:08,686 ERROR: assert failed at "test_route_map_topo2/test_add_remove_rmap_to_specific_neighbor_p0": Testcase test_add_remove_rmap_to_specific_neighbor_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 12:37:52,933 ERROR: assert failed at "test_route_map_topo2/test_clear_bgp_and_flap_interface_to_verify_rmap_properties_p0": Testcase test_clear_bgp_and_flap_interface_to_verify_rmap_properties_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 12:38:37,898 ERROR: assert failed at "test_route_map_topo2/test_rmap_without_match_and_set_clause_p0": Testcase test_rmap_without_match_and_set_clause_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 12:39:23,072 ERROR: assert failed at "test_route_map_topo2/test_set_localpref_weight_to_ebgp_and_med_to_ibgp_peers_p0": Testcase test_set_localpref_weight_to_ebgp_and_med_to_ibgp_peers_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 12:40:07,922 ERROR: assert failed at "test_route_map_topo2/test_multiple_set_on_single_sequence_in_rmap_p0": Testcase test_multiple_set_on_single_sequence_in_rmap_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 12:40:52,744 ERROR: assert failed at "test_route_map_topo2/test_route_maps_with_continue_clause_p0": Testcase test_route_maps_with_continue_clause_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 12:41:37,800 ERROR: assert failed at "test_route_map_topo2/test_route_maps_with_goto_clause_p0": Testcase test_route_maps_with_goto_clause_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 12:42:22,807 ERROR: assert failed at "test_route_map_topo2/test_route_maps_with_call_clause_p0": Testcase test_route_maps_with_call_clause_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
*** defaultIntf: warning: r1 has no interfaces
2020-11-12 12:51:54,297 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::f41d:f7ff:fe8d:8246/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::a466:faff:fe5d:1c45/64']
2020-11-12 12:51:54,297 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:51:54,445 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::43f:2cff:fe6d:3af7/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::3897:e1ff:fef6:570c/64']
2020-11-12 12:51:54,445 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:51:54,608 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::40eb:6ff:fe05:644d/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::8b5:49ff:feb3:1ecf/64']
2020-11-12 12:51:54,609 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:52:09,511 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::a466:faff:fe5d:1c45/64']
2020-11-12 12:52:09,512 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:52:09,662 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::43f:2cff:fe6d:3af7/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::3897:e1ff:fef6:570c/64']
2020-11-12 12:52:09,662 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:52:09,811 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::40eb:6ff:fe05:644d/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::8b5:49ff:feb3:1ecf/64']
2020-11-12 12:52:09,811 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:52:25,520 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::f41d:f7ff:fe8d:8246/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::a466:faff:fe5d:1c45/64']
2020-11-12 12:52:25,520 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:52:25,697 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::43f:2cff:fe6d:3af7/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::3897:e1ff:fef6:570c/64']
2020-11-12 12:52:25,697 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:52:25,842 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::40eb:6ff:fe05:644d/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::8b5:49ff:feb3:1ecf/64']
2020-11-12 12:52:25,842 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:52:40,126 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::f41d:f7ff:fe8d:8246/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::a466:faff:fe5d:1c45/64']
2020-11-12 12:52:40,126 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:52:40,272 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::3897:e1ff:fef6:570c/64']
2020-11-12 12:52:40,272 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:52:40,418 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::40eb:6ff:fe05:644d/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::8b5:49ff:feb3:1ecf/64']
2020-11-12 12:52:40,418 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:52:56,617 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::f41d:f7ff:fe8d:8246/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::a466:faff:fe5d:1c45/64']
2020-11-12 12:52:56,618 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:52:56,778 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::43f:2cff:fe6d:3af7/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::3897:e1ff:fef6:570c/64']
2020-11-12 12:52:56,778 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:52:56,944 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::40eb:6ff:fe05:644d/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::8b5:49ff:feb3:1ecf/64']
2020-11-12 12:52:56,944 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}

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

Topo tests part 1 on Ubuntu 18.04 arm8: Failed (click for details) Topo tests part 1 on Ubuntu 18.04 arm8: No useful log found
Successful on other platforms/tests
  • Static analyzer (clang)
  • Ubuntu 16.04 deb pkg check
  • Addresssanitizer topotests part 0
  • IPv4 ldp protocol on Ubuntu 18.04
  • Addresssanitizer topotests part 2
  • Ubuntu 18.04 deb pkg check
  • Ubuntu 20.04 deb pkg check
  • Debian 9 deb pkg check
  • Debian 10 deb pkg check
  • CentOS 7 rpm pkg check
  • IPv6 protocols on Ubuntu 18.04
  • Fedora 29 rpm pkg check
  • Debian 8 deb pkg check
  • IPv4 protocols on Ubuntu 18.04

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-15385/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 6.0-2 -> 7.6-dev-20201112-01-g299fab613-0 (missing) -> 7.6-dev-20201112-01-g299fab613-0~deb10u1
W: frr: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201112-01-g299fab613-0 (missing) -> 7.6-dev-20201112-01-g299fab613-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201112-01-g299fab613-0 (missing) -> 7.6-dev-20201112-01-g299fab613-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201112-01-g299fab613-0 (missing) -> 7.6-dev-20201112-01-g299fab613-0~deb10u1
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201112-01-g299fab613-0 (missing) -> 7.6-dev-20201112-01-g299fab613-0~deb10u1

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Nov 12, 2020

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

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

Topology Tests failed for Topo tests part 2 on Ubuntu 18.04 arm8:

*** Error setting resource limits. Mininet's performance may be affected.
2020-11-12 11:43:40,640 ERROR: 'router_json_cmp' failed after 139.17 seconds
2020-11-12 11:43:40,643 ERROR: assert failed at "test_bgp_features/test_bgp_convergence": BGP router R1 did not converge
assert Generated JSON diff error report:
  
  > $->ipv4Unicast->peers->192.168.0.2->pfxRcd: d1 has element with value '5' but in d2 it has value '7'
  > $->ipv4Unicast->peers->192.168.101.2->pfxRcd: d1 has element with value '1' but in d2 it has value '3'
2020-11-12 11:45:30,098 ERROR: 'router_json_cmp' failed after 81.84 seconds
2020-11-12 11:45:30,102 ERROR: assert failed at "bgp_gshut.test_bgp_gshut/test_bgp_gshut": R1: Route 13.1.1.1/32 not present or has unexpected params
assert Generated JSON diff error report:
  
  > $->paths: d2 has the following element at index 0 which is not present in d1: 
  
  	{
  	    "origin": "IGP",
  	    "locPrf": 0,
  	    "metric": 0,
  	    "valid": true,
  	    "community": {
  	        "list": [
  	            "gracefulShutdown"
  	        ],
  	        "string": "graceful-shutdown"
  	    }
  	}
  
  	Closest match in d1 is at index 0 with the following errors: 
  
  	> $->paths[0]: d2 has key 'community' which is not present in d1
  
2020-11-12 11:54:21,210 ERROR: Traceback (most recent call last):
  File "/root/share/topotests/lib/common_config.py", line 2197, in create_bgp_community_lists
    tgen, router, config_data, "bgp_community_list", build=build
  File "/root/share/topotests/lib/common_config.py", line 288, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/share/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-11-12 11:54:21,513 ERROR: Traceback (most recent call last):
  File "/root/share/topotests/lib/common_config.py", line 2197, in create_bgp_community_lists
    tgen, router, config_data, "bgp_community_list", build=build
  File "/root/share/topotests/lib/common_config.py", line 288, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/share/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-11-12 11:54:21,821 ERROR: Traceback (most recent call last):
  File "/root/share/topotests/lib/common_config.py", line 2197, in create_bgp_community_lists
    tgen, router, config_data, "bgp_community_list", build=build
  File "/root/share/topotests/lib/common_config.py", line 288, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/share/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-11-12 11:54:22,127 ERROR: Traceback (most recent call last):
  File "/root/share/topotests/lib/common_config.py", line 2197, in create_bgp_community_lists
    tgen, router, config_data, "bgp_community_list", build=build
  File "/root/share/topotests/lib/common_config.py", line 288, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/share/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 



2020-11-12 11:57:46,320 ERROR: assert failed at "bgp_large_community.test_bgp_large_community_topo_2/test_large_community_lists_with_no_send_community": Testcase test_large_community_lists_with_no_send_community : Failed 
   Error: True
assert True is not True
2020-11-12 12:11:42,327 ERROR: assert failed at "test_bgp_multi_vrf_topo1/test_route_map_set_and_match_metric_p0": Testcase {} : Failed 
   Expected Behavior: Routes are denied 
  
assert True is not True
2020-11-12 12:16:02,384 ERROR: assert failed at "test_bgp_multi_vrf_topo2/test_vrf_with_multiple_links_p1": Testcase test_vrf_with_multiple_links_p1 : Failed 
   Error Nexthop set(['fe80::825:31ff:fe84:8e87']) is Missing for route 1::1/128 in RIB of router r3
  
assert "Nexthop set(['fe80::825:31ff:fe84:8e87']) is Missing for route 1::1/128 in RIB of router r3\n" is True

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

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-15386/test

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

2020-11-12 12:40:28,320 ERROR: 'router_json_cmp' failed after 130.83 seconds
2020-11-12 12:40:28,322 ERROR: assert failed at "test_bgp_features/test_bgp_convergence": BGP router R1 did not converge
assert Generated JSON diff error report:
  
  > $->ipv4Unicast->peers->192.168.0.2->pfxRcd: d1 has element with value '5' but in d2 it has value '7'
  > $->ipv4Unicast->peers->192.168.101.2->pfxRcd: d1 has element with value '1' but in d2 it has value '3'
2020-11-12 12:41:50,799 ERROR: 'router_json_cmp' failed after 67.52 seconds
2020-11-12 12:41:50,800 ERROR: assert failed at "bgp_gshut.test_bgp_gshut/test_bgp_gshut": R1: Route 13.1.1.1/32 not present or has unexpected params
assert Generated JSON diff error report:
  
  > $->paths: d2 has the following element at index 0 which is not present in d1: 
  
  	{
  	    "origin": "IGP",
  	    "locPrf": 0,
  	    "metric": 0,
  	    "valid": true,
  	    "community": {
  	        "list": [
  	            "gracefulShutdown"
  	        ],
  	        "string": "graceful-shutdown"
  	    }
  	}
  
  	Closest match in d1 is at index 0 with the following errors: 
  
  	> $->paths[0]: d2 has key 'community' which is not present in d1
  
2020-11-12 12:46:12,365 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1604I386/topotests/lib/common_config.py", line 2197, 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-11-12 12:46:12,538 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1604I386/topotests/lib/common_config.py", line 2197, 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-11-12 12:46:12,709 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1604I386/topotests/lib/common_config.py", line 2197, 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-11-12 12:46:12,879 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1604I386/topotests/lib/common_config.py", line 2197, 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 



2020-11-12 12:48:16,755 ERROR: assert failed at "bgp_large_community.test_bgp_large_community_topo_2/test_large_community_lists_with_no_send_community": Testcase test_large_community_lists_with_no_send_community : Failed 
   Error: True
assert True is not True
2020-11-12 12:48:16,835 ERROR: r4: bgpd left a dead pidfile (pid=23754)
2020-11-12 12:56:40,728 ERROR: assert failed at "test_bgp_multi_vrf_topo1/test_route_map_set_and_match_metric_p0": Testcase {} : Failed 
   Expected Behavior: Routes are denied 
  
assert True is not True
2020-11-12 12:58:57,549 ERROR: assert failed at "test_bgp_multi_vrf_topo2/test_vrf_with_multiple_links_p1": Testcase test_vrf_with_multiple_links_p1 : Failed 
   Error Nexthop set(['fe80::8811:26ff:feac:542e']) is Missing for route 1::1/128 in RIB of router r3
  
assert "Nexthop set(['fe80::8811:26ff:feac:542e']) is Missing for route 1::1/128 in RIB of router r3\n" is True

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

Topo tests part 0 on Ubuntu 18.04 amd64: Failed (click for details) Topo tests part 0 on Ubuntu 18.04 amd64: No useful log found
Topo tests part 1 on Ubuntu 16.04 i386: Failed (click for details)

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

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

RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
2020-11-12 12:43:30,213 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP1U1604I386/topotests/lib/bgp.py", line 201, in create_router_bgp
    tgen, router, data_all_bgp, "bgp", build, load_config
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP1U1604I386/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-TP1U1604I386/topotests/lib/common_config.py", line 572, in load_config_to_router
    raise InvalidCLIError("%s" % output)
InvalidCLIError: line 6: % Unknown command[27]: neighbor 10.0.0.13 remote-as 0 
line 8: % Unknown command[30]: neighbor fd00:0:0:3::1 remote-as 0 
% Specify remote-as or peer-group commands first
line 10: 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: no neighbor fd00:0:0:3::1 activate 



2020-11-12 12:43:30,610 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP1U1604I386/topotests/lib/bgp.py", line 201, in create_router_bgp
    tgen, router, data_all_bgp, "bgp", build, load_config
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP1U1604I386/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-TP1U1604I386/topotests/lib/common_config.py", line 572, 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  



2020-11-12 12:56:04,178 ERROR: r3: zebra left a dead pidfile (pid=21345)
2020-11-12 13:01:26,817 ERROR: assert failed at "test_bgp_as_allow_in/test_bgp_allowas_in_sameastoibgp_p1": Testcase test_bgp_allowas_in_sameastoibgp_p1 : Failed 
   Error: Missing route in RIB of router r4, routes: ['2.2.2.2/32']
  
assert "Missing route in RIB of router r4, routes: ['2.2.2.2/32']\n" is True

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

Topo tests part 0 on Ubuntu 18.04 arm8: Failed (click for details)

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

Topology Tests failed for Topo tests part 0 on Ubuntu 18.04 arm8:

*** Error setting resource limits. Mininet's performance may be affected.
2020-11-12 11:44:39,733 ERROR: assert failed at "test_route_map_topo2/test_multiple_match_statement_in_route_map_logical_ANDed_p1": Testcase test_multiple_match_statement_in_route_map_logical_ANDed_p1 : Failed 
   Error: Failed: Verifying BGP attribute locPrf for route: 1::1/128 in router: r3,  expected value: 150 but found: 100
assert 'Failed: Verifying BGP attribute locPrf for route: 1::1/128 in router: r3,  expected value: 150 but found: 100' is True
2020-11-12 11:46:09,609 ERROR: assert failed at "test_route_map_topo2/test_add_remove_rmap_to_specific_neighbor_p0": Testcase test_add_remove_rmap_to_specific_neighbor_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 11:47:34,433 ERROR: assert failed at "test_route_map_topo2/test_clear_bgp_and_flap_interface_to_verify_rmap_properties_p0": Testcase test_clear_bgp_and_flap_interface_to_verify_rmap_properties_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 11:48:58,987 ERROR: assert failed at "test_route_map_topo2/test_rmap_without_match_and_set_clause_p0": Testcase test_rmap_without_match_and_set_clause_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 11:50:24,317 ERROR: assert failed at "test_route_map_topo2/test_set_localpref_weight_to_ebgp_and_med_to_ibgp_peers_p0": Testcase test_set_localpref_weight_to_ebgp_and_med_to_ibgp_peers_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 11:51:49,505 ERROR: assert failed at "test_route_map_topo2/test_multiple_set_on_single_sequence_in_rmap_p0": Testcase test_multiple_set_on_single_sequence_in_rmap_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 11:53:14,753 ERROR: assert failed at "test_route_map_topo2/test_route_maps_with_continue_clause_p0": Testcase test_route_maps_with_continue_clause_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 11:54:40,199 ERROR: assert failed at "test_route_map_topo2/test_route_maps_with_goto_clause_p0": Testcase test_route_maps_with_goto_clause_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 11:56:05,463 ERROR: assert failed at "test_route_map_topo2/test_route_maps_with_call_clause_p0": Testcase test_route_maps_with_call_clause_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
*** defaultIntf: warning: r1 has no interfaces
2020-11-12 12:33:54,891 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::848d:7ff:fee0:a22b/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::43d:bbff:fe46:9877/64']
2020-11-12 12:33:54,892 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:33:55,205 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::bc90:d9ff:fe65:fdd3/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::f04e:4ff:fecc:be75/64']
2020-11-12 12:33:55,206 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:33:55,524 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::18ea:32ff:fe2b:e3e7/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::588e:39ff:fe2d:3830/64']
2020-11-12 12:33:55,524 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:34:13,792 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::43d:bbff:fe46:9877/64']
2020-11-12 12:34:13,793 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:34:14,107 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::bc90:d9ff:fe65:fdd3/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::f04e:4ff:fecc:be75/64']
2020-11-12 12:34:14,107 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:34:14,424 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::18ea:32ff:fe2b:e3e7/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::588e:39ff:fe2d:3830/64']
2020-11-12 12:34:14,425 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:34:32,537 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::848d:7ff:fee0:a22b/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::43d:bbff:fe46:9877/64']
2020-11-12 12:34:32,537 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:34:32,850 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::bc90:d9ff:fe65:fdd3/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::f04e:4ff:fecc:be75/64']
2020-11-12 12:34:32,851 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:34:33,166 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::18ea:32ff:fe2b:e3e7/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::588e:39ff:fe2d:3830/64']
2020-11-12 12:34:33,166 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:34:48,015 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::848d:7ff:fee0:a22b/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::43d:bbff:fe46:9877/64']
2020-11-12 12:34:48,015 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:34:48,335 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::f04e:4ff:fecc:be75/64']
2020-11-12 12:34:48,335 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:34:48,650 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::18ea:32ff:fe2b:e3e7/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::588e:39ff:fe2d:3830/64']
2020-11-12 12:34:48,650 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:35:03,488 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::848d:7ff:fee0:a22b/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::43d:bbff:fe46:9877/64']
2020-11-12 12:35:03,488 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:35:03,801 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::bc90:d9ff:fe65:fdd3/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::f04e:4ff:fecc:be75/64']
2020-11-12 12:35:03,802 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:35:04,119 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::18ea:32ff:fe2b:e3e7/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::588e:39ff:fe2d:3830/64']
2020-11-12 12:35:04,119 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}

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

Topo tests part 1 on Ubuntu 18.04 amd64: Failed (click for details)

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

Topology Tests failed for Topo tests part 1 on Ubuntu 18.04 amd64:

2020-11-12 11:42:48,895 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP1U1804AMD64/topotests/lib/bgp.py", line 201, in create_router_bgp
    tgen, router, data_all_bgp, "bgp", build, load_config
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP1U1804AMD64/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-TP1U1804AMD64/topotests/lib/common_config.py", line 572, in load_config_to_router
    raise InvalidCLIError("%s" % output)
InvalidCLIError: line 6: % Unknown command[27]: neighbor 10.0.0.13 remote-as 0 
line 8: % Unknown command[30]: neighbor fd00:0:0:3::1 remote-as 0 
% Specify remote-as or peer-group commands first
line 10: 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: no neighbor fd00:0:0:3::1 activate 



2020-11-12 11:42:49,253 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP1U1804AMD64/topotests/lib/bgp.py", line 201, in create_router_bgp
    tgen, router, data_all_bgp, "bgp", build, load_config
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP1U1804AMD64/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-TP1U1804AMD64/topotests/lib/common_config.py", line 572, 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  



2020-11-12 11:57:43,173 ERROR: assert failed at "test_bgp_as_allow_in/test_bgp_allowas_in_sameastoibgp_p1": Testcase test_bgp_allowas_in_sameastoibgp_p1 : Failed 
   Error: Missing route in RIB of router r4, routes: ['2.2.2.2/32']
  
assert "Missing route in RIB of router r4, routes: ['2.2.2.2/32']\n" is True
2020-11-12 11:57:52,449 ERROR: r5: zebra left a dead pidfile (pid=29642)
2020-11-12 11:57:53,166 ERROR: r3: bgpd left a dead pidfile (pid=29900)

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

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

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

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

2020-11-12 12:40:38,407 ERROR: 'router_json_cmp' failed after 129.17 seconds
2020-11-12 12:40:38,409 ERROR: assert failed at "test_bgp_features/test_bgp_convergence": BGP router R1 did not converge
assert Generated JSON diff error report:
  
  > $->ipv4Unicast->peers->192.168.0.2->pfxRcd: d1 has element with value '5' but in d2 it has value '7'
  > $->ipv4Unicast->peers->192.168.101.2->pfxRcd: d1 has element with value '1' but in d2 it has value '3'
2020-11-12 12:41:56,456 ERROR: 'router_json_cmp' failed after 64.65 seconds
2020-11-12 12:41:56,458 ERROR: assert failed at "bgp_gshut.test_bgp_gshut/test_bgp_gshut": R1: Route 13.1.1.1/32 not present or has unexpected params
assert Generated JSON diff error report:
  
  > $->paths: d2 has the following element at index 0 which is not present in d1: 
  
  	{
  	    "origin": "IGP",
  	    "locPrf": 0,
  	    "metric": 0,
  	    "valid": true,
  	    "community": {
  	        "list": [
  	            "gracefulShutdown"
  	        ],
  	        "string": "graceful-shutdown"
  	    }
  	}
  
  	Closest match in d1 is at index 0 with the following errors: 
  
  	> $->paths[0]: d2 has key 'community' which is not present in d1
  
2020-11-12 12:42:48,265 ERROR: r3: bgpd left a dead pidfile (pid=7928)
2020-11-12 12:46:10,804 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP0U1604AMD64/topotests/lib/common_config.py", line 2197, 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-TP0U1604AMD64/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-TP0U1604AMD64/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-11-12 12:46:10,960 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP0U1604AMD64/topotests/lib/common_config.py", line 2197, 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-TP0U1604AMD64/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-TP0U1604AMD64/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-11-12 12:46:11,115 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP0U1604AMD64/topotests/lib/common_config.py", line 2197, 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-TP0U1604AMD64/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-TP0U1604AMD64/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-11-12 12:46:11,270 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP0U1604AMD64/topotests/lib/common_config.py", line 2197, 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-TP0U1604AMD64/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-TP0U1604AMD64/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 



2020-11-12 12:48:08,399 ERROR: assert failed at "bgp_large_community.test_bgp_large_community_topo_2/test_large_community_lists_with_no_send_community": Testcase test_large_community_lists_with_no_send_community : Failed 
   Error: True
assert True is not True
2020-11-12 12:55:22,130 ERROR: assert failed at "test_bgp_multi_vrf_topo1/test_route_map_set_and_match_metric_p0": Testcase {} : Failed 
   Expected Behavior: Routes are denied 
  
assert True is not True
2020-11-12 12:57:19,104 ERROR: assert failed at "test_bgp_multi_vrf_topo2/test_vrf_with_multiple_links_p1": Testcase test_vrf_with_multiple_links_p1 : Failed 
   Error Nexthop set(['fe80::a06c:d0ff:feec:c1fe']) is Missing for route 1::1/128 in RIB of router r3
  
assert "Nexthop set(['fe80::a06c:d0ff:feec:c1fe']) is Missing for route 1::1/128 in RIB of router r3\n" is True
2020-11-12 12:58:24,205 ERROR: blue1: bgpd left a dead pidfile (pid=31444)

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

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

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

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

2020-11-12 12:42:26,823 ERROR: assert failed at "test_route_map_topo2/test_multiple_match_statement_in_route_map_logical_ANDed_p1": Testcase test_multiple_match_statement_in_route_map_logical_ANDed_p1 : Failed 
   Error: Failed: Verifying BGP attribute locPrf for route: 1::1/128 in router: r3,  expected value: 150 but found: 100
assert 'Failed: Verifying BGP attribute locPrf for route: 1::1/128 in router: r3,  expected value: 150 but found: 100' is True
2020-11-12 12:43:42,948 ERROR: assert failed at "test_route_map_topo2/test_add_remove_rmap_to_specific_neighbor_p0": Testcase test_add_remove_rmap_to_specific_neighbor_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 12:44:56,287 ERROR: assert failed at "test_route_map_topo2/test_clear_bgp_and_flap_interface_to_verify_rmap_properties_p0": Testcase test_clear_bgp_and_flap_interface_to_verify_rmap_properties_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 12:46:10,520 ERROR: assert failed at "test_route_map_topo2/test_rmap_without_match_and_set_clause_p0": Testcase test_rmap_without_match_and_set_clause_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 12:47:24,912 ERROR: assert failed at "test_route_map_topo2/test_set_localpref_weight_to_ebgp_and_med_to_ibgp_peers_p0": Testcase test_set_localpref_weight_to_ebgp_and_med_to_ibgp_peers_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 12:48:37,392 ERROR: assert failed at "test_route_map_topo2/test_multiple_set_on_single_sequence_in_rmap_p0": Testcase test_multiple_set_on_single_sequence_in_rmap_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 12:49:53,835 ERROR: assert failed at "test_route_map_topo2/test_route_maps_with_continue_clause_p0": Testcase test_route_maps_with_continue_clause_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 12:51:22,799 ERROR: assert failed at "test_route_map_topo2/test_route_maps_with_goto_clause_p0": Testcase test_route_maps_with_goto_clause_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 12:52:55,469 ERROR: assert failed at "test_route_map_topo2/test_route_maps_with_call_clause_p0": Testcase test_route_maps_with_call_clause_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
*** defaultIntf: warning: r1 has no interfaces
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
2020-11-12 13:04:58,179 ERROR: r1: isisd left a dead pidfile (pid=5764)
2020-11-12 13:07:36,591 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::14ac:50ff:fed0:d1b0/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::50b8:bdff:fee1:985a/64']
2020-11-12 13:07:36,591 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 13:07:36,875 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::e44f:b0ff:fe5a:a8d6/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::3485:38ff:feb1:2ea9/64']
2020-11-12 13:07:36,876 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 13:07:37,145 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::5c40:5aff:fe64:5338/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::8f6:54ff:fea7:1412/64']
2020-11-12 13:07:37,145 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 13:07:50,923 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::50b8:bdff:fee1:985a/64']
2020-11-12 13:07:50,923 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 13:07:51,215 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::e44f:b0ff:fe5a:a8d6/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::3485:38ff:feb1:2ea9/64']
2020-11-12 13:07:51,216 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 13:07:51,501 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::5c40:5aff:fe64:5338/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::8f6:54ff:fea7:1412/64']
2020-11-12 13:07:51,501 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 13:08:07,504 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::14ac:50ff:fed0:d1b0/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::50b8:bdff:fee1:985a/64']
2020-11-12 13:08:07,504 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 13:08:07,721 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::e44f:b0ff:fe5a:a8d6/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::3485:38ff:feb1:2ea9/64']
2020-11-12 13:08:07,721 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 13:08:07,955 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::5c40:5aff:fe64:5338/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::8f6:54ff:fea7:1412/64']
2020-11-12 13:08:07,956 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 13:08:22,734 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::14ac:50ff:fed0:d1b0/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::50b8:bdff:fee1:985a/64']
2020-11-12 13:08:22,734 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 13:08:23,015 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::3485:38ff:feb1:2ea9/64']
2020-11-12 13:08:23,015 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 13:08:23,303 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::5c40:5aff:fe64:5338/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::8f6:54ff:fea7:1412/64']
2020-11-12 13:08:23,303 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 13:08:39,603 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::14ac:50ff:fed0:d1b0/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::50b8:bdff:fee1:985a/64']
2020-11-12 13:08:39,604 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 13:08:39,870 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::e44f:b0ff:fe5a:a8d6/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::3485:38ff:feb1:2ea9/64']
2020-11-12 13:08:39,871 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 13:08:40,153 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::5c40:5aff:fe64:5338/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::8f6:54ff:fea7:1412/64']
2020-11-12 13:08:40,154 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}

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

Topo tests part 2 on Ubuntu 18.04 amd64: Failed (click for details)

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

Topology Tests failed for Topo tests part 2 on Ubuntu 18.04 amd64:

2020-11-12 11:40:47,038 ERROR: 'router_json_cmp' failed after 129.60 seconds
2020-11-12 11:40:47,041 ERROR: assert failed at "test_bgp_features/test_bgp_convergence": BGP router R1 did not converge
assert Generated JSON diff error report:
  
  > $->ipv4Unicast->peers->192.168.0.2->pfxRcd: d1 has element with value '5' but in d2 it has value '7'
  > $->ipv4Unicast->peers->192.168.101.2->pfxRcd: d1 has element with value '1' but in d2 it has value '3'
2020-11-12 11:42:06,087 ERROR: 'router_json_cmp' failed after 65.08 seconds
2020-11-12 11:42:06,088 ERROR: assert failed at "bgp_gshut.test_bgp_gshut/test_bgp_gshut": R1: Route 13.1.1.1/32 not present or has unexpected params
assert Generated JSON diff error report:
  
  > $->paths: d2 has the following element at index 0 which is not present in d1: 
  
  	{
  	    "origin": "IGP",
  	    "locPrf": 0,
  	    "metric": 0,
  	    "valid": true,
  	    "community": {
  	        "list": [
  	            "gracefulShutdown"
  	        ],
  	        "string": "graceful-shutdown"
  	    }
  	}
  
  	Closest match in d1 is at index 0 with the following errors: 
  
  	> $->paths[0]: d2 has key 'community' which is not present in d1
  
2020-11-12 11:47:52,481 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1804AMD64/topotests/lib/common_config.py", line 2197, 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-TP2U1804AMD64/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-TP2U1804AMD64/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-11-12 11:47:52,628 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1804AMD64/topotests/lib/common_config.py", line 2197, 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-TP2U1804AMD64/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-TP2U1804AMD64/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-11-12 11:47:52,775 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1804AMD64/topotests/lib/common_config.py", line 2197, 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-TP2U1804AMD64/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-TP2U1804AMD64/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-11-12 11:47:52,922 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1804AMD64/topotests/lib/common_config.py", line 2197, 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-TP2U1804AMD64/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-TP2U1804AMD64/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 



2020-11-12 11:49:45,503 ERROR: assert failed at "bgp_large_community.test_bgp_large_community_topo_2/test_large_community_lists_with_no_send_community": Testcase test_large_community_lists_with_no_send_community : Failed 
   Error: True
assert True is not True
2020-11-12 11:57:14,711 ERROR: assert failed at "test_bgp_multi_vrf_topo1/test_route_map_set_and_match_metric_p0": Testcase {} : Failed 
   Expected Behavior: Routes are denied 
  
assert True is not True
2020-11-12 11:59:15,621 ERROR: assert failed at "test_bgp_multi_vrf_topo2/test_vrf_with_multiple_links_p1": Testcase test_vrf_with_multiple_links_p1 : Failed 
   Error Nexthop set(['fe80::88ae:4cff:feed:bd49']) is Missing for route 1::1/128 in RIB of router r3
  
assert "Nexthop set(['fe80::88ae:4cff:feed:bd49']) is Missing for route 1::1/128 in RIB of router r3\n" is True

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

Addresssanitizer topotests part 1: Failed (click for details) Addresssanitizer topotests part 1: No useful log found
Topo tests part 1 on Ubuntu 16.04 amd64: Failed (click for details)

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

Topology Tests failed for Topo tests part 1 on Ubuntu 16.04 amd64:

2020-11-12 12:35:14,988 ERROR: r2: bgpd left a dead pidfile (pid=14084)
2020-11-12 12:42:54,285 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP1U1604AMD64/topotests/lib/bgp.py", line 201, in create_router_bgp
    tgen, router, data_all_bgp, "bgp", build, load_config
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP1U1604AMD64/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-TP1U1604AMD64/topotests/lib/common_config.py", line 572, in load_config_to_router
    raise InvalidCLIError("%s" % output)
InvalidCLIError: line 6: % Unknown command[27]: neighbor 10.0.0.13 remote-as 0 
line 8: % Unknown command[30]: neighbor fd00:0:0:3::1 remote-as 0 
% Specify remote-as or peer-group commands first
line 10: 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: no neighbor fd00:0:0:3::1 activate 



2020-11-12 12:42:54,660 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP1U1604AMD64/topotests/lib/bgp.py", line 201, in create_router_bgp
    tgen, router, data_all_bgp, "bgp", build, load_config
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP1U1604AMD64/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-TP1U1604AMD64/topotests/lib/common_config.py", line 572, 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  



2020-11-12 12:58:13,271 ERROR: assert failed at "test_bgp_as_allow_in/test_bgp_allowas_in_sameastoibgp_p1": Testcase test_bgp_allowas_in_sameastoibgp_p1 : Failed 
   Error: Missing route in RIB of router r4, routes: ['2.2.2.2/32']
  
assert "Missing route in RIB of router r4, routes: ['2.2.2.2/32']\n" is True

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

Topo tests part 0 on Ubuntu 16.04 amd64: Failed (click for details)

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

Topology Tests failed for Topo tests part 0 on Ubuntu 16.04 amd64:

2020-11-12 12:40:08,872 ERROR: assert failed at "test_route_map_topo2/test_multiple_match_statement_in_route_map_logical_ANDed_p1": Testcase test_multiple_match_statement_in_route_map_logical_ANDed_p1 : Failed 
   Error: Failed: Verifying BGP attribute locPrf for route: 1::1/128 in router: r3,  expected value: 150 but found: 100
assert 'Failed: Verifying BGP attribute locPrf for route: 1::1/128 in router: r3,  expected value: 150 but found: 100' is True
2020-11-12 12:41:09,694 ERROR: assert failed at "test_route_map_topo2/test_add_remove_rmap_to_specific_neighbor_p0": Testcase test_add_remove_rmap_to_specific_neighbor_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 12:41:54,734 ERROR: assert failed at "test_route_map_topo2/test_clear_bgp_and_flap_interface_to_verify_rmap_properties_p0": Testcase test_clear_bgp_and_flap_interface_to_verify_rmap_properties_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 12:42:39,624 ERROR: assert failed at "test_route_map_topo2/test_rmap_without_match_and_set_clause_p0": Testcase test_rmap_without_match_and_set_clause_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 12:43:25,310 ERROR: assert failed at "test_route_map_topo2/test_set_localpref_weight_to_ebgp_and_med_to_ibgp_peers_p0": Testcase test_set_localpref_weight_to_ebgp_and_med_to_ibgp_peers_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 12:44:11,016 ERROR: assert failed at "test_route_map_topo2/test_multiple_set_on_single_sequence_in_rmap_p0": Testcase test_multiple_set_on_single_sequence_in_rmap_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 12:44:57,232 ERROR: assert failed at "test_route_map_topo2/test_route_maps_with_continue_clause_p0": Testcase test_route_maps_with_continue_clause_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 12:45:43,211 ERROR: assert failed at "test_route_map_topo2/test_route_maps_with_goto_clause_p0": Testcase test_route_maps_with_goto_clause_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
2020-11-12 12:46:28,627 ERROR: assert failed at "test_route_map_topo2/test_route_maps_with_call_clause_p0": Testcase test_route_maps_with_call_clause_p0 : Failed 
   Error: No route found in rib of router r3..
assert 'No route found in rib of router r3..' is True
*** defaultIntf: warning: r1 has no interfaces
2020-11-12 12:56:04,436 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::8a8:8dff:fefc:9d2b/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::e8f2:c2ff:fef1:4ae3/64']
2020-11-12 12:56:04,437 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:56:04,588 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::c45b:39ff:fe4e:c439/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::2c2e:73ff:fef3:2fef/64']
2020-11-12 12:56:04,588 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:56:04,741 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::fcc3:bbff:fec0:faee/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::d43b:cff:fe4e:832f/64']
2020-11-12 12:56:04,741 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:56:19,364 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::e8f2:c2ff:fef1:4ae3/64']
2020-11-12 12:56:19,364 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:56:19,520 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::c45b:39ff:fe4e:c439/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::2c2e:73ff:fef3:2fef/64']
2020-11-12 12:56:19,520 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:56:19,673 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::fcc3:bbff:fec0:faee/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::d43b:cff:fe4e:832f/64']
2020-11-12 12:56:19,674 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:56:35,221 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::8a8:8dff:fefc:9d2b/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::e8f2:c2ff:fef1:4ae3/64']
2020-11-12 12:56:35,221 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:56:35,364 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::c45b:39ff:fe4e:c439/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::2c2e:73ff:fef3:2fef/64']
2020-11-12 12:56:35,365 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:56:35,505 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::fcc3:bbff:fec0:faee/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::d43b:cff:fe4e:832f/64']
2020-11-12 12:56:35,506 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:56:50,335 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::8a8:8dff:fefc:9d2b/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::e8f2:c2ff:fef1:4ae3/64']
2020-11-12 12:56:50,335 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:56:50,491 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::2c2e:73ff:fef3:2fef/64']
2020-11-12 12:56:50,491 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:56:50,646 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::fcc3:bbff:fec0:faee/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::d43b:cff:fe4e:832f/64']
2020-11-12 12:56:50,646 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:57:06,868 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::8a8:8dff:fefc:9d2b/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::e8f2:c2ff:fef1:4ae3/64']
2020-11-12 12:57:06,868 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:57:07,023 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::c45b:39ff:fe4e:c439/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::2c2e:73ff:fef3:2fef/64']
2020-11-12 12:57:07,024 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-12 12:57:07,182 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::fcc3:bbff:fec0:faee/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::d43b:cff:fe4e:832f/64']
2020-11-12 12:57:07,182 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}

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

Topo tests part 1 on Ubuntu 18.04 arm8: Failed (click for details) Topo tests part 1 on Ubuntu 18.04 arm8: No useful log found
Successful on other platforms/tests
  • Static analyzer (clang)
  • Ubuntu 16.04 deb pkg check
  • IPv4 ldp protocol on Ubuntu 18.04
  • Addresssanitizer topotests part 2
  • Ubuntu 20.04 deb pkg check
  • Ubuntu 18.04 deb pkg check
  • Debian 9 deb pkg check
  • CentOS 7 rpm pkg check
  • Addresssanitizer topotests part 0
  • Debian 10 deb pkg check
  • IPv6 protocols on Ubuntu 18.04
  • Fedora 29 rpm pkg check
  • Debian 8 deb pkg check
  • IPv4 protocols on Ubuntu 18.04

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-15386/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 6.0-2 -> 7.6-dev-20201112-01-g8f2f662bf-0 (missing) -> 7.6-dev-20201112-01-g8f2f662bf-0~deb10u1
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201112-01-g8f2f662bf-0 (missing) -> 7.6-dev-20201112-01-g8f2f662bf-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201112-01-g8f2f662bf-0 (missing) -> 7.6-dev-20201112-01-g8f2f662bf-0~deb10u1
W: frr-snmp: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201112-01-g8f2f662bf-0 (missing) -> 7.6-dev-20201112-01-g8f2f662bf-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201112-01-g8f2f662bf-0 (missing) -> 7.6-dev-20201112-01-g8f2f662bf-0~deb10u1

Copy link
Member

@donaldsharp donaldsharp left a comment

Choose a reason for hiding this comment

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

What happens if c1 sends a route refresh command to x1, do we send the data again?

bgpd/bgp_updgrp_adv.c Outdated Show resolved Hide resolved
@ton31337
Copy link
Member Author

What happens if c1 sends a route refresh command to x1, do we send the data again?

You are right. Route-refresh is broken here. I'll debug and update.

@LabN-CI
Copy link
Collaborator

LabN-CI commented Nov 13, 2020

Outdated results 💚

Basic BGPD CI results: SUCCESS, 0 tests failed

_ _
Result SUCCESS git merge/7507 7ea9623
Date 11/13/2020
Start 06:35:42
Finish 07:10:54
Run-Time 35:12
Total 1815
Pass 1815
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2020-11-13-06:35:42.txt
Log autoscript-2020-11-13-06:36:38.log.bz2
Memory 466 470 417

For details, please contact louberger

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Nov 13, 2020

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

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

Topology Tests failed for Topo tests part 2 on Ubuntu 18.04 arm8:

*** Error setting resource limits. Mininet's performance may be affected.
2020-11-13 12:01:14,427 ERROR: r2: bgpd left a dead pidfile (pid=11646)
2020-11-13 12:07:34,534 ERROR: Traceback (most recent call last):
  File "/root/share/topotests/lib/common_config.py", line 2197, in create_bgp_community_lists
    tgen, router, config_data, "bgp_community_list", build=build
  File "/root/share/topotests/lib/common_config.py", line 288, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/share/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-11-13 12:07:34,844 ERROR: Traceback (most recent call last):
  File "/root/share/topotests/lib/common_config.py", line 2197, in create_bgp_community_lists
    tgen, router, config_data, "bgp_community_list", build=build
  File "/root/share/topotests/lib/common_config.py", line 288, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/share/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-11-13 12:07:35,152 ERROR: Traceback (most recent call last):
  File "/root/share/topotests/lib/common_config.py", line 2197, in create_bgp_community_lists
    tgen, router, config_data, "bgp_community_list", build=build
  File "/root/share/topotests/lib/common_config.py", line 288, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/share/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-11-13 12:07:35,458 ERROR: Traceback (most recent call last):
  File "/root/share/topotests/lib/common_config.py", line 2197, in create_bgp_community_lists
    tgen, router, config_data, "bgp_community_list", build=build
  File "/root/share/topotests/lib/common_config.py", line 288, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/share/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 



2020-11-13 12:11:04,023 ERROR: assert failed at "bgp_large_community.test_bgp_large_community_topo_2/test_large_community_lists_with_no_send_community": Testcase test_large_community_lists_with_no_send_community : Failed 
   Error: True
assert True is not True
2020-11-13 12:31:30,261 ERROR: blue1: staticd left a dead pidfile (pid=31415)

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

Topo tests part 2 on Ubuntu 18.04 amd64: Failed (click for details)

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

Topology Tests failed for Topo tests part 2 on Ubuntu 18.04 amd64:

2020-11-13 11:59:15,578 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1804AMD64/topotests/lib/common_config.py", line 2197, 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-TP2U1804AMD64/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-TP2U1804AMD64/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-11-13 11:59:15,741 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1804AMD64/topotests/lib/common_config.py", line 2197, 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-TP2U1804AMD64/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-TP2U1804AMD64/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-11-13 11:59:15,902 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1804AMD64/topotests/lib/common_config.py", line 2197, 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-TP2U1804AMD64/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-TP2U1804AMD64/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-11-13 11:59:16,065 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1804AMD64/topotests/lib/common_config.py", line 2197, 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-TP2U1804AMD64/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-TP2U1804AMD64/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 



2020-11-13 12:01:17,723 ERROR: assert failed at "bgp_large_community.test_bgp_large_community_topo_2/test_large_community_lists_with_no_send_community": Testcase test_large_community_lists_with_no_send_community : Failed 
   Error: True
assert True is not True
2020-11-13 12:02:02,395 ERROR: r4: bgpd left a dead pidfile (pid=29875)

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

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

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

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

2020-11-13 12:57:35,500 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP0U1604AMD64/topotests/lib/common_config.py", line 2197, 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-TP0U1604AMD64/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-TP0U1604AMD64/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-11-13 12:57:35,657 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP0U1604AMD64/topotests/lib/common_config.py", line 2197, 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-TP0U1604AMD64/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-TP0U1604AMD64/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-11-13 12:57:35,820 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP0U1604AMD64/topotests/lib/common_config.py", line 2197, 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-TP0U1604AMD64/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-TP0U1604AMD64/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-11-13 12:57:35,959 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP0U1604AMD64/topotests/lib/common_config.py", line 2197, 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-TP0U1604AMD64/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-TP0U1604AMD64/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 



2020-11-13 12:57:49,604 ERROR: r1: bgpd left a dead pidfile (pid=21854)
2020-11-13 12:59:27,306 ERROR: assert failed at "bgp_large_community.test_bgp_large_community_topo_2/test_large_community_lists_with_no_send_community": Testcase test_large_community_lists_with_no_send_community : Failed 
   Error: True
assert True is not True

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

Topo tests part 0 on Ubuntu 18.04 arm8: Failed (click for details)

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

Topology Tests failed for Topo tests part 0 on Ubuntu 18.04 arm8:

*** Error setting resource limits. Mininet's performance may be affected.
*** defaultIntf: warning: r1 has no interfaces
2020-11-13 12:37:15,236 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::7cf2:46ff:fe38:b7f4/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::7471:a2ff:fe43:24d9/64']
2020-11-13 12:37:15,237 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 12:37:15,553 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::5882:baff:fe38:ff33/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::7090:62ff:fe9b:4443/64']
2020-11-13 12:37:15,553 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 12:37:15,868 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::fc43:5eff:fe0e:e367/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::34bc:65ff:fedf:b53/64']
2020-11-13 12:37:15,869 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 12:37:34,133 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::7471:a2ff:fe43:24d9/64']
2020-11-13 12:37:34,133 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 12:37:34,446 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::5882:baff:fe38:ff33/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::7090:62ff:fe9b:4443/64']
2020-11-13 12:37:34,447 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 12:37:34,762 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::fc43:5eff:fe0e:e367/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::34bc:65ff:fedf:b53/64']
2020-11-13 12:37:34,762 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 12:37:52,888 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::7cf2:46ff:fe38:b7f4/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::7471:a2ff:fe43:24d9/64']
2020-11-13 12:37:52,889 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 12:37:53,201 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::5882:baff:fe38:ff33/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::7090:62ff:fe9b:4443/64']
2020-11-13 12:37:53,202 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 12:37:53,515 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::fc43:5eff:fe0e:e367/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::34bc:65ff:fedf:b53/64']
2020-11-13 12:37:53,516 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 12:38:08,373 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::7cf2:46ff:fe38:b7f4/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::7471:a2ff:fe43:24d9/64']
2020-11-13 12:38:08,373 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 12:38:08,691 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::7090:62ff:fe9b:4443/64']
2020-11-13 12:38:08,692 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 12:38:09,008 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::fc43:5eff:fe0e:e367/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::34bc:65ff:fedf:b53/64']
2020-11-13 12:38:09,009 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 12:38:23,847 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::7cf2:46ff:fe38:b7f4/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::7471:a2ff:fe43:24d9/64']
2020-11-13 12:38:23,848 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 12:38:24,164 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::5882:baff:fe38:ff33/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::7090:62ff:fe9b:4443/64']
2020-11-13 12:38:24,165 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 12:38:24,481 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::fc43:5eff:fe0e:e367/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::34bc:65ff:fedf:b53/64']
2020-11-13 12:38:24,481 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}

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

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-15408/test

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

2020-11-13 12:54:35,447 ERROR: r2: staticd left a dead pidfile (pid=18240)
2020-11-13 12:57:59,832 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1604I386/topotests/lib/common_config.py", line 2197, 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-11-13 12:58:00,002 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1604I386/topotests/lib/common_config.py", line 2197, 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-11-13 12:58:00,175 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1604I386/topotests/lib/common_config.py", line 2197, 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-11-13 12:58:00,344 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1604I386/topotests/lib/common_config.py", line 2197, 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 



2020-11-13 13:00:05,561 ERROR: assert failed at "bgp_large_community.test_bgp_large_community_topo_2/test_large_community_lists_with_no_send_community": Testcase test_large_community_lists_with_no_send_community : Failed 
   Error: True
assert True is not True
2020-11-13 13:18:40,320 ERROR: r1: staticd left a dead pidfile (pid=17838)

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

Successful on other platforms/tests
  • Topo tests part 1 on Ubuntu 18.04 amd64
  • Addresssanitizer topotests part 2
  • Addresssanitizer topotests part 1
  • CentOS 7 rpm pkg check
  • IPv4 ldp protocol on Ubuntu 18.04
  • Addresssanitizer topotests part 0
  • Debian 8 deb pkg check
  • Topo tests part 0 on Ubuntu 16.04 amd64
  • Topo tests part 1 on Ubuntu 18.04 arm8
  • Topo tests part 1 on Ubuntu 16.04 amd64
  • Topo tests part 0 on Ubuntu 18.04 amd64
  • IPv6 protocols on Ubuntu 18.04
  • Topo tests part 0 on Ubuntu 16.04 i386
  • Topo tests part 1 on Ubuntu 16.04 i386
  • Debian 10 deb pkg check
  • IPv4 protocols on Ubuntu 18.04
  • Fedora 29 rpm pkg check
  • Debian 9 deb pkg check
  • Static analyzer (clang)
  • Ubuntu 18.04 deb pkg check
  • Ubuntu 20.04 deb pkg check
  • Ubuntu 16.04 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-15408/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 6.0-2 -> 7.6-dev-20201113-01-g7ea962352-0 (missing) -> 7.6-dev-20201113-01-g7ea962352-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201113-01-g7ea962352-0 (missing) -> 7.6-dev-20201113-01-g7ea962352-0~deb10u1
W: frr-snmp: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201113-01-g7ea962352-0 (missing) -> 7.6-dev-20201113-01-g7ea962352-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201113-01-g7ea962352-0 (missing) -> 7.6-dev-20201113-01-g7ea962352-0~deb10u1
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201113-01-g7ea962352-0 (missing) -> 7.6-dev-20201113-01-g7ea962352-0~deb10u1

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Nov 13, 2020

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

In file included from bgpd/bgp_updgrp.c:27:0:
bgpd/bgp_updgrp.c: In function updgrp_policy_update_walkcb:
bgpd/bgp_updgrp.c:1393:12: error: paf undeclared (first use in this function)
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
bgpd/bgp_updgrp.c:1393:12: note: each undeclared identifier is reported only once for each function it appears in
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
Makefile:7630: recipe for target 'bgpd/bgp_updgrp.o' failed
Fedora 29 amd64 build: Failed (click for details)

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

In file included from bgpd/bgp_updgrp.c:27:
bgpd/bgp_updgrp.c: In function updgrp_policy_update_walkcb:
bgpd/bgp_updgrp.c:1393:12: error: paf undeclared (first use in this function)
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
bgpd/bgp_updgrp.c:1393:12: note: each undeclared identifier is reported only once for each function it appears in
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
make[1]: *** [Makefile:8160: bgpd/bgp_updgrp.o] Error 1

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

In file included from bgpd/bgp_updgrp.c:27:
bgpd/bgp_updgrp.c: In function 'updgrp_policy_update_walkcb':
bgpd/bgp_updgrp.c:1393:12: error: 'paf' undeclared (first use in this function)
 1393 |   SET_FLAG(paf->subgroup->sflags, SUBGRP_STATUS_FORCE_UPDATES);
./lib/zebra.h:377:31: note: in definition of macro 'SET_FLAG'
bgpd/bgp_updgrp.c:1393:12: note: each undeclared identifier is reported only once for each function it appears in
 1393 |   SET_FLAG(paf->subgroup->sflags, SUBGRP_STATUS_FORCE_UPDATES);
./lib/zebra.h:377:31: note: in definition of macro 'SET_FLAG'
gmake[1]: *** [Makefile:8160: bgpd/bgp_updgrp.o] Error 1

FreeBSD 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15415/artifact/CI009BUILD/config.status/config.status

Ubuntu 16.04 arm7 build: Failed (click for details)

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

In file included from bgpd/bgp_updgrp.c:27:0:
bgpd/bgp_updgrp.c: In function updgrp_policy_update_walkcb:
bgpd/bgp_updgrp.c:1393:12: error: paf undeclared (first use in this function)
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
bgpd/bgp_updgrp.c:1393:12: note: each undeclared identifier is reported only once for each function it appears in
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
Makefile:7630: recipe for target 'bgpd/bgp_updgrp.o' failed
CentOS 8 amd64 build: Failed (click for details) CentOS 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15415/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-15415/artifact/CENTOS8BUILD/ErrorLog/log_make.txt)

In file included from bgpd/bgp_updgrp.c:27:
bgpd/bgp_updgrp.c: In function updgrp_policy_update_walkcb:
bgpd/bgp_updgrp.c:1393:12: error: paf undeclared (first use in this function)
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
bgpd/bgp_updgrp.c:1393:12: note: each undeclared identifier is reported only once for each function it appears in
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
make[1]: *** [Makefile:8160: bgpd/bgp_updgrp.o] Error 1
FreeBSD 12 amd64 build: Failed (click for details)

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

In file included from bgpd/bgp_updgrp.c:27:0:
bgpd/bgp_updgrp.c: In function 'updgrp_policy_update_walkcb':
bgpd/bgp_updgrp.c:1393:12: error: 'paf' undeclared (first use in this function)
./lib/zebra.h:377:31: note: in definition of macro 'SET_FLAG'
 #define SET_FLAG(V,F)        (V) |= (F)
bgpd/bgp_updgrp.c:1393:12: note: each undeclared identifier is reported only once for each function it appears in
./lib/zebra.h:377:31: note: in definition of macro 'SET_FLAG'
 #define SET_FLAG(V,F)        (V) |= (F)
gmake[1]: *** [Makefile:8160: bgpd/bgp_updgrp.o] Error 1

FreeBSD 12 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15415/artifact/FBSD12AMD64/config.status/config.status

Debian 10 amd64 build: Failed (click for details)

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

In file included from bgpd/bgp_updgrp.c:27:
bgpd/bgp_updgrp.c: In function updgrp_policy_update_walkcb:
bgpd/bgp_updgrp.c:1393:12: error: paf undeclared (first use in this function)
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
bgpd/bgp_updgrp.c:1393:12: note: each undeclared identifier is reported only once for each function it appears in
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
make[1]: *** [Makefile:8161: bgpd/bgp_updgrp.o] Error 1

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

NetBSD 8 amd64 build: Failed (click for details)

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

In file included from bgpd/bgp_updgrp.c:27:0:
bgpd/bgp_updgrp.c: In function 'updgrp_policy_update_walkcb':
bgpd/bgp_updgrp.c:1393:12: error: 'paf' undeclared (first use in this function)
./lib/zebra.h:377:31: note: in definition of macro 'SET_FLAG'
 #define SET_FLAG(V,F)        (V) |= (F)
bgpd/bgp_updgrp.c:1393:12: note: each undeclared identifier is reported only once for each function it appears in
./lib/zebra.h:377:31: note: in definition of macro 'SET_FLAG'
 #define SET_FLAG(V,F)        (V) |= (F)
gmake[1]: *** [Makefile:8160: bgpd/bgp_updgrp.o] Error 1

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

In file included from bgpd/bgp_updgrp.c:27:0:
bgpd/bgp_updgrp.c: In function updgrp_policy_update_walkcb:
bgpd/bgp_updgrp.c:1393:12: error: paf undeclared (first use in this function)
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
bgpd/bgp_updgrp.c:1393:12: note: each undeclared identifier is reported only once for each function it appears in
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
Makefile:7630: recipe for target 'bgpd/bgp_updgrp.o' failed

Ubuntu 16.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15415/artifact/CI014BUILD/config.status/config.status

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-15415/artifact/U1804AMD64/ErrorLog/log_make.txt)

In file included from bgpd/bgp_updgrp.c:27:0:
bgpd/bgp_updgrp.c: In function updgrp_policy_update_walkcb:
bgpd/bgp_updgrp.c:1393:12: error: paf undeclared (first use in this function)
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
bgpd/bgp_updgrp.c:1393:12: note: each undeclared identifier is reported only once for each function it appears in
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
Makefile:7630: recipe for target 'bgpd/bgp_updgrp.o' failed

Ubuntu 18.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15415/artifact/U1804AMD64/config.status/config.status

Ubuntu 16.04 i386 build: Failed (click for details)

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

In file included from bgpd/bgp_updgrp.c:27:0:
bgpd/bgp_updgrp.c: In function updgrp_policy_update_walkcb:
bgpd/bgp_updgrp.c:1393:12: error: paf undeclared (first use in this function)
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
bgpd/bgp_updgrp.c:1393:12: note: each undeclared identifier is reported only once for each function it appears in
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
Makefile:7630: recipe for target 'bgpd/bgp_updgrp.o' failed

Ubuntu 16.04 i386 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15415/artifact/U1604I386/config.status/config.status

CentOS 7 amd64 build: Failed (click for details)

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

In file included from bgpd/bgp_updgrp.c:27:0:
bgpd/bgp_updgrp.c: In function updgrp_policy_update_walkcb:
bgpd/bgp_updgrp.c:1393:12: error: paf undeclared (first use in this function)
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
bgpd/bgp_updgrp.c:1393:12: note: each undeclared identifier is reported only once for each function it appears in
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
make[1]: *** [bgpd/bgp_updgrp.o] Error 1

CentOS 7 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15415/artifact/CI005BUILD/config.status/config.status

Ubuntu 18.04 arm7 build: Failed (click for details)

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

In file included from bgpd/bgp_updgrp.c:27:0:
bgpd/bgp_updgrp.c: In function updgrp_policy_update_walkcb:
bgpd/bgp_updgrp.c:1393:12: error: paf undeclared (first use in this function)
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
bgpd/bgp_updgrp.c:1393:12: note: each undeclared identifier is reported only once for each function it appears in
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
Makefile:7630: recipe for target 'bgpd/bgp_updgrp.o' failed
Debian 8 amd64 build: Failed (click for details)

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

In file included from bgpd/bgp_updgrp.c:27:0:
bgpd/bgp_updgrp.c: In function updgrp_policy_update_walkcb:
bgpd/bgp_updgrp.c:1393:12: error: paf undeclared (first use in this function)
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
bgpd/bgp_updgrp.c:1393:12: note: each undeclared identifier is reported only once for each function it appears in
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
Makefile:7618: recipe for target 'bgpd/bgp_updgrp.o' failed

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

Ubuntu 18.04 arm8 build: Failed (click for details)

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

In file included from bgpd/bgp_updgrp.c:27:0:
bgpd/bgp_updgrp.c: In function updgrp_policy_update_walkcb:
bgpd/bgp_updgrp.c:1393:12: error: paf undeclared (first use in this function)
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
bgpd/bgp_updgrp.c:1393:12: note: each undeclared identifier is reported only once for each function it appears in
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
Makefile:7630: recipe for target 'bgpd/bgp_updgrp.o' failed
Ubuntu 18.04 ppc64le build: Failed (click for details)

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

In file included from bgpd/bgp_updgrp.c:27:0:
bgpd/bgp_updgrp.c: In function updgrp_policy_update_walkcb:
bgpd/bgp_updgrp.c:1393:12: error: paf undeclared (first use in this function)
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
bgpd/bgp_updgrp.c:1393:12: note: each undeclared identifier is reported only once for each function it appears in
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
Makefile:7630: recipe for target 'bgpd/bgp_updgrp.o' failed

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

In file included from bgpd/bgp_updgrp.c:27:0:
bgpd/bgp_updgrp.c: In function updgrp_policy_update_walkcb:
bgpd/bgp_updgrp.c:1393:12: error: paf undeclared (first use in this function)
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
bgpd/bgp_updgrp.c:1393:12: note: each undeclared identifier is reported only once for each function it appears in
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
Makefile:7630: recipe for target 'bgpd/bgp_updgrp.o' failed

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

Ubuntu 20.04 amd64 build: Failed (click for details) Ubuntu 20.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15415/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-15415/artifact/U2004AMD64BUILD/ErrorLog/log_make.txt)

In file included from bgpd/bgp_updgrp.c:27:
bgpd/bgp_updgrp.c: In function updgrp_policy_update_walkcb:
bgpd/bgp_updgrp.c:1393:12: error: paf undeclared (first use in this function)
 1393 |   SET_FLAG(paf->subgroup->sflags, SUBGRP_STATUS_FORCE_UPDATES);
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
bgpd/bgp_updgrp.c:1393:12: note: each undeclared identifier is reported only once for each function it appears in
 1393 |   SET_FLAG(paf->subgroup->sflags, SUBGRP_STATUS_FORCE_UPDATES);
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
make[1]: *** [Makefile:8161: bgpd/bgp_updgrp.o] Error 1
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-15415/artifact/CI011BUILD/ErrorLog/log_make.txt)

gmake[1]: Entering directory '/home/ci/cibuild.15415/frr-source'
copying selected object files to avoid basename conflicts...
bgpd/bgp_updgrp.c:1393:12: error: use of undeclared identifier 'paf'
1 error generated.
gmake[1]: *** [Makefile:8159: bgpd/bgp_updgrp.o] Error 1
/home/ci/cibuild.15415/frr-source/doc/user/bgp.rst:23: SEVERE: Duplicate ID: "clicmd-[no]bgpdefaultipv4-unicast".
/home/ci/cibuild.15415/frr-source/doc/user/bgp.rst:3503: ERROR: Unexpected indentation.
/home/ci/cibuild.15415/frr-source/doc/user/bgp.rst:3505: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/ci/cibuild.15415/frr-source/doc/user/ipv6.rst:23: WARNING: duplicate label ipv6-support, other instance in /home/ci/cibuild.15415/frr-source/doc/user/bgp.rst

OpenBSD 6 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15415/artifact/CI011BUILD/config.status/config.status

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Nov 13, 2020

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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-15416/artifact/CI011BUILD/ErrorLog/log_make.txt)

gmake[1]: Entering directory '/home/ci/cibuild.15416/frr-source'
copying selected object files to avoid basename conflicts...
bgpd/bgp_updgrp.c:1393:12: error: use of undeclared identifier 'subgroup'; did you mean 'subgrp'?
./lib/zebra.h:377:31: note: expanded from macro 'SET_FLAG'
#define SET_FLAG(V,F)        (V) |= (F)
bgpd/bgp_updgrp.c:1339:26: note: 'subgrp' declared here
1 error generated.
gmake[1]: *** [Makefile:8159: bgpd/bgp_updgrp.o] Error 1
/home/ci/cibuild.15416/frr-source/doc/user/bgp.rst:23: SEVERE: Duplicate ID: "clicmd-[no]bgpdefaultipv4-unicast".

OpenBSD 6 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15416/artifact/CI011BUILD/config.status/config.status

Ubuntu 16.04 arm8 build: Failed (click for details)

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

In file included from bgpd/bgp_updgrp.c:27:0:
bgpd/bgp_updgrp.c: In function updgrp_policy_update_walkcb:
bgpd/bgp_updgrp.c:1393:12: error: subgroup undeclared (first use in this function)
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
bgpd/bgp_updgrp.c:1393:12: note: each undeclared identifier is reported only once for each function it appears in
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
Makefile:7630: recipe for target 'bgpd/bgp_updgrp.o' failed
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-15416/artifact/CI009BUILD/ErrorLog/log_make.txt)

In file included from bgpd/bgp_updgrp.c:27:
bgpd/bgp_updgrp.c: In function 'updgrp_policy_update_walkcb':
bgpd/bgp_updgrp.c:1393:12: error: 'subgroup' undeclared (first use in this function); did you mean 'subgrp'?
 1393 |   SET_FLAG(subgroup->sflags, SUBGRP_STATUS_FORCE_UPDATES);
./lib/zebra.h:377:31: note: in definition of macro 'SET_FLAG'
bgpd/bgp_updgrp.c:1393:12: note: each undeclared identifier is reported only once for each function it appears in
 1393 |   SET_FLAG(subgroup->sflags, SUBGRP_STATUS_FORCE_UPDATES);
./lib/zebra.h:377:31: note: in definition of macro 'SET_FLAG'
gmake[1]: *** [Makefile:8160: bgpd/bgp_updgrp.o] Error 1

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

In file included from bgpd/bgp_updgrp.c:27:
bgpd/bgp_updgrp.c: In function updgrp_policy_update_walkcb:
bgpd/bgp_updgrp.c:1393:12: error: subgroup undeclared (first use in this function); did you mean subgrp?
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
bgpd/bgp_updgrp.c:1393:12: note: each undeclared identifier is reported only once for each function it appears in
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
make[1]: *** [Makefile:8160: bgpd/bgp_updgrp.o] Error 1

Fedora 29 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15416/artifact/F29BUILD/config.status/config.status

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-15416/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-15416/artifact/CENTOS8BUILD/ErrorLog/log_make.txt)

In file included from bgpd/bgp_updgrp.c:27:
bgpd/bgp_updgrp.c: In function updgrp_policy_update_walkcb:
bgpd/bgp_updgrp.c:1393:12: error: subgroup undeclared (first use in this function); did you mean subgrp?
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
bgpd/bgp_updgrp.c:1393:12: note: each undeclared identifier is reported only once for each function it appears in
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
make[1]: *** [Makefile:8160: bgpd/bgp_updgrp.o] Error 1
Ubuntu 16.04 arm7 build: Failed (click for details)

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

In file included from bgpd/bgp_updgrp.c:27:0:
bgpd/bgp_updgrp.c: In function updgrp_policy_update_walkcb:
bgpd/bgp_updgrp.c:1393:12: error: subgroup undeclared (first use in this function)
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
bgpd/bgp_updgrp.c:1393:12: note: each undeclared identifier is reported only once for each function it appears in
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
Makefile:7630: recipe for target 'bgpd/bgp_updgrp.o' failed
Debian 10 amd64 build: Failed (click for details)

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

In file included from bgpd/bgp_updgrp.c:27:
bgpd/bgp_updgrp.c: In function updgrp_policy_update_walkcb:
bgpd/bgp_updgrp.c:1393:12: error: subgroup undeclared (first use in this function); did you mean subgrp?
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
bgpd/bgp_updgrp.c:1393:12: note: each undeclared identifier is reported only once for each function it appears in
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
make[1]: *** [Makefile:8161: bgpd/bgp_updgrp.o] Error 1

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

In file included from bgpd/bgp_updgrp.c:27:0:
bgpd/bgp_updgrp.c: In function 'updgrp_policy_update_walkcb':
bgpd/bgp_updgrp.c:1393:12: error: 'subgroup' undeclared (first use in this function); did you mean 'subgrp'?
./lib/zebra.h:377:31: note: in definition of macro 'SET_FLAG'
 #define SET_FLAG(V,F)        (V) |= (F)
bgpd/bgp_updgrp.c:1393:12: note: each undeclared identifier is reported only once for each function it appears in
./lib/zebra.h:377:31: note: in definition of macro 'SET_FLAG'
 #define SET_FLAG(V,F)        (V) |= (F)
gmake[1]: *** [Makefile:8160: bgpd/bgp_updgrp.o] Error 1

FreeBSD 12 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15416/artifact/FBSD12AMD64/config.status/config.status

NetBSD 8 amd64 build: Failed (click for details)

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

In file included from bgpd/bgp_updgrp.c:27:0:
bgpd/bgp_updgrp.c: In function 'updgrp_policy_update_walkcb':
bgpd/bgp_updgrp.c:1393:12: error: 'subgroup' undeclared (first use in this function)
./lib/zebra.h:377:31: note: in definition of macro 'SET_FLAG'
 #define SET_FLAG(V,F)        (V) |= (F)
bgpd/bgp_updgrp.c:1393:12: note: each undeclared identifier is reported only once for each function it appears in
./lib/zebra.h:377:31: note: in definition of macro 'SET_FLAG'
 #define SET_FLAG(V,F)        (V) |= (F)
gmake[1]: *** [Makefile:8160: bgpd/bgp_updgrp.o] Error 1

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

In file included from bgpd/bgp_updgrp.c:27:0:
bgpd/bgp_updgrp.c: In function updgrp_policy_update_walkcb:
bgpd/bgp_updgrp.c:1393:12: error: subgroup undeclared (first use in this function)
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
bgpd/bgp_updgrp.c:1393:12: note: each undeclared identifier is reported only once for each function it appears in
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
Makefile:7630: recipe for target 'bgpd/bgp_updgrp.o' failed

Ubuntu 16.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15416/artifact/CI014BUILD/config.status/config.status

Ubuntu 16.04 i386 build: Failed (click for details)

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

In file included from bgpd/bgp_updgrp.c:27:0:
bgpd/bgp_updgrp.c: In function updgrp_policy_update_walkcb:
bgpd/bgp_updgrp.c:1393:12: error: subgroup undeclared (first use in this function)
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
bgpd/bgp_updgrp.c:1393:12: note: each undeclared identifier is reported only once for each function it appears in
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
Makefile:7630: recipe for target 'bgpd/bgp_updgrp.o' failed

Ubuntu 16.04 i386 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15416/artifact/U1604I386/config.status/config.status

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-15416/artifact/U1804AMD64/ErrorLog/log_make.txt)

In file included from bgpd/bgp_updgrp.c:27:0:
bgpd/bgp_updgrp.c: In function updgrp_policy_update_walkcb:
bgpd/bgp_updgrp.c:1393:12: error: subgroup undeclared (first use in this function); did you mean subgrp?
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
bgpd/bgp_updgrp.c:1393:12: note: each undeclared identifier is reported only once for each function it appears in
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
Makefile:7630: recipe for target 'bgpd/bgp_updgrp.o' failed

Ubuntu 18.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15416/artifact/U1804AMD64/config.status/config.status

Ubuntu 18.04 arm8 build: Failed (click for details)

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

In file included from bgpd/bgp_updgrp.c:27:0:
bgpd/bgp_updgrp.c: In function updgrp_policy_update_walkcb:
bgpd/bgp_updgrp.c:1393:12: error: subgroup undeclared (first use in this function); did you mean subgrp?
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
bgpd/bgp_updgrp.c:1393:12: note: each undeclared identifier is reported only once for each function it appears in
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
Makefile:7630: recipe for target 'bgpd/bgp_updgrp.o' failed
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-15416/artifact/CI005BUILD/ErrorLog/log_make.txt)

In file included from bgpd/bgp_updgrp.c:27:0:
bgpd/bgp_updgrp.c: In function updgrp_policy_update_walkcb:
bgpd/bgp_updgrp.c:1393:12: error: subgroup undeclared (first use in this function)
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
bgpd/bgp_updgrp.c:1393:12: note: each undeclared identifier is reported only once for each function it appears in
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
make[1]: *** [bgpd/bgp_updgrp.o] Error 1

CentOS 7 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15416/artifact/CI005BUILD/config.status/config.status

Ubuntu 18.04 arm7 build: Failed (click for details)

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

In file included from bgpd/bgp_updgrp.c:27:0:
bgpd/bgp_updgrp.c: In function updgrp_policy_update_walkcb:
bgpd/bgp_updgrp.c:1393:12: error: subgroup undeclared (first use in this function); did you mean subgrp?
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
bgpd/bgp_updgrp.c:1393:12: note: each undeclared identifier is reported only once for each function it appears in
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
Makefile:7630: recipe for target 'bgpd/bgp_updgrp.o' failed
Debian 8 amd64 build: Failed (click for details)

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

In file included from bgpd/bgp_updgrp.c:27:0:
bgpd/bgp_updgrp.c: In function updgrp_policy_update_walkcb:
bgpd/bgp_updgrp.c:1393:12: error: subgroup undeclared (first use in this function)
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
bgpd/bgp_updgrp.c:1393:12: note: each undeclared identifier is reported only once for each function it appears in
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
Makefile:7618: recipe for target 'bgpd/bgp_updgrp.o' failed

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

In file included from bgpd/bgp_updgrp.c:27:0:
bgpd/bgp_updgrp.c: In function updgrp_policy_update_walkcb:
bgpd/bgp_updgrp.c:1393:12: error: subgroup undeclared (first use in this function)
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
bgpd/bgp_updgrp.c:1393:12: note: each undeclared identifier is reported only once for each function it appears in
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
Makefile:7630: recipe for target 'bgpd/bgp_updgrp.o' failed

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

Ubuntu 20.04 amd64 build: Failed (click for details) Ubuntu 20.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15416/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-15416/artifact/U2004AMD64BUILD/ErrorLog/log_make.txt)

In file included from bgpd/bgp_updgrp.c:27:
bgpd/bgp_updgrp.c: In function updgrp_policy_update_walkcb:
bgpd/bgp_updgrp.c:1393:12: error: subgroup undeclared (first use in this function); did you mean subgrp?
 1393 |   SET_FLAG(subgroup->sflags, SUBGRP_STATUS_FORCE_UPDATES);
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
bgpd/bgp_updgrp.c:1393:12: note: each undeclared identifier is reported only once for each function it appears in
 1393 |   SET_FLAG(subgroup->sflags, SUBGRP_STATUS_FORCE_UPDATES);
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
make[1]: *** [Makefile:8161: bgpd/bgp_updgrp.o] Error 1
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-15416/artifact/U1804PPC64LEBUILD/ErrorLog/log_make.txt)

In file included from bgpd/bgp_updgrp.c:27:0:
bgpd/bgp_updgrp.c: In function updgrp_policy_update_walkcb:
bgpd/bgp_updgrp.c:1393:12: error: subgroup undeclared (first use in this function); did you mean subgrp?
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
bgpd/bgp_updgrp.c:1393:12: note: each undeclared identifier is reported only once for each function it appears in
./lib/zebra.h:377:31: note: in definition of macro SET_FLAG
 #define SET_FLAG(V,F)        (V) |= (F)
Makefile:7630: recipe for target 'bgpd/bgp_updgrp.o' failed

Ubuntu 18.04 ppc64le build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15416/artifact/U1804PPC64LEBUILD/config.status/config.status

@LabN-CI
Copy link
Collaborator

LabN-CI commented Nov 13, 2020

Outdated results 🛑

Basic BGPD CI results: FAILURE

_ _
Result FAILURE git merge/7507 8e66578 Crash -- 2 cores
Date 11/13/2020
Start 12:44:17
Finish 12:59:34
Run-Time 15:17
Total 1147
Pass 1146
Fail 1
Valgrind-Errors
Valgrind-Loss
Details vncregress-2020-11-13-12:44:17.txt
Log autoscript-2020-11-13-12:45:18.log.bz2
Memory 495 492 417

For details, please contact louberger

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Nov 13, 2020

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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 0 on Ubuntu 16.04 amd64: Failed (click for details)

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

Topology Tests failed for Topo tests part 0 on Ubuntu 16.04 amd64:

*** defaultIntf: warning: r1 has no interfaces
54	../sysdeps/unix/sysv/linux/raise.c: No such file or directory.
No function contains program counter for selected frame.
No function contains program counter for selected frame.
No function contains program counter for selected frame.
No function contains program counter for selected frame.

r2: bgpd crashed. Core file found - Backtrace follows:
[New LWP 12504]
[New LWP 12507]
[New LWP 12506]
[New LWP 12505]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/lib/frr/bgpd --log stdout --log-level debug -d'.
Program terminated with signal SIGABRT, Aborted.
#0  0x00007f645f5c5438 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54
[Current thread is 1 (Thread 0x7f6460743880 (LWP 12504))]
  Id   Target Id         Frame 
* 1    Thread 0x7f6460743880 (LWP 12504) 0x00007f645f5c5438 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54
  2    Thread 0x7f645be5e700 (LWP 12507) pthread_cond_timedwait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
  3    Thread 0x7f645c65f700 (LWP 12506) 0x00007f645f68b8d1 in __GI_ppoll (fds=0x56332f5c5280, nfds=4, timeout=<optimized out>, sigmask=0x7f645c65ebe0) at ../sysdeps/unix/sysv/linux/ppoll.c:50
  4    Thread 0x7f645ce60700 (LWP 12505) syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#0  0x00007f645f5c5438 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54
        resultvar = 0
        pid = 12504
        selftid = 12504
#1  0x00007f645f5c703a in __GI_abort () at abort.c:89
        save_stage = 2
        act = {__sigaction_handler = {sa_handler = 0x726f620035313631, sa_sigaction = 0x726f620035313631}, sa_mask = {__val = {733574566146632052, 0, 14074885602640422912, 0, 94777813098592, 94777813100256, 140726119806144, 140726119806128, 140069087126020, 140726119806192, 11, 140726119806832, 94777809136785, 140726119806176, 140069087126118, 140069077079360}}, sa_flags = 1614115377, sa_restorer = 0x563300000051}
        sigs = {__val = {32, 0 <repeats 15 times>}}
#2  0x00007f646030d510 in ?? () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#3  <signal handler called>
No locals.
#4  0x000056332da56c91 in ?? ()
No symbol table info available.
#5  0x000056332da654bf in ?? ()
No symbol table info available.
#6  0x000056332da7530b in ?? ()
No symbol table info available.
#7  0x00007f64602c17dd in ?? () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#8  0x00007f64602c376a in cmd_execute_command () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#9  0x00007f64602c3919 in cmd_execute () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#10 0x00007f6460322552 in ?? () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#11 0x00007f64603227e6 in ?? () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#12 0x00007f646032509c in ?? () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#13 0x00007f646031cb10 in thread_call () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#14 0x00007f64602e5270 in frr_run () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#15 0x000056332d9d5c35 in main ()
No symbol table info available.
Dump of assembler code for function __restore_rt:
=> 0x00007f645f96b390 <+0>:	mov    $0xf,%rax
   0x00007f645f96b397 <+7>:	syscall 
   0x00007f645f96b399 <+9>:	nopl   0x0(%rax)
End of assembler dump.
#4  0x000056332da56c91 in ?? ()
#5  0x000056332da654bf in ?? ()
#6  0x000056332da7530b in ?? ()
#7  0x00007f64602c17dd in ?? () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
#8  0x00007f64602c376a in cmd_execute_command () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
Dump of assembler code for function cmd_execute_command:
   0x00007f64602c3680 <+0>:	push   %rbp
   0x00007f64602c3681 <+1>:	mov    %rsp,%rbp
   0x00007f64602c3684 <+4>:	push   %r15
   0x00007f64602c3686 <+6>:	push   %r14
   0x00007f64602c3688 <+8>:	push   %r13
   0x00007f64602c368a <+10>:	push   %r12
   0x00007f64602c368c <+12>:	mov    %rsi,%r12
   0x00007f64602c368f <+15>:	push   %rbx
   0x00007f64602c3690 <+16>:	mov    %rdi,%rbx
   0x00007f64602c3693 <+19>:	sub    $0x18,%rsp
   0x00007f64602c3697 <+23>:	mov    0x4250(%rsi),%eax
   0x00007f64602c369d <+29>:	mov    0x20(%rsi),%r14d
   0x00007f64602c36a1 <+33>:	mov    %rdx,-0x38(%rbp)
   0x00007f64602c36a5 <+37>:	mov    %eax,-0x3c(%rbp)
   0x00007f64602c36a8 <+40>:	mov    0x8(%rdi),%rax
   0x00007f64602c36ac <+44>:	mov    %r14d,%edi
   0x00007f64602c36af <+47>:	mov    (%rax),%rsi
   0x00007f64602c36b2 <+50>:	callq  0x7f64602c0750
   0x00007f64602c36b7 <+55>:	test   %eax,%eax
   0x00007f64602c36b9 <+57>:	je     0x7f64602c3758 <cmd_execute_command+216>
   0x00007f64602c36bf <+63>:	mov    %rbx,%rdi
   0x00007f64602c36c2 <+66>:	movl   $0x3,0x20(%r12)
   0x00007f64602c36cb <+75>:	movl   $0x0,0x4250(%r12)
   0x00007f64602c36d7 <+87>:	callq  0x7f646031eca0 <vector_count>
   0x00007f64602c36dc <+92>:	mov    %eax,%edi
   0x00007f64602c36de <+94>:	mov    $0x1,%r15d
   0x00007f64602c36e4 <+100>:	callq  0x7f646031e850 <vector_init>
   0x00007f64602c36e9 <+105>:	cmpl   $0x1,(%rbx)
   0x00007f64602c36ec <+108>:	mov    %rax,%r13
   0x00007f64602c36ef <+111>:	jbe    0x7f64602c371b <cmd_execute_command+155>
   0x00007f64602c36f1 <+113>:	nopl   0x0(%rax)
   0x00007f64602c36f8 <+120>:	mov    %r15d,%esi
   0x00007f64602c36fb <+123>:	mov    %rbx,%rdi
   0x00007f64602c36fe <+126>:	callq  0x7f646031eaa0 <vector_lookup>
   0x00007f64602c3703 <+131>:	lea    -0x1(%r15),%esi
   0x00007f64602c3707 <+135>:	mov    %rax,%rdx
   0x00007f64602c370a <+138>:	mov    %r13,%rdi
   0x00007f64602c370d <+141>:	add    $0x1,%r15d
   0x00007f64602c3711 <+145>:	callq  0x7f646031ea60 <vector_set_index>
   0x00007f64602c3716 <+150>:	cmp    %r15d,(%rbx)
   0x00007f64602c3719 <+153>:	ja     0x7f64602c36f8 <cmd_execute_command+120>
   0x00007f64602c371b <+155>:	mov    -0x38(%rbp),%rdx
   0x00007f64602c371f <+159>:	mov    %r12,%rsi
   0x00007f64602c3722 <+162>:	mov    %r13,%rdi
   0x00007f64602c3725 <+165>:	callq  0x7f64602c1690
   0x00007f64602c372a <+170>:	mov    %r13,%rdi
   0x00007f64602c372d <+173>:	mov    %eax,%ebx
   0x00007f64602c372f <+175>:	callq  0x7f646031e8b0 <vector_free>
   0x00007f64602c3734 <+180>:	mov    -0x3c(%rbp),%eax
   0x00007f64602c3737 <+183>:	mov    %r14d,0x20(%r12)
   0x00007f64602c373c <+188>:	mov    %eax,0x4250(%r12)
   0x00007f64602c3744 <+196>:	mov    %ebx,%eax
   0x00007f64602c3746 <+198>:	add    $0x18,%rsp
   0x00007f64602c374a <+202>:	pop    %rbx
   0x00007f64602c374b <+203>:	pop    %r12
   0x00007f64602c374d <+205>:	pop    %r13
   0x00007f64602c374f <+207>:	pop    %r14
   0x00007f64602c3751 <+209>:	pop    %r15
   0x00007f64602c3753 <+211>:	pop    %rbp
   0x00007f64602c3754 <+212>:	retq   
   0x00007f64602c3755 <+213>:	nopl   (%rax)
   0x00007f64602c3758 <+216>:	mov    -0x38(%rbp),%rdx
   0x00007f64602c375c <+220>:	mov    %ecx,%r13d
   0x00007f64602c375f <+223>:	mov    %r12,%rsi
   0x00007f64602c3762 <+226>:	mov    %rbx,%rdi
   0x00007f64602c3765 <+229>:	callq  0x7f64602c1690
=> 0x00007f64602c376a <+234>:	test   %r13d,%r13d
   0x00007f64602c376d <+237>:	mov    %eax,%r15d
   0x00007f64602c3770 <+240>:	jne    0x7f64602c3746 <cmd_execute_command+198>
   0x00007f64602c3772 <+242>:	cmp    $0x1,%eax
   0x00007f64602c3775 <+245>:	jbe    0x7f64602c3808 <cmd_execute_command+392>
   0x00007f64602c377b <+251>:	cmp    $0xe,%eax
   0x00007f64602c377e <+254>:	je     0x7f64602c3808 <cmd_execute_command+392>
   0x00007f64602c3784 <+260>:	mov    %r14d,%r13d
   0x00007f64602c3787 <+263>:	jmp    0x7f64602c37f2 <cmd_execute_command+370>
   0x00007f64602c3789 <+265>:	nopl   0x0(%rax)
   0x00007f64602c3790 <+272>:	cmpl   $0x4,0x20(%r12)
   0x00007f64602c3796 <+278>:	jle    0x7f64602c3820 <cmd_execute_command+416>
   0x00007f64602c379c <+284>:	mov    %r13d,%edi
   0x00007f64602c379f <+287>:	callq  0x7f64602c3630 <node_parent>
   0x00007f64602c37a4 <+292>:	mov    0x4250(%r12),%edx
   0x00007f64602c37ac <+300>:	mov    %eax,%r13d
   0x00007f64602c37af <+303>:	mov    %eax,0x20(%r12)
   0x00007f64602c37b4 <+308>:	test   %edx,%edx
   0x00007f64602c37b6 <+310>:	jle    0x7f64602c37d1 <cmd_execute_command+337>
   0x00007f64602c37b8 <+312>:	mov    %r14d,%esi
   0x00007f64602c37bb <+315>:	mov    %eax,%edi
   0x00007f64602c37bd <+317>:	callq  0x7f64602c0710
   0x00007f64602c37c2 <+322>:	test   %al,%al
   0x00007f64602c37c4 <+324>:	je     0x7f64602c37d1 <cmd_execute_command+337>
   0x00007f64602c37c6 <+326>:	sub    $0x1,%edx
   0x00007f64602c37c9 <+329>:	mov    %edx,0x4250(%r12)
   0x00007f64602c37d1 <+337>:	mov    -0x38(%rbp),%rdx
   0x00007f64602c37d5 <+341>:	mov    %r12,%rsi
   0x00007f64602c37d8 <+344>:	mov    %rbx,%rdi
   0x00007f64602c37db <+347>:	callq  0x7f64602c1690
   0x00007f64602c37e0 <+352>:	cmp    $0x1,%eax
   0x00007f64602c37e3 <+355>:	jbe    0x7f64602c3746 <cmd_execute_command+198>
   0x00007f64602c37e9 <+361>:	cmp    $0xe,%eax
   0x00007f64602c37ec <+364>:	je     0x7f64602c3746 <cmd_execute_command+198>
   0x00007f64602c37f2 <+370>:	cmp    $0xd,%eax
   0x00007f64602c37f5 <+373>:	jne    0x7f64602c3790 <cmd_execute_command+272>
   0x00007f64602c37f7 <+375>:	mov    $0xd,%eax
   0x00007f64602c37fc <+380>:	jmpq   0x7f64602c3746 <cmd_execute_command+198>
   0x00007f64602c3801 <+385>:	nopl   0x0(%rax)
   0x00007f64602c3808 <+392>:	add    $0x18,%rsp
   0x00007f64602c380c <+396>:	mov    %r15d,%eax
   0x00007f64602c380f <+399>:	pop    %rbx
   0x00007f64602c3810 <+400>:	pop    %r12
   0x00007f64602c3812 <+402>:	pop    %r13
   0x00007f64602c3814 <+404>:	pop    %r14
   0x00007f64602c3816 <+406>:	pop    %r15
   0x00007f64602c3818 <+408>:	pop    %rbp
   0x00007f64602c3819 <+409>:	retq   
   0x00007f64602c381a <+410>:	nopw   0x0(%rax,%rax,1)
   0x00007f64602c3820 <+416>:	mov    -0x3c(%rbp),%eax
   0x00007f64602c3823 <+419>:	mov    %r14d,0x20(%r12)
   0x00007f64602c3828 <+424>:	mov    %eax,0x4250(%r12)
   0x00007f64602c3830 <+432>:	mov    %r15d,%eax
   0x00007f64602c3833 <+435>:	jmpq   0x7f64602c3746 <cmd_execute_command+198>
End of assembler dump.
2020-11-13 18:12:51,241 ERROR: assert failed at "bgp_update_delay.test_bgp_update_delay/test_bgp_update_delay": 
r2: bgpd crashed. Core file found - Backtrace follows:
[New LWP 12504]
[New LWP 12507]
[New LWP 12506]
[New LWP 12505]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/lib/frr/bgpd --log stdout --log-level debug -d'.
Program terminated with signal SIGABRT, Aborted.
#0  0x00007f645f5c5438 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54
[Current thread is 1 (Thread 0x7f6460743880 (LWP 12504))]
  Id   Target Id         Frame 
* 1    Thread 0x7f6460743880 (LWP 12504) 0x00007f645f5c5438 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54
  2    Thread 0x7f645be5e700 (LWP 12507) pthread_cond_timedwait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
  3    Thread 0x7f645c65f700 (LWP 12506) 0x00007f645f68b8d1 in __GI_ppoll (fds=0x56332f5c5280, nfds=4, timeout=<optimized out>, sigmask=0x7f645c65ebe0) at ../sysdeps/unix/sysv/linux/ppoll.c:50
  4    Thread 0x7f645ce60700 (LWP 12505) syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#0  0x00007f645f5c5438 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54
        resultvar = 0
        pid = 12504
        selftid = 12504
#1  0x00007f645f5c703a in __GI_abort () at abort.c:89
        save_stage = 2
        act = {__sigaction_handler = {sa_handler = 0x726f620035313631, sa_sigaction = 0x726f620035313631}, sa_mask = {__val = {733574566146632052, 0, 14074885602640422912, 0, 94777813098592, 94777813100256, 140726119806144, 140726119806128, 140069087126020, 140726119806192, 11, 140726119806832, 94777809136785, 140726119806176, 140069087126118, 140069077079360}}, sa_flags = 1614115377, sa_restorer = 0x563300000051}
        sigs = {__val = {32, 0 <repeats 15 times>}}
#2  0x00007f646030d510 in ?? () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#3  <signal handler called>
No locals.
#4  0x000056332da56c91 in ?? ()
No symbol table info available.
#5  0x000056332da654bf in ?? ()
No symbol table info available.
#6  0x000056332da7530b in ?? ()
No symbol table info available.
#7  0x00007f64602c17dd in ?? () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#8  0x00007f64602c376a in cmd_execute_command () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#9  0x00007f64602c3919 in cmd_execute () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#10 0x00007f6460322552 in ?? () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#11 0x00007f64603227e6 in ?? () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#12 0x00007f646032509c in ?? () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#13 0x00007f646031cb10 in thread_call () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#14 0x00007f64602e5270 in frr_run () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#15 0x000056332d9d5c35 in main ()
No symbol table info available.
Dump of assembler code for function __restore_rt:
=> 0x00007f645f96b390 <+0>:	mov    $0xf,%rax
   0x00007f645f96b397 <+7>:	syscall 
   0x00007f645f96b399 <+9>:	nopl   0x0(%rax)
End of assembler dump.
#4  0x000056332da56c91 in ?? ()
#5  0x000056332da654bf in ?? ()
#6  0x000056332da7530b in ?? ()
#7  0x00007f64602c17dd in ?? () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
#8  0x00007f64602c376a in cmd_execute_command () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
Dump of assembler code for function cmd_execute_command:
   0x00007f64602c3680 <+0>:	push   %rbp
   0x00007f64602c3681 <+1>:	mov    %rsp,%rbp
   0x00007f64602c3684 <+4>:	push   %r15
   0x00007f64602c3686 <+6>:	push   %r14
   0x00007f64602c3688 <+8>:	push   %r13
   0x00007f64602c368a <+10>:	push   %r12
   0x00007f64602c368c <+12>:	mov    %rsi,%r12
   0x00007f64602c368f <+15>:	push   %rbx
   0x00007f64602c3690 <+16>:	mov    %rdi,%rbx
   0x00007f64602c3693 <+19>:	sub    $0x18,%rsp
   0x00007f64602c3697 <+23>:	mov    0x4250(%rsi),%eax
   0x00007f64602c369d <+29>:	mov    0x20(%rsi),%r14d
   0x00007f64602c36a1 <+33>:	mov    %rdx,-0x38(%rbp)
   0x00007f64602c36a5 <+37>:	mov    %eax,-0x3c(%rbp)
   0x00007f64602c36a8 <+40>:	mov    0x8(%rdi),%rax
   0x00007f64602c36ac <+44>:	mov    %r14d,%edi
   0x00007f64602c36af <+47>:	mov    (%rax),%rsi
   0x00007f64602c36b2 <+50>:	callq  0x7f64602c0750
   0x00007f64602c36b7 <+55>:	test   %eax,%eax
   0x00007f64602c36b9 <+57>:	je     0x7f64602c3758 <cmd_execute_command+216>
   0x00007f64602c36bf <+63>:	mov    %rbx,%rdi
   0x00007f64602c36c2 <+66>:	movl   $0x3,0x20(%r12)
   0x00007f64602c36cb <+75>:	movl   $0x0,0x4250(%r12)
   0x00007f64602c36d7 <+87>:	callq  0x7f646031eca0 <vector_count>
   0x00007f64602c36dc <+92>:	mov    %eax,%edi
   0x00007f64602c36de <+94>:	mov    $0x1,%r15d
   0x00007f64602c36e4 <+100>:	callq  0x7f646031e850 <vector_init>
   0x00007f64602c36e9 <+105>:	cmpl   $0x1,(%rbx)
   0x00007f64602c36ec <+108>:	mov    %rax,%r13
   0x00007f64602c36ef <+111>:	jbe    0x7f64602c371b <cmd_execute_command+155>
   0x00007f64602c36f1 <+113>:	nopl   0x0(%rax)
   0x00007f64602c36f8 <+120>:	mov    %r15d,%esi
   0x00007f64602c36fb <+123>:	mov    %rbx,%rdi
   0x00007f64602c36fe <+126>:	callq  0x7f646031eaa0 <vector_lookup>
   0x00007f64602c3703 <+131>:	lea    -0x1(%r15),%esi
   0x00007f64602c3707 <+135>:	mov    %rax,%rdx
   0x00007f64602c370a <+138>:	mov    %r13,%rdi
   0x00007f64602c370d <+141>:	add    $0x1,%r15d
   0x00007f64602c3711 <+145>:	callq  0x7f646031ea60 <vector_set_index>
   0x00007f64602c3716 <+150>:	cmp    %r15d,(%rbx)
   0x00007f64602c3719 <+153>:	ja     0x7f64602c36f8 <cmd_execute_command+120>
   0x00007f64602c371b <+155>:	mov    -0x38(%rbp),%rdx
   0x00007f64602c371f <+159>:	mov    %r12,%rsi
   0x00007f64602c3722 <+162>:	mov    %r13,%rdi
   0x00007f64602c3725 <+165>:	callq  0x7f64602c1690
   0x00007f64602c372a <+170>:	mov    %r13,%rdi
   0x00007f64602c372d <+173>:	mov    %eax,%ebx
   0x00007f64602c372f <+175>:	callq  0x7f646031e8b0 <vector_free>
   0x00007f64602c3734 <+180>:	mov    -0x3c(%rbp),%eax
   0x00007f64602c3737 <+183>:	mov    %r14d,0x20(%r12)
   0x00007f64602c373c <+188>:	mov    %eax,0x4250(%r12)
   0x00007f64602c3744 <+196>:	mov    %ebx,%eax
   0x00007f64602c3746 <+198>:	add    $0x18,%rsp
   0x00007f64602c374a <+202>:	pop    %rbx
   0x00007f64602c374b <+203>:	pop    %r12
   0x00007f64602c374d <+205>:	pop    %r13
   0x00007f64602c374f <+207>:	pop    %r14
   0x00007f64602c3751 <+209>:	pop    %r15
   0x00007f64602c3753 <+211>:	pop    %rbp
   0x00007f64602c3754 <+212>:	retq   
   0x00007f64602c3755 <+213>:	nopl   (%rax)
   0x00007f64602c3758 <+216>:	mov    -0x38(%rbp),%rdx
   0x00007f64602c375c <+220>:	mov    %ecx,%r13d
   0x00007f64602c375f <+223>:	mov    %r12,%rsi
   0x00007f64602c3762 <+226>:	mov    %rbx,%rdi
   0x00007f64602c3765 <+229>:	callq  0x7f64602c1690
=> 0x00007f64602c376a <+234>:	test   %r13d,%r13d
   0x00007f64602c376d <+237>:	mov    %eax,%r15d
   0x00007f64602c3770 <+240>:	jne    0x7f64602c3746 <cmd_execute_command+198>
   0x00007f64602c3772 <+242>:	cmp    $0x1,%eax
   0x00007f64602c3775 <+245>:	jbe    0x7f64602c3808 <cmd_execute_command+392>
   0x00007f64602c377b <+251>:	cmp    $0xe,%eax
   0x00007f64602c377e <+254>:	je     0x7f64602c3808 <cmd_execute_command+392>
   0x00007f64602c3784 <+260>:	mov    %r14d,%r13d
   0x00007f64602c3787 <+263>:	jmp    0x7f64602c37f2 <cmd_execute_command+370>
   0x00007f64602c3789 <+265>:	nopl   0x0(%rax)
   0x00007f64602c3790 <+272>:	cmpl   $0x4,0x20(%r12)
   0x00007f64602c3796 <+278>:	jle    0x7f64602c3820 <cmd_execute_command+416>
   0x00007f64602c379c <+284>:	mov    %r13d,%edi
   0x00007f64602c379f <+287>:	callq  0x7f64602c3630 <node_parent>
   0x00007f64602c37a4 <+292>:	mov    0x4250(%r12),%edx
   0x00007f64602c37ac <+300>:	mov    %eax,%r13d
   0x00007f64602c37af <+303>:	mov    %eax,0x20(%r12)
   0x00007f64602c37b4 <+308>:	test   %edx,%edx
   0x00007f64602c37b6 <+310>:	jle    0x7f64602c37d1 <cmd_execute_command+337>
   0x00007f64602c37b8 <+312>:	mov    %r14d,%esi
   0x00007f64602c37bb <+315>:	mov    %eax,%edi
   0x00007f64602c37bd <+317>:	callq  0x7f64602c0710
   0x00007f64602c37c2 <+322>:	test   %al,%al
   0x00007f64602c37c4 <+324>:	je     0x7f64602c37d1 <cmd_execute_command+337>
   0x00007f64602c37c6 <+326>:	sub    $0x1,%edx
   0x00007f64602c37c9 <+329>:	mov    %edx,0x4250(%r12)
   0x00007f64602c37d1 <+337>:	mov    -0x38(%rbp),%rdx
   0x00007f64602c37d5 <+341>:	mov    %r12,%rsi
   0x00007f64602c37d8 <+344>:	mov    %rbx,%rdi
   0x00007f64602c37db <+347>:	callq  0x7f64602c1690
   0x00007f64602c37e0 <+352>:	cmp    $0x1,%eax
   0x00007f64602c37e3 <+355>:	jbe    0x7f64602c3746 <cmd_execute_command+198>
   0x00007f64602c37e9 <+361>:	cmp    $0xe,%eax
   0x00007f64602c37ec <+364>:	je     0x7f64602c3746 <cmd_execute_command+198>
   0x00007f64602c37f2 <+370>:	cmp    $0xd,%eax
   0x00007f64602c37f5 <+373>:	jne    0x7f64602c3790 <cmd_execute_command+272>
   0x00007f64602c37f7 <+375>:	mov    $0xd,%eax
   0x00007f64602c37fc <+380>:	jmpq   0x7f64602c3746 <cmd_execute_command+198>
   0x00007f64602c3801 <+385>:	nopl   0x0(%rax)
   0x00007f64602c3808 <+392>:	add    $0x18,%rsp
   0x00007f64602c380c <+396>:	mov    %r15d,%eax
   0x00007f64602c380f <+399>:	pop    %rbx
   0x00007f64602c3810 <+400>:	pop    %r12
   0x00007f64602c3812 <+402>:	pop    %r13
   0x00007f64602c3814 <+404>:	pop    %r14
   0x00007f64602c3816 <+406>:	pop    %r15
   0x00007f64602c3818 <+408>:	pop    %rbp
   0x00007f64602c3819 <+409>:	retq   
   0x00007f64602c381a <+410>:	nopw   0x0(%rax,%rax,1)
   0x00007f64602c3820 <+416>:	mov    -0x3c(%rbp),%eax
   0x00007f64602c3823 <+419>:	mov    %r14d,0x20(%r12)
   0x00007f64602c3828 <+424>:	mov    %eax,0x4250(%r12)
   0x00007f64602c3830 <+432>:	mov    %r15d,%eax
   0x00007f64602c3833 <+435>:	jmpq   0x7f64602c3746 <cmd_execute_command+198>
End of assembler dump.

2020-11-13 18:16:08,358 ERROR: rt3: zebra left a dead pidfile (pid=20354)
2020-11-13 18:20:21,887 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::1c7c:8ff:fe33:d42f/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::7c8f:40ff:fed8:5383/64']
2020-11-13 18:20:21,888 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 18:20:22,035 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::583d:e9ff:fe53:6c4d/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::e001:3aff:fe97:31b7/64']
2020-11-13 18:20:22,035 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 18:20:22,180 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::ec3a:b8ff:fe21:8a60/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::ecbe:8dff:fe64:7be8/64']
2020-11-13 18:20:22,180 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 18:20:37,383 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::7c8f:40ff:fed8:5383/64']
2020-11-13 18:20:37,384 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 18:20:37,564 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::583d:e9ff:fe53:6c4d/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::e001:3aff:fe97:31b7/64']
2020-11-13 18:20:37,564 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 18:20:37,744 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::ec3a:b8ff:fe21:8a60/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::ecbe:8dff:fe64:7be8/64']
2020-11-13 18:20:37,745 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 18:20:53,266 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::1c7c:8ff:fe33:d42f/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::7c8f:40ff:fed8:5383/64']
2020-11-13 18:20:53,266 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 18:20:53,425 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::583d:e9ff:fe53:6c4d/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::e001:3aff:fe97:31b7/64']
2020-11-13 18:20:53,425 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 18:20:53,578 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::ec3a:b8ff:fe21:8a60/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::ecbe:8dff:fe64:7be8/64']
2020-11-13 18:20:53,579 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 18:21:08,364 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::1c7c:8ff:fe33:d42f/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::7c8f:40ff:fed8:5383/64']
2020-11-13 18:21:08,364 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 18:21:08,509 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::e001:3aff:fe97:31b7/64']
2020-11-13 18:21:08,510 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 18:21:08,659 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::ec3a:b8ff:fe21:8a60/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::ecbe:8dff:fe64:7be8/64']
2020-11-13 18:21:08,659 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 18:21:24,829 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::1c7c:8ff:fe33:d42f/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::7c8f:40ff:fed8:5383/64']
2020-11-13 18:21:24,829 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 18:21:25,028 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::583d:e9ff:fe53:6c4d/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::e001:3aff:fe97:31b7/64']
2020-11-13 18:21:25,028 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 18:21:25,209 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::ec3a:b8ff:fe21:8a60/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::ecbe:8dff:fe64:7be8/64']
2020-11-13 18:21:25,209 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}

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

IPv4 protocols on Ubuntu 18.04: Failed (click for details)
Topo tests part 2 on Ubuntu 18.04 amd64: Failed (click for details)

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

Topology Tests failed for Topo tests part 2 on Ubuntu 18.04 amd64
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15417/artifact/TP2U1804AMD64/ErrorLog/log_topotests.txt

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

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

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

2020-11-13 18:13:13,676 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP0U1604AMD64/topotests/lib/common_config.py", line 2197, 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-TP0U1604AMD64/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-TP0U1604AMD64/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-11-13 18:13:13,852 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP0U1604AMD64/topotests/lib/common_config.py", line 2197, 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-TP0U1604AMD64/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-TP0U1604AMD64/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-11-13 18:13:14,027 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP0U1604AMD64/topotests/lib/common_config.py", line 2197, 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-TP0U1604AMD64/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-TP0U1604AMD64/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-11-13 18:13:14,203 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP0U1604AMD64/topotests/lib/common_config.py", line 2197, 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-TP0U1604AMD64/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-TP0U1604AMD64/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 



2020-11-13 18:15:24,971 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP0U1604AMD64/topotests/lib/common_config.py", line 2197, 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-TP0U1604AMD64/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-TP0U1604AMD64/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  



2020-11-13 18:28:27,149 WARNING: vtysh_cmd: failed to convert json output
2020-11-13 18:28:31,532 WARNING: vtysh_cmd: failed to convert json output
2020-11-13 18:28:35,923 WARNING: vtysh_cmd: failed to convert json output
2020-11-13 18:28:40,338 WARNING: vtysh_cmd: failed to convert json output
2020-11-13 18:28:44,726 WARNING: vtysh_cmd: failed to convert json output
2020-11-13 18:28:49,107 WARNING: vtysh_cmd: failed to convert json output
2020-11-13 18:29:13,556 ERROR: assert failed at "test_bgp_recursive_route_ebgp_multi_hop/test_next_hop_as_self_ip_p1": Testcase  : Failed 
   Error : test_next_hop_as_self_ip_p1
assert 'No route found in rib of router r2..' is True
54	../sysdeps/unix/sysv/linux/raise.c: No such file or directory.
No function contains program counter for selected frame.
No function contains program counter for selected frame.
No function contains program counter for selected frame.
No function contains program counter for selected frame.

r2: bgpd crashed. Core file found - Backtrace follows:
[New LWP 25995]
[New LWP 25998]
[New LWP 25997]
[New LWP 25996]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/lib/frr/bgpd --log stdout --log-level debug -d'.
Program terminated with signal SIGABRT, Aborted.
#0  0x00007f3f44a89438 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54
[Current thread is 1 (Thread 0x7f3f45c07880 (LWP 25995))]
  Id   Target Id         Frame 
* 1    Thread 0x7f3f45c07880 (LWP 25995) 0x00007f3f44a89438 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54
  2    Thread 0x7f3f41322700 (LWP 25998) pthread_cond_timedwait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
  3    Thread 0x7f3f41b23700 (LWP 25997) 0x00007f3f44b4f8d1 in __GI_ppoll (fds=0x560a29497280, nfds=4, timeout=<optimized out>, sigmask=0x7f3f41b22be0) at ../sysdeps/unix/sysv/linux/ppoll.c:50
  4    Thread 0x7f3f42324700 (LWP 25996) syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#0  0x00007f3f44a89438 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54
        resultvar = 0
        pid = 25995
        selftid = 25995
#1  0x00007f3f44a8b03a in __GI_abort () at abort.c:89
        save_stage = 2
        act = {__sigaction_handler = {sa_handler = 0x726f620035313631, sa_sigaction = 0x726f620035313631}, sa_mask = {__val = {733574566146632052, 0, 12200450182655186176, 0, 94601618387040, 94601618388704, 140736833467776, 140736833467760, 139909725348356, 140736833467824, 11, 140736833468464, 94601614425233, 140736833467808, 139909725348454, 139909715301696}}, sa_flags = 1166127665, sa_restorer = 0x560a00000051}
        sigs = {__val = {32, 0 <repeats 15 times>}}
#2  0x00007f3f457d1510 in ?? () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#3  <signal handler called>
No locals.
#4  0x0000560a279f7c91 in ?? ()
No symbol table info available.
#5  0x0000560a27a064bf in ?? ()
No symbol table info available.
#6  0x0000560a27a1630b in ?? ()
No symbol table info available.
#7  0x00007f3f457857dd in ?? () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#8  0x00007f3f4578776a in cmd_execute_command () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#9  0x00007f3f45787919 in cmd_execute () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#10 0x00007f3f457e6552 in ?? () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#11 0x00007f3f457e67e6 in ?? () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#12 0x00007f3f457e909c in ?? () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#13 0x00007f3f457e0b10 in thread_call () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#14 0x00007f3f457a9270 in frr_run () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#15 0x0000560a27976c35 in main ()
No symbol table info available.
Dump of assembler code for function __restore_rt:
=> 0x00007f3f44e2f390 <+0>:	mov    $0xf,%rax
   0x00007f3f44e2f397 <+7>:	syscall 
   0x00007f3f44e2f399 <+9>:	nopl   0x0(%rax)
End of assembler dump.
#4  0x0000560a279f7c91 in ?? ()
#5  0x0000560a27a064bf in ?? ()
#6  0x0000560a27a1630b in ?? ()
#7  0x00007f3f457857dd in ?? () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
#8  0x00007f3f4578776a in cmd_execute_command () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
Dump of assembler code for function cmd_execute_command:
   0x00007f3f45787680 <+0>:	push   %rbp
   0x00007f3f45787681 <+1>:	mov    %rsp,%rbp
   0x00007f3f45787684 <+4>:	push   %r15
   0x00007f3f45787686 <+6>:	push   %r14
   0x00007f3f45787688 <+8>:	push   %r13
   0x00007f3f4578768a <+10>:	push   %r12
   0x00007f3f4578768c <+12>:	mov    %rsi,%r12
   0x00007f3f4578768f <+15>:	push   %rbx
   0x00007f3f45787690 <+16>:	mov    %rdi,%rbx
   0x00007f3f45787693 <+19>:	sub    $0x18,%rsp
   0x00007f3f45787697 <+23>:	mov    0x4250(%rsi),%eax
   0x00007f3f4578769d <+29>:	mov    0x20(%rsi),%r14d
   0x00007f3f457876a1 <+33>:	mov    %rdx,-0x38(%rbp)
   0x00007f3f457876a5 <+37>:	mov    %eax,-0x3c(%rbp)
   0x00007f3f457876a8 <+40>:	mov    0x8(%rdi),%rax
   0x00007f3f457876ac <+44>:	mov    %r14d,%edi
   0x00007f3f457876af <+47>:	mov    (%rax),%rsi
   0x00007f3f457876b2 <+50>:	callq  0x7f3f45784750
   0x00007f3f457876b7 <+55>:	test   %eax,%eax
   0x00007f3f457876b9 <+57>:	je     0x7f3f45787758 <cmd_execute_command+216>
   0x00007f3f457876bf <+63>:	mov    %rbx,%rdi
   0x00007f3f457876c2 <+66>:	movl   $0x3,0x20(%r12)
   0x00007f3f457876cb <+75>:	movl   $0x0,0x4250(%r12)
   0x00007f3f457876d7 <+87>:	callq  0x7f3f457e2ca0 <vector_count>
   0x00007f3f457876dc <+92>:	mov    %eax,%edi
   0x00007f3f457876de <+94>:	mov    $0x1,%r15d
   0x00007f3f457876e4 <+100>:	callq  0x7f3f457e2850 <vector_init>
   0x00007f3f457876e9 <+105>:	cmpl   $0x1,(%rbx)
   0x00007f3f457876ec <+108>:	mov    %rax,%r13
   0x00007f3f457876ef <+111>:	jbe    0x7f3f4578771b <cmd_execute_command+155>
   0x00007f3f457876f1 <+113>:	nopl   0x0(%rax)
   0x00007f3f457876f8 <+120>:	mov    %r15d,%esi
   0x00007f3f457876fb <+123>:	mov    %rbx,%rdi
   0x00007f3f457876fe <+126>:	callq  0x7f3f457e2aa0 <vector_lookup>
   0x00007f3f45787703 <+131>:	lea    -0x1(%r15),%esi
   0x00007f3f45787707 <+135>:	mov    %rax,%rdx
   0x00007f3f4578770a <+138>:	mov    %r13,%rdi
   0x00007f3f4578770d <+141>:	add    $0x1,%r15d
   0x00007f3f45787711 <+145>:	callq  0x7f3f457e2a60 <vector_set_index>
   0x00007f3f45787716 <+150>:	cmp    %r15d,(%rbx)
   0x00007f3f45787719 <+153>:	ja     0x7f3f457876f8 <cmd_execute_command+120>
   0x00007f3f4578771b <+155>:	mov    -0x38(%rbp),%rdx
   0x00007f3f4578771f <+159>:	mov    %r12,%rsi
   0x00007f3f45787722 <+162>:	mov    %r13,%rdi
   0x00007f3f45787725 <+165>:	callq  0x7f3f45785690
   0x00007f3f4578772a <+170>:	mov    %r13,%rdi
   0x00007f3f4578772d <+173>:	mov    %eax,%ebx
   0x00007f3f4578772f <+175>:	callq  0x7f3f457e28b0 <vector_free>
   0x00007f3f45787734 <+180>:	mov    -0x3c(%rbp),%eax
   0x00007f3f45787737 <+183>:	mov    %r14d,0x20(%r12)
   0x00007f3f4578773c <+188>:	mov    %eax,0x4250(%r12)
   0x00007f3f45787744 <+196>:	mov    %ebx,%eax
   0x00007f3f45787746 <+198>:	add    $0x18,%rsp
   0x00007f3f4578774a <+202>:	pop    %rbx
   0x00007f3f4578774b <+203>:	pop    %r12
   0x00007f3f4578774d <+205>:	pop    %r13
   0x00007f3f4578774f <+207>:	pop    %r14
   0x00007f3f45787751 <+209>:	pop    %r15
   0x00007f3f45787753 <+211>:	pop    %rbp
   0x00007f3f45787754 <+212>:	retq   
   0x00007f3f45787755 <+213>:	nopl   (%rax)
   0x00007f3f45787758 <+216>:	mov    -0x38(%rbp),%rdx
   0x00007f3f4578775c <+220>:	mov    %ecx,%r13d
   0x00007f3f4578775f <+223>:	mov    %r12,%rsi
   0x00007f3f45787762 <+226>:	mov    %rbx,%rdi
   0x00007f3f45787765 <+229>:	callq  0x7f3f45785690
=> 0x00007f3f4578776a <+234>:	test   %r13d,%r13d
   0x00007f3f4578776d <+237>:	mov    %eax,%r15d
   0x00007f3f45787770 <+240>:	jne    0x7f3f45787746 <cmd_execute_command+198>
   0x00007f3f45787772 <+242>:	cmp    $0x1,%eax
   0x00007f3f45787775 <+245>:	jbe    0x7f3f45787808 <cmd_execute_command+392>
   0x00007f3f4578777b <+251>:	cmp    $0xe,%eax
   0x00007f3f4578777e <+254>:	je     0x7f3f45787808 <cmd_execute_command+392>
   0x00007f3f45787784 <+260>:	mov    %r14d,%r13d
   0x00007f3f45787787 <+263>:	jmp    0x7f3f457877f2 <cmd_execute_command+370>
   0x00007f3f45787789 <+265>:	nopl   0x0(%rax)
   0x00007f3f45787790 <+272>:	cmpl   $0x4,0x20(%r12)
   0x00007f3f45787796 <+278>:	jle    0x7f3f45787820 <cmd_execute_command+416>
   0x00007f3f4578779c <+284>:	mov    %r13d,%edi
   0x00007f3f4578779f <+287>:	callq  0x7f3f45787630 <node_parent>
   0x00007f3f457877a4 <+292>:	mov    0x4250(%r12),%edx
   0x00007f3f457877ac <+300>:	mov    %eax,%r13d
   0x00007f3f457877af <+303>:	mov    %eax,0x20(%r12)
   0x00007f3f457877b4 <+308>:	test   %edx,%edx
   0x00007f3f457877b6 <+310>:	jle    0x7f3f457877d1 <cmd_execute_command+337>
   0x00007f3f457877b8 <+312>:	mov    %r14d,%esi
   0x00007f3f457877bb <+315>:	mov    %eax,%edi
   0x00007f3f457877bd <+317>:	callq  0x7f3f45784710
   0x00007f3f457877c2 <+322>:	test   %al,%al
   0x00007f3f457877c4 <+324>:	je     0x7f3f457877d1 <cmd_execute_command+337>
   0x00007f3f457877c6 <+326>:	sub    $0x1,%edx
   0x00007f3f457877c9 <+329>:	mov    %edx,0x4250(%r12)
   0x00007f3f457877d1 <+337>:	mov    -0x38(%rbp),%rdx
   0x00007f3f457877d5 <+341>:	mov    %r12,%rsi
   0x00007f3f457877d8 <+344>:	mov    %rbx,%rdi
   0x00007f3f457877db <+347>:	callq  0x7f3f45785690
   0x00007f3f457877e0 <+352>:	cmp    $0x1,%eax
   0x00007f3f457877e3 <+355>:	jbe    0x7f3f45787746 <cmd_execute_command+198>
   0x00007f3f457877e9 <+361>:	cmp    $0xe,%eax
   0x00007f3f457877ec <+364>:	je     0x7f3f45787746 <cmd_execute_command+198>
   0x00007f3f457877f2 <+370>:	cmp    $0xd,%eax
   0x00007f3f457877f5 <+373>:	jne    0x7f3f45787790 <cmd_execute_command+272>
   0x00007f3f457877f7 <+375>:	mov    $0xd,%eax
   0x00007f3f457877fc <+380>:	jmpq   0x7f3f45787746 <cmd_execute_command+198>
   0x00007f3f45787801 <+385>:	nopl   0x0(%rax)
   0x00007f3f45787808 <+392>:	add    $0x18,%rsp
   0x00007f3f4578780c <+396>:	mov    %r15d,%eax
   0x00007f3f4578780f <+399>:	pop    %rbx
   0x00007f3f45787810 <+400>:	pop    %r12
   0x00007f3f45787812 <+402>:	pop    %r13
   0x00007f3f45787814 <+404>:	pop    %r14
   0x00007f3f45787816 <+406>:	pop    %r15
   0x00007f3f45787818 <+408>:	pop    %rbp
   0x00007f3f45787819 <+409>:	retq   
   0x00007f3f4578781a <+410>:	nopw   0x0(%rax,%rax,1)
   0x00007f3f45787820 <+416>:	mov    -0x3c(%rbp),%eax
   0x00007f3f45787823 <+419>:	mov    %r14d,0x20(%r12)
   0x00007f3f45787828 <+424>:	mov    %eax,0x4250(%r12)
   0x00007f3f45787830 <+432>:	mov    %r15d,%eax
   0x00007f3f45787833 <+435>:	jmpq   0x7f3f45787746 <cmd_execute_command+198>
End of assembler dump.
2020-11-13 18:29:14,657 ERROR: assert failed at "test_bgp_recursive_route_ebgp_multi_hop/test_password_authentication_for_eBGP_and_iBGP_peers_p1": 
r2: bgpd crashed. Core file found - Backtrace follows:
[New LWP 25995]
[New LWP 25998]
[New LWP 25997]
[New LWP 25996]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/lib/frr/bgpd --log stdout --log-level debug -d'.
Program terminated with signal SIGABRT, Aborted.
#0  0x00007f3f44a89438 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54
[Current thread is 1 (Thread 0x7f3f45c07880 (LWP 25995))]
  Id   Target Id         Frame 
* 1    Thread 0x7f3f45c07880 (LWP 25995) 0x00007f3f44a89438 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54
  2    Thread 0x7f3f41322700 (LWP 25998) pthread_cond_timedwait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
  3    Thread 0x7f3f41b23700 (LWP 25997) 0x00007f3f44b4f8d1 in __GI_ppoll (fds=0x560a29497280, nfds=4, timeout=<optimized out>, sigmask=0x7f3f41b22be0) at ../sysdeps/unix/sysv/linux/ppoll.c:50
  4    Thread 0x7f3f42324700 (LWP 25996) syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#0  0x00007f3f44a89438 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54
        resultvar = 0
        pid = 25995
        selftid = 25995
#1  0x00007f3f44a8b03a in __GI_abort () at abort.c:89
        save_stage = 2
        act = {__sigaction_handler = {sa_handler = 0x726f620035313631, sa_sigaction = 0x726f620035313631}, sa_mask = {__val = {733574566146632052, 0, 12200450182655186176, 0, 94601618387040, 94601618388704, 140736833467776, 140736833467760, 139909725348356, 140736833467824, 11, 140736833468464, 94601614425233, 140736833467808, 139909725348454, 139909715301696}}, sa_flags = 1166127665, sa_restorer = 0x560a00000051}
        sigs = {__val = {32, 0 <repeats 15 times>}}
#2  0x00007f3f457d1510 in ?? () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#3  <signal handler called>
No locals.
#4  0x0000560a279f7c91 in ?? ()
No symbol table info available.
#5  0x0000560a27a064bf in ?? ()
No symbol table info available.
#6  0x0000560a27a1630b in ?? ()
No symbol table info available.
#7  0x00007f3f457857dd in ?? () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#8  0x00007f3f4578776a in cmd_execute_command () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#9  0x00007f3f45787919 in cmd_execute () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#10 0x00007f3f457e6552 in ?? () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#11 0x00007f3f457e67e6 in ?? () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#12 0x00007f3f457e909c in ?? () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#13 0x00007f3f457e0b10 in thread_call () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#14 0x00007f3f457a9270 in frr_run () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#15 0x0000560a27976c35 in main ()
No symbol table info available.
Dump of assembler code for function __restore_rt:
=> 0x00007f3f44e2f390 <+0>:	mov    $0xf,%rax
   0x00007f3f44e2f397 <+7>:	syscall 
   0x00007f3f44e2f399 <+9>:	nopl   0x0(%rax)
End of assembler dump.
#4  0x0000560a279f7c91 in ?? ()
#5  0x0000560a27a064bf in ?? ()
#6  0x0000560a27a1630b in ?? ()
#7  0x00007f3f457857dd in ?? () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
#8  0x00007f3f4578776a in cmd_execute_command () from /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0
Dump of assembler code for function cmd_execute_command:
   0x00007f3f45787680 <+0>:	push   %rbp
   0x00007f3f45787681 <+1>:	mov    %rsp,%rbp
   0x00007f3f45787684 <+4>:	push   %r15
   0x00007f3f45787686 <+6>:	push   %r14
   0x00007f3f45787688 <+8>:	push   %r13
   0x00007f3f4578768a <+10>:	push   %r12
   0x00007f3f4578768c <+12>:	mov    %rsi,%r12
   0x00007f3f4578768f <+15>:	push   %rbx
   0x00007f3f45787690 <+16>:	mov    %rdi,%rbx
   0x00007f3f45787693 <+19>:	sub    $0x18,%rsp
   0x00007f3f45787697 <+23>:	mov    0x4250(%rsi),%eax
   0x00007f3f4578769d <+29>:	mov    0x20(%rsi),%r14d
   0x00007f3f457876a1 <+33>:	mov    %rdx,-0x38(%rbp)
   0x00007f3f457876a5 <+37>:	mov    %eax,-0x3c(%rbp)
   0x00007f3f457876a8 <+40>:	mov    0x8(%rdi),%rax
   0x00007f3f457876ac <+44>:	mov    %r14d,%edi
   0x00007f3f457876af <+47>:	mov    (%rax),%rsi
   0x00007f3f457876b2 <+50>:	callq  0x7f3f45784750
   0x00007f3f457876b7 <+55>:	test   %eax,%eax
   0x00007f3f457876b9 <+57>:	je     0x7f3f45787758 <cmd_execute_command+216>
   0x00007f3f457876bf <+63>:	mov    %rbx,%rdi
   0x00007f3f457876c2 <+66>:	movl   $0x3,0x20(%r12)
   0x00007f3f457876cb <+75>:	movl   $0x0,0x4250(%r12)
   0x00007f3f457876d7 <+87>:	callq  0x7f3f457e2ca0 <vector_count>
   0x00007f3f457876dc <+92>:	mov    %eax,%edi
   0x00007f3f457876de <+94>:	mov    $0x1,%r15d
   0x00007f3f457876e4 <+100>:	callq  0x7f3f457e2850 <vector_init>
   0x00007f3f457876e9 <+105>:	cmpl   $0x1,(%rbx)
   0x00007f3f457876ec <+108>:	mov    %rax,%r13
   0x00007f3f457876ef <+111>:	jbe    0x7f3f4578771b <cmd_execute_command+155>
   0x00007f3f457876f1 <+113>:	nopl   0x0(%rax)
   0x00007f3f457876f8 <+120>:	mov    %r15d,%esi
   0x00007f3f457876fb <+123>:	mov    %rbx,%rdi
   0x00007f3f457876fe <+126>:	callq  0x7f3f457e2aa0 <vector_lookup>
   0x00007f3f45787703 <+131>:	lea    -0x1(%r15),%esi
   0x00007f3f45787707 <+135>:	mov    %rax,%rdx
   0x00007f3f4578770a <+138>:	mov    %r13,%rdi
   0x00007f3f4578770d <+141>:	add    $0x1,%r15d
   0x00007f3f45787711 <+145>:	callq  0x7f3f457e2a60 <vector_set_index>
   0x00007f3f45787716 <+150>:	cmp    %r15d,(%rbx)
   0x00007f3f45787719 <+153>:	ja     0x7f3f457876f8 <cmd_execute_command+120>
   0x00007f3f4578771b <+155>:	mov    -0x38(%rbp),%rdx
   0x00007f3f4578771f <+159>:	mov    %r12,%rsi
   0x00007f3f45787722 <+162>:	mov    %r13,%rdi
   0x00007f3f45787725 <+165>:	callq  0x7f3f45785690
   0x00007f3f4578772a <+170>:	mov    %r13,%rdi
   0x00007f3f4578772d <+173>:	mov    %eax,%ebx
   0x00007f3f4578772f <+175>:	callq  0x7f3f457e28b0 <vector_free>
   0x00007f3f45787734 <+180>:	mov    -0x3c(%rbp),%eax
   0x00007f3f45787737 <+183>:	mov    %r14d,0x20(%r12)
   0x00007f3f4578773c <+188>:	mov    %eax,0x4250(%r12)
   0x00007f3f45787744 <+196>:	mov    %ebx,%eax
   0x00007f3f45787746 <+198>:	add    $0x18,%rsp
   0x00007f3f4578774a <+202>:	pop    %rbx
   0x00007f3f4578774b <+203>:	pop    %r12
   0x00007f3f4578774d <+205>:	pop    %r13
   0x00007f3f4578774f <+207>:	pop    %r14
   0x00007f3f45787751 <+209>:	pop    %r15
   0x00007f3f45787753 <+211>:	pop    %rbp
   0x00007f3f45787754 <+212>:	retq   
   0x00007f3f45787755 <+213>:	nopl   (%rax)
   0x00007f3f45787758 <+216>:	mov    -0x38(%rbp),%rdx
   0x00007f3f4578775c <+220>:	mov    %ecx,%r13d
   0x00007f3f4578775f <+223>:	mov    %r12,%rsi
   0x00007f3f45787762 <+226>:	mov    %rbx,%rdi
   0x00007f3f45787765 <+229>:	callq  0x7f3f45785690
=> 0x00007f3f4578776a <+234>:	test   %r13d,%r13d
   0x00007f3f4578776d <+237>:	mov    %eax,%r15d
   0x00007f3f45787770 <+240>:	jne    0x7f3f45787746 <cmd_execute_command+198>
   0x00007f3f45787772 <+242>:	cmp    $0x1,%eax
   0x00007f3f45787775 <+245>:	jbe    0x7f3f45787808 <cmd_execute_command+392>
   0x00007f3f4578777b <+251>:	cmp    $0xe,%eax
   0x00007f3f4578777e <+254>:	je     0x7f3f45787808 <cmd_execute_command+392>
   0x00007f3f45787784 <+260>:	mov    %r14d,%r13d
   0x00007f3f45787787 <+263>:	jmp    0x7f3f457877f2 <cmd_execute_command+370>
   0x00007f3f45787789 <+265>:	nopl   0x0(%rax)
   0x00007f3f45787790 <+272>:	cmpl   $0x4,0x20(%r12)
   0x00007f3f45787796 <+278>:	jle    0x7f3f45787820 <cmd_execute_command+416>
   0x00007f3f4578779c <+284>:	mov    %r13d,%edi
   0x00007f3f4578779f <+287>:	callq  0x7f3f45787630 <node_parent>
   0x00007f3f457877a4 <+292>:	mov    0x4250(%r12),%edx
   0x00007f3f457877ac <+300>:	mov    %eax,%r13d
   0x00007f3f457877af <+303>:	mov    %eax,0x20(%r12)
   0x00007f3f457877b4 <+308>:	test   %edx,%edx
   0x00007f3f457877b6 <+310>:	jle    0x7f3f457877d1 <cmd_execute_command+337>
   0x00007f3f457877b8 <+312>:	mov    %r14d,%esi
   0x00007f3f457877bb <+315>:	mov    %eax,%edi
   0x00007f3f457877bd <+317>:	callq  0x7f3f45784710
   0x00007f3f457877c2 <+322>:	test   %al,%al
   0x00007f3f457877c4 <+324>:	je     0x7f3f457877d1 <cmd_execute_command+337>
   0x00007f3f457877c6 <+326>:	sub    $0x1,%edx
   0x00007f3f457877c9 <+329>:	mov    %edx,0x4250(%r12)
   0x00007f3f457877d1 <+337>:	mov    -0x38(%rbp),%rdx
   0x00007f3f457877d5 <+341>:	mov    %r12,%rsi
   0x00007f3f457877d8 <+344>:	mov    %rbx,%rdi
   0x00007f3f457877db <+347>:	callq  0x7f3f45785690
   0x00007f3f457877e0 <+352>:	cmp    $0x1,%eax
   0x00007f3f457877e3 <+355>:	jbe    0x7f3f45787746 <cmd_execute_command+198>
   0x00007f3f457877e9 <+361>:	cmp    $0xe,%eax
   0x00007f3f457877ec <+364>:	je     0x7f3f45787746 <cmd_execute_command+198>
   0x00007f3f457877f2 <+370>:	cmp    $0xd,%eax
   0x00007f3f457877f5 <+373>:	jne    0x7f3f45787790 <cmd_execute_command+272>
   0x00007f3f457877f7 <+375>:	mov    $0xd,%eax
   0x00007f3f457877fc <+380>:	jmpq   0x7f3f45787746 <cmd_execute_command+198>
   0x00007f3f45787801 <+385>:	nopl   0x0(%rax)
   0x00007f3f45787808 <+392>:	add    $0x18,%rsp
   0x00007f3f4578780c <+396>:	mov    %r15d,%eax
   0x00007f3f4578780f <+399>:	pop    %rbx
   0x00007f3f45787810 <+400>:	pop    %r12
   0x00007f3f45787812 <+402>:	pop    %r13
   0x00007f3f45787814 <+404>:	pop    %r14
   0x00007f3f45787816 <+406>:	pop    %r15
   0x00007f3f45787818 <+408>:	pop    %rbp
   0x00007f3f45787819 <+409>:	retq   
   0x00007f3f4578781a <+410>:	nopw   0x0(%rax,%rax,1)
   0x00007f3f45787820 <+416>:	mov    -0x3c(%rbp),%eax
   0x00007f3f45787823 <+419>:	mov    %r14d,0x20(%r12)
   0x00007f3f45787828 <+424>:	mov    %eax,0x4250(%r12)
   0x00007f3f45787830 <+432>:	mov    %r15d,%eax
   0x00007f3f45787833 <+435>:	jmpq   0x7f3f45787746 <cmd_execute_command+198>
End of assembler dump.

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

Topo tests part 2 on Ubuntu 18.04 arm8: Failed (click for details)

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

Topology Tests failed for Topo tests part 2 on Ubuntu 18.04 arm8
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15417/artifact/TOPO2U18ARM8/ErrorLog/log_topotests.txt

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-15417/test

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

2020-11-13 18:13:05,344 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1604I386/topotests/lib/common_config.py", line 2197, 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-11-13 18:13:05,510 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1604I386/topotests/lib/common_config.py", line 2197, 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-11-13 18:13:05,661 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1604I386/topotests/lib/common_config.py", line 2197, 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-11-13 18:13:05,822 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1604I386/topotests/lib/common_config.py", line 2197, 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 



2020-11-13 18:15:20,904 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1604I386/topotests/lib/common_config.py", line 2197, 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  



2020-11-13 18:29:50,042 WARNING: vtysh_cmd: failed to convert json output
2020-11-13 18:29:54,348 WARNING: vtysh_cmd: failed to convert json output
2020-11-13 18:29:58,723 WARNING: vtysh_cmd: failed to convert json output
2020-11-13 18:30:03,053 WARNING: vtysh_cmd: failed to convert json output
2020-11-13 18:30:07,412 WARNING: vtysh_cmd: failed to convert json output
2020-11-13 18:30:11,765 WARNING: vtysh_cmd: failed to convert json output
2020-11-13 18:30:36,915 ERROR: assert failed at "test_bgp_recursive_route_ebgp_multi_hop/test_next_hop_as_self_ip_p1": Testcase  : Failed 
   Error : test_next_hop_as_self_ip_p1
assert 'No route found in rib of router r2..' is True
No function contains program counter for selected frame.
No function contains program counter for selected frame.
No function contains program counter for selected frame.
No function contains program counter for selected frame.
No function contains program counter for selected frame.
No function contains program counter for selected frame.

r2: bgpd crashed. Core file found - Backtrace follows:
[New LWP 31031]
[New LWP 31034]
[New LWP 31032]
[New LWP 31033]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/lib/frr/bgpd --log stdout --log-level debug -d'.
Program terminated with signal SIGABRT, Aborted.
#0  0xb7fcbcf5 in ?? ()
[Current thread is 1 (Thread 0xb78db7c0 (LWP 31031))]
  Id   Target Id         Frame 
* 1    Thread 0xb78db7c0 (LWP 31031) 0xb7fcbcf5 in ?? ()
  2    Thread 0xb6889b40 (LWP 31034) 0xb7fcbcf5 in ?? ()
  3    Thread 0xb788bb40 (LWP 31032) 0xb7fcbcf5 in ?? ()
  4    Thread 0xb708ab40 (LWP 31033) 0xb7fcbcf5 in ?? ()
#0  0xb7fcbcf5 in ?? ()
No symbol table info available.
#1  <signal handler called>
No symbol table info available.
#2  0x005d2113 in ?? ()
No symbol table info available.
#3  0x005e095c in ?? ()
No symbol table info available.
#4  0x005f0ed1 in ?? ()
No symbol table info available.
#5  0xb7ed318a in ?? () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#6  0xb7ed51fd in cmd_execute_command () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#7  0xb7ed53bd in cmd_execute () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#8  0xb7f36ca8 in ?? () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#9  0xb7f36f2a in ?? () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#10 0xb7f39b89 in ?? () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#11 0xb7f313a9 in thread_call () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#12 0xb7ef7ef1 in frr_run () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#13 0x0054db8a in main ()
No symbol table info available.
#1  <signal handler called>
#2  0x005d2113 in ?? ()
#3  0x005e095c in ?? ()
#4  0x005f0ed1 in ?? ()
#5  0xb7ed318a in ?? () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
2020-11-13 18:30:40,322 ERROR: assert failed at "test_bgp_recursive_route_ebgp_multi_hop/test_password_authentication_for_eBGP_and_iBGP_peers_p1": 
r2: bgpd crashed. Core file found - Backtrace follows:
[New LWP 31031]
[New LWP 31034]
[New LWP 31032]
[New LWP 31033]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/lib/frr/bgpd --log stdout --log-level debug -d'.
Program terminated with signal SIGABRT, Aborted.
#0  0xb7fcbcf5 in ?? ()
[Current thread is 1 (Thread 0xb78db7c0 (LWP 31031))]
  Id   Target Id         Frame 
* 1    Thread 0xb78db7c0 (LWP 31031) 0xb7fcbcf5 in ?? ()
  2    Thread 0xb6889b40 (LWP 31034) 0xb7fcbcf5 in ?? ()
  3    Thread 0xb788bb40 (LWP 31032) 0xb7fcbcf5 in ?? ()
  4    Thread 0xb708ab40 (LWP 31033) 0xb7fcbcf5 in ?? ()
#0  0xb7fcbcf5 in ?? ()
No symbol table info available.
#1  <signal handler called>
No symbol table info available.
#2  0x005d2113 in ?? ()
No symbol table info available.
#3  0x005e095c in ?? ()
No symbol table info available.
#4  0x005f0ed1 in ?? ()
No symbol table info available.
#5  0xb7ed318a in ?? () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#6  0xb7ed51fd in cmd_execute_command () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#7  0xb7ed53bd in cmd_execute () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#8  0xb7f36ca8 in ?? () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#9  0xb7f36f2a in ?? () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#10 0xb7f39b89 in ?? () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#11 0xb7f313a9 in thread_call () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#12 0xb7ef7ef1 in frr_run () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#13 0x0054db8a in main ()
No symbol table info available.
#1  <signal handler called>
#2  0x005d2113 in ?? ()
#3  0x005e095c in ?? ()
#4  0x005f0ed1 in ?? ()
#5  0xb7ed318a in ?? () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0

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

Topo tests part 0 on Ubuntu 18.04 amd64: Failed (click for details)

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

Topology Tests failed for Topo tests part 0 on Ubuntu 18.04 amd64
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15417/artifact/TOPOU1804/ErrorLog/log_topotests.txt

Topo tests part 0 on Ubuntu 18.04 arm8: Failed (click for details)

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

Topology Tests failed for Topo tests part 0 on Ubuntu 18.04 arm8
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15417/artifact/TOPO0U18ARM8/ErrorLog/log_topotests.txt

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

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

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

2020-11-13 18:03:42,970 ERROR: rt5: zebra left a dead pidfile (pid=27060)
2020-11-13 18:04:55,414 ERROR: r2: bgpd left a dead pidfile (pid=30656)
*** defaultIntf: warning: r1 has no interfaces
No function contains program counter for selected frame.
No function contains program counter for selected frame.
No function contains program counter for selected frame.
No function contains program counter for selected frame.
No function contains program counter for selected frame.
No function contains program counter for selected frame.

r2: bgpd crashed. Core file found - Backtrace follows:
[New LWP 7250]
[New LWP 7252]
[New LWP 7253]
[New LWP 7251]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/lib/frr/bgpd --log stdout --log-level debug -d'.
Program terminated with signal SIGABRT, Aborted.
#0  0xb7f56cf5 in ?? ()
[Current thread is 1 (Thread 0xb78667c0 (LWP 7250))]
  Id   Target Id         Frame 
* 1    Thread 0xb78667c0 (LWP 7250) 0xb7f56cf5 in ?? ()
  2    Thread 0xb7015b40 (LWP 7252) 0xb7f56cf5 in ?? ()
  3    Thread 0xb6814b40 (LWP 7253) 0xb7f56cf5 in ?? ()
  4    Thread 0xb7816b40 (LWP 7251) 0xb7f56cf5 in ?? ()
#0  0xb7f56cf5 in ?? ()
No symbol table info available.
#1  <signal handler called>
No symbol table info available.
#2  0x005b9113 in ?? ()
No symbol table info available.
#3  0x005c795c in ?? ()
No symbol table info available.
#4  0x005d7ed1 in ?? ()
No symbol table info available.
#5  0xb7e5e18a in ?? () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#6  0xb7e601fd in cmd_execute_command () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#7  0xb7e603bd in cmd_execute () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#8  0xb7ec1ca8 in ?? () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#9  0xb7ec1f2a in ?? () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#10 0xb7ec4b89 in ?? () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#11 0xb7ebc3a9 in thread_call () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#12 0xb7e82ef1 in frr_run () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#13 0x00534b8a in main ()
No symbol table info available.
#1  <signal handler called>
#2  0x005b9113 in ?? ()
#3  0x005c795c in ?? ()
#4  0x005d7ed1 in ?? ()
#5  0xb7e5e18a in ?? () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
2020-11-13 18:12:33,006 ERROR: assert failed at "bgp_update_delay.test_bgp_update_delay/test_bgp_update_delay": 
r2: bgpd crashed. Core file found - Backtrace follows:
[New LWP 7250]
[New LWP 7252]
[New LWP 7253]
[New LWP 7251]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/lib/frr/bgpd --log stdout --log-level debug -d'.
Program terminated with signal SIGABRT, Aborted.
#0  0xb7f56cf5 in ?? ()
[Current thread is 1 (Thread 0xb78667c0 (LWP 7250))]
  Id   Target Id         Frame 
* 1    Thread 0xb78667c0 (LWP 7250) 0xb7f56cf5 in ?? ()
  2    Thread 0xb7015b40 (LWP 7252) 0xb7f56cf5 in ?? ()
  3    Thread 0xb6814b40 (LWP 7253) 0xb7f56cf5 in ?? ()
  4    Thread 0xb7816b40 (LWP 7251) 0xb7f56cf5 in ?? ()
#0  0xb7f56cf5 in ?? ()
No symbol table info available.
#1  <signal handler called>
No symbol table info available.
#2  0x005b9113 in ?? ()
No symbol table info available.
#3  0x005c795c in ?? ()
No symbol table info available.
#4  0x005d7ed1 in ?? ()
No symbol table info available.
#5  0xb7e5e18a in ?? () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#6  0xb7e601fd in cmd_execute_command () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#7  0xb7e603bd in cmd_execute () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#8  0xb7ec1ca8 in ?? () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#9  0xb7ec1f2a in ?? () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#10 0xb7ec4b89 in ?? () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#11 0xb7ebc3a9 in thread_call () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#12 0xb7e82ef1 in frr_run () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0
No symbol table info available.
#13 0x00534b8a in main ()
No symbol table info available.
#1  <signal handler called>
#2  0x005b9113 in ?? ()
#3  0x005c795c in ?? ()
#4  0x005d7ed1 in ?? ()
#5  0xb7e5e18a in ?? () from /usr/lib/i386-linux-gnu/frr/libfrr.so.0

RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
2020-11-13 18:13:25,274 ERROR: host2: zebra left a dead pidfile (pid=10786)
2020-11-13 18:20:27,618 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::57:74ff:fead:c0c2/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::ec43:71ff:fe6b:1756/64']
2020-11-13 18:20:27,618 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 18:20:27,798 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::3c2a:47ff:fe85:9fd2/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::28f0:96ff:fe22:9b6c/64']
2020-11-13 18:20:27,799 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 18:20:27,975 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::d40e:55ff:fe6e:c494/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::3054:bcff:fe96:e254/64']
2020-11-13 18:20:27,975 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 18:20:41,287 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::ec43:71ff:fe6b:1756/64']
2020-11-13 18:20:41,287 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 18:20:41,463 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::3c2a:47ff:fe85:9fd2/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::28f0:96ff:fe22:9b6c/64']
2020-11-13 18:20:41,464 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 18:20:41,640 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::d40e:55ff:fe6e:c494/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::3054:bcff:fe96:e254/64']
2020-11-13 18:20:41,641 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 18:20:57,095 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::57:74ff:fead:c0c2/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::ec43:71ff:fe6b:1756/64']
2020-11-13 18:20:57,095 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 18:20:57,280 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::3c2a:47ff:fe85:9fd2/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::28f0:96ff:fe22:9b6c/64']
2020-11-13 18:20:57,280 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 18:20:57,482 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::d40e:55ff:fe6e:c494/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::3054:bcff:fe96:e254/64']
2020-11-13 18:20:57,482 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 18:21:12,283 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::57:74ff:fead:c0c2/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::ec43:71ff:fe6b:1756/64']
2020-11-13 18:21:12,284 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 18:21:12,461 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::28f0:96ff:fe22:9b6c/64']
2020-11-13 18:21:12,461 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 18:21:12,642 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::d40e:55ff:fe6e:c494/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::3054:bcff:fe96:e254/64']
2020-11-13 18:21:12,642 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 18:21:28,802 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::57:74ff:fead:c0c2/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::ec43:71ff:fe6b:1756/64']
2020-11-13 18:21:28,802 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 18:21:29,001 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::3c2a:47ff:fe85:9fd2/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::28f0:96ff:fe22:9b6c/64']
2020-11-13 18:21:29,002 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-13 18:21:29,180 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::d40e:55ff:fe6e:c494/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::3054:bcff:fe96:e254/64']
2020-11-13 18:21:29,180 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}

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

Successful on other platforms/tests
  • IPv6 protocols on Ubuntu 18.04
  • Fedora 29 rpm pkg check
  • Addresssanitizer topotests part 1
  • Topo tests part 1 on Ubuntu 16.04 amd64
  • Debian 8 deb pkg check
  • Topo tests part 1 on Ubuntu 18.04 arm8
  • Static analyzer (clang)
  • Topo tests part 1 on Ubuntu 16.04 i386
  • Ubuntu 16.04 deb pkg check
  • Addresssanitizer topotests part 0
  • IPv4 ldp protocol on Ubuntu 18.04
  • Addresssanitizer topotests part 2
  • Ubuntu 18.04 deb pkg check
  • Topo tests part 1 on Ubuntu 18.04 amd64
  • Ubuntu 20.04 deb pkg check
  • Debian 9 deb pkg check
  • Debian 10 deb pkg check
  • CentOS 7 rpm 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-15417/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 6.0-2 -> 7.6-dev-20201113-01-g8e6657810-0 (missing) -> 7.6-dev-20201113-01-g8e6657810-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201113-01-g8e6657810-0 (missing) -> 7.6-dev-20201113-01-g8e6657810-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201113-01-g8e6657810-0 (missing) -> 7.6-dev-20201113-01-g8e6657810-0~deb10u1
W: frr: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201113-01-g8e6657810-0 (missing) -> 7.6-dev-20201113-01-g8e6657810-0~deb10u1
W: frr-snmp: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201113-01-g8e6657810-0 (missing) -> 7.6-dev-20201113-01-g8e6657810-0~deb10u1

@LabN-CI
Copy link
Collaborator

LabN-CI commented Nov 14, 2020

Outdated results 💚

Basic BGPD CI results: SUCCESS, 0 tests failed

_ _
Result SUCCESS git merge/7507 dd3b845
Date 11/14/2020
Start 12:21:05
Finish 12:56:25
Run-Time 35:20
Total 1815
Pass 1815
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2020-11-14-12:21:05.txt
Log autoscript-2020-11-14-12:22:07.log.bz2
Memory 482 491 417

For details, please contact louberger

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Nov 14, 2020

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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 0 on Ubuntu 18.04 arm8: Failed (click for details)

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

Topology Tests failed for Topo tests part 0 on Ubuntu 18.04 arm8:

*** Error setting resource limits. Mininet's performance may be affected.
*** defaultIntf: warning: r1 has no interfaces
2020-11-14 18:40:59,324 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::3403:1cff:fe04:9406/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::a088:56ff:feba:8835/64']
2020-11-14 18:40:59,325 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-14 18:40:59,642 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::c82b:a7ff:fe62:2983/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::30b2:cdff:fe98:8169/64']
2020-11-14 18:40:59,643 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-14 18:40:59,962 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::4ec:98ff:fe33:88b6/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::5846:eaff:fe6b:b2f8/64']
2020-11-14 18:40:59,963 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-14 18:41:18,228 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::a088:56ff:feba:8835/64']
2020-11-14 18:41:18,229 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-14 18:41:18,545 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::c82b:a7ff:fe62:2983/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::30b2:cdff:fe98:8169/64']
2020-11-14 18:41:18,545 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-14 18:41:18,858 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::4ec:98ff:fe33:88b6/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::5846:eaff:fe6b:b2f8/64']
2020-11-14 18:41:18,859 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-14 18:41:36,999 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::3403:1cff:fe04:9406/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::a088:56ff:feba:8835/64']
2020-11-14 18:41:36,999 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-14 18:41:37,316 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::c82b:a7ff:fe62:2983/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::30b2:cdff:fe98:8169/64']
2020-11-14 18:41:37,316 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-14 18:41:37,633 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::4ec:98ff:fe33:88b6/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::5846:eaff:fe6b:b2f8/64']
2020-11-14 18:41:37,634 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-14 18:41:52,513 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::3403:1cff:fe04:9406/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::a088:56ff:feba:8835/64']
2020-11-14 18:41:52,514 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-14 18:41:52,828 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::30b2:cdff:fe98:8169/64']
2020-11-14 18:41:52,828 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-14 18:41:53,145 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::4ec:98ff:fe33:88b6/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::5846:eaff:fe6b:b2f8/64']
2020-11-14 18:41:53,146 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-14 18:42:07,999 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::3403:1cff:fe04:9406/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::a088:56ff:feba:8835/64']
2020-11-14 18:42:07,999 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-14 18:42:08,318 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::c82b:a7ff:fe62:2983/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::30b2:cdff:fe98:8169/64']
2020-11-14 18:42:08,318 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-14 18:42:08,632 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::4ec:98ff:fe33:88b6/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::5846:eaff:fe6b:b2f8/64']
2020-11-14 18:42:08,633 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}

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

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

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-15425/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 6.0-2 -> 7.6-dev-20201114-01-gdd3b8454c-0 (missing) -> 7.6-dev-20201114-01-gdd3b8454c-0~deb10u1
W: frr-snmp: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201114-01-gdd3b8454c-0 (missing) -> 7.6-dev-20201114-01-gdd3b8454c-0~deb10u1
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201114-01-gdd3b8454c-0 (missing) -> 7.6-dev-20201114-01-gdd3b8454c-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201114-01-gdd3b8454c-0 (missing) -> 7.6-dev-20201114-01-gdd3b8454c-0~deb10u1
W: frr: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201114-01-gdd3b8454c-0 (missing) -> 7.6-dev-20201114-01-gdd3b8454c-0~deb10u1

@LabN-CI
Copy link
Collaborator

LabN-CI commented Nov 16, 2020

Outdated results 💚

Basic BGPD CI results: SUCCESS, 0 tests failed

_ _
Result SUCCESS git merge/7507 c74d0a3
Date 11/16/2020
Start 03:51:34
Finish 04:26:53
Run-Time 35:19
Total 1815
Pass 1815
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2020-11-16-03:51:34.txt
Log autoscript-2020-11-16-03:52:36.log.bz2
Memory 480 475 418

For details, please contact louberger

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Nov 16, 2020

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

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

Topology Tests failed for Topo tests part 2 on Ubuntu 18.04 amd64:

2020-11-16 09:25:28,591 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1804AMD64/topotests/lib/common_config.py", line 2197, 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-TP2U1804AMD64/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-TP2U1804AMD64/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-11-16 09:25:28,747 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1804AMD64/topotests/lib/common_config.py", line 2197, 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-TP2U1804AMD64/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-TP2U1804AMD64/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-11-16 09:25:28,904 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1804AMD64/topotests/lib/common_config.py", line 2197, 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-TP2U1804AMD64/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-TP2U1804AMD64/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-11-16 09:25:29,056 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP2U1804AMD64/topotests/lib/common_config.py", line 2197, 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-TP2U1804AMD64/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-TP2U1804AMD64/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 



2020-11-16 09:27:29,650 ERROR: assert failed at "bgp_large_community.test_bgp_large_community_topo_2/test_large_community_lists_with_no_send_community": Testcase test_large_community_lists_with_no_send_community : Failed 
   Error: True
assert True is not True

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

Topo tests part 0 on Ubuntu 18.04 arm8: Failed (click for details)

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

Topology Tests failed for Topo tests part 0 on Ubuntu 18.04 arm8:

*** Error setting resource limits. Mininet's performance may be affected.
*** defaultIntf: warning: r1 has no interfaces
2020-11-16 10:03:25,963 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::387f:d5ff:fed2:f5a3/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::108f:98ff:fe3a:7901/64']
2020-11-16 10:03:25,964 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-16 10:03:26,283 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::4483:37ff:fe70:d7d5/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::ced:b9ff:fee3:15d5/64']
2020-11-16 10:03:26,284 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-16 10:03:26,600 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::bcc5:6cff:fe02:a138/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::a0e8:d9ff:fe35:4107/64']
2020-11-16 10:03:26,600 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-16 10:03:42,494 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::108f:98ff:fe3a:7901/64']
2020-11-16 10:03:42,494 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-16 10:03:42,812 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::4483:37ff:fe70:d7d5/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::ced:b9ff:fee3:15d5/64']
2020-11-16 10:03:42,813 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-16 10:03:43,130 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::bcc5:6cff:fe02:a138/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::a0e8:d9ff:fe35:4107/64']
2020-11-16 10:03:43,130 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-16 10:03:58,071 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::387f:d5ff:fed2:f5a3/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::108f:98ff:fe3a:7901/64']
2020-11-16 10:03:58,072 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-16 10:03:58,390 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::4483:37ff:fe70:d7d5/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::ced:b9ff:fee3:15d5/64']
2020-11-16 10:03:58,390 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-16 10:03:58,709 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::bcc5:6cff:fe02:a138/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::a0e8:d9ff:fe35:4107/64']
2020-11-16 10:03:58,709 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-16 10:04:13,656 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::387f:d5ff:fed2:f5a3/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::108f:98ff:fe3a:7901/64']
2020-11-16 10:04:13,656 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-16 10:04:13,976 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::ced:b9ff:fee3:15d5/64']
2020-11-16 10:04:13,977 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-16 10:04:14,298 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::bcc5:6cff:fe02:a138/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::a0e8:d9ff:fe35:4107/64']
2020-11-16 10:04:14,298 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-16 10:04:31,701 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::387f:d5ff:fed2:f5a3/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::108f:98ff:fe3a:7901/64']
2020-11-16 10:04:31,701 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-16 10:04:32,021 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::4483:37ff:fe70:d7d5/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::ced:b9ff:fee3:15d5/64']
2020-11-16 10:04:32,022 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-16 10:04:32,343 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::bcc5:6cff:fe02:a138/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::a0e8:d9ff:fe35:4107/64']
2020-11-16 10:04:32,343 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}

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

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

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-15439/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 6.0-2 -> 7.6-dev-20201116-04-gc74d0a3b2-0 (missing) -> 7.6-dev-20201116-04-gc74d0a3b2-0~deb10u1
W: frr: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201116-04-gc74d0a3b2-0 (missing) -> 7.6-dev-20201116-04-gc74d0a3b2-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201116-04-gc74d0a3b2-0 (missing) -> 7.6-dev-20201116-04-gc74d0a3b2-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201116-04-gc74d0a3b2-0 (missing) -> 7.6-dev-20201116-04-gc74d0a3b2-0~deb10u1
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201116-04-gc74d0a3b2-0 (missing) -> 7.6-dev-20201116-04-gc74d0a3b2-0~deb10u1

@ton31337
Copy link
Member Author

ci:rerun

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Nov 16, 2020

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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 0 on Ubuntu 18.04 arm8: Failed (click for details)

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

Topology Tests failed for Topo tests part 0 on Ubuntu 18.04 arm8:

*** Error setting resource limits. Mininet's performance may be affected.
2020-11-16 14:28:26,367 ERROR: r4: bgpd left a dead pidfile (pid=2488)
*** defaultIntf: warning: r1 has no interfaces
2020-11-16 15:16:07,039 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::f851:18ff:fec8:d29b/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::3cab:40ff:fea5:6f5b/64']
2020-11-16 15:16:07,040 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-16 15:16:07,354 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::fc36:9bff:fe62:e1fb/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::38f6:c3ff:fe15:5ce5/64']
2020-11-16 15:16:07,354 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-16 15:16:07,672 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::cc7:32ff:fede:c9fb/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::1ca7:5eff:feb8:b54b/64']
2020-11-16 15:16:07,673 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-16 15:16:26,019 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::3cab:40ff:fea5:6f5b/64']
2020-11-16 15:16:26,019 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-16 15:16:26,340 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::fc36:9bff:fe62:e1fb/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::38f6:c3ff:fe15:5ce5/64']
2020-11-16 15:16:26,341 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-16 15:16:26,660 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::cc7:32ff:fede:c9fb/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::1ca7:5eff:feb8:b54b/64']
2020-11-16 15:16:26,661 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-16 15:16:44,867 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::f851:18ff:fec8:d29b/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::3cab:40ff:fea5:6f5b/64']
2020-11-16 15:16:44,868 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-16 15:16:45,187 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::fc36:9bff:fe62:e1fb/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::38f6:c3ff:fe15:5ce5/64']
2020-11-16 15:16:45,187 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-16 15:16:45,507 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::cc7:32ff:fede:c9fb/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::1ca7:5eff:feb8:b54b/64']
2020-11-16 15:16:45,508 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-16 15:17:04,555 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::f851:18ff:fec8:d29b/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::3cab:40ff:fea5:6f5b/64']
2020-11-16 15:17:04,555 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-16 15:17:04,873 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::38f6:c3ff:fe15:5ce5/64']
2020-11-16 15:17:04,873 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-16 15:17:05,191 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::cc7:32ff:fede:c9fb/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::1ca7:5eff:feb8:b54b/64']
2020-11-16 15:17:05,191 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-16 15:17:20,944 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::f851:18ff:fec8:d29b/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::3cab:40ff:fea5:6f5b/64']
2020-11-16 15:17:20,944 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-16 15:17:21,264 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::fc36:9bff:fe62:e1fb/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::38f6:c3ff:fe15:5ce5/64']
2020-11-16 15:17:21,265 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-16 15:17:21,591 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::cc7:32ff:fede:c9fb/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::1ca7:5eff:feb8:b54b/64']
2020-11-16 15:17:21,592 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}

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

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

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-15444/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 6.0-2 -> 7.6-dev-20201116-04-gc74d0a3b2-0 (missing) -> 7.6-dev-20201116-04-gc74d0a3b2-0~deb10u1
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201116-04-gc74d0a3b2-0 (missing) -> 7.6-dev-20201116-04-gc74d0a3b2-0~deb10u1
W: frr-snmp: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201116-04-gc74d0a3b2-0 (missing) -> 7.6-dev-20201116-04-gc74d0a3b2-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201116-04-gc74d0a3b2-0 (missing) -> 7.6-dev-20201116-04-gc74d0a3b2-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201116-04-gc74d0a3b2-0 (missing) -> 7.6-dev-20201116-04-gc74d0a3b2-0~deb10u1

@ton31337
Copy link
Member Author

@mwinter-osr what can we do regarding Package lsof is not installed.?

@donaldsharp
Copy link
Member

ci:rerun

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Nov 23, 2020

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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 0 on Ubuntu 18.04 arm8: Failed (click for details)

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

Topology Tests failed for Topo tests part 0 on Ubuntu 18.04 arm8:

*** Error setting resource limits. Mininet's performance may be affected.
*** defaultIntf: warning: r1 has no interfaces
2020-11-23 13:55:35,276 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::d4a6:4eff:feba:759d/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::c0f5:a1ff:fe03:592f/64']
2020-11-23 13:55:35,277 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-23 13:55:35,597 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::8824:72ff:fe64:df6e/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::701c:46ff:fe66:624/64']
2020-11-23 13:55:35,597 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-23 13:55:35,913 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::94f7:49ff:fece:641a/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::b80e:46ff:fea0:924c/64']
2020-11-23 13:55:35,914 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-23 13:55:54,300 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::c0f5:a1ff:fe03:592f/64']
2020-11-23 13:55:54,300 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-23 13:55:54,619 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::8824:72ff:fe64:df6e/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::701c:46ff:fe66:624/64']
2020-11-23 13:55:54,619 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-23 13:55:54,939 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::94f7:49ff:fece:641a/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::b80e:46ff:fea0:924c/64']
2020-11-23 13:55:54,939 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-23 13:56:12,335 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::d4a6:4eff:feba:759d/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::c0f5:a1ff:fe03:592f/64']
2020-11-23 13:56:12,335 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-23 13:56:12,657 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::8824:72ff:fe64:df6e/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::701c:46ff:fe66:624/64']
2020-11-23 13:56:12,658 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-23 13:56:12,978 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::94f7:49ff:fece:641a/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::b80e:46ff:fea0:924c/64']
2020-11-23 13:56:12,979 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-23 13:56:27,929 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::d4a6:4eff:feba:759d/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::c0f5:a1ff:fe03:592f/64']
2020-11-23 13:56:27,929 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-23 13:56:28,249 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::701c:46ff:fe66:624/64']
2020-11-23 13:56:28,250 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-23 13:56:28,570 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::94f7:49ff:fece:641a/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::b80e:46ff:fea0:924c/64']
2020-11-23 13:56:28,571 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-23 13:56:43,506 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::d4a6:4eff:feba:759d/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::c0f5:a1ff:fe03:592f/64']
2020-11-23 13:56:43,507 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-23 13:56:43,826 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::8824:72ff:fe64:df6e/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::701c:46ff:fe66:624/64']
2020-11-23 13:56:43,826 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-23 13:56:44,147 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::94f7:49ff:fece:641a/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::b80e:46ff:fea0:924c/64']
2020-11-23 13:56:44,147 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}

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

Successful on other platforms/tests
  • Topo tests part 1 on Ubuntu 18.04 amd64
  • Addresssanitizer topotests part 2
  • Addresssanitizer topotests part 0
  • IPv4 ldp protocol on Ubuntu 18.04
  • CentOS 7 rpm pkg check
  • Debian 8 deb pkg check
  • Topo tests part 0 on Ubuntu 16.04 amd64
  • Debian 9 deb pkg check
  • Topo tests part 1 on Ubuntu 18.04 arm8
  • Topo tests part 1 on Ubuntu 16.04 amd64
  • Topo tests part 2 on Ubuntu 18.04 arm8
  • Topo tests part 0 on Ubuntu 18.04 amd64
  • Addresssanitizer topotests part 1
  • IPv6 protocols on Ubuntu 18.04
  • Topo tests part 0 on Ubuntu 16.04 i386
  • Topo tests part 1 on Ubuntu 16.04 i386
  • Topo tests part 2 on Ubuntu 18.04 amd64
  • Debian 10 deb pkg check
  • IPv4 protocols on Ubuntu 18.04
  • Topo tests part 2 on Ubuntu 16.04 amd64
  • Static analyzer (clang)
  • Fedora 29 rpm pkg check
  • Topo tests part 2 on Ubuntu 16.04 i386
  • Ubuntu 18.04 deb pkg check
  • Ubuntu 20.04 deb pkg check
  • Ubuntu 16.04 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-15599/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 6.0-2 -> 7.6-dev-20201116-04-gc74d0a3b2-0 (missing) -> 7.6-dev-20201116-04-gc74d0a3b2-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201116-04-gc74d0a3b2-0 (missing) -> 7.6-dev-20201116-04-gc74d0a3b2-0~deb10u1
W: frr: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201116-04-gc74d0a3b2-0 (missing) -> 7.6-dev-20201116-04-gc74d0a3b2-0~deb10u1
W: frr-snmp: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201116-04-gc74d0a3b2-0 (missing) -> 7.6-dev-20201116-04-gc74d0a3b2-0~deb10u1
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201116-04-gc74d0a3b2-0 (missing) -> 7.6-dev-20201116-04-gc74d0a3b2-0~deb10u1

@donaldsharp
Copy link
Member

ci:rerun

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Nov 23, 2020

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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 0 on Ubuntu 18.04 arm8: Failed (click for details)

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

Topology Tests failed for Topo tests part 0 on Ubuntu 18.04 arm8:

*** Error setting resource limits. Mininet's performance may be affected.
*** defaultIntf: warning: r1 has no interfaces
2020-11-23 18:02:36,936 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::908c:84ff:fe55:62d8/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::88b4:a9ff:fe8f:1b84/64']
2020-11-23 18:02:36,937 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-23 18:02:37,256 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::381f:aff:fe3c:3e87/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::d47f:85ff:feab:1640/64']
2020-11-23 18:02:37,257 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-23 18:02:37,576 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::e43b:51ff:fe47:d40c/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::ac21:4cff:fe74:6e6f/64']
2020-11-23 18:02:37,577 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-23 18:02:55,924 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::88b4:a9ff:fe8f:1b84/64']
2020-11-23 18:02:55,925 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-23 18:02:56,245 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::381f:aff:fe3c:3e87/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::d47f:85ff:feab:1640/64']
2020-11-23 18:02:56,245 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-23 18:02:56,562 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::e43b:51ff:fe47:d40c/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::ac21:4cff:fe74:6e6f/64']
2020-11-23 18:02:56,562 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-23 18:03:14,781 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::908c:84ff:fe55:62d8/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::88b4:a9ff:fe8f:1b84/64']
2020-11-23 18:03:14,781 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-23 18:03:15,098 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::381f:aff:fe3c:3e87/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::d47f:85ff:feab:1640/64']
2020-11-23 18:03:15,098 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-23 18:03:15,418 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::e43b:51ff:fe47:d40c/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::ac21:4cff:fe74:6e6f/64']
2020-11-23 18:03:15,418 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-23 18:03:34,461 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::908c:84ff:fe55:62d8/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::88b4:a9ff:fe8f:1b84/64']
2020-11-23 18:03:34,462 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-23 18:03:34,782 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::d47f:85ff:feab:1640/64']
2020-11-23 18:03:34,782 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-23 18:03:35,103 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::e43b:51ff:fe47:d40c/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::ac21:4cff:fe74:6e6f/64']
2020-11-23 18:03:35,103 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-23 18:03:50,844 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::908c:84ff:fe55:62d8/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::88b4:a9ff:fe8f:1b84/64']
2020-11-23 18:03:50,844 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-23 18:03:51,162 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::381f:aff:fe3c:3e87/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::d47f:85ff:feab:1640/64']
2020-11-23 18:03:51,163 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-11-23 18:03:51,480 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::e43b:51ff:fe47:d40c/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::ac21:4cff:fe74:6e6f/64']
2020-11-23 18:03:51,481 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}

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

Successful on other platforms/tests
  • CentOS 7 rpm pkg check
  • Addresssanitizer topotests part 1
  • IPv4 ldp protocol on Ubuntu 18.04
  • Addresssanitizer topotests part 2
  • Debian 8 deb pkg check
  • Topo tests part 0 on Ubuntu 16.04 amd64
  • IPv4 protocols on Ubuntu 18.04
  • Topo tests part 1 on Ubuntu 18.04 arm8
  • Topo tests part 1 on Ubuntu 16.04 amd64
  • Topo tests part 2 on Ubuntu 18.04 arm8
  • Topo tests part 0 on Ubuntu 18.04 amd64
  • IPv6 protocols on Ubuntu 18.04
  • Ubuntu 16.04 deb pkg check
  • Topo tests part 1 on Ubuntu 16.04 i386
  • Topo tests part 2 on Ubuntu 16.04 amd64
  • Topo tests part 2 on Ubuntu 18.04 amd64
  • Topo tests part 0 on Ubuntu 16.04 i386
  • Debian 10 deb pkg check
  • Debian 9 deb pkg check
  • Fedora 29 rpm pkg check
  • Addresssanitizer topotests part 0
  • Static analyzer (clang)
  • Ubuntu 20.04 deb pkg check
  • Topo tests part 2 on Ubuntu 16.04 i386
  • Topo tests part 1 on Ubuntu 18.04 amd64
  • Ubuntu 18.04 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-15602/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 6.0-2 -> 7.6-dev-20201116-04-gc74d0a3b2-0 (missing) -> 7.6-dev-20201116-04-gc74d0a3b2-0~deb10u1
W: frr: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201116-04-gc74d0a3b2-0 (missing) -> 7.6-dev-20201116-04-gc74d0a3b2-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201116-04-gc74d0a3b2-0 (missing) -> 7.6-dev-20201116-04-gc74d0a3b2-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201116-04-gc74d0a3b2-0 (missing) -> 7.6-dev-20201116-04-gc74d0a3b2-0~deb10u1
W: frr-snmp: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201116-04-gc74d0a3b2-0 (missing) -> 7.6-dev-20201116-04-gc74d0a3b2-0~deb10u1

@ton31337
Copy link
Member Author

@donaldsharp failing due to Package lsof is not installed.

@davischw
Copy link
Contributor

davischw commented Nov 24, 2020

I added lsof to lxc template, we need to rebuild container images.
Commit for arm64
Commit for amd64

@ton31337
Copy link
Member Author

@davischw thanks.

@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/7507 c31e82a
Date 12/01/2020
Start 10:52:35
Finish 11:27:59
Run-Time 35:24
Total 1815
Pass 1815
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2020-12-01-10:52:35.txt
Log autoscript-2020-12-01-10:53:35.log.bz2
Memory 498 501 427

For details, please contact louberger

@NetDEF-CI
Copy link
Collaborator

Continuous Integration Result: FAILED

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

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 0 on Ubuntu 16.04 i386: Failed (click for details)

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

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

*** defaultIntf: warning: r1 has no interfaces
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
2020-12-01 17:20:22,839 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::d8f1:28ff:feea:149b/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::e89b:4cff:fe4d:d05/64']
2020-12-01 17:20:22,839 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 17:20:22,993 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::a8c7:5dff:fe2f:67c5/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::fccc:14ff:fe10:9b5f/64']
2020-12-01 17:20:22,994 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 17:20:23,147 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::e042:49ff:fe24:cd44/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::e0f7:64ff:fe3d:8463/64']
2020-12-01 17:20:23,147 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 17:20:37,703 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::e89b:4cff:fe4d:d05/64']
2020-12-01 17:20:37,703 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 17:20:37,867 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::a8c7:5dff:fe2f:67c5/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::fccc:14ff:fe10:9b5f/64']
2020-12-01 17:20:37,867 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 17:20:38,016 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::e042:49ff:fe24:cd44/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::e0f7:64ff:fe3d:8463/64']
2020-12-01 17:20:38,016 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 17:20:53,522 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::d8f1:28ff:feea:149b/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::e89b:4cff:fe4d:d05/64']
2020-12-01 17:20:53,522 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 17:20:53,690 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::a8c7:5dff:fe2f:67c5/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::fccc:14ff:fe10:9b5f/64']
2020-12-01 17:20:53,691 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 17:20:53,851 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::e042:49ff:fe24:cd44/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::e0f7:64ff:fe3d:8463/64']
2020-12-01 17:20:53,851 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 17:21:08,509 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::d8f1:28ff:feea:149b/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::e89b:4cff:fe4d:d05/64']
2020-12-01 17:21:08,509 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 17:21:08,662 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::fccc:14ff:fe10:9b5f/64']
2020-12-01 17:21:08,663 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 17:21:08,814 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::e042:49ff:fe24:cd44/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::e0f7:64ff:fe3d:8463/64']
2020-12-01 17:21:08,814 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 17:21:24,910 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::d8f1:28ff:feea:149b/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::e89b:4cff:fe4d:d05/64']
2020-12-01 17:21:24,910 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 17:21:25,090 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::a8c7:5dff:fe2f:67c5/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::fccc:14ff:fe10:9b5f/64']
2020-12-01 17:21:25,091 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 17:21:25,273 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::e042:49ff:fe24:cd44/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::e0f7:64ff:fe3d:8463/64']
2020-12-01 17:21:25,273 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 17:25:21,550 ERROR: assert failed at "test_pim/test_pim_igmp_report": failed to converge pim
assert Generated JSON diff error report:
  
  > $: d2 has key '229.1.1.2' which is not present in d1

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

Topo tests part 0 on Ubuntu 18.04 arm8: Failed (click for details)

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

Topology Tests failed for Topo tests part 0 on Ubuntu 18.04 arm8:

*** Error setting resource limits. Mininet's performance may be affected.
*** defaultIntf: warning: r1 has no interfaces
2020-12-01 16:29:44,812 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::20eb:d7ff:fefe:2f58/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::4ce:d5ff:feeb:2f48/64']
2020-12-01 16:29:44,813 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:29:45,129 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::8cfa:f4ff:fe9b:95d9/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::bc4b:7ff:feab:7234/64']
2020-12-01 16:29:45,129 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:29:45,446 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::e8b6:f1ff:fe0e:674e/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::789e:1bff:fe09:444/64']
2020-12-01 16:29:45,446 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:30:03,829 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::4ce:d5ff:feeb:2f48/64']
2020-12-01 16:30:03,830 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:30:04,149 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::8cfa:f4ff:fe9b:95d9/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::bc4b:7ff:feab:7234/64']
2020-12-01 16:30:04,150 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:30:04,475 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::e8b6:f1ff:fe0e:674e/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::789e:1bff:fe09:444/64']
2020-12-01 16:30:04,475 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:30:21,881 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::20eb:d7ff:fefe:2f58/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::4ce:d5ff:feeb:2f48/64']
2020-12-01 16:30:21,881 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:30:22,201 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::8cfa:f4ff:fe9b:95d9/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::bc4b:7ff:feab:7234/64']
2020-12-01 16:30:22,202 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:30:22,521 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::e8b6:f1ff:fe0e:674e/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::789e:1bff:fe09:444/64']
2020-12-01 16:30:22,522 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:30:37,471 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::20eb:d7ff:fefe:2f58/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::4ce:d5ff:feeb:2f48/64']
2020-12-01 16:30:37,471 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:30:37,792 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::bc4b:7ff:feab:7234/64']
2020-12-01 16:30:37,792 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:30:38,112 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::e8b6:f1ff:fe0e:674e/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::789e:1bff:fe09:444/64']
2020-12-01 16:30:38,113 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:30:53,051 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::20eb:d7ff:fefe:2f58/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::4ce:d5ff:feeb:2f48/64']
2020-12-01 16:30:53,051 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:30:53,368 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::8cfa:f4ff:fe9b:95d9/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::bc4b:7ff:feab:7234/64']
2020-12-01 16:30:53,369 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:30:53,684 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::e8b6:f1ff:fe0e:674e/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::789e:1bff:fe09:444/64']
2020-12-01 16:30:53,684 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}

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

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

Warnings Generated during build:

Checkout code: Successful with additional warnings
Topo tests part 0 on Ubuntu 16.04 i386: Failed (click for details)

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

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

*** defaultIntf: warning: r1 has no interfaces
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
2020-12-01 17:20:22,839 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::d8f1:28ff:feea:149b/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::e89b:4cff:fe4d:d05/64']
2020-12-01 17:20:22,839 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 17:20:22,993 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::a8c7:5dff:fe2f:67c5/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::fccc:14ff:fe10:9b5f/64']
2020-12-01 17:20:22,994 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 17:20:23,147 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::e042:49ff:fe24:cd44/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::e0f7:64ff:fe3d:8463/64']
2020-12-01 17:20:23,147 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 17:20:37,703 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::e89b:4cff:fe4d:d05/64']
2020-12-01 17:20:37,703 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 17:20:37,867 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::a8c7:5dff:fe2f:67c5/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::fccc:14ff:fe10:9b5f/64']
2020-12-01 17:20:37,867 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 17:20:38,016 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::e042:49ff:fe24:cd44/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::e0f7:64ff:fe3d:8463/64']
2020-12-01 17:20:38,016 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 17:20:53,522 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::d8f1:28ff:feea:149b/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::e89b:4cff:fe4d:d05/64']
2020-12-01 17:20:53,522 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 17:20:53,690 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::a8c7:5dff:fe2f:67c5/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::fccc:14ff:fe10:9b5f/64']
2020-12-01 17:20:53,691 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 17:20:53,851 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::e042:49ff:fe24:cd44/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::e0f7:64ff:fe3d:8463/64']
2020-12-01 17:20:53,851 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 17:21:08,509 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::d8f1:28ff:feea:149b/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::e89b:4cff:fe4d:d05/64']
2020-12-01 17:21:08,509 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 17:21:08,662 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::fccc:14ff:fe10:9b5f/64']
2020-12-01 17:21:08,663 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 17:21:08,814 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::e042:49ff:fe24:cd44/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::e0f7:64ff:fe3d:8463/64']
2020-12-01 17:21:08,814 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 17:21:24,910 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::d8f1:28ff:feea:149b/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::e89b:4cff:fe4d:d05/64']
2020-12-01 17:21:24,910 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 17:21:25,090 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::a8c7:5dff:fe2f:67c5/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::fccc:14ff:fe10:9b5f/64']
2020-12-01 17:21:25,091 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 17:21:25,273 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::e042:49ff:fe24:cd44/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::e0f7:64ff:fe3d:8463/64']
2020-12-01 17:21:25,273 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 17:25:21,550 ERROR: assert failed at "test_pim/test_pim_igmp_report": failed to converge pim
assert Generated JSON diff error report:
  
  > $: d2 has key '229.1.1.2' which is not present in d1

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

Topo tests part 0 on Ubuntu 18.04 arm8: Failed (click for details)

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

Topology Tests failed for Topo tests part 0 on Ubuntu 18.04 arm8:

*** Error setting resource limits. Mininet's performance may be affected.
*** defaultIntf: warning: r1 has no interfaces
2020-12-01 16:29:44,812 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::20eb:d7ff:fefe:2f58/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::4ce:d5ff:feeb:2f48/64']
2020-12-01 16:29:44,813 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:29:45,129 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::8cfa:f4ff:fe9b:95d9/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::bc4b:7ff:feab:7234/64']
2020-12-01 16:29:45,129 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:29:45,446 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::e8b6:f1ff:fe0e:674e/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::789e:1bff:fe09:444/64']
2020-12-01 16:29:45,446 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:30:03,829 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::4ce:d5ff:feeb:2f48/64']
2020-12-01 16:30:03,830 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:30:04,149 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::8cfa:f4ff:fe9b:95d9/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::bc4b:7ff:feab:7234/64']
2020-12-01 16:30:04,150 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:30:04,475 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::e8b6:f1ff:fe0e:674e/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::789e:1bff:fe09:444/64']
2020-12-01 16:30:04,475 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:30:21,881 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::20eb:d7ff:fefe:2f58/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::4ce:d5ff:feeb:2f48/64']
2020-12-01 16:30:21,881 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:30:22,201 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::8cfa:f4ff:fe9b:95d9/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::bc4b:7ff:feab:7234/64']
2020-12-01 16:30:22,202 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:30:22,521 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::e8b6:f1ff:fe0e:674e/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::789e:1bff:fe09:444/64']
2020-12-01 16:30:22,522 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:30:37,471 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::20eb:d7ff:fefe:2f58/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::4ce:d5ff:feeb:2f48/64']
2020-12-01 16:30:37,471 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:30:37,792 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::bc4b:7ff:feab:7234/64']
2020-12-01 16:30:37,792 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:30:38,112 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::e8b6:f1ff:fe0e:674e/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::789e:1bff:fe09:444/64']
2020-12-01 16:30:38,113 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:30:53,051 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::20eb:d7ff:fefe:2f58/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::4ce:d5ff:feeb:2f48/64']
2020-12-01 16:30:53,051 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:30:53,368 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::8cfa:f4ff:fe9b:95d9/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::bc4b:7ff:feab:7234/64']
2020-12-01 16:30:53,369 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:30:53,684 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::e8b6:f1ff:fe0e:674e/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::789e:1bff:fe09:444/64']
2020-12-01 16:30:53,684 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}

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

Report for bgp_nb.c | 4 issues
===============================================
< WARNING: line over 80 characters
< #357: FILE: /tmp/f1-630/bgp_nb.c:357:
< WARNING: line over 80 characters
< #362: FILE: /tmp/f1-630/bgp_nb.c:362:
Report for bgp_nb_config.c | 2 issues
===============================================
< WARNING: line over 80 characters
< #1623: FILE: /tmp/f1-630/bgp_nb_config.c:1623:

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-15755/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 6.0-2 -> 7.6-dev-20201201-02-g9f9a5e2f4-0 (missing) -> 7.6-dev-20201201-02-g9f9a5e2f4-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201201-02-g9f9a5e2f4-0 (missing) -> 7.6-dev-20201201-02-g9f9a5e2f4-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201201-02-g9f9a5e2f4-0 (missing) -> 7.6-dev-20201201-02-g9f9a5e2f4-0~deb10u1
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201201-02-g9f9a5e2f4-0 (missing) -> 7.6-dev-20201201-02-g9f9a5e2f4-0~deb10u1
W: frr: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201201-02-g9f9a5e2f4-0 (missing) -> 7.6-dev-20201201-02-g9f9a5e2f4-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-15756/

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 0 on Ubuntu 18.04 arm8: Failed (click for details)

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

Topology Tests failed for Topo tests part 0 on Ubuntu 18.04 arm8:

*** Error setting resource limits. Mininet's performance may be affected.
*** defaultIntf: warning: r1 has no interfaces
2020-12-01 16:32:44,059 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::5816:ceff:fecd:72e2/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::bc91:8bff:fe39:56b4/64']
2020-12-01 16:32:44,060 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:32:44,380 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::9075:6ff:feef:22f6/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::c467:e5ff:fef4:83b7/64']
2020-12-01 16:32:44,380 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:32:44,701 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::3818:56ff:fe2d:19e5/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::90d5:8bff:fe9a:c720/64']
2020-12-01 16:32:44,701 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:33:00,589 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::bc91:8bff:fe39:56b4/64']
2020-12-01 16:33:00,589 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:33:00,909 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::9075:6ff:feef:22f6/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::c467:e5ff:fef4:83b7/64']
2020-12-01 16:33:00,909 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:33:01,230 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::3818:56ff:fe2d:19e5/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::90d5:8bff:fe9a:c720/64']
2020-12-01 16:33:01,230 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:33:16,134 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::5816:ceff:fecd:72e2/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::bc91:8bff:fe39:56b4/64']
2020-12-01 16:33:16,135 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:33:16,456 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::9075:6ff:feef:22f6/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::c467:e5ff:fef4:83b7/64']
2020-12-01 16:33:16,456 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:33:16,775 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::3818:56ff:fe2d:19e5/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::90d5:8bff:fe9a:c720/64']
2020-12-01 16:33:16,775 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:33:31,710 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::5816:ceff:fecd:72e2/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::bc91:8bff:fe39:56b4/64']
2020-12-01 16:33:31,711 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:33:32,030 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::c467:e5ff:fef4:83b7/64']
2020-12-01 16:33:32,031 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:33:32,350 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::3818:56ff:fe2d:19e5/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::90d5:8bff:fe9a:c720/64']
2020-12-01 16:33:32,351 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:33:50,556 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::5816:ceff:fecd:72e2/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::bc91:8bff:fe39:56b4/64']
2020-12-01 16:33:50,557 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:33:50,875 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::9075:6ff:feef:22f6/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::c467:e5ff:fef4:83b7/64']
2020-12-01 16:33:50,876 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:33:51,194 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::3818:56ff:fe2d:19e5/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::90d5:8bff:fe9a:c720/64']
2020-12-01 16:33:51,195 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}

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

Topo tests part 0 on Ubuntu 18.04 amd64: Failed (click for details)

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

Topology Tests failed for Topo tests part 0 on Ubuntu 18.04 amd64:

*** defaultIntf: warning: r1 has no interfaces
2020-12-01 16:03:38,676 ERROR: leaf2: bgpd left a dead pidfile (pid=22281)
2020-12-01 16:09:04,273 ERROR: assert failed at "evpn_type5_test_topo1.test_evpn_type5_topo1/test_evpn_routes_from_VNFs_p1": Testcase test_evpn_routes_from_VNFs_p1 :Failed 
   Error: [DUT: d2]: Missing route in RIB, routes: ['20.1.1.1/32']
assert "[DUT: d2]: Missing route in RIB, routes: ['20.1.1.1/32']" is True
2020-12-01 16:16:31,045 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::a44a:8fff:feb7:ad9d/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::6860:ff:fe09:eb61/64']
2020-12-01 16:16:31,046 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:16:31,201 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::54cf:d6ff:fe5a:dd85/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::f8d5:b9ff:feb7:d565/64']
2020-12-01 16:16:31,202 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:16:31,402 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::fc48:11ff:fe1d:94b3/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::5c92:aaff:fee3:7547/64']
2020-12-01 16:16:31,403 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:16:45,536 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::6860:ff:fe09:eb61/64']
2020-12-01 16:16:45,536 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:16:45,713 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::54cf:d6ff:fe5a:dd85/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::f8d5:b9ff:feb7:d565/64']
2020-12-01 16:16:45,713 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:16:45,889 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::fc48:11ff:fe1d:94b3/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::5c92:aaff:fee3:7547/64']
2020-12-01 16:16:45,889 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:17:01,469 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::a44a:8fff:feb7:ad9d/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::6860:ff:fe09:eb61/64']
2020-12-01 16:17:01,469 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:17:01,671 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::54cf:d6ff:fe5a:dd85/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::f8d5:b9ff:feb7:d565/64']
2020-12-01 16:17:01,671 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:17:01,864 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::fc48:11ff:fe1d:94b3/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::5c92:aaff:fee3:7547/64']
2020-12-01 16:17:01,864 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:17:16,233 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::a44a:8fff:feb7:ad9d/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::6860:ff:fe09:eb61/64']
2020-12-01 16:17:16,234 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:17:16,411 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::f8d5:b9ff:feb7:d565/64']
2020-12-01 16:17:16,411 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:17:16,589 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::fc48:11ff:fe1d:94b3/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::5c92:aaff:fee3:7547/64']
2020-12-01 16:17:16,589 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:17:33,178 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::a44a:8fff:feb7:ad9d/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::6860:ff:fe09:eb61/64']
2020-12-01 16:17:33,178 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:17:33,355 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::54cf:d6ff:fe5a:dd85/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::f8d5:b9ff:feb7:d565/64']
2020-12-01 16:17:33,355 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:17:33,531 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::fc48:11ff:fe1d:94b3/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::5c92:aaff:fee3:7547/64']
2020-12-01 16:17:33,531 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:21:57,136 ERROR: rp: bgpd left a dead pidfile (pid=18470)

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

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

Warnings Generated during build:

Checkout code: Successful with additional warnings
Topo tests part 0 on Ubuntu 18.04 arm8: Failed (click for details)

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

Topology Tests failed for Topo tests part 0 on Ubuntu 18.04 arm8:

*** Error setting resource limits. Mininet's performance may be affected.
*** defaultIntf: warning: r1 has no interfaces
2020-12-01 16:32:44,059 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::5816:ceff:fecd:72e2/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::bc91:8bff:fe39:56b4/64']
2020-12-01 16:32:44,060 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:32:44,380 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::9075:6ff:feef:22f6/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::c467:e5ff:fef4:83b7/64']
2020-12-01 16:32:44,380 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:32:44,701 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::3818:56ff:fe2d:19e5/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::90d5:8bff:fe9a:c720/64']
2020-12-01 16:32:44,701 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:33:00,589 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::bc91:8bff:fe39:56b4/64']
2020-12-01 16:33:00,589 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:33:00,909 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::9075:6ff:feef:22f6/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::c467:e5ff:fef4:83b7/64']
2020-12-01 16:33:00,909 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:33:01,230 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::3818:56ff:fe2d:19e5/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::90d5:8bff:fe9a:c720/64']
2020-12-01 16:33:01,230 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:33:16,134 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::5816:ceff:fecd:72e2/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::bc91:8bff:fe39:56b4/64']
2020-12-01 16:33:16,135 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:33:16,456 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::9075:6ff:feef:22f6/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::c467:e5ff:fef4:83b7/64']
2020-12-01 16:33:16,456 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:33:16,775 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::3818:56ff:fe2d:19e5/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::90d5:8bff:fe9a:c720/64']
2020-12-01 16:33:16,775 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:33:31,710 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::5816:ceff:fecd:72e2/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::bc91:8bff:fe39:56b4/64']
2020-12-01 16:33:31,711 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:33:32,030 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::c467:e5ff:fef4:83b7/64']
2020-12-01 16:33:32,031 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:33:32,350 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::3818:56ff:fe2d:19e5/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::90d5:8bff:fe9a:c720/64']
2020-12-01 16:33:32,351 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:33:50,556 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::5816:ceff:fecd:72e2/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::bc91:8bff:fe39:56b4/64']
2020-12-01 16:33:50,557 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:33:50,875 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::9075:6ff:feef:22f6/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::c467:e5ff:fef4:83b7/64']
2020-12-01 16:33:50,876 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:33:51,194 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::3818:56ff:fe2d:19e5/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::90d5:8bff:fe9a:c720/64']
2020-12-01 16:33:51,195 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}

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

Topo tests part 0 on Ubuntu 18.04 amd64: Failed (click for details)

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

Topology Tests failed for Topo tests part 0 on Ubuntu 18.04 amd64:

*** defaultIntf: warning: r1 has no interfaces
2020-12-01 16:03:38,676 ERROR: leaf2: bgpd left a dead pidfile (pid=22281)
2020-12-01 16:09:04,273 ERROR: assert failed at "evpn_type5_test_topo1.test_evpn_type5_topo1/test_evpn_routes_from_VNFs_p1": Testcase test_evpn_routes_from_VNFs_p1 :Failed 
   Error: [DUT: d2]: Missing route in RIB, routes: ['20.1.1.1/32']
assert "[DUT: d2]: Missing route in RIB, routes: ['20.1.1.1/32']" is True
2020-12-01 16:16:31,045 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::a44a:8fff:feb7:ad9d/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::6860:ff:fe09:eb61/64']
2020-12-01 16:16:31,046 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:16:31,201 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::54cf:d6ff:fe5a:dd85/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::f8d5:b9ff:feb7:d565/64']
2020-12-01 16:16:31,202 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:16:31,402 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::fc48:11ff:fe1d:94b3/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::5c92:aaff:fee3:7547/64']
2020-12-01 16:16:31,403 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:16:45,536 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::6860:ff:fe09:eb61/64']
2020-12-01 16:16:45,536 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:16:45,713 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::54cf:d6ff:fe5a:dd85/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::f8d5:b9ff:feb7:d565/64']
2020-12-01 16:16:45,713 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:16:45,889 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::fc48:11ff:fe1d:94b3/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::5c92:aaff:fee3:7547/64']
2020-12-01 16:16:45,889 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:17:01,469 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::a44a:8fff:feb7:ad9d/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::6860:ff:fe09:eb61/64']
2020-12-01 16:17:01,469 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:17:01,671 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::54cf:d6ff:fe5a:dd85/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::f8d5:b9ff:feb7:d565/64']
2020-12-01 16:17:01,671 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:17:01,864 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::fc48:11ff:fe1d:94b3/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::5c92:aaff:fee3:7547/64']
2020-12-01 16:17:01,864 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:17:16,233 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::a44a:8fff:feb7:ad9d/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::6860:ff:fe09:eb61/64']
2020-12-01 16:17:16,234 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:17:16,411 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::f8d5:b9ff:feb7:d565/64']
2020-12-01 16:17:16,411 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:17:16,589 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::fc48:11ff:fe1d:94b3/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::5c92:aaff:fee3:7547/64']
2020-12-01 16:17:16,589 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:17:33,178 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::a44a:8fff:feb7:ad9d/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::6860:ff:fe09:eb61/64']
2020-12-01 16:17:33,178 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:17:33,355 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::54cf:d6ff:fe5a:dd85/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::f8d5:b9ff:feb7:d565/64']
2020-12-01 16:17:33,355 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:17:33,531 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::fc48:11ff:fe1d:94b3/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::5c92:aaff:fee3:7547/64']
2020-12-01 16:17:33,531 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-01 16:21:57,136 ERROR: rp: bgpd left a dead pidfile (pid=18470)

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

Report for bgp_nb.c | 4 issues
===============================================
< WARNING: line over 80 characters
< #357: FILE: /tmp/f1-5176/bgp_nb.c:357:
< WARNING: line over 80 characters
< #362: FILE: /tmp/f1-5176/bgp_nb.c:362:
Report for bgp_nb_config.c | 2 issues
===============================================
< WARNING: line over 80 characters
< #1623: FILE: /tmp/f1-5176/bgp_nb_config.c:1623:

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-15756/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 6.0-2 -> 7.6-dev-20201201-02-gc31e82af9-0 (missing) -> 7.6-dev-20201201-02-gc31e82af9-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201201-02-gc31e82af9-0 (missing) -> 7.6-dev-20201201-02-gc31e82af9-0~deb10u1
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201201-02-gc31e82af9-0 (missing) -> 7.6-dev-20201201-02-gc31e82af9-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201201-02-gc31e82af9-0 (missing) -> 7.6-dev-20201201-02-gc31e82af9-0~deb10u1
W: frr: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201201-02-gc31e82af9-0 (missing) -> 7.6-dev-20201201-02-gc31e82af9-0~deb10u1

@LabN-CI
Copy link
Collaborator

LabN-CI commented Dec 2, 2020

💚 Basic BGPD CI results: SUCCESS, 0 tests failed

Results table
_ _
Result SUCCESS git merge/7507 e0ef5c3
Date 12/02/2020
Start 04:06:58
Finish 04:42:22
Run-Time 35:24
Total 1815
Pass 1815
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2020-12-02-04:06:58.txt
Log autoscript-2020-12-02-04:08:02.log.bz2
Memory 504 505 428

For details, please contact louberger

@NetDEF-CI
Copy link
Collaborator

Continuous Integration Result: FAILED

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

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 0 on Ubuntu 18.04 arm8: Failed (click for details)

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

Topology Tests failed for Topo tests part 0 on Ubuntu 18.04 arm8
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15778/artifact/TOPO0U18ARM8/ErrorLog/log_topotests.txt

Topo tests part 0 on Ubuntu 18.04 amd64: Failed (click for details)

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

Topology Tests failed for Topo tests part 0 on Ubuntu 18.04 amd64
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15778/artifact/TOPOU1804/ErrorLog/log_topotests.txt

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

Warnings Generated during build:

Checkout code: Successful with additional warnings
Topo tests part 0 on Ubuntu 18.04 arm8: Failed (click for details)

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

Topology Tests failed for Topo tests part 0 on Ubuntu 18.04 arm8
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15778/artifact/TOPO0U18ARM8/ErrorLog/log_topotests.txt

Topo tests part 0 on Ubuntu 18.04 amd64: Failed (click for details)

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

Topology Tests failed for Topo tests part 0 on Ubuntu 18.04 amd64
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15778/artifact/TOPOU1804/ErrorLog/log_topotests.txt

Report for bgp_nb.c | 4 issues
===============================================
< WARNING: line over 80 characters
< #357: FILE: /tmp/f1-10544/bgp_nb.c:357:
< WARNING: line over 80 characters
< #362: FILE: /tmp/f1-10544/bgp_nb.c:362:
Report for bgp_nb_config.c | 2 issues
===============================================
< WARNING: line over 80 characters
< #1623: FILE: /tmp/f1-10544/bgp_nb_config.c:1623:

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-15778/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-20201202-02-ge0ef5c30e-0 (missing) -> 7.6-dev-20201202-02-ge0ef5c30e-0~deb10u1
W: frr: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201202-02-ge0ef5c30e-0 (missing) -> 7.6-dev-20201202-02-ge0ef5c30e-0~deb10u1
W: frr-snmp: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201202-02-ge0ef5c30e-0 (missing) -> 7.6-dev-20201202-02-ge0ef5c30e-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201202-02-ge0ef5c30e-0 (missing) -> 7.6-dev-20201202-02-ge0ef5c30e-0~deb10u1
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201202-02-ge0ef5c30e-0 (missing) -> 7.6-dev-20201202-02-ge0ef5c30e-0~deb10u1

Copy link
Member

@riw777 riw777 left a comment

Choose a reason for hiding this comment

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

with the route refresh changes, these look good ...

@davischw
Copy link
Contributor

davischw commented Dec 8, 2020

@ton31337 don't thank me just yet, we still have to rebuild the containers. right now, this is being held up by issue 7604.

Resolved, containers should be rebuilt by now. Rebase and force push.

@ton31337
Copy link
Member Author

ton31337 commented Dec 8, 2020

ci:rerun

@ton31337
Copy link
Member Author

ton31337 commented Dec 8, 2020

@davischw failing Ubuntu 18.04 nodes now. Can I somehow connect to those LXC containers to check what's the problem?

@NetDEF-CI
Copy link
Collaborator

Continuous Integration Result: FAILED

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

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 0 on Ubuntu 18.04 arm8: Failed (click for details)

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

Topology Tests failed for Topo tests part 0 on Ubuntu 18.04 arm8
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15876/artifact/TOPO0U18ARM8/ErrorLog/log_topotests.txt

Topo tests part 0 on Ubuntu 18.04 amd64: Failed (click for details)

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

Topology Tests failed for Topo tests part 0 on Ubuntu 18.04 amd64
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15876/artifact/TOPOU1804/ErrorLog/log_topotests.txt

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

Warnings Generated during build:

Checkout code: Successful with additional warnings
Topo tests part 0 on Ubuntu 18.04 arm8: Failed (click for details)

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

Topology Tests failed for Topo tests part 0 on Ubuntu 18.04 arm8
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15876/artifact/TOPO0U18ARM8/ErrorLog/log_topotests.txt

Topo tests part 0 on Ubuntu 18.04 amd64: Failed (click for details)

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

Topology Tests failed for Topo tests part 0 on Ubuntu 18.04 amd64
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15876/artifact/TOPOU1804/ErrorLog/log_topotests.txt

Report for bgp_nb.c | 4 issues
===============================================
< WARNING: line over 80 characters
< #357: FILE: /tmp/f1-11137/bgp_nb.c:357:
< WARNING: line over 80 characters
< #362: FILE: /tmp/f1-11137/bgp_nb.c:362:
Report for bgp_nb_config.c | 2 issues
===============================================
< WARNING: line over 80 characters
< #1623: FILE: /tmp/f1-11137/bgp_nb_config.c:1623:

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-15876/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-20201202-02-ge0ef5c30e-0 (missing) -> 7.6-dev-20201202-02-ge0ef5c30e-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201202-02-ge0ef5c30e-0 (missing) -> 7.6-dev-20201202-02-ge0ef5c30e-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201202-02-ge0ef5c30e-0 (missing) -> 7.6-dev-20201202-02-ge0ef5c30e-0~deb10u1
W: frr-snmp: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201202-02-ge0ef5c30e-0 (missing) -> 7.6-dev-20201202-02-ge0ef5c30e-0~deb10u1
W: frr: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201202-02-ge0ef5c30e-0 (missing) -> 7.6-dev-20201202-02-ge0ef5c30e-0~deb10u1

@davischw
Copy link
Contributor

davischw commented Dec 8, 2020

@davischw failing Ubuntu 18.04 nodes now. Can I somehow connect to those LXC containers to check what's the problem?

It is an unrelated failure. Some of the topoteststs are unstable and get fixed along the way (timing issues under ci agent load, etc). REBASE and force push instead of a rerun of the ci. I think that should do it.

@LabN-CI
Copy link
Collaborator

LabN-CI commented Dec 9, 2020

💚 Basic BGPD CI results: SUCCESS, 0 tests failed

Results table
_ _
Result SUCCESS git merge/7507 3403d44
Date 12/09/2020
Start 03:47:46
Finish 04:23:02
Run-Time 35:16
Total 1815
Pass 1815
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2020-12-09-03:47:46.txt
Log autoscript-2020-12-09-03:48:48.log.bz2
Memory 494 489 426

For details, please contact louberger

@NetDEF-CI
Copy link
Collaborator

Continuous Integration Result: FAILED

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

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 0 on Ubuntu 18.04 arm8: Failed (click for details)

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

Topology Tests failed for Topo tests part 0 on Ubuntu 18.04 arm8:

*** Error setting resource limits. Mininet's performance may be affected.
2020-12-09 08:26:21,727 ERROR: r2: zebra left a dead pidfile (pid=6798)
*** defaultIntf: warning: r1 has no interfaces
2020-12-09 08:27:09,410 ERROR: r1: zebra left a dead pidfile (pid=11736)
2020-12-09 08:27:09,523 ERROR: r2: zebra left a dead pidfile (pid=11799)
2020-12-09 08:36:40,234 ERROR: r4: zebra left a dead pidfile (pid=13316)
2020-12-09 08:54:15,157 ERROR: rt4: zebra left a dead pidfile (pid=27780)
2020-12-09 08:54:15,663 ERROR: rt6: zebra left a dead pidfile (pid=27917)
2020-12-09 08:54:16,432 ERROR: rt2: zebra left a dead pidfile (pid=28123)
2020-12-09 09:01:50,505 ERROR: r5: zebra left a dead pidfile (pid=37059)
2020-12-09 09:01:50,757 ERROR: r1: zebra left a dead pidfile (pid=37125)
2020-12-09 09:04:17,489 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::3861:e2ff:fe40:33ee/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::983f:8dff:fe27:ec9a/64']
2020-12-09 09:04:17,490 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-09 09:04:17,818 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::202e:9ff:fe53:98c8/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::40c4:6dff:fe11:f0c3/64']
2020-12-09 09:04:17,819 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-09 09:04:18,141 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::64ee:62ff:fe9f:b8b8/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::4056:64ff:fe4e:9585/64']
2020-12-09 09:04:18,142 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-09 09:04:34,149 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::983f:8dff:fe27:ec9a/64']
2020-12-09 09:04:34,149 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-09 09:04:34,475 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::202e:9ff:fe53:98c8/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::40c4:6dff:fe11:f0c3/64']
2020-12-09 09:04:34,475 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-09 09:04:34,798 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::64ee:62ff:fe9f:b8b8/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::4056:64ff:fe4e:9585/64']
2020-12-09 09:04:34,798 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-09 09:04:49,838 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::3861:e2ff:fe40:33ee/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::983f:8dff:fe27:ec9a/64']
2020-12-09 09:04:49,838 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-09 09:04:50,163 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::202e:9ff:fe53:98c8/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::40c4:6dff:fe11:f0c3/64']
2020-12-09 09:04:50,163 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-09 09:04:50,485 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::64ee:62ff:fe9f:b8b8/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::4056:64ff:fe4e:9585/64']
2020-12-09 09:04:50,485 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-09 09:05:05,554 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::3861:e2ff:fe40:33ee/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::983f:8dff:fe27:ec9a/64']
2020-12-09 09:05:05,555 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-09 09:05:05,877 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::40c4:6dff:fe11:f0c3/64']
2020-12-09 09:05:05,878 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-09 09:05:06,203 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::64ee:62ff:fe9f:b8b8/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::4056:64ff:fe4e:9585/64']
2020-12-09 09:05:06,203 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-09 09:05:23,708 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::3861:e2ff:fe40:33ee/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::983f:8dff:fe27:ec9a/64']
2020-12-09 09:05:23,708 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-09 09:05:24,030 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::202e:9ff:fe53:98c8/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::40c4:6dff:fe11:f0c3/64']
2020-12-09 09:05:24,031 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-09 09:05:24,356 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::64ee:62ff:fe9f:b8b8/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::4056:64ff:fe4e:9585/64']
2020-12-09 09:05:24,357 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-09 09:07:47,727 ERROR: r1: zebra left a dead pidfile (pid=42233)
2020-12-09 09:09:57,909 ERROR: r1: zebra left a dead pidfile (pid=46352)
2020-12-09 09:10:16,728 ERROR: r1: bgpd left a dead pidfile (pid=46876)

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

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

Warnings Generated during build:

Checkout code: Successful with additional warnings
Topo tests part 0 on Ubuntu 18.04 arm8: Failed (click for details)

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

Topology Tests failed for Topo tests part 0 on Ubuntu 18.04 arm8:

*** Error setting resource limits. Mininet's performance may be affected.
2020-12-09 08:26:21,727 ERROR: r2: zebra left a dead pidfile (pid=6798)
*** defaultIntf: warning: r1 has no interfaces
2020-12-09 08:27:09,410 ERROR: r1: zebra left a dead pidfile (pid=11736)
2020-12-09 08:27:09,523 ERROR: r2: zebra left a dead pidfile (pid=11799)
2020-12-09 08:36:40,234 ERROR: r4: zebra left a dead pidfile (pid=13316)
2020-12-09 08:54:15,157 ERROR: rt4: zebra left a dead pidfile (pid=27780)
2020-12-09 08:54:15,663 ERROR: rt6: zebra left a dead pidfile (pid=27917)
2020-12-09 08:54:16,432 ERROR: rt2: zebra left a dead pidfile (pid=28123)
2020-12-09 09:01:50,505 ERROR: r5: zebra left a dead pidfile (pid=37059)
2020-12-09 09:01:50,757 ERROR: r1: zebra left a dead pidfile (pid=37125)
2020-12-09 09:04:17,489 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::3861:e2ff:fe40:33ee/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::983f:8dff:fe27:ec9a/64']
2020-12-09 09:04:17,490 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-09 09:04:17,818 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::202e:9ff:fe53:98c8/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::40c4:6dff:fe11:f0c3/64']
2020-12-09 09:04:17,819 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-09 09:04:18,141 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::64ee:62ff:fe9f:b8b8/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::4056:64ff:fe4e:9585/64']
2020-12-09 09:04:18,142 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-09 09:04:34,149 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::983f:8dff:fe27:ec9a/64']
2020-12-09 09:04:34,149 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-09 09:04:34,475 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::202e:9ff:fe53:98c8/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::40c4:6dff:fe11:f0c3/64']
2020-12-09 09:04:34,475 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-09 09:04:34,798 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::64ee:62ff:fe9f:b8b8/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::4056:64ff:fe4e:9585/64']
2020-12-09 09:04:34,798 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-09 09:04:49,838 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::3861:e2ff:fe40:33ee/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::983f:8dff:fe27:ec9a/64']
2020-12-09 09:04:49,838 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-09 09:04:50,163 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::202e:9ff:fe53:98c8/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::40c4:6dff:fe11:f0c3/64']
2020-12-09 09:04:50,163 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-09 09:04:50,485 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::64ee:62ff:fe9f:b8b8/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::4056:64ff:fe4e:9585/64']
2020-12-09 09:04:50,485 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-09 09:05:05,554 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::3861:e2ff:fe40:33ee/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::983f:8dff:fe27:ec9a/64']
2020-12-09 09:05:05,555 WARNING: {'1': {'r1-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-09 09:05:05,877 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Config, Active, Circuit Id: 0x0', ' Type: Unknown, Level: L1', ' Level-1 Information:', ' Metric: 16777214, Active neighbors: 0', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::40c4:6dff:fe11:f0c3/64']
2020-12-09 09:05:05,878 WARNING: {'1': {'r2-eth1': [{'metric': '16777214', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-09 09:05:06,203 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::64ee:62ff:fe9f:b8b8/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::4056:64ff:fe4e:9585/64']
2020-12-09 09:05:06,203 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-09 09:05:23,708 WARNING: ['Area 1:', ' Interface: r1-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.1/24', ' IPv6 Link-Locals:', ' fe80::3861:e2ff:fe40:33ee/64', '', ' Interface: r1-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.1/24', ' IPv6 Link-Locals:', ' fe80::983f:8dff:fe27:ec9a/64']
2020-12-09 09:05:23,708 WARNING: {'1': {'r1-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r1-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-09 09:05:24,030 WARNING: ['Area 1:', ' Interface: r2-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.1.2/24', ' IPv6 Link-Locals:', ' fe80::202e:9ff:fe53:98c8/64', '', ' Interface: r2-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.2/24', ' IPv6 Link-Locals:', ' fe80::40c4:6dff:fe11:f0c3/64']
2020-12-09 09:05:24,031 WARNING: {'1': {'r2-eth1': [{'metric': '10', 'level': 'Level-1'}], 'r2-eth2': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-09 09:05:24,356 WARNING: ['Area 1:', ' Interface: r3-eth1, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.2.3/24', ' IPv6 Link-Locals:', ' fe80::64ee:62ff:fe9f:b8b8/64', '', ' Interface: r3-eth2, State: Up, Active, Circuit Id: 0x0', ' Type: p2p, Level: L1', ' Level-1 Information:', ' Metric: 10, Active neighbors: 1', ' Hello interval: 3, Holddown count: 10 (pad)', ' CNSP interval: 10, PSNP interval: 2', ' IP Prefix(es):', ' 10.0.3.3/24', ' IPv6 Link-Locals:', ' fe80::4056:64ff:fe4e:9585/64']
2020-12-09 09:05:24,357 WARNING: {'1': {'r3-eth2': [{'metric': '10', 'level': 'Level-1'}], 'r3-eth1': [{'metric': '10', 'level': 'Level-1'}]}}
2020-12-09 09:07:47,727 ERROR: r1: zebra left a dead pidfile (pid=42233)
2020-12-09 09:09:57,909 ERROR: r1: zebra left a dead pidfile (pid=46352)
2020-12-09 09:10:16,728 ERROR: r1: bgpd left a dead pidfile (pid=46876)

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

Report for bgp_nb.c | 4 issues
===============================================
< WARNING: line over 80 characters
< #357: FILE: /tmp/f1-28768/bgp_nb.c:357:
< WARNING: line over 80 characters
< #362: FILE: /tmp/f1-28768/bgp_nb.c:362:
Report for bgp_nb_config.c | 2 issues
===============================================
< WARNING: line over 80 characters
< #1623: FILE: /tmp/f1-28768/bgp_nb_config.c:1623:

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-15896/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-20201209-02-g3403d4400-0 (missing) -> 7.6-dev-20201209-02-g3403d4400-0~deb10u1
W: frr-snmp: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201209-02-g3403d4400-0 (missing) -> 7.6-dev-20201209-02-g3403d4400-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201209-02-g3403d4400-0 (missing) -> 7.6-dev-20201209-02-g3403d4400-0~deb10u1
W: frr: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201209-02-g3403d4400-0 (missing) -> 7.6-dev-20201209-02-g3403d4400-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201209-02-g3403d4400-0 (missing) -> 7.6-dev-20201209-02-g3403d4400-0~deb10u1

CLANG Static Analyzer Summary

  • Github Pull Request 7507, comparing to Git base SHA 08b1709

No Changes in Static Analysis warnings compared to base

1 Static Analyzer issues remaining.

See details at
https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15896/artifact/shared/static_analysis/index.html

@LabN-CI
Copy link
Collaborator

LabN-CI commented Dec 11, 2020

💚 Basic BGPD CI results: SUCCESS, 0 tests failed

Results table
_ _
Result SUCCESS git merge/7507 8c0d537
Date 12/11/2020
Start 04:31:57
Finish 05:07:17
Run-Time 35:20
Total 1815
Pass 1815
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2020-12-11-04:31:57.txt
Log autoscript-2020-12-11-04:32:59.log.bz2
Memory 504 490 427

For details, please contact louberger

@NetDEF-CI
Copy link
Collaborator

Continuous Integration Result: SUCCESSFUL

Congratulations, this patch passed basic tests

Tested-by: NetDEF / OpenSourceRouting.org CI System

CI System Testrun URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15935/

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 bgp_nb.c | 4 issues
===============================================
< WARNING: line over 80 characters
< #357: FILE: /tmp/f1-18461/bgp_nb.c:357:
< WARNING: line over 80 characters
< #362: FILE: /tmp/f1-18461/bgp_nb.c:362:
Report for bgp_nb_config.c | 2 issues
===============================================
< WARNING: line over 80 characters
< #1623: FILE: /tmp/f1-18461/bgp_nb_config.c:1623:
Report for bgp_packet.c | 2 issues
===============================================
< WARNING: Block comments should align the * on each line
< #449: FILE: /tmp/f1-18461/bgp_packet.c:449:

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-15935/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-20201211-02-g8c0d53763-0 (missing) -> 7.6-dev-20201211-02-g8c0d53763-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201211-02-g8c0d53763-0 (missing) -> 7.6-dev-20201211-02-g8c0d53763-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201211-02-g8c0d53763-0 (missing) -> 7.6-dev-20201211-02-g8c0d53763-0~deb10u1
W: frr-snmp: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201211-02-g8c0d53763-0 (missing) -> 7.6-dev-20201211-02-g8c0d53763-0~deb10u1
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201211-02-g8c0d53763-0 (missing) -> 7.6-dev-20201211-02-g8c0d53763-0~deb10u1

CLANG Static Analyzer Summary

  • Github Pull Request 7507, comparing to Git base SHA 101ad54
  • Base image data for Git 101ad54 does not exist - compare skipped

1 Static Analyzer issues remaining.

See details at
https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15935/artifact/shared/static_analysis/index.html

Reference: https://www.cmand.org/communityexploration

                     --y2--
                    /  |   \
  c1 ---- x1 ---- y1   |   z1
                    \  |   /
                     --y3--

1. z1 announces 192.168.255.254/32 to y2, y3.
2. y2 and y3 tags this prefix at ingress with appropriate
communities 65004:2 (y2) and 65004:3 (y3).
3. x1 filters all communities at the egress to c1.
4. Shutdown the link between y1 and y2.
5. y1 will generate a BGP UPDATE message regarding the next-hop change.
6. x1 will generate a BGP UPDATE message regarding community change.

To avoid sending duplicate BGP UPDATE messages we should make sure
we send only actual route updates. In this example, x1 will skip
BGP UPDATE to c1 because the actual route is the same
(filtered communities - nothing changes).

Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
@LabN-CI
Copy link
Collaborator

LabN-CI commented Dec 11, 2020

💚 Basic BGPD CI results: SUCCESS, 0 tests failed

Results table
_ _
Result SUCCESS git merge/7507 105227a
Date 12/11/2020
Start 08:16:58
Finish 08:52:22
Run-Time 35:24
Total 1815
Pass 1815
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2020-12-11-08:16:58.txt
Log autoscript-2020-12-11-08:18:04.log.bz2
Memory 495 483 427

For details, please contact louberger

@NetDEF-CI
Copy link
Collaborator

Continuous Integration Result: SUCCESSFUL

Congratulations, this patch passed basic tests

Tested-by: NetDEF / OpenSourceRouting.org CI System

CI System Testrun URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15945/

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 bgp_nb.c | 4 issues
===============================================
< WARNING: line over 80 characters
< #357: FILE: /tmp/f1-31769/bgp_nb.c:357:
< WARNING: line over 80 characters
< #362: FILE: /tmp/f1-31769/bgp_nb.c:362:
Report for bgp_nb_config.c | 2 issues
===============================================
< WARNING: line over 80 characters
< #1623: FILE: /tmp/f1-31769/bgp_nb_config.c:1623:

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-15945/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-20201211-02-g105227afe-0 (missing) -> 7.6-dev-20201211-02-g105227afe-0~deb10u1
W: frr: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201211-02-g105227afe-0 (missing) -> 7.6-dev-20201211-02-g105227afe-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201211-02-g105227afe-0 (missing) -> 7.6-dev-20201211-02-g105227afe-0~deb10u1
W: frr-snmp: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201211-02-g105227afe-0 (missing) -> 7.6-dev-20201211-02-g105227afe-0~deb10u1
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20201211-02-g105227afe-0 (missing) -> 7.6-dev-20201211-02-g105227afe-0~deb10u1

CLANG Static Analyzer Summary

  • Github Pull Request 7507, comparing to Git base SHA 101ad54
  • Base image data for Git 101ad54 does not exist - compare skipped

1 Static Analyzer issues remaining.

See details at
https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15945/artifact/shared/static_analysis/index.html

Copy link
Member

@riw777 riw777 left a comment

Choose a reason for hiding this comment

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

looks good now ...

@riw777
Copy link
Member

riw777 commented Jan 5, 2021

It looks like @donaldsharp 's one comment has been resolved, and the ci has passed... will give this a couple of days and then push.

@donaldsharp
Copy link
Member

@ton31337 this ready to go in now?

@ton31337
Copy link
Member Author

ton31337 commented Jan 5, 2021

As far as I tested, looks finished unless bugs start coming in later(?).

@riw777 riw777 merged commit ee117a8 into FRRouting:master Jan 5, 2021
@ton31337 ton31337 deleted the fix/bgpd_do_not_send_update_if_path_really_did_not_change branch January 5, 2021 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bgp documentation tests Topotests, make check, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants