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

tests: [WIP] topotests python3 migration #8493

Closed

Conversation

davischw
Copy link
Contributor

This is a work in progress/draft PR for the migration of all topotests to python3.

Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
* Allow exabgp to export log files. Create the directory in the appropriated
  place (e.g. /tmp/topotest/<test>/<peer-name>) and replace template
  '<log-file>' placeholders in configuration files.

* Various python3 migration fixes.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
* Added JSON comparison command to LabN test framework

* Various python3 migration fixes.

Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes.

Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes.

Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes.

Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes.

Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
* Update of ExaBGP config from v3.x to v4.x syntax.

* Various python3 migration fixes.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
* Update of ExaBGP config from v3.x to v4.x syntax.

* Various python3 migration fixes.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
* Refactory bgp-ecmp-topo1 ExaBGP usage to use the new configuration file
  format, to replicate less code and log to CI exported files.

* Remove test compatibility with old FRR.

* Various python3 migration fixes.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
* Update of ExaBGP config from v3.x to v4.x syntax.

* Various python3 migration fixes.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
* Update of ExaBGP config from v3.x to v4.x syntax.

* Various python3 migration fixes.

Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
…tax update

* Update of ExaBGP config from v3.x to v4.x syntax.

* Various python3 migration fixes.

Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes.

Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes.

Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes.

Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes.

Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes.

Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes.

Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes.

Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes.

Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes.

Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes.

Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes.

Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes.

Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes.

Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes.

Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes.

Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes.

Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes.

Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Copy link

@polychaeta polychaeta left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution to FRR!


Pylint found errors in source files changed by this PR:

Pylint report for my_frr/tests/topotests/bfd-ospf-topo1/test_bfd_ospf_topo1.py:
************* Module bfd-ospf-topo1.test_bfd_ospf_topo1
my_frr/tests/topotests/bfd-ospf-topo1/test_bfd_ospf_topo1.py:141:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)

-----------------------------------
Your code has been rated at 9.54/10



Pylint report for my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:
************* Module check_linux_vrf
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:8:12: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:63:4: E1305: Too many arguments for format string (too-many-format-args)

-----------------------------------
Your code has been rated at 6.15/10



Pylint report for my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:
************* Module scale_up
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:28:12: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:37:8: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:195:16: E0602: Undefined variable 'luLast' (undefined-variable)

-----------------------------------
Your code has been rated at 7.83/10



Pylint report for my_frr/tests/topotests/isis-lfa-topo1/test_isis_lfa_topo1.py:
************* Module isis-lfa-topo1.test_isis_lfa_topo1
my_frr/tests/topotests/isis-lfa-topo1/test_isis_lfa_topo1.py:177:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)

-----------------------------------
Your code has been rated at 9.79/10



Pylint report for my_frr/tests/topotests/isis-rlfa-topo1/test_isis_rlfa_topo1.py:
************* Module isis-rlfa-topo1.test_isis_rlfa_topo1
my_frr/tests/topotests/isis-rlfa-topo1/test_isis_rlfa_topo1.py:179:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)

-----------------------------------
Your code has been rated at 9.81/10



Pylint report for my_frr/tests/topotests/ldp-topo1/test_ldp_topo1.py:
************* Module test_ldp_topo1
my_frr/tests/topotests/ldp-topo1/test_ldp_topo1.py:345:63: E0602: Undefined variable 'ospfStatus' (undefined-variable)

-----------------------------------
Your code has been rated at 9.86/10



Pylint report for my_frr/tests/topotests/lib/common_config.py:
************* Module lib.common_config
my_frr/tests/topotests/lib/common_config.py:1663:64: E0602: Undefined variable 'unicode' (undefined-variable)

-----------------------------------
Your code has been rated at 9.97/10



Pylint report for my_frr/tests/topotests/lib/topotest.py:
************* Module lib.topotest
my_frr/tests/topotests/lib/topotest.py:1934:15: E0602: Undefined variable 'unicode' (undefined-variable)

-----------------------------------
Your code has been rated at 9.95/10




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

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

@davischw davischw force-pushed the topotests-python3-migration branch from 1d81fbb to 3db4084 Compare April 19, 2021 12:31
Copy link

@polychaeta polychaeta left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution to FRR!


Pylint found errors in source files changed by this PR:

Pylint report for my_frr/tests/topotests/bfd-ospf-topo1/test_bfd_ospf_topo1.py:
************* Module bfd-ospf-topo1.test_bfd_ospf_topo1
my_frr/tests/topotests/bfd-ospf-topo1/test_bfd_ospf_topo1.py:141:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)

-----------------------------------
Your code has been rated at 9.54/10



Pylint report for my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:
************* Module check_linux_vrf
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:8:12: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:63:4: E1305: Too many arguments for format string (too-many-format-args)

-----------------------------------
Your code has been rated at 6.15/10



Pylint report for my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:
************* Module scale_up
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:28:12: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:37:8: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:195:16: E0602: Undefined variable 'luLast' (undefined-variable)

-----------------------------------
Your code has been rated at 7.83/10



Pylint report for my_frr/tests/topotests/isis-lfa-topo1/test_isis_lfa_topo1.py:
************* Module isis-lfa-topo1.test_isis_lfa_topo1
my_frr/tests/topotests/isis-lfa-topo1/test_isis_lfa_topo1.py:177:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)

-----------------------------------
Your code has been rated at 9.79/10



Pylint report for my_frr/tests/topotests/isis-rlfa-topo1/test_isis_rlfa_topo1.py:
************* Module isis-rlfa-topo1.test_isis_rlfa_topo1
my_frr/tests/topotests/isis-rlfa-topo1/test_isis_rlfa_topo1.py:179:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)

-----------------------------------
Your code has been rated at 9.81/10



Pylint report for my_frr/tests/topotests/ldp-topo1/test_ldp_topo1.py:
************* Module test_ldp_topo1
my_frr/tests/topotests/ldp-topo1/test_ldp_topo1.py:345:63: E0602: Undefined variable 'ospfStatus' (undefined-variable)

-----------------------------------
Your code has been rated at 9.86/10



Pylint report for my_frr/tests/topotests/lib/common_config.py:
************* Module lib.common_config
my_frr/tests/topotests/lib/common_config.py:1663:64: E0602: Undefined variable 'unicode' (undefined-variable)

-----------------------------------
Your code has been rated at 9.97/10



Pylint report for my_frr/tests/topotests/lib/topotest.py:
************* Module lib.topotest
my_frr/tests/topotests/lib/topotest.py:1934:15: E0602: Undefined variable 'unicode' (undefined-variable)

-----------------------------------
Your code has been rated at 9.95/10




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

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

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Apr 19, 2021

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Failed

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

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

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 5:

2021-04-19 14:37:25,544 WARNING: BGP topologies are still using exabgp version 3, expect failures

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 5:

2021-04-19 12:37:28,254 WARNING: BGP topologies are still using exabgp version 3, expect failures

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 9:

2021-04-19 14:37:24,493 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-19 14:44:07,247 ERROR: rt4: zebra left a dead pidfile (pid=14429)
2021-04-19 14:59:50,774 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9U18I386/topotests/lib/common_config.py", line 1818, in create_interfaces_cfg
    tgen, c_router, interface_data, "interface_config", build=build
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9U18I386/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 3: % Unknown command[16]: ip ospf hello-interval 65536 


2021-04-19 15:01:21,557 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9U18I386/topotests/lib/common_config.py", line 1818, in create_interfaces_cfg
    tgen, c_router, interface_data, "interface_config", build=build
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9U18I386/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 3: % Unknown command[16]: ip ospf dead-interval 65536 

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 3:

2021-04-19 12:37:32,281 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-19 12:42:08,796 ERROR: 'router_json_cmp' failed after 11.93 seconds
2021-04-19 12:42:08,798 ERROR: assert failed at "test_bgp_features/test_bgp_dampening_setup": BGP session on r1 did not establish connections with one ore more ExaBGP peers
assert Generated JSON diff error report:
  
  > $->ipv4Unicast->peers->192.168.101.3->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->192.168.101.4->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->192.168.101.5->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->192.168.101.6->state: d1 has element with value 'Active' but in d2 it has value 'Established'

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 4:

2021-04-19 12:37:18,885 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-19 12:40:09,639 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 2527, 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-TP4U1804AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:-1 



2021-04-19 12:40:09,827 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 2527, 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-TP4U1804AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:65536 



2021-04-19 12:40:10,015 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 2527, 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-TP4U1804AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:4294967296 



2021-04-19 12:40:10,202 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 2527, 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-TP4U1804AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:-1:1 



2021-04-19 12:40:11,367 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 2527, 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-TP4U1804AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 1:a:2 



2021-04-19 12:41:55,291 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 2527, 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-TP4U1804AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 2: % Command incomplete[4]: bgp large-community-list standard Test1 permit  

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 7:

2021-04-19 12:37:53,430 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-19 12:41:10,408 ERROR: rt4: isisd left a dead pidfile (pid=12152)
2021-04-19 12:50:51,338 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::dced:a4ff:fe0f:1f1e/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::9824:faff:fe5b:522d/64']
2021-04-19 12:50:51,339 WARNING: {'1': {'r1-eth1': [{'level': 'Level-1', 'metric': '10'}], 'r1-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 12:50:51,537 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::9c01:cdff:fe5d:6ff2/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::dc15:d0ff:fee7:9a94/64']
2021-04-19 12:50:51,537 WARNING: {'1': {'r2-eth1': [{'level': 'Level-1', 'metric': '10'}], 'r2-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 12:50:51,730 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::18a5:aaff:fef8:5ecd/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::a4a7:45ff:fe9b:ec22/64']
2021-04-19 12:50:51,730 WARNING: {'1': {'r3-eth1': [{'level': 'Level-1', 'metric': '10'}], 'r3-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 12:51:05,952 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::9824:faff:fe5b:522d/64']
2021-04-19 12:51:05,952 WARNING: {'1': {'r1-eth1': [{'level': 'Level-1', 'metric': '16777214'}], 'r1-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 12:51:06,194 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::9c01:cdff:fe5d:6ff2/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::dc15:d0ff:fee7:9a94/64']
2021-04-19 12:51:06,194 WARNING: {'1': {'r2-eth1': [{'level': 'Level-1', 'metric': '16777214'}], 'r2-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 12:51:06,349 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::18a5:aaff:fef8:5ecd/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::a4a7:45ff:fe9b:ec22/64']
2021-04-19 12:51:06,350 WARNING: {'1': {'r3-eth1': [{'level': 'Level-1', 'metric': '10'}], 'r3-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 12:51:22,099 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::dced:a4ff:fe0f:1f1e/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::9824:faff:fe5b:522d/64']
2021-04-19 12:51:22,099 WARNING: {'1': {'r1-eth1': [{'level': 'Level-1', 'metric': '10'}], 'r1-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 12:51:22,263 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::9c01:cdff:fe5d:6ff2/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::dc15:d0ff:fee7:9a94/64']
2021-04-19 12:51:22,264 WARNING: {'1': {'r2-eth1': [{'level': 'Level-1', 'metric': '10'}], 'r2-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 12:51:22,454 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::18a5:aaff:fef8:5ecd/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::a4a7:45ff:fe9b:ec22/64']
2021-04-19 12:51:22,454 WARNING: {'1': {'r3-eth1': [{'level': 'Level-1', 'metric': '10'}], 'r3-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 12:51:36,845 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::dced:a4ff:fe0f:1f1e/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::9824:faff:fe5b:522d/64']
2021-04-19 12:51:36,845 WARNING: {'1': {'r1-eth1': [{'level': 'Level-1', 'metric': '16777214'}], 'r1-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 12:51:37,041 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::dc15:d0ff:fee7:9a94/64']
2021-04-19 12:51:37,041 WARNING: {'1': {'r2-eth1': [{'level': 'Level-1', 'metric': '16777214'}], 'r2-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 12:51:37,205 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::18a5:aaff:fef8:5ecd/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::a4a7:45ff:fe9b:ec22/64']
2021-04-19 12:51:37,205 WARNING: {'1': {'r3-eth1': [{'level': 'Level-1', 'metric': '10'}], 'r3-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 12:51:53,498 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::dced:a4ff:fe0f:1f1e/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::9824:faff:fe5b:522d/64']
2021-04-19 12:51:53,499 WARNING: {'1': {'r1-eth1': [{'level': 'Level-1', 'metric': '10'}], 'r1-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 12:51:53,652 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::9c01:cdff:fe5d:6ff2/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::dc15:d0ff:fee7:9a94/64']
2021-04-19 12:51:53,652 WARNING: {'1': {'r2-eth1': [{'level': 'Level-1', 'metric': '10'}], 'r2-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 12:51:53,801 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::18a5:aaff:fef8:5ecd/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::a4a7:45ff:fe9b:ec22/64']
2021-04-19 12:51:53,801 WARNING: {'1': {'r3-eth1': [{'level': 'Level-1', 'metric': '10'}], 'r3-eth2': [{'level': 'Level-1', 'metric': '10'}]}}

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

Topotests Ubuntu 18.04 arm8 part 6: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 6: No useful log found
Topotests debian 10 amd64 part 7: Failed (click for details)

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

Topology Tests failed for Topotests debian 10 amd64 part 7:

2021-04-19 12:36:56,129 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-19 12:51:21,353 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::743d:74ff:fe91:23cc/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::14f8:4fff:fece:1805/64']
2021-04-19 12:51:21,354 WARNING: {'1': {'r1-eth1': [{'level': 'Level-1', 'metric': '10'}], 'r1-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 12:51:21,542 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::e86c:b5ff:fea6:e655/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::e897:4bff:feed:e658/64']
2021-04-19 12:51:21,543 WARNING: {'1': {'r2-eth1': [{'level': 'Level-1', 'metric': '10'}], 'r2-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 12:51:21,730 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::4c8:41ff:fea2:48f/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::ea:d2ff:fe7e:20f0/64']
2021-04-19 12:51:21,730 WARNING: {'1': {'r3-eth1': [{'level': 'Level-1', 'metric': '10'}], 'r3-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 12:51:35,346 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::14f8:4fff:fece:1805/64']
2021-04-19 12:51:35,347 WARNING: {'1': {'r1-eth1': [{'level': 'Level-1', 'metric': '16777214'}], 'r1-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 12:51:35,530 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::e86c:b5ff:fea6:e655/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::e897:4bff:feed:e658/64']
2021-04-19 12:51:35,530 WARNING: {'1': {'r2-eth1': [{'level': 'Level-1', 'metric': '16777214'}], 'r2-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 12:51:35,717 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::4c8:41ff:fea2:48f/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::ea:d2ff:fe7e:20f0/64']
2021-04-19 12:51:35,717 WARNING: {'1': {'r3-eth1': [{'level': 'Level-1', 'metric': '10'}], 'r3-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 12:51:50,808 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::743d:74ff:fe91:23cc/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::14f8:4fff:fece:1805/64']
2021-04-19 12:51:50,808 WARNING: {'1': {'r1-eth1': [{'level': 'Level-1', 'metric': '10'}], 'r1-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 12:51:50,991 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::e86c:b5ff:fea6:e655/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::e897:4bff:feed:e658/64']
2021-04-19 12:51:50,991 WARNING: {'1': {'r2-eth1': [{'level': 'Level-1', 'metric': '10'}], 'r2-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 12:51:51,173 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::4c8:41ff:fea2:48f/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::ea:d2ff:fe7e:20f0/64']
2021-04-19 12:51:51,173 WARNING: {'1': {'r3-eth1': [{'level': 'Level-1', 'metric': '10'}], 'r3-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 12:52:06,360 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::743d:74ff:fe91:23cc/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::14f8:4fff:fece:1805/64']
2021-04-19 12:52:06,360 WARNING: {'1': {'r1-eth1': [{'level': 'Level-1', 'metric': '16777214'}], 'r1-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 12:52:06,547 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::e897:4bff:feed:e658/64']
2021-04-19 12:52:06,547 WARNING: {'1': {'r2-eth1': [{'level': 'Level-1', 'metric': '16777214'}], 'r2-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 12:52:06,732 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::4c8:41ff:fea2:48f/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::ea:d2ff:fe7e:20f0/64']
2021-04-19 12:52:06,732 WARNING: {'1': {'r3-eth1': [{'level': 'Level-1', 'metric': '10'}], 'r3-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 12:52:23,113 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::743d:74ff:fe91:23cc/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::14f8:4fff:fece:1805/64']
2021-04-19 12:52:23,113 WARNING: {'1': {'r1-eth1': [{'level': 'Level-1', 'metric': '10'}], 'r1-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 12:52:23,299 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::e86c:b5ff:fea6:e655/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::e897:4bff:feed:e658/64']
2021-04-19 12:52:23,299 WARNING: {'1': {'r2-eth1': [{'level': 'Level-1', 'metric': '10'}], 'r2-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 12:52:23,484 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::4c8:41ff:fea2:48f/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::ea:d2ff:fe7e:20f0/64']
2021-04-19 12:52:23,484 WARNING: {'1': {'r3-eth1': [{'level': 'Level-1', 'metric': '10'}], 'r3-eth2': [{'level': 'Level-1', 'metric': '10'}]}}

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

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

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

Topology Tests failed for Topotests debian 10 amd64 part 9:

2021-04-19 12:37:16,077 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-19 12:50:33,203 ERROR: r1: bgpd left a dead pidfile (pid=22017)
2021-04-19 12:58:20,754 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9DEB10AMD64/topotests/lib/common_config.py", line 1818, in create_interfaces_cfg
    tgen, c_router, interface_data, "interface_config", build=build
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9DEB10AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 3: % Unknown command[16]: ip ospf hello-interval 65536 


2021-04-19 12:59:32,779 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9DEB10AMD64/topotests/lib/common_config.py", line 1818, in create_interfaces_cfg
    tgen, c_router, interface_data, "interface_config", build=build
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9DEB10AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 3: % Unknown command[16]: ip ospf dead-interval 65536 

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

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

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

Topology Tests failed for Topotests debian 10 amd64 part 8:

2021-04-19 12:37:12,325 WARNING: BGP topologies are still using exabgp version 3, expect failures

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 1:

2021-04-19 12:37:22,339 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-19 12:54:10,108 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP1U1804AMD64/topotests/lib/bgp.py", line 202, 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 339, 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 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 2: % Unknown command[4]: router bgp 0 
line 3: % Unknown command[4]: no bgp ebgp-requires-policy 
line 4: % Unknown command[4]: no bgp network import-check 
line 5: % Unknown command[4]: address-family ipv4 unicast 
line 6: % Unknown command[4]: neighbor 10.0.0.2 remote-as 0 
line 7: % Unknown command[4]: neighbor 10.0.0.2 timers 3 10 
line 8: % Unknown command[4]: neighbor 10.0.0.6 remote-as 0 
line 9: % Unknown command[4]: neighbor 10.0.0.6 timers 3 10 
line 10: % Unknown command[4]: address-family ipv6 unicast 
line 11: % Unknown command[4]: neighbor fd00::2 remote-as 0 
line 12: % Unknown command[4]: address-family ipv6 unicast 
line 13: % Unknown command[4]: neighbor fd00::2 activate 
line 14: % Unknown command[4]: neighbor fd00::2 timers 3 10 
line 15: % Unknown command[4]: neighbor fd00:0:0:1::2 remote-as 0 
line 16: % Unknown command[4]: address-family ipv6 unicast 
line 17: % Unknown command[4]: neighbor fd00:0:0:1::2 activate 
line 18: % Unknown command[4]: neighbor fd00:0:0:1::2 timers 3 10 
line 19: % Unknown command[4]: address-family ipv4 unicast 
line 20: % Unknown command[4]: no neighbor fd00::2 activate 
line 21: % Unknown command[4]: address-family ipv4 unicast 
line 22: % Unknown command[4]: no neighbor fd00:0:0:1::2 activate 
line 23: % Unknown command[4]: address-family ipv6 unicast 
line 24: % Unknown command[4]: address-family ipv6 unicast 


2021-04-19 12:54:10,306 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP1U1804AMD64/topotests/lib/bgp.py", line 202, 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 339, 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 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % No BGP process is configured
line 2: Failure to communicate[13] to bgpd, line: no router bgp  

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

Topotests Ubuntu 18.04 arm8 part 3: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 3: No useful log found
Topotests debian 10 amd64 part 6: Failed (click for details)

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

Topology Tests failed for Topotests debian 10 amd64 part 6:

2021-04-19 12:36:56,134 WARNING: BGP topologies are still using exabgp version 3, expect failures
*** defaultIntf: warning: r1 has no interfaces

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 7:

2021-04-19 14:37:27,751 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-19 14:53:09,339 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::9496:caff:fe3a:3f5d/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::64be:76ff:fe81:13a6/64']
2021-04-19 14:53:09,340 WARNING: {'1': {'r1-eth1': [{'level': 'Level-1', 'metric': '10'}], 'r1-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 14:53:09,577 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::9c10:b0ff:fe68:7d2d/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::7406:6cff:fe37:8a79/64']
2021-04-19 14:53:09,577 WARNING: {'1': {'r2-eth1': [{'level': 'Level-1', 'metric': '10'}], 'r2-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 14:53:09,813 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::e0d4:62ff:fe10:674a/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::ec2b:2fff:fe98:8c2b/64']
2021-04-19 14:53:09,813 WARNING: {'1': {'r3-eth1': [{'level': 'Level-1', 'metric': '10'}], 'r3-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 14:53:27,631 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::64be:76ff:fe81:13a6/64']
2021-04-19 14:53:27,631 WARNING: {'1': {'r1-eth1': [{'level': 'Level-1', 'metric': '16777214'}], 'r1-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 14:53:27,864 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::9c10:b0ff:fe68:7d2d/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::7406:6cff:fe37:8a79/64']
2021-04-19 14:53:27,864 WARNING: {'1': {'r2-eth1': [{'level': 'Level-1', 'metric': '16777214'}], 'r2-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 14:53:28,101 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::e0d4:62ff:fe10:674a/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::ec2b:2fff:fe98:8c2b/64']
2021-04-19 14:53:28,102 WARNING: {'1': {'r3-eth1': [{'level': 'Level-1', 'metric': '10'}], 'r3-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 14:53:44,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::9496:caff:fe3a:3f5d/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::64be:76ff:fe81:13a6/64']
2021-04-19 14:53:44,072 WARNING: {'1': {'r1-eth1': [{'level': 'Level-1', 'metric': '10'}], 'r1-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 14:53:44,307 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::9c10:b0ff:fe68:7d2d/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::7406:6cff:fe37:8a79/64']
2021-04-19 14:53:44,307 WARNING: {'1': {'r2-eth1': [{'level': 'Level-1', 'metric': '10'}], 'r2-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 14:53:44,542 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::e0d4:62ff:fe10:674a/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::ec2b:2fff:fe98:8c2b/64']
2021-04-19 14:53:44,542 WARNING: {'1': {'r3-eth1': [{'level': 'Level-1', 'metric': '10'}], 'r3-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 14:53:59,277 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::9496:caff:fe3a:3f5d/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::64be:76ff:fe81:13a6/64']
2021-04-19 14:53:59,278 WARNING: {'1': {'r1-eth1': [{'level': 'Level-1', 'metric': '16777214'}], 'r1-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 14:53:59,507 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::7406:6cff:fe37:8a79/64']
2021-04-19 14:53:59,508 WARNING: {'1': {'r2-eth1': [{'level': 'Level-1', 'metric': '16777214'}], 'r2-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 14:53:59,751 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::e0d4:62ff:fe10:674a/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::ec2b:2fff:fe98:8c2b/64']
2021-04-19 14:53:59,751 WARNING: {'1': {'r3-eth1': [{'level': 'Level-1', 'metric': '10'}], 'r3-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 14:54:16,554 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::9496:caff:fe3a:3f5d/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::64be:76ff:fe81:13a6/64']
2021-04-19 14:54:16,554 WARNING: {'1': {'r1-eth1': [{'level': 'Level-1', 'metric': '10'}], 'r1-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 14:54:16,791 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::9c10:b0ff:fe68:7d2d/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::7406:6cff:fe37:8a79/64']
2021-04-19 14:54:16,791 WARNING: {'1': {'r2-eth1': [{'level': 'Level-1', 'metric': '10'}], 'r2-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 14:54:17,028 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::e0d4:62ff:fe10:674a/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::ec2b:2fff:fe98:8c2b/64']
2021-04-19 14:54:17,028 WARNING: {'1': {'r3-eth1': [{'level': 'Level-1', 'metric': '10'}], 'r3-eth2': [{'level': 'Level-1', 'metric': '10'}]}}
2021-04-19 14:54:20,212 ERROR: r1: zebra left a dead pidfile (pid=7998)

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 2:

2021-04-19 12:37:32,569 WARNING: BGP topologies are still using exabgp version 3, expect failures

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

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

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

Topology Tests failed for Topotests debian 10 amd64 part 1:

2021-04-19 12:37:12,301 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-19 12:49:39,178 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO1DEB10AMD64/topotests/lib/bgp.py", line 202, in create_router_bgp
    tgen, router, data_all_bgp, "bgp", build, load_config
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO1DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO1DEB10AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 2: % Unknown command[4]: router bgp 0 
line 3: % Unknown command[4]: no bgp ebgp-requires-policy 
line 4: % Unknown command[4]: no bgp network import-check 
line 5: % Unknown command[4]: address-family ipv4 unicast 
line 6: % Unknown command[4]: neighbor 10.0.0.2 remote-as 0 
line 7: % Unknown command[4]: neighbor 10.0.0.2 timers 3 10 
line 8: % Unknown command[4]: neighbor 10.0.0.6 remote-as 0 
line 9: % Unknown command[4]: neighbor 10.0.0.6 timers 3 10 
line 10: % Unknown command[4]: address-family ipv6 unicast 
line 11: % Unknown command[4]: neighbor fd00::2 remote-as 0 
line 12: % Unknown command[4]: address-family ipv6 unicast 
line 13: % Unknown command[4]: neighbor fd00::2 activate 
line 14: % Unknown command[4]: neighbor fd00::2 timers 3 10 
line 15: % Unknown command[4]: neighbor fd00:0:0:1::2 remote-as 0 
line 16: % Unknown command[4]: address-family ipv6 unicast 
line 17: % Unknown command[4]: neighbor fd00:0:0:1::2 activate 
line 18: % Unknown command[4]: neighbor fd00:0:0:1::2 timers 3 10 
line 19: % Unknown command[4]: address-family ipv4 unicast 
line 20: % Unknown command[4]: no neighbor fd00::2 activate 
line 21: % Unknown command[4]: address-family ipv4 unicast 
line 22: % Unknown command[4]: no neighbor fd00:0:0:1::2 activate 
line 23: % Unknown command[4]: address-family ipv6 unicast 
line 24: % Unknown command[4]: address-family ipv6 unicast 


2021-04-19 12:49:39,345 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO1DEB10AMD64/topotests/lib/bgp.py", line 202, in create_router_bgp
    tgen, router, data_all_bgp, "bgp", build, load_config
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO1DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO1DEB10AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % No BGP process is configured
line 2: Failure to communicate[13] to bgpd, line: no router bgp  

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 8:

2021-04-19 12:38:21,360 WARNING: BGP topologies are still using exabgp version 3, expect failures

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 9:

2021-04-19 12:37:23,851 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-19 12:50:22,628 ERROR: r2: zebra left a dead pidfile (pid=24953)
2021-04-19 12:58:25,115 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9U18AMD64/topotests/lib/common_config.py", line 1818, in create_interfaces_cfg
    tgen, c_router, interface_data, "interface_config", build=build
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9U18AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9U18AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 3: % Unknown command[16]: ip ospf hello-interval 65536 


2021-04-19 12:59:38,070 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9U18AMD64/topotests/lib/common_config.py", line 1818, in create_interfaces_cfg
    tgen, c_router, interface_data, "interface_config", build=build
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9U18AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9U18AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 3: % Unknown command[16]: ip ospf dead-interval 65536 

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

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

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

Topology Tests failed for Topotests debian 10 amd64 part 5:

2021-04-19 12:37:20,872 WARNING: BGP topologies are still using exabgp version 3, expect failures

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

Topotests Ubuntu 18.04 arm8 part 2: Failed (click for details)

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

Topology Tests failed for Topotests Ubuntu 18.04 arm8 part 2:

ImportError while loading conftest '/root/share/topotests/conftest.py'.
conftest.py:9: in <module>
    from lib.topogen import get_topogen, diagnose_env
lib/topogen.py:58: in <module>
    from lib import topotest
E     File "/root/share/topotests/lib/topotest.py", line 546
E       return lkv(*lkv_nums, lkv_str)
E   SyntaxError: only named arguments may follow *expression

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 8:

2021-04-19 14:38:18,246 WARNING: BGP topologies are still using exabgp version 3, expect failures

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 6:

2021-04-19 14:37:26,957 WARNING: BGP topologies are still using exabgp version 3, expect failures
*** defaultIntf: warning: r1 has no interfaces
2021-04-19 14:40:36,030 ERROR: tor1: zebra left a dead pidfile (pid=20830)

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

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

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

Topology Tests failed for Topotests debian 10 amd64 part 2:

2021-04-19 12:37:20,326 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-19 12:56:59,428 ERROR: r2: zebra left a dead pidfile (pid=400)

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 1:

2021-04-19 12:37:31,898 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-19 12:43:59,661 ERROR: r3: bgpd left a dead pidfile (pid=22474)
2021-04-19 12:53:40,427 ERROR: R2: bgpd left a dead pidfile (pid=24176)
2021-04-19 12:54:02,320 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO1U18I386/topotests/lib/bgp.py", line 202, in create_router_bgp
    tgen, router, data_all_bgp, "bgp", build, load_config
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO1U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO1U18I386/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 2: % Unknown command[4]: router bgp 0 
line 3: % Unknown command[4]: no bgp ebgp-requires-policy 
line 4: % Unknown command[4]: no bgp network import-check 
line 5: % Unknown command[4]: address-family ipv4 unicast 
line 6: % Unknown command[4]: neighbor 10.0.0.2 remote-as 0 
line 7: % Unknown command[4]: neighbor 10.0.0.2 timers 3 10 
line 8: % Unknown command[4]: neighbor 10.0.0.6 remote-as 0 
line 9: % Unknown command[4]: neighbor 10.0.0.6 timers 3 10 
line 10: % Unknown command[4]: address-family ipv6 unicast 
line 11: % Unknown command[4]: neighbor fd00::2 remote-as 0 
line 12: % Unknown command[4]: address-family ipv6 unicast 
line 13: % Unknown command[4]: neighbor fd00::2 activate 
line 14: % Unknown command[4]: neighbor fd00::2 timers 3 10 
line 15: % Unknown command[4]: neighbor fd00:0:0:1::2 remote-as 0 
line 16: % Unknown command[4]: address-family ipv6 unicast 
line 17: % Unknown command[4]: neighbor fd00:0:0:1::2 activate 
line 18: % Unknown command[4]: neighbor fd00:0:0:1::2 timers 3 10 
line 19: % Unknown command[4]: address-family ipv4 unicast 
line 20: % Unknown command[4]: no neighbor fd00::2 activate 
line 21: % Unknown command[4]: address-family ipv4 unicast 
line 22: % Unknown command[4]: no neighbor fd00:0:0:1::2 activate 
line 23: % Unknown command[4]: address-family ipv6 unicast 
line 24: % Unknown command[4]: address-family ipv6 unicast 


2021-04-19 12:54:02,536 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO1U18I386/topotests/lib/bgp.py", line 202, in create_router_bgp
    tgen, router, data_all_bgp, "bgp", build, load_config
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO1U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO1U18I386/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % No BGP process is configured
line 2: Failure to communicate[13] to bgpd, line: no router bgp  

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 2:

2021-04-19 12:38:25,340 WARNING: BGP topologies are still using exabgp version 3, expect failures

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 4:

2021-04-19 14:38:02,635 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-19 14:40:50,841 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 2527, 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-TOPO4U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:-1 



2021-04-19 14:40:51,030 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 2527, 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-TOPO4U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:65536 



2021-04-19 14:40:51,218 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 2527, 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-TOPO4U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:4294967296 



2021-04-19 14:40:51,407 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 2527, 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-TOPO4U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:-1:1 



2021-04-19 14:40:52,550 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 2527, 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-TOPO4U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 1:a:2 



2021-04-19 14:42:36,277 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 2527, 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-TOPO4U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 2: % Command incomplete[4]: bgp large-community-list standard Test1 permit  



2021-04-19 14:43:45,381 ERROR: r7: bgpd left a dead pidfile (pid=20224)

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

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

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

Topology Tests failed for Topotests debian 10 amd64 part 4:

2021-04-19 12:38:03,078 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-19 12:41:04,687 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 2527, 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-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:-1 



2021-04-19 12:41:04,871 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 2527, 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-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:65536 



2021-04-19 12:41:05,053 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 2527, 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-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:4294967296 



2021-04-19 12:41:05,237 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 2527, 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-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:-1:1 



2021-04-19 12:41:06,438 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 2527, 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-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 1:a:2 



2021-04-19 12:42:52,086 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 2527, 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-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 2: % Command incomplete[4]: bgp large-community-list standard Test1 permit  

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

Topotests Ubuntu 18.04 arm8 part 0: Failed (click for details)

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

Topology Tests failed for Topotests Ubuntu 18.04 arm8 part 0:

ImportError while loading conftest '/root/share/topotests/conftest.py'.
conftest.py:9: in <module>
    from lib.topogen import get_topogen, diagnose_env
lib/topogen.py:58: in <module>
    from lib import topotest
E     File "/root/share/topotests/lib/topotest.py", line 546
E       return lkv(*lkv_nums, lkv_str)
E   SyntaxError: only named arguments may follow *expression

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 6:

2021-04-19 12:37:20,238 WARNING: BGP topologies are still using exabgp version 3, expect failures
*** defaultIntf: warning: r1 has no interfaces

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

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

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

Topology Tests failed for Topotests debian 10 amd64 part 3:

2021-04-19 12:37:18,083 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-19 12:42:06,779 ERROR: 'router_json_cmp' failed after 11.89 seconds
2021-04-19 12:42:06,781 ERROR: assert failed at "test_bgp_features/test_bgp_dampening_setup": BGP session on r1 did not establish connections with one ore more ExaBGP peers
assert Generated JSON diff error report:
  
  > $->ipv4Unicast->peers->192.168.101.3->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->192.168.101.4->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->192.168.101.5->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->192.168.101.6->state: d1 has element with value 'Active' but in d2 it has value 'Established'

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

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

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Apr 19, 2021

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Failed

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

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

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 9:

2021-04-19 15:05:31,096 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-19 15:18:45,557 WARNING: vtysh_cmd: failed to convert json output
2021-04-19 15:19:11,069 WARNING: vtysh_cmd: failed to convert json output
2021-04-19 15:30:01,028 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9U18I386/topotests/lib/common_config.py", line 1818, in create_interfaces_cfg
    tgen, c_router, interface_data, "interface_config", build=build
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9U18I386/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 3: % Unknown command[16]: ip ospf hello-interval 65536 


2021-04-19 15:30:44,439 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9U18I386/topotests/lib/common_config.py", line 1818, in create_interfaces_cfg
    tgen, c_router, interface_data, "interface_config", build=build
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9U18I386/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 3: % Unknown command[16]: ip ospf dead-interval 65536 

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 3:

2021-04-19 13:05:32,253 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-19 13:09:38,000 ERROR: 'router_json_cmp' failed after 12.33 seconds
2021-04-19 13:09:38,003 ERROR: assert failed at "test_bgp_features/test_bgp_dampening_setup": BGP session on r1 did not establish connections with one ore more ExaBGP peers
assert Generated JSON diff error report:
  
  > $->ipv4Unicast->peers->192.168.101.3->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->192.168.101.4->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->192.168.101.5->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->192.168.101.6->state: d1 has element with value 'Active' but in d2 it has value 'Established'
r1: Daemon bgpd not running

From frr r1 bgpd log file:
b'2021/04/19 13:19:48 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:19:48 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart json\n2021/04/19 13:19:48 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:19:48 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart \n2021/04/19 13:19:49 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:19:49 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart json\n2021/04/19 13:19:49 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:19:49 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart \n2021/04/19 13:19:49 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:19:50 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:19:50 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:19:50 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:19:56 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:19:56 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:19:56 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:19:57 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:19:57 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:20:03 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:20:03 BGP: [M7Q4P-46WDR] vty[??]@# do write memory\n\n'
r2: Daemon bgpd not running

From frr r2 bgpd log file:
b'2021/04/19 13:21:27 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:21:27 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.1 graceful-restart json\n2021/04/19 13:21:27 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:21:27 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.1 graceful-restart \n2021/04/19 13:21:28 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:21:28 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::1 graceful-restart json\n2021/04/19 13:21:28 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:21:28 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::1 graceful-restart \n2021/04/19 13:21:28 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:21:28 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:21:28 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:21:28 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:21:35 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:21:35 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:21:35 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:21:35 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:21:35 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:21:41 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:21:41 BGP: [M7Q4P-46WDR] vty[??]@# do write memory\n\n'
r1: Daemon bgpd not running

From frr r1 bgpd log file:
b'2021/04/19 13:23:18 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:23:18 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart json\n2021/04/19 13:23:18 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:23:18 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart \n2021/04/19 13:23:19 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:23:19 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart json\n2021/04/19 13:23:19 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:23:19 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart \n2021/04/19 13:23:19 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:23:20 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:23:20 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:23:20 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:23:26 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:23:26 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:23:26 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:23:26 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:23:27 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:23:32 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:23:32 BGP: [M7Q4P-46WDR] vty[??]@# do write memory\n\n'
r1: Daemon bgpd not running

From frr r1 bgpd log file:
b'2021/04/19 13:23:48 BGP: [M7Q4P-46WDR] vty[??]@(config)# log commands\n2021/04/19 13:23:48 BGP: [M7Q4P-46WDR] vty[??]@(config)# log file bgpd.log\n2021/04/19 13:23:49 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:23:49 BGP: [M7Q4P-46WDR] vty[??]@# do show logging\n2021/04/19 13:23:49 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:23:49 BGP: [M7Q4P-46WDR] vty[??]@# do write terminal\n\n2021/04/19 13:23:50 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:23:50 BGP: [M7Q4P-46WDR] vty[??]@# configure terminal\n2021/04/19 13:23:50 BGP: [M7Q4P-46WDR] vty[??]@(config)# XFRR_start_configuration\n2021/04/19 13:23:50 BGP: [M7Q4P-46WDR] vty[??]@(config)# no log commands\n\n2021/04/19 13:23:50 BGP: [M59KS-A3ZXZ] bgp_update_receive: rcvd End-of-RIB for IPv4 Unicast from 192.168.0.2 in vrf default\n2021/04/19 13:23:50 BGP: [M59KS-A3ZXZ] bgp_update_receive: rcvd End-of-RIB for IPv6 Unicast from fd00::2 in vrf default\n2021/04/19 13:23:51 BGP: [VTVCM-Y2NW3] Configuration Read in Took: 00:00:01\n2021/04/19 13:23:54 BGP: [M59KS-A3ZXZ] bgp_update_receive: rcvd End-of-RIB for IPv4 Unicast from 192.168.0.2 in vrf default\n2021/04/19 13:23:55 BGP: [M59KS-A3ZXZ] bgp_update_receive: rcvd End-of-RIB for IPv6 Unicast from fd00::2 in vrf default\n2021/04/19 13:24:27 BGP: [VTVCM-Y2NW3] Configuration Read in Took: 00:00:00\n2021/04/19 13:24:30 BGP: [M59KS-A3ZXZ] bgp_update_receive: rcvd End-of-RIB for IPv4 Unicast from 192.168.0.2 in vrf default\n2021/04/19 13:24:30 BGP: [M59KS-A3ZXZ] bgp_update_receive: rcvd End-of-RIB for IPv6 Unicast from fd00::2 in vrf default\n'
r1: Daemon bgpd not running

From frr r1 bgpd log file:
b'2021/04/19 13:25:44 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:25:45 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart json\n2021/04/19 13:25:45 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:25:45 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart \n2021/04/19 13:25:45 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:25:45 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart json\n2021/04/19 13:25:45 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:25:45 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart \n2021/04/19 13:25:46 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:25:46 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:25:46 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:25:47 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:25:52 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:25:53 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:25:53 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:25:53 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:25:53 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:25:59 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:25:59 BGP: [M7Q4P-46WDR] vty[??]@# do write memory\n\n'
r1: Daemon bgpd not running

From frr r1 bgpd log file:
b'2021/04/19 13:26:57 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:26:57 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart json\n2021/04/19 13:26:57 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:26:57 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart \n2021/04/19 13:26:57 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:26:57 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart json\n2021/04/19 13:26:57 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:26:57 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart \n2021/04/19 13:26:58 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:26:58 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:26:58 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:26:59 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:27:05 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:27:05 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:27:05 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:27:05 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:27:05 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:27:11 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:27:11 BGP: [M7Q4P-46WDR] vty[??]@# do write memory\n\n'

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 4:

2021-04-19 13:05:33,963 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-19 13:08:45,914 ERROR: assert failed at "test_bgp_gr_functionality_topo2/test_BGP_GR_10_p2": Testcase test_BGP_GR_10_p2 : Failed 
   Error ipv6Unicast NOT present for 192.168.3.2 
assert 'ipv6Unicast NOT present for 192.168.3.2 ' is True
2021-04-19 13:12:16,236 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 2527, 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-TP4U1804AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:-1 



2021-04-19 13:12:16,417 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 2527, 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-TP4U1804AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:65536 



2021-04-19 13:12:16,587 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 2527, 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-TP4U1804AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:4294967296 



2021-04-19 13:12:16,771 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 2527, 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-TP4U1804AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:-1:1 



2021-04-19 13:12:18,067 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 2527, 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-TP4U1804AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 1:a:2 



2021-04-19 13:14:42,571 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 2527, 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-TP4U1804AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 2: % Command incomplete[4]: bgp large-community-list standard Test1 permit  

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

Topotests Ubuntu 18.04 arm8 part 4: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 4: No useful log found
Topotests Ubuntu 18.04 arm8 part 9: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 9: No useful log found
Topotests debian 10 amd64 part 9: Failed (click for details)

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

Topology Tests failed for Topotests debian 10 amd64 part 9:

2021-04-19 13:05:37,052 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-19 13:18:54,535 WARNING: vtysh_cmd: failed to convert json output
2021-04-19 13:19:14,437 WARNING: vtysh_cmd: failed to convert json output
2021-04-19 13:29:36,694 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9DEB10AMD64/topotests/lib/common_config.py", line 1818, in create_interfaces_cfg
    tgen, c_router, interface_data, "interface_config", build=build
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9DEB10AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 3: % Unknown command[16]: ip ospf hello-interval 65536 


2021-04-19 13:30:04,992 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9DEB10AMD64/topotests/lib/common_config.py", line 1818, in create_interfaces_cfg
    tgen, c_router, interface_data, "interface_config", build=build
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9DEB10AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 3: % Unknown command[16]: ip ospf dead-interval 65536 

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

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

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

Topology Tests failed for Topotests debian 10 amd64 part 8:

2021-04-19 13:05:29,329 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-19 13:32:37,873 ERROR: assert failed at "test_multicast_pim_sm_topo2/test_verify_SPT_switchover_when_RPT_and_SPT_path_is_different_p0": Testcase test_verify_SPT_switchover_when_RPT_and_SPT_path_is_different_p0 : Failed Error: [DUT f1]: Verifying (10.0.5.2, 226.1.1.4) mroute, [FAILED]!! Expected: (oil: ['f1-c2-eth0', 'f1-r2-eth3'], installed: (10.0.5.2,226.1.1.4)) Found: ( oil: none, installed: (10.0.5.2,226.1.1.4))
assert "[DUT f1]: Verifying (10.0.5.2, 226.1.1.4) mroute, [FAILED]!! Expected: (oil: ['f1-c2-eth0', 'f1-r2-eth3'], installed: (10.0.5.2,226.1.1.4)) Found: ( oil: none, installed: (10.0.5.2,226.1.1.4))" is True

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 8:

2021-04-19 13:06:04,482 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-19 13:16:06,854 ERROR: l1: bgpd left a dead pidfile (pid=1364)
2021-04-19 13:29:20,410 ERROR: i3: bgpd left a dead pidfile (pid=6042)

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 9:

2021-04-19 13:05:18,428 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-19 13:17:54,916 WARNING: vtysh_cmd: failed to convert json output
2021-04-19 13:18:18,827 WARNING: vtysh_cmd: failed to convert json output
2021-04-19 13:30:12,220 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9U18AMD64/topotests/lib/common_config.py", line 1818, in create_interfaces_cfg
    tgen, c_router, interface_data, "interface_config", build=build
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9U18AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9U18AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 3: % Unknown command[16]: ip ospf hello-interval 65536 


2021-04-19 13:30:52,878 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9U18AMD64/topotests/lib/common_config.py", line 1818, in create_interfaces_cfg
    tgen, c_router, interface_data, "interface_config", build=build
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9U18AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9U18AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 3: % Unknown command[16]: ip ospf dead-interval 65536 

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

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

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

Topology Tests failed for Topotests debian 10 amd64 part 6:

2021-04-19 13:05:05,586 WARNING: BGP topologies are still using exabgp version 3, expect failures
*** defaultIntf: warning: r1 has no interfaces
2021-04-19 13:29:57,556 ERROR: r1: bgpd left a dead pidfile (pid=15399)

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 8:

2021-04-19 15:05:06,834 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-19 15:29:24,655 ERROR: c2: bgpd left a dead pidfile (pid=11372)
2021-04-19 15:58:47,888 ERROR: f1: bgpd left a dead pidfile (pid=27631)

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

Topotests Ubuntu 18.04 arm8 part 2: Failed (click for details)

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

Topology Tests failed for Topotests Ubuntu 18.04 arm8 part 2:

ImportError while loading conftest '/root/share/topotests/conftest.py'.
conftest.py:9: in <module>
    from lib.topogen import get_topogen, diagnose_env
lib/topogen.py:58: in <module>
    from lib import topotest
E     File "/root/share/topotests/lib/topotest.py", line 546
E       return lkv(*lkv_nums, lkv_str)
E   SyntaxError: only named arguments may follow *expression

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 6:

2021-04-19 15:05:39,581 WARNING: BGP topologies are still using exabgp version 3, expect failures
*** defaultIntf: warning: r1 has no interfaces

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 4:

2021-04-19 15:05:10,184 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-19 15:08:33,645 ERROR: assert failed at "test_bgp_gr_functionality_topo2/test_BGP_GR_10_p2": Testcase test_BGP_GR_10_p2 : Failed 
   Error ipv6Unicast NOT present for 192.168.3.2 
assert 'ipv6Unicast NOT present for 192.168.3.2 ' is True
2021-04-19 15:08:55,984 ERROR: r6: bgpd left a dead pidfile (pid=2727)
2021-04-19 15:12:43,433 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 2527, 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-TOPO4U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:-1 



2021-04-19 15:12:43,639 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 2527, 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-TOPO4U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:65536 



2021-04-19 15:12:43,842 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 2527, 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-TOPO4U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:4294967296 



2021-04-19 15:12:44,040 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 2527, 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-TOPO4U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:-1:1 



2021-04-19 15:12:45,264 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 2527, 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-TOPO4U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 1:a:2 



2021-04-19 15:15:33,252 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 2527, 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-TOPO4U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 2: % Command incomplete[4]: bgp large-community-list standard Test1 permit  

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 6:

2021-04-19 13:05:22,492 WARNING: BGP topologies are still using exabgp version 3, expect failures
*** defaultIntf: warning: r1 has no interfaces
2021-04-19 13:23:54,767 ERROR: r2: bgpd left a dead pidfile (pid=20646)

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

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

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

Topology Tests failed for Topotests debian 10 amd64 part 4:

2021-04-19 13:05:34,267 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-19 13:08:41,450 ERROR: assert failed at "test_bgp_gr_functionality_topo2/test_BGP_GR_10_p2": Testcase test_BGP_GR_10_p2 : Failed 
   Error ipv6Unicast NOT present for 192.168.3.2 
assert 'ipv6Unicast NOT present for 192.168.3.2 ' is True
2021-04-19 13:12:15,984 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 2527, 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-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:-1 



2021-04-19 13:12:16,164 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 2527, 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-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:65536 



2021-04-19 13:12:16,345 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 2527, 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-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:4294967296 



2021-04-19 13:12:16,524 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 2527, 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-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:-1:1 



2021-04-19 13:12:17,694 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 2527, 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-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 1:a:2 



2021-04-19 13:14:40,484 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 2527, 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-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 2: % Command incomplete[4]: bgp large-community-list standard Test1 permit  

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

Topotests Ubuntu 18.04 arm8 part 0: Failed (click for details)

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

Topology Tests failed for Topotests Ubuntu 18.04 arm8 part 0:

ImportError while loading conftest '/root/share/topotests/conftest.py'.
conftest.py:9: in <module>
    from lib.topogen import get_topogen, diagnose_env
lib/topogen.py:58: in <module>
    from lib import topotest
E     File "/root/share/topotests/lib/topotest.py", line 546
E       return lkv(*lkv_nums, lkv_str)
E   SyntaxError: only named arguments may follow *expression

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

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

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

Topology Tests failed for Topotests debian 10 amd64 part 3:

2021-04-19 13:05:34,229 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-19 13:09:41,052 ERROR: 'router_json_cmp' failed after 12.22 seconds
2021-04-19 13:09:41,055 ERROR: assert failed at "test_bgp_features/test_bgp_dampening_setup": BGP session on r1 did not establish connections with one ore more ExaBGP peers
assert Generated JSON diff error report:
  
  > $->ipv4Unicast->peers->192.168.101.3->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->192.168.101.4->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->192.168.101.5->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->192.168.101.6->state: d1 has element with value 'Active' but in d2 it has value 'Established'
r1: Daemon bgpd not running

From frr r1 bgpd log file:
b'2021/04/19 13:20:14 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:20:14 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart json\n2021/04/19 13:20:14 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:20:14 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart \n2021/04/19 13:20:15 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:20:15 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart json\n2021/04/19 13:20:15 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:20:15 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart \n2021/04/19 13:20:16 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:20:16 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:20:16 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:20:16 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:20:22 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:20:23 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:20:23 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:20:23 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:20:23 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:20:29 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:20:29 BGP: [M7Q4P-46WDR] vty[??]@# do write memory\n\n'
r2: Daemon bgpd not running

From frr r2 bgpd log file:
b'2021/04/19 13:21:53 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:21:53 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.1 graceful-restart json\n2021/04/19 13:21:53 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:21:53 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.1 graceful-restart \n2021/04/19 13:21:54 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:21:54 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::1 graceful-restart json\n2021/04/19 13:21:54 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:21:54 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::1 graceful-restart \n2021/04/19 13:21:54 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:21:54 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:21:54 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:21:54 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:22:00 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:22:01 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:22:01 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:22:01 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:22:01 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:22:07 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:22:07 BGP: [M7Q4P-46WDR] vty[??]@# do write memory\n\n'
r1: Daemon bgpd not running

From frr r1 bgpd log file:
b'2021/04/19 13:23:44 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:23:44 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart json\n2021/04/19 13:23:44 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:23:44 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart \n2021/04/19 13:23:45 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:23:45 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart json\n2021/04/19 13:23:45 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:23:45 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart \n2021/04/19 13:23:46 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:23:46 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:23:46 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:23:46 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:23:52 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:23:52 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:23:53 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:23:53 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:23:53 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:23:59 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:23:59 BGP: [M7Q4P-46WDR] vty[??]@# do write memory\n\n'
r1: Daemon bgpd not running

From frr r1 bgpd log file:
b"2021/04/19 13:24:15 BGP: [M7Q4P-46WDR] vty[??]@# do show logging\n2021/04/19 13:24:16 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:24:16 BGP: [M7Q4P-46WDR] vty[??]@# do write terminal\n\n2021/04/19 13:24:16 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:24:16 BGP: [M7Q4P-46WDR] vty[??]@# configure terminal\n2021/04/19 13:24:16 BGP: [M7Q4P-46WDR] vty[??]@(config)# XFRR_start_configuration\n2021/04/19 13:24:16 BGP: [M7Q4P-46WDR] vty[??]@(config)# no log commands\n\n2021/04/19 13:24:17 BGP: [M59KS-A3ZXZ] bgp_update_receive: rcvd End-of-RIB for IPv4 Unicast from 192.168.0.2 in vrf default\n2021/04/19 13:24:17 BGP: [M59KS-A3ZXZ] bgp_update_receive: rcvd End-of-RIB for IPv6 Unicast from fd00::2 in vrf default\n2021/04/19 13:24:18 BGP: [VTVCM-Y2NW3] Configuration Read in Took: 00:00:00\n2021/04/19 13:24:21 BGP: [M59KS-A3ZXZ] bgp_update_receive: rcvd End-of-RIB for IPv4 Unicast from 192.168.0.2 in vrf default\n2021/04/19 13:24:21 BGP: [M59KS-A3ZXZ] bgp_update_receive: rcvd End-of-RIB for IPv6 Unicast from fd00::2 in vrf default\n2021/04/19 13:24:54 BGP: [VTVCM-Y2NW3] Configuration Read in Took: 00:00:00\n2021/04/19 13:24:57 BGP: [TXY0T-CYY6F][EC 100663299] Can't get remote address and port: Transport endpoint is not connected\n2021/04/19 13:24:57 BGP: [NNZ9X-BHX46][EC 100663299] %bgp_getsockname() failed for accept from_peer 192.168.0.2 fd 24 (peer fd 25)\n2021/04/19 13:24:57 BGP: [M59KS-A3ZXZ] bgp_update_receive: rcvd End-of-RIB for IPv6 Unicast from fd00::2 in vrf default\n2021/04/19 13:24:58 BGP: [HTQD2-0R1WR][EC 33554451] bgp_process_packet: BGP OPEN receipt failed for peer: 192.168.0.2\n2021/04/19 13:25:00 BGP: [M59KS-A3ZXZ] bgp_update_receive: rcvd End-of-RIB for IPv4 Unicast from 192.168.0.2 in vrf default\n"
r1: Daemon bgpd not running

From frr r1 bgpd log file:
b'2021/04/19 13:26:19 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:26:19 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart json\n2021/04/19 13:26:19 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:26:19 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart \n2021/04/19 13:26:19 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:26:19 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart json\n2021/04/19 13:26:20 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:26:20 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart \n2021/04/19 13:26:20 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:26:20 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:26:21 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:26:21 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:26:27 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:26:27 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:26:27 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:26:28 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:26:28 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:26:34 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:26:34 BGP: [M7Q4P-46WDR] vty[??]@# do write memory\n\n'
r1: Daemon bgpd not running

From frr r1 bgpd log file:
b'2021/04/19 13:27:33 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:27:33 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart json\n2021/04/19 13:27:33 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:27:33 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart \n2021/04/19 13:27:34 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:27:34 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart json\n2021/04/19 13:27:34 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:27:34 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart \n2021/04/19 13:27:35 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:27:35 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:27:35 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:27:35 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:27:41 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:27:41 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:27:42 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:27:42 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:27:42 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:27:48 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/19 13:27:48 BGP: [M7Q4P-46WDR] vty[??]@# do write memory\n\n'

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

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

@LabN-CI
Copy link
Collaborator

LabN-CI commented Apr 20, 2021

Outdated results 💚

Basic BGPD CI results: SUCCESS, 0 tests failed

_ _
Result SUCCESS git merge/8493 3db4084
Date 04/20/2021
Start 02:49:02
Finish 03:30:19
Run-Time 41:17
Total 1815
Pass 1815
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2021-04-20-02:49:02.txt
Log autoscript-2021-04-20-02:50:13.log.bz2
Memory 494 486 427

For details, please contact louberger

@davischw davischw force-pushed the topotests-python3-migration branch from 3db4084 to 645bff7 Compare April 21, 2021 09:02
Copy link

@polychaeta polychaeta left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution to FRR!


Pylint found errors in source files changed by this PR:

Pylint report for my_frr/tests/topotests/bfd-ospf-topo1/test_bfd_ospf_topo1.py:
************* Module bfd-ospf-topo1.test_bfd_ospf_topo1
my_frr/tests/topotests/bfd-ospf-topo1/test_bfd_ospf_topo1.py:141:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)

-----------------------------------
Your code has been rated at 9.54/10



Pylint report for my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:
************* Module check_linux_vrf
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:8:12: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:63:4: E1305: Too many arguments for format string (too-many-format-args)

-----------------------------------
Your code has been rated at 6.15/10



Pylint report for my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:
************* Module scale_up
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:28:12: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:37:8: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:195:16: E0602: Undefined variable 'luLast' (undefined-variable)

-----------------------------------
Your code has been rated at 7.83/10



Pylint report for my_frr/tests/topotests/isis-lfa-topo1/test_isis_lfa_topo1.py:
************* Module isis-lfa-topo1.test_isis_lfa_topo1
my_frr/tests/topotests/isis-lfa-topo1/test_isis_lfa_topo1.py:177:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)

-----------------------------------
Your code has been rated at 9.79/10



Pylint report for my_frr/tests/topotests/isis-rlfa-topo1/test_isis_rlfa_topo1.py:
************* Module isis-rlfa-topo1.test_isis_rlfa_topo1
my_frr/tests/topotests/isis-rlfa-topo1/test_isis_rlfa_topo1.py:179:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)

-----------------------------------
Your code has been rated at 9.81/10



Pylint report for my_frr/tests/topotests/ldp-topo1/test_ldp_topo1.py:
************* Module test_ldp_topo1
my_frr/tests/topotests/ldp-topo1/test_ldp_topo1.py:345:63: E0602: Undefined variable 'ospfStatus' (undefined-variable)

-----------------------------------
Your code has been rated at 9.86/10



Pylint report for my_frr/tests/topotests/lib/common_config.py:
************* Module lib.common_config
my_frr/tests/topotests/lib/common_config.py:1663:64: E0602: Undefined variable 'unicode' (undefined-variable)

-----------------------------------
Your code has been rated at 9.97/10



Pylint report for my_frr/tests/topotests/lib/topotest.py:
************* Module lib.topotest
my_frr/tests/topotests/lib/topotest.py:1934:15: E0602: Undefined variable 'unicode' (undefined-variable)

-----------------------------------
Your code has been rated at 9.95/10



Pylint report for my_frr/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py:
************* Module test_ospf_p2mp
my_frr/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py:228:20: E0602: Undefined variable 'unicode' (undefined-variable)
my_frr/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py:279:20: E0602: Undefined variable 'unicode' (undefined-variable)

-----------------------------------
Your code has been rated at 9.20/10




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

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

@LabN-CI
Copy link
Collaborator

LabN-CI commented Apr 21, 2021

Outdated results 💚

Basic BGPD CI results: SUCCESS, 0 tests failed

_ _
Result SUCCESS git merge/8493 645bff7
Date 04/21/2021
Start 05:05:46
Finish 05:47:02
Run-Time 41:16
Total 1815
Pass 1815
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2021-04-21-05:05:46.txt
Log autoscript-2021-04-21-05:06:57.log.bz2
Memory 506 492 430

For details, please contact louberger

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Apr 21, 2021

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Failed

Topotests Ubuntu 18.04 arm8 part 2: Failed (click for details)

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

Topology Tests failed for Topotests Ubuntu 18.04 arm8 part 2:

ImportError while loading conftest '/root/share/topotests/conftest.py'.
conftest.py:9: in <module>
    from lib.topogen import get_topogen, diagnose_env
lib/topogen.py:58: in <module>
    from lib import topotest
E     File "/root/share/topotests/lib/topotest.py", line 546
E       return lkv(*lkv_nums, lkv_str)
E   SyntaxError: only named arguments may follow *expression

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 8:

2021-04-21 09:36:07,215 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-21 09:58:57,547 ERROR: l1: bgpd left a dead pidfile (pid=31129)

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

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

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

Topology Tests failed for Topotests debian 10 amd64 part 3:

2021-04-21 09:36:16,426 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-21 09:40:33,570 ERROR: 'router_json_cmp' failed after 12.31 seconds
2021-04-21 09:40:33,571 ERROR: assert failed at "test_bgp_features/test_bgp_dampening_setup": BGP session on r1 did not establish connections with one ore more ExaBGP peers
assert Generated JSON diff error report:
  
  > $->ipv4Unicast->peers->192.168.101.3->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->192.168.101.4->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->192.168.101.5->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->192.168.101.6->state: d1 has element with value 'Active' but in d2 it has value 'Established'
r1: Daemon bgpd not running

From frr r1 bgpd log file:
b'2021/04/21 09:51:20 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:51:20 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart json\n2021/04/21 09:51:20 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:51:20 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart \n2021/04/21 09:51:21 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:51:21 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart json\n2021/04/21 09:51:21 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:51:21 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart \n2021/04/21 09:51:21 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:51:22 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:51:22 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:51:22 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:51:28 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:51:28 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:51:28 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:51:29 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:51:29 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:51:35 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:51:35 BGP: [M7Q4P-46WDR] vty[??]@# do write memory\n\n'
r2: Daemon bgpd not running

From frr r2 bgpd log file:
b'2021/04/21 09:53:01 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:53:01 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.1 graceful-restart json\n2021/04/21 09:53:02 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:53:02 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.1 graceful-restart \n2021/04/21 09:53:02 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:53:02 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::1 graceful-restart json\n2021/04/21 09:53:03 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:53:03 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::1 graceful-restart \n2021/04/21 09:53:03 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:53:03 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:53:03 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:53:03 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:53:09 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:53:09 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:53:10 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:53:10 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:53:10 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:53:16 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:53:16 BGP: [M7Q4P-46WDR] vty[??]@# do write memory\n\n'
r1: Daemon bgpd not running

From frr r1 bgpd log file:
b'2021/04/21 09:54:52 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:54:52 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart json\n2021/04/21 09:54:53 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:54:53 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart \n2021/04/21 09:54:53 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:54:53 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart json\n2021/04/21 09:54:54 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:54:54 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart \n2021/04/21 09:54:54 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:54:54 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:54:54 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:54:55 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:55:00 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:55:01 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:55:01 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:55:01 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:55:01 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:55:07 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:55:07 BGP: [M7Q4P-46WDR] vty[??]@# do write memory\n\n'
r1: Daemon bgpd not running

From frr r1 bgpd log file:
b'2021/04/21 09:55:23 BGP: [M7Q4P-46WDR] vty[??]@(config)# log commands\n2021/04/21 09:55:23 BGP: [M7Q4P-46WDR] vty[??]@(config)# log file bgpd.log\n2021/04/21 09:55:23 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:55:23 BGP: [M7Q4P-46WDR] vty[??]@# do show logging\n2021/04/21 09:55:24 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:55:24 BGP: [M7Q4P-46WDR] vty[??]@# do write terminal\n\n2021/04/21 09:55:24 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:55:24 BGP: [M7Q4P-46WDR] vty[??]@# configure terminal\n2021/04/21 09:55:24 BGP: [M7Q4P-46WDR] vty[??]@(config)# XFRR_start_configuration\n2021/04/21 09:55:24 BGP: [M7Q4P-46WDR] vty[??]@(config)# no log commands\n\n2021/04/21 09:55:24 BGP: [M59KS-A3ZXZ] bgp_update_receive: rcvd End-of-RIB for IPv4 Unicast from 192.168.0.2 in vrf default\n2021/04/21 09:55:24 BGP: [M59KS-A3ZXZ] bgp_update_receive: rcvd End-of-RIB for IPv6 Unicast from fd00::2 in vrf default\n2021/04/21 09:55:26 BGP: [VTVCM-Y2NW3] Configuration Read in Took: 00:00:00\n2021/04/21 09:55:29 BGP: [M59KS-A3ZXZ] bgp_update_receive: rcvd End-of-RIB for IPv4 Unicast from 192.168.0.2 in vrf default\n2021/04/21 09:55:29 BGP: [M59KS-A3ZXZ] bgp_update_receive: rcvd End-of-RIB for IPv6 Unicast from fd00::2 in vrf default\n2021/04/21 09:56:03 BGP: [VTVCM-Y2NW3] Configuration Read in Took: 00:00:00\n2021/04/21 09:56:06 BGP: [M59KS-A3ZXZ] bgp_update_receive: rcvd End-of-RIB for IPv4 Unicast from 192.168.0.2 in vrf default\n2021/04/21 09:56:06 BGP: [M59KS-A3ZXZ] bgp_update_receive: rcvd End-of-RIB for IPv6 Unicast from fd00::2 in vrf default\n'
r1: Daemon bgpd not running

From frr r1 bgpd log file:
b'2021/04/21 09:57:24 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:57:24 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart json\n2021/04/21 09:57:24 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:57:24 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart \n2021/04/21 09:57:25 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:57:25 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart json\n2021/04/21 09:57:25 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:57:25 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart \n2021/04/21 09:57:26 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:57:26 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:57:26 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:57:26 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:57:32 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:57:33 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:57:33 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:57:33 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:57:33 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:57:39 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:57:39 BGP: [M7Q4P-46WDR] vty[??]@# do write memory\n\n'
r1: Daemon bgpd not running

From frr r1 bgpd log file:
b'2021/04/21 09:58:39 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:58:39 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart json\n2021/04/21 09:58:39 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:58:39 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart \n2021/04/21 09:58:39 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:58:39 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart json\n2021/04/21 09:58:40 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:58:40 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart \n2021/04/21 09:58:40 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:58:41 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:58:41 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:58:41 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:58:47 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:58:47 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:58:47 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:58:47 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:58:48 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:58:53 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:58:53 BGP: [M7Q4P-46WDR] vty[??]@# do write memory\n\n'

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 8:

2021-04-21 11:35:56,402 WARNING: BGP topologies are still using exabgp version 3, expect failures

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 4:

2021-04-21 11:36:07,295 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-21 11:39:31,178 ERROR: assert failed at "test_bgp_gr_functionality_topo2/test_BGP_GR_10_p2": Testcase test_BGP_GR_10_p2 : Failed 
   Error ipv6Unicast NOT present for 192.168.3.2 
assert 'ipv6Unicast NOT present for 192.168.3.2 ' is True
2021-04-21 11:43:42,546 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 2525, 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-TOPO4U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:-1 



2021-04-21 11:43:42,782 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 2525, 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-TOPO4U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:65536 



2021-04-21 11:43:43,017 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 2525, 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-TOPO4U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:4294967296 



2021-04-21 11:43:43,248 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 2525, 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-TOPO4U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:-1:1 



2021-04-21 11:43:44,729 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 2525, 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-TOPO4U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 1:a:2 



2021-04-21 11:46:37,622 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 2525, 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-TOPO4U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 2: % Command incomplete[4]: bgp large-community-list standard Test1 permit  

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

Topotests Ubuntu 18.04 arm8 part 0: Failed (click for details)

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

Topology Tests failed for Topotests Ubuntu 18.04 arm8 part 0:

ImportError while loading conftest '/root/share/topotests/conftest.py'.
conftest.py:9: in <module>
    from lib.topogen import get_topogen, diagnose_env
lib/topogen.py:58: in <module>
    from lib import topotest
E     File "/root/share/topotests/lib/topotest.py", line 546
E       return lkv(*lkv_nums, lkv_str)
E   SyntaxError: only named arguments may follow *expression

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

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

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

Topology Tests failed for Topotests debian 10 amd64 part 4:

2021-04-21 09:36:14,252 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-21 09:39:17,827 ERROR: assert failed at "test_bgp_gr_functionality_topo2/test_BGP_GR_10_p2": Testcase test_BGP_GR_10_p2 : Failed 
   Error ipv6Unicast NOT present for 192.168.3.2 
assert 'ipv6Unicast NOT present for 192.168.3.2 ' is True
2021-04-21 09:42:56,090 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 2525, 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-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:-1 



2021-04-21 09:42:56,296 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 2525, 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-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:65536 



2021-04-21 09:42:56,482 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 2525, 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-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:4294967296 



2021-04-21 09:42:56,665 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 2525, 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-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:-1:1 



2021-04-21 09:42:57,831 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 2525, 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-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 1:a:2 



2021-04-21 09:45:18,032 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 2525, 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-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 2: % Command incomplete[4]: bgp large-community-list standard Test1 permit  

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

Topotests Ubuntu 18.04 arm8 part 9: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 9: No useful log found
Topotests Ubuntu 18.04 arm8 part 4: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 4: No useful log found
Topotests debian 10 amd64 part 8: Failed (click for details)

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

Topology Tests failed for Topotests debian 10 amd64 part 8:

2021-04-21 09:36:06,798 WARNING: BGP topologies are still using exabgp version 3, expect failures

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 3:

2021-04-21 09:36:43,096 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-21 09:41:05,877 ERROR: 'router_json_cmp' failed after 12.32 seconds
2021-04-21 09:41:05,879 ERROR: assert failed at "test_bgp_features/test_bgp_dampening_setup": BGP session on r1 did not establish connections with one ore more ExaBGP peers
assert Generated JSON diff error report:
  
  > $->ipv4Unicast->peers->192.168.101.3->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->192.168.101.4->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->192.168.101.5->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->192.168.101.6->state: d1 has element with value 'Active' but in d2 it has value 'Established'
r1: Daemon bgpd not running

From frr r1 bgpd log file:
b'2021/04/21 09:52:15 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:52:15 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart json\n2021/04/21 09:52:16 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:52:16 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart \n2021/04/21 09:52:16 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:52:16 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart json\n2021/04/21 09:52:16 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:52:16 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart \n2021/04/21 09:52:17 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:52:17 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:52:18 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:52:18 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:52:24 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:52:24 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:52:24 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:52:24 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:52:25 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:52:31 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:52:31 BGP: [M7Q4P-46WDR] vty[??]@# do write memory\n\n'
r2: Daemon bgpd not running

From frr r2 bgpd log file:
b'2021/04/21 09:53:59 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:53:59 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.1 graceful-restart json\n2021/04/21 09:54:00 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:54:00 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.1 graceful-restart \n2021/04/21 09:54:00 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:54:00 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::1 graceful-restart json\n2021/04/21 09:54:01 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:54:01 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::1 graceful-restart \n2021/04/21 09:54:01 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:54:01 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:54:01 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:54:01 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:54:08 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:54:08 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:54:08 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:54:08 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:54:08 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:54:14 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:54:14 BGP: [M7Q4P-46WDR] vty[??]@# do write memory\n\n'
r1: Daemon bgpd not running

From frr r1 bgpd log file:
b'2021/04/21 09:55:56 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:55:56 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart json\n2021/04/21 09:55:56 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:55:56 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart \n2021/04/21 09:55:57 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:55:57 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart json\n2021/04/21 09:55:57 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:55:57 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart \n2021/04/21 09:55:58 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:55:58 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:55:58 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:55:58 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:56:04 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:56:05 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:56:05 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:56:05 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:56:05 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:56:11 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:56:11 BGP: [M7Q4P-46WDR] vty[??]@# do write memory\n\n'
r1: Daemon bgpd not running

From frr r1 bgpd log file:
b'2021/04/21 09:56:28 BGP: [M7Q4P-46WDR] vty[??]@(config)# log commands\n2021/04/21 09:56:28 BGP: [M7Q4P-46WDR] vty[??]@(config)# log file bgpd.log\n2021/04/21 09:56:29 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:56:29 BGP: [M7Q4P-46WDR] vty[??]@# do show logging\n2021/04/21 09:56:29 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:56:29 BGP: [M7Q4P-46WDR] vty[??]@# do write terminal\n\n2021/04/21 09:56:30 BGP: [M59KS-A3ZXZ] bgp_update_receive: rcvd End-of-RIB for IPv4 Unicast from 192.168.0.2 in vrf default\n2021/04/21 09:56:30 BGP: [M59KS-A3ZXZ] bgp_update_receive: rcvd End-of-RIB for IPv6 Unicast from fd00::2 in vrf default\n2021/04/21 09:56:30 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:56:30 BGP: [M7Q4P-46WDR] vty[??]@# configure terminal\n2021/04/21 09:56:30 BGP: [M7Q4P-46WDR] vty[??]@(config)# XFRR_start_configuration\n2021/04/21 09:56:30 BGP: [M7Q4P-46WDR] vty[??]@(config)# no log commands\n\n2021/04/21 09:56:31 BGP: [VTVCM-Y2NW3] Configuration Read in Took: 00:00:00\n2021/04/21 09:56:34 BGP: [M59KS-A3ZXZ] bgp_update_receive: rcvd End-of-RIB for IPv4 Unicast from 192.168.0.2 in vrf default\n2021/04/21 09:56:35 BGP: [M59KS-A3ZXZ] bgp_update_receive: rcvd End-of-RIB for IPv6 Unicast from fd00::2 in vrf default\n2021/04/21 09:57:08 BGP: [VTVCM-Y2NW3] Configuration Read in Took: 00:00:00\n2021/04/21 09:57:11 BGP: [M59KS-A3ZXZ] bgp_update_receive: rcvd End-of-RIB for IPv4 Unicast from 192.168.0.2 in vrf default\n2021/04/21 09:57:11 BGP: [M59KS-A3ZXZ] bgp_update_receive: rcvd End-of-RIB for IPv6 Unicast from fd00::2 in vrf default\n'
r1: Daemon bgpd not running

From frr r1 bgpd log file:
b'2021/04/21 09:58:33 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:58:33 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart json\n2021/04/21 09:58:33 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:58:33 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart \n2021/04/21 09:58:34 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:58:34 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart json\n2021/04/21 09:58:34 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:58:34 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart \n2021/04/21 09:58:35 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:58:35 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:58:35 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:58:35 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:58:41 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:58:41 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:58:42 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:58:42 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:58:42 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:58:48 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:58:48 BGP: [M7Q4P-46WDR] vty[??]@# do write memory\n\n'
r1: Daemon bgpd not running

From frr r1 bgpd log file:
b'2021/04/21 09:59:49 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:59:49 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart json\n2021/04/21 09:59:49 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:59:49 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart \n2021/04/21 09:59:50 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:59:50 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart json\n2021/04/21 09:59:50 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:59:50 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart \n2021/04/21 09:59:51 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:59:51 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:59:51 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:59:52 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:59:58 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:59:58 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:59:58 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:59:58 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 09:59:59 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 10:00:05 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/21 10:00:05 BGP: [M7Q4P-46WDR] vty[??]@# do write memory\n\n'

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 4:

2021-04-21 09:36:15,765 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-21 09:39:16,252 ERROR: assert failed at "test_bgp_gr_functionality_topo2/test_BGP_GR_10_p2": Testcase test_BGP_GR_10_p2 : Failed 
   Error ipv6Unicast NOT present for 192.168.3.2 
assert 'ipv6Unicast NOT present for 192.168.3.2 ' is True
2021-04-21 09:40:49,708 ERROR: ce1: zebra left a dead pidfile (pid=5770)
2021-04-21 09:42:37,472 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 2525, 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-TP4U1804AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:-1 



2021-04-21 09:42:37,676 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 2525, 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-TP4U1804AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:65536 



2021-04-21 09:42:37,860 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 2525, 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-TP4U1804AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:4294967296 



2021-04-21 09:42:38,041 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 2525, 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-TP4U1804AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:-1:1 



2021-04-21 09:42:39,212 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 2525, 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-TP4U1804AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 1:a:2 



2021-04-21 09:44:56,345 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 2525, 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-TP4U1804AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 621, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 2: % Command incomplete[4]: bgp large-community-list standard Test1 permit  



2021-04-21 09:47:11,621 ERROR: R2: bgpd left a dead pidfile (pid=17125)

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

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

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.

one nit from me, please address

@@ -1,6 +1,6 @@
# Skip pytests example directory
[pytest]
norecursedirs = .git example-test example-topojson-test lib docker
norecursedirs = .git example-test example-topojson-test lib docker bgp_peer-type_multipath-relax
Copy link
Member

Choose a reason for hiding this comment

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

How is disabling this test related to adding Python/ExaBGP switch markers?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Because this WIP PR is also used to test the CI systems ability to switch between python2/python3 tests and that specific test runs into some exception, then hangs and causes the agent to forcefully terminate the tests. I will convert it to python3 and enable it in time for this PR to come out of "Draft" status.

@davischw davischw force-pushed the topotests-python3-migration branch from 645bff7 to 7436fd5 Compare April 29, 2021 10:21
Copy link

@polychaeta polychaeta left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution to FRR!


Pylint found errors in source files changed by this PR:

Pylint report for my_frr/tests/topotests/bfd-ospf-topo1/test_bfd_ospf_topo1.py:
************* Module bfd-ospf-topo1.test_bfd_ospf_topo1
my_frr/tests/topotests/bfd-ospf-topo1/test_bfd_ospf_topo1.py:141:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)

-----------------------------------
Your code has been rated at 9.54/10



Pylint report for my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:
************* Module check_linux_vrf
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:8:12: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:63:4: E1305: Too many arguments for format string (too-many-format-args)

-----------------------------------
Your code has been rated at 6.15/10



Pylint report for my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:
************* Module scale_up
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:28:12: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:37:8: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:195:16: E0602: Undefined variable 'luLast' (undefined-variable)

-----------------------------------
Your code has been rated at 7.83/10



Pylint report for my_frr/tests/topotests/isis-lfa-topo1/test_isis_lfa_topo1.py:
************* Module isis-lfa-topo1.test_isis_lfa_topo1
my_frr/tests/topotests/isis-lfa-topo1/test_isis_lfa_topo1.py:177:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)

-----------------------------------
Your code has been rated at 9.79/10



Pylint report for my_frr/tests/topotests/isis-rlfa-topo1/test_isis_rlfa_topo1.py:
************* Module isis-rlfa-topo1.test_isis_rlfa_topo1
my_frr/tests/topotests/isis-rlfa-topo1/test_isis_rlfa_topo1.py:179:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)

-----------------------------------
Your code has been rated at 9.81/10



Pylint report for my_frr/tests/topotests/ldp-topo1/test_ldp_topo1.py:
************* Module test_ldp_topo1
my_frr/tests/topotests/ldp-topo1/test_ldp_topo1.py:345:63: E0602: Undefined variable 'ospfStatus' (undefined-variable)

-----------------------------------
Your code has been rated at 9.86/10



Pylint report for my_frr/tests/topotests/lib/common_config.py:
************* Module lib.common_config
my_frr/tests/topotests/lib/common_config.py:1639:64: E0602: Undefined variable 'unicode' (undefined-variable)

-----------------------------------
Your code has been rated at 9.97/10



Pylint report for my_frr/tests/topotests/lib/topotest.py:
************* Module lib.topotest
my_frr/tests/topotests/lib/topotest.py:1934:15: E0602: Undefined variable 'unicode' (undefined-variable)

-----------------------------------
Your code has been rated at 9.95/10



Pylint report for my_frr/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py:
************* Module test_ospf_p2mp
my_frr/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py:228:20: E0602: Undefined variable 'unicode' (undefined-variable)
my_frr/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py:279:20: E0602: Undefined variable 'unicode' (undefined-variable)

-----------------------------------
Your code has been rated at 9.20/10




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

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

@LabN-CI
Copy link
Collaborator

LabN-CI commented Apr 29, 2021

Outdated results 💚

Basic BGPD CI results: SUCCESS, 0 tests failed

_ _
Result SUCCESS git merge/8493 7436fd5
Date 04/29/2021
Start 06:25:45
Finish 07:06:58
Run-Time 41:13
Total 1815
Pass 1815
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2021-04-29-06:25:45.txt
Log autoscript-2021-04-29-06:26:50.log.bz2
Memory 488 477 429

For details, please contact louberger

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented Apr 29, 2021

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Failed

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

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

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 8:

2021-04-29 10:55:10,564 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-29 11:05:46,256 ERROR: b1: pimd left a dead pidfile (pid=24173)
2021-04-29 11:24:59,591 ERROR: assert failed at "test_multicast_pim_sm_topo2/test_verify_SPT_switchover_when_RPT_and_SPT_path_is_different_p0": Testcase test_verify_SPT_switchover_when_RPT_and_SPT_path_is_different_p0 : Failed Error: [DUT f1]: Verifying (10.0.5.2, 226.1.1.5) mroute, [FAILED]!! Expected: (oil: ['f1-c2-eth0', 'f1-r2-eth3'], installed: (10.0.5.2,226.1.1.5)) Found: ( oil: none, installed: (10.0.5.2,226.1.1.5))
assert "[DUT f1]: Verifying (10.0.5.2, 226.1.1.5) mroute, [FAILED]!! Expected: (oil: ['f1-c2-eth0', 'f1-r2-eth3'], installed: (10.0.5.2,226.1.1.5)) Found: ( oil: none, installed: (10.0.5.2,226.1.1.5))" is True
2021-04-29 11:45:50,994 ERROR: c2: bgpd left a dead pidfile (pid=25259)

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 4:

2021-04-29 10:55:01,456 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-29 10:58:08,060 ERROR: assert failed at "test_bgp_gr_functionality_topo2/test_BGP_GR_10_p2": Testcase test_BGP_GR_10_p2 : Failed 
   Error ipv6Unicast NOT present for 192.168.3.2 
assert 'ipv6Unicast NOT present for 192.168.3.2 ' is True
2021-04-29 10:59:49,548 ERROR: r4: zebra left a dead pidfile (pid=10304)
2021-04-29 11:01:42,581 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 2501, 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-TP4U1804AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:-1 



2021-04-29 11:01:42,768 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 2501, 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-TP4U1804AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:65536 



2021-04-29 11:01:42,953 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 2501, 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-TP4U1804AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:4294967296 



2021-04-29 11:01:43,139 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 2501, 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-TP4U1804AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:-1:1 



2021-04-29 11:01:44,390 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 2501, 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-TP4U1804AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 1:a:2 



2021-04-29 11:04:13,698 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 2501, 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-TP4U1804AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 2: % Unknown command[4]: bgp large-community-list standard Test1 permit  

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

Topotests Ubuntu 18.04 arm8 part 0: Failed (click for details)

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

Topology Tests failed for Topotests Ubuntu 18.04 arm8 part 0:

ImportError while loading conftest '/root/share/topotests/conftest.py'.
conftest.py:9: in <module>
    from lib.topogen import get_topogen, diagnose_env
lib/topogen.py:58: in <module>
    from lib import topotest
E     File "/root/share/topotests/lib/topotest.py", line 546
E       return lkv(*lkv_nums, lkv_str)
E   SyntaxError: only named arguments may follow *expression

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

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

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

Topology Tests failed for Topotests debian 10 amd64 part 4:

2021-04-29 10:55:11,595 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-29 10:58:16,176 ERROR: assert failed at "test_bgp_gr_functionality_topo2/test_BGP_GR_10_p2": Testcase test_BGP_GR_10_p2 : Failed 
   Error ipv6Unicast NOT present for 192.168.3.2 
assert 'ipv6Unicast NOT present for 192.168.3.2 ' is True
2021-04-29 11:01:50,902 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 2501, 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-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:-1 



2021-04-29 11:01:51,085 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 2501, 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-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:65536 



2021-04-29 11:01:51,275 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 2501, 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-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:4294967296 



2021-04-29 11:01:51,452 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 2501, 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-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:-1:1 



2021-04-29 11:01:52,664 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 2501, 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-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 1:a:2 



2021-04-29 11:02:09,165 ERROR: r5: bgpd left a dead pidfile (pid=20820)
2021-04-29 11:04:11,109 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 2501, 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-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 2: % Unknown command[4]: bgp large-community-list standard Test1 permit  

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 4:

2021-04-29 12:54:50,701 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-29 12:58:08,240 ERROR: assert failed at "test_bgp_gr_functionality_topo2/test_BGP_GR_10_p2": Testcase test_BGP_GR_10_p2 : Failed 
   Error ipv6Unicast NOT present for 192.168.3.2 
assert 'ipv6Unicast NOT present for 192.168.3.2 ' is True
2021-04-29 12:58:47,088 ERROR: r3: bgpd left a dead pidfile (pid=21054)
2021-04-29 12:59:02,218 ERROR: r2: bgpd left a dead pidfile (pid=22609)
2021-04-29 13:01:49,109 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 2501, 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-TOPO4U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:-1 



2021-04-29 13:01:49,307 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 2501, 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-TOPO4U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:65536 



2021-04-29 13:01:49,500 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 2501, 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-TOPO4U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:4294967296 



2021-04-29 13:01:49,707 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 2501, 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-TOPO4U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:-1:1 



2021-04-29 13:01:51,051 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 2501, 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-TOPO4U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 1:a:2 



2021-04-29 13:04:25,648 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 2501, 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-TOPO4U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 2: % Unknown command[4]: bgp large-community-list standard Test1 permit  

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

Topotests Ubuntu 18.04 arm8 part 3: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 3: No useful log found
Topotests Ubuntu 18.04 arm8 part 6: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 6: No useful log found
Topotests Ubuntu 18.04 arm8 part 1: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 1: No useful log found
Topotests debian 10 amd64 part 3: Failed (click for details)

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

Topology Tests failed for Topotests debian 10 amd64 part 3:

2021-04-29 10:55:51,512 WARNING: BGP topologies are still using exabgp version 3, expect failures
r1: Daemon bgpd not running

From frr r1 bgpd log file:
b'2021/04/29 11:12:19 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:12:19 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart json\n2021/04/29 11:12:19 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:12:19 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart \n2021/04/29 11:12:20 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:12:20 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart json\n2021/04/29 11:12:20 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:12:20 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart \n2021/04/29 11:12:21 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:12:21 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:12:21 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:12:21 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:12:27 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:12:28 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:12:28 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:12:28 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:12:28 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:12:34 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:12:34 BGP: [M7Q4P-46WDR] vty[??]@# do write memory\n\n'
r2: Daemon bgpd not running

From frr r2 bgpd log file:
b'2021/04/29 11:13:55 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:13:55 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.1 graceful-restart json\n2021/04/29 11:13:55 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:13:55 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.1 graceful-restart \n2021/04/29 11:13:56 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:13:56 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::1 graceful-restart json\n2021/04/29 11:13:56 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:13:56 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::1 graceful-restart \n2021/04/29 11:13:56 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:13:56 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:13:56 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:13:56 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:14:02 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:14:03 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:14:03 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:14:03 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:14:03 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:14:09 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:14:09 BGP: [M7Q4P-46WDR] vty[??]@# do write memory\n\n'
r1: Daemon bgpd not running

From frr r1 bgpd log file:
b'2021/04/29 11:15:46 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:15:46 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart json\n2021/04/29 11:15:46 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:15:46 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart \n2021/04/29 11:15:46 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:15:46 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart json\n2021/04/29 11:15:47 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:15:47 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart \n2021/04/29 11:15:47 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:15:47 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:15:48 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:15:48 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:15:54 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:15:54 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:15:54 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:15:54 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:15:54 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:16:00 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/04/29 11:16:00 BGP: [M7Q4P-46WDR] vty[??]@# do write memory\n\n'
2021-04-29 11:17:13,603 ERROR: assert failed at "test_bgp_gr_functionality_topo1/test_BGP_GR_TC_46_p1": Testcase test_BGP_GR_TC_46_p1 :Failed 
   Error [DUT: r1]: localGrMode is not correct Expected: Restart*, Found: Helper
assert '[DUT: r1]: localGrMode is not correct Expected: Restart*, Found: Helper' is True

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

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

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

Topology Tests failed for Topotests debian 10 amd64 part 8:

2021-04-29 10:55:05,935 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-29 11:00:47,204 ERROR: b2: pimd left a dead pidfile (pid=31432)

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 6:

2021-04-29 12:55:17,472 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-29 13:06:06,276 ERROR: assert failed at "test_bgp_snmp_mplsvpn/test_r1_mplsvpn_perf_table": mplsL3VpnVrfPerfCurrNumRoutes shouold be 7 got 5
assert False
2021-04-29 13:06:11,189 ERROR: assert failed at "test_bgp_snmp_mplsvpn/test_r1_mplsvpn_rte_table": mplsL3VpnVrfRteInetCidrDestType should be ['ipv4(1)', 'ipv4(1)', 'ipv4(1)', 'ipv4(1)', 'ipv4(1)', 'ipv4(1)', 'ipv4(1)'] oids ['86.82.70.45.97.1.10.5.5.5.32.0.0.1.192.168.100.10', '86.82.70.45.97.1.10.7.7.7.32.0.0.1.192.168.200.10', '86.82.70.45.97.1.192.168.34.0.24.0.0.1.10.4.4.4', '86.82.70.45.97.1.192.168.100.0.24.0.0.1.192.168.100.10', '86.82.70.45.97.1.192.168.100.0.24.0.1.0', '86.82.70.45.97.1.192.168.200.0.24.0.0.1.192.168.200.10', '86.82.70.45.97.1.192.168.200.0.24.0.1.0'] full dict ({'86.82.70.45.97.1.10.5.5.5.32.0.0.1.192.168.100.10': 'ipv4(1)', '86.82.70.45.97.1.192.168.34.0.24.0.0.1.10.4.4.4': 'ipv4(1)', '86.82.70.45.97.1.192.168.100.0.24.0.0.0': 'ipv4(1)', '86.82.70.45.97.1.192.168.100.0.24.0.1.1.192.168.100.10': 'ipv4(1)', '86.82.70.45.97.1.192.168.200.0.24.0.0.0': 'ipv4(1)'}, ['ipv4(1)', 'ipv4(1)', 'ipv4(1)', 'ipv4(1)', 'ipv4(1)']):
assert False
*** defaultIntf: warning: r1 has no interfaces

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 arm8 part 2:

ImportError while loading conftest '/root/share/topotests/conftest.py'.
conftest.py:9: in <module>
    from lib.topogen import get_topogen, diagnose_env
lib/topogen.py:58: in <module>
    from lib import topotest
E     File "/root/share/topotests/lib/topotest.py", line 546
E       return lkv(*lkv_nums, lkv_str)
E   SyntaxError: only named arguments may follow *expression

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 8:

2021-04-29 10:55:08,422 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-04-29 11:23:53,630 ERROR: assert failed at "test_multicast_pim_sm_topo2/test_verify_SPT_switchover_when_RPT_and_SPT_path_is_different_p0": Testcase test_verify_SPT_switchover_when_RPT_and_SPT_path_is_different_p0 : Failed Error: [DUT f1]: Verifying (10.0.5.2, 226.1.1.5) mroute, [FAILED]!! Expected: (oil: ['f1-c2-eth0', 'f1-r2-eth3'], installed: (10.0.5.2,226.1.1.5)) Found: ( oil: none, installed: (10.0.5.2,226.1.1.5))
assert "[DUT f1]: Verifying (10.0.5.2, 226.1.1.5) mroute, [FAILED]!! Expected: (oil: ['f1-c2-eth0', 'f1-r2-eth3'], installed: (10.0.5.2,226.1.1.5)) Found: ( oil: none, installed: (10.0.5.2,226.1.1.5))" is True

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

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

@davischw davischw force-pushed the topotests-python3-migration branch from 7436fd5 to 662644d Compare May 3, 2021 07:13
Copy link

@polychaeta polychaeta left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution to FRR!


Pylint found errors in source files changed by this PR:

Pylint report for my_frr/tests/topotests/bfd-ospf-topo1/test_bfd_ospf_topo1.py:
************* Module bfd-ospf-topo1.test_bfd_ospf_topo1
my_frr/tests/topotests/bfd-ospf-topo1/test_bfd_ospf_topo1.py:141:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)

-----------------------------------
Your code has been rated at 9.54/10



Pylint report for my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:
************* Module check_linux_vrf
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:8:12: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:63:4: E1305: Too many arguments for format string (too-many-format-args)

-----------------------------------
Your code has been rated at 6.15/10



Pylint report for my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:
************* Module scale_up
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:28:12: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:37:8: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:195:16: E0602: Undefined variable 'luLast' (undefined-variable)

-----------------------------------
Your code has been rated at 7.83/10



Pylint report for my_frr/tests/topotests/isis-lfa-topo1/test_isis_lfa_topo1.py:
************* Module isis-lfa-topo1.test_isis_lfa_topo1
my_frr/tests/topotests/isis-lfa-topo1/test_isis_lfa_topo1.py:177:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)

-----------------------------------
Your code has been rated at 9.79/10



Pylint report for my_frr/tests/topotests/isis-rlfa-topo1/test_isis_rlfa_topo1.py:
************* Module isis-rlfa-topo1.test_isis_rlfa_topo1
my_frr/tests/topotests/isis-rlfa-topo1/test_isis_rlfa_topo1.py:179:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)

-----------------------------------
Your code has been rated at 9.81/10



Pylint report for my_frr/tests/topotests/ldp-topo1/test_ldp_topo1.py:
************* Module test_ldp_topo1
my_frr/tests/topotests/ldp-topo1/test_ldp_topo1.py:345:63: E0602: Undefined variable 'ospfStatus' (undefined-variable)

-----------------------------------
Your code has been rated at 9.86/10



Pylint report for my_frr/tests/topotests/lib/common_config.py:
************* Module lib.common_config
my_frr/tests/topotests/lib/common_config.py:1639:64: E0602: Undefined variable 'unicode' (undefined-variable)

-----------------------------------
Your code has been rated at 9.97/10



Pylint report for my_frr/tests/topotests/lib/topotest.py:
************* Module lib.topotest
my_frr/tests/topotests/lib/topotest.py:1934:15: E0602: Undefined variable 'unicode' (undefined-variable)

-----------------------------------
Your code has been rated at 9.95/10



Pylint report for my_frr/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py:
************* Module test_ospf_p2mp
my_frr/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py:228:20: E0602: Undefined variable 'unicode' (undefined-variable)
my_frr/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py:279:20: E0602: Undefined variable 'unicode' (undefined-variable)

-----------------------------------
Your code has been rated at 9.20/10




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

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

@LabN-CI
Copy link
Collaborator

LabN-CI commented May 3, 2021

Outdated results 💚

Basic BGPD CI results: SUCCESS, 0 tests failed

_ _
Result SUCCESS git merge/8493 662644d
Date 05/03/2021
Start 03:25:44
Finish 03:51:07
Run-Time 25:23
Total 1815
Pass 1815
Fail 0
Valgrind-Errors
Valgrind-Loss
Details vncregress-2021-05-03-03:25:44.txt
Log autoscript-2021-05-03-03:26:50.log.bz2
Memory 507 518 431

For details, please contact louberger

@NetDEF-CI
Copy link
Collaborator

NetDEF-CI commented May 3, 2021

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

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

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

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Failed

Topotests Ubuntu 18.04 arm8 part 8: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 8: No useful log found
Topotests Ubuntu 18.04 arm8 part 6: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 6: No useful log found
Topotests debian 10 amd64 part 8: Failed (click for details)

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

Topology Tests failed for Topotests debian 10 amd64 part 8:

2021-05-03 07:48:16,411 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-05-03 08:16:17,803 ERROR: assert failed at "test_multicast_pim_sm_topo2/test_verify_SPT_switchover_when_RPT_and_SPT_path_is_different_p0": Testcase test_verify_SPT_switchover_when_RPT_and_SPT_path_is_different_p0 : Failed Error: [DUT f1]: Verifying (10.0.5.2, 226.1.1.5) mroute, [FAILED]!! Expected: (oil: ['f1-c2-eth0', 'f1-r2-eth3'], installed: (10.0.5.2,226.1.1.5)) Found: ( oil: none, installed: (10.0.5.2,226.1.1.5))
assert "[DUT f1]: Verifying (10.0.5.2, 226.1.1.5) mroute, [FAILED]!! Expected: (oil: ['f1-c2-eth0', 'f1-r2-eth3'], installed: (10.0.5.2,226.1.1.5)) Found: ( oil: none, installed: (10.0.5.2,226.1.1.5))" is True

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 8:

2021-05-03 07:48:27,993 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-05-03 07:58:37,202 ERROR: b1: pimd left a dead pidfile (pid=8697)
2021-05-03 08:22:19,134 ERROR: c2: zebra left a dead pidfile (pid=20872)

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 8:

2021-05-03 09:46:53,570 WARNING: BGP topologies are still using exabgp version 3, expect failures

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

Topotests Ubuntu 18.04 arm8 part 2: Failed (click for details)

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

Topology Tests failed for Topotests Ubuntu 18.04 arm8 part 2:

ImportError while loading conftest '/root/share/topotests/conftest.py'.
conftest.py:9: in <module>
    from lib.topogen import get_topogen, diagnose_env
lib/topogen.py:58: in <module>
    from lib import topotest
E     File "/root/share/topotests/lib/topotest.py", line 546
E       return lkv(*lkv_nums, lkv_str)
E   SyntaxError: only named arguments may follow *expression

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 arm8 part 0:

ImportError while loading conftest '/root/share/topotests/conftest.py'.
conftest.py:9: in <module>
    from lib.topogen import get_topogen, diagnose_env
lib/topogen.py:58: in <module>
    from lib import topotest
E     File "/root/share/topotests/lib/topotest.py", line 546
E       return lkv(*lkv_nums, lkv_str)
E   SyntaxError: only named arguments may follow *expression

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

Topotests Ubuntu 18.04 arm8 part 3: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 3: No useful log found
Topotests debian 10 amd64 part 4: Failed (click for details)

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

Topology Tests failed for Topotests debian 10 amd64 part 4:

2021-05-03 07:48:03,203 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-05-03 07:51:13,817 ERROR: assert failed at "test_bgp_gr_functionality_topo2/test_BGP_GR_10_p2": Testcase test_BGP_GR_10_p2 : Failed 
   Error ipv6Unicast NOT present for 192.168.3.2 
assert 'ipv6Unicast NOT present for 192.168.3.2 ' is True
2021-05-03 07:54:59,207 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 2501, 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-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:-1 



2021-05-03 07:54:59,396 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 2501, 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-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:65536 



2021-05-03 07:54:59,585 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 2501, 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-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:4294967296 



2021-05-03 07:54:59,775 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 2501, 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-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:-1:1 



2021-05-03 07:55:00,928 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 2501, 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-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 1:a:2 



2021-05-03 07:57:18,892 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 2501, 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-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 2: % Unknown command[4]: bgp large-community-list standard Test1 permit  

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 4:

2021-05-03 09:48:21,221 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-05-03 09:51:39,292 ERROR: assert failed at "test_bgp_gr_functionality_topo2/test_BGP_GR_10_p2": Testcase test_BGP_GR_10_p2 : Failed 
   Error ipv6Unicast NOT present for 192.168.3.2 
assert 'ipv6Unicast NOT present for 192.168.3.2 ' is True
2021-05-03 09:55:32,986 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 2501, 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-TOPO4U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:-1 



2021-05-03 09:55:33,200 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 2501, 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-TOPO4U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:65536 



2021-05-03 09:55:33,448 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 2501, 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-TOPO4U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:4294967296 



2021-05-03 09:55:33,685 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 2501, 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-TOPO4U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:-1:1 



2021-05-03 09:55:35,092 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 2501, 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-TOPO4U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 1:a:2 



2021-05-03 09:58:11,155 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 2501, 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-TOPO4U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 2: % Unknown command[4]: bgp large-community-list standard Test1 permit  

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 4:

2021-05-03 07:47:57,165 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-05-03 07:51:07,417 ERROR: assert failed at "test_bgp_gr_functionality_topo2/test_BGP_GR_10_p2": Testcase test_BGP_GR_10_p2 : Failed 
   Error ipv6Unicast NOT present for 192.168.3.2 
assert 'ipv6Unicast NOT present for 192.168.3.2 ' is True
2021-05-03 07:54:41,153 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 2501, 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-TP4U1804AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:-1 



2021-05-03 07:54:41,385 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 2501, 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-TP4U1804AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:65536 



2021-05-03 07:54:41,619 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 2501, 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-TP4U1804AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:4294967296 



2021-05-03 07:54:41,835 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 2501, 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-TP4U1804AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:-1:1 



2021-05-03 07:54:43,073 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 2501, 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-TP4U1804AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 1:a:2 



2021-05-03 07:57:08,312 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 2501, 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-TP4U1804AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 2: % Unknown command[4]: bgp large-community-list standard Test1 permit  

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

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

@davischw davischw force-pushed the topotests-python3-migration branch from 662644d to 622b12c Compare May 21, 2021 06:30
Copy link

@polychaeta polychaeta left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution to FRR!


Pylint found errors in source files changed by this PR:

Pylint report for my_frr/tests/topotests/bfd_ospf_topo1/test_bfd_ospf_topo1.py:
************* Module bfd_ospf_topo1.test_bfd_ospf_topo1
my_frr/tests/topotests/bfd_ospf_topo1/test_bfd_ospf_topo1.py:141:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)

-----------------------------------
Your code has been rated at 9.54/10



Pylint report for my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:
************* Module check_linux_vrf
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:8:12: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:63:4: E1305: Too many arguments for format string (too-many-format-args)

-----------------------------------
Your code has been rated at 6.15/10



Pylint report for my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:
************* Module scale_up
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:28:12: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:37:8: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:195:16: E0602: Undefined variable 'luLast' (undefined-variable)

-----------------------------------
Your code has been rated at 7.83/10



Pylint report for my_frr/tests/topotests/isis_lfa_topo1/test_isis_lfa_topo1.py:
************* Module isis_lfa_topo1.test_isis_lfa_topo1
my_frr/tests/topotests/isis_lfa_topo1/test_isis_lfa_topo1.py:177:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)

-----------------------------------
Your code has been rated at 9.79/10



Pylint report for my_frr/tests/topotests/isis_rlfa_topo1/test_isis_rlfa_topo1.py:
************* Module isis_rlfa_topo1.test_isis_rlfa_topo1
my_frr/tests/topotests/isis_rlfa_topo1/test_isis_rlfa_topo1.py:179:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)

-----------------------------------
Your code has been rated at 9.81/10



Pylint report for my_frr/tests/topotests/ldp_topo1/test_ldp_topo1.py:
************* Module test_ldp_topo1
my_frr/tests/topotests/ldp_topo1/test_ldp_topo1.py:345:63: E0602: Undefined variable 'ospfStatus' (undefined-variable)

-----------------------------------
Your code has been rated at 9.86/10



Pylint report for my_frr/tests/topotests/lib/common_config.py:
************* Module lib.common_config
my_frr/tests/topotests/lib/common_config.py:1639:64: E0602: Undefined variable 'unicode' (undefined-variable)

-----------------------------------
Your code has been rated at 9.97/10



Pylint report for my_frr/tests/topotests/lib/topotest.py:
************* Module lib.topotest
my_frr/tests/topotests/lib/topotest.py:1934:15: E0602: Undefined variable 'unicode' (undefined-variable)

-----------------------------------
Your code has been rated at 9.95/10



Pylint report for my_frr/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py:
************* Module test_ospf_p2mp
my_frr/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py:228:20: E0602: Undefined variable 'unicode' (undefined-variable)
my_frr/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py:279:20: E0602: Undefined variable 'unicode' (undefined-variable)

-----------------------------------
Your code has been rated at 9.20/10




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

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

@davischw davischw force-pushed the topotests-python3-migration branch from 622b12c to 4964771 Compare May 21, 2021 06:36
Copy link

@polychaeta polychaeta left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution to FRR!


Pylint found errors in source files changed by this PR:

Pylint report for my_frr/tests/topotests/bfd_ospf_topo1/test_bfd_ospf_topo1.py:
************* Module bfd_ospf_topo1.test_bfd_ospf_topo1
my_frr/tests/topotests/bfd_ospf_topo1/test_bfd_ospf_topo1.py:141:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)

-----------------------------------
Your code has been rated at 9.54/10



Pylint report for my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:
************* Module check_linux_vrf
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:8:12: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:63:4: E1305: Too many arguments for format string (too-many-format-args)

-----------------------------------
Your code has been rated at 6.15/10



Pylint report for my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:
************* Module scale_up
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:28:12: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:37:8: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:195:16: E0602: Undefined variable 'luLast' (undefined-variable)

-----------------------------------
Your code has been rated at 7.83/10



Pylint report for my_frr/tests/topotests/isis_lfa_topo1/test_isis_lfa_topo1.py:
************* Module isis_lfa_topo1.test_isis_lfa_topo1
my_frr/tests/topotests/isis_lfa_topo1/test_isis_lfa_topo1.py:177:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)

-----------------------------------
Your code has been rated at 9.79/10



Pylint report for my_frr/tests/topotests/isis_rlfa_topo1/test_isis_rlfa_topo1.py:
************* Module isis_rlfa_topo1.test_isis_rlfa_topo1
my_frr/tests/topotests/isis_rlfa_topo1/test_isis_rlfa_topo1.py:179:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)

-----------------------------------
Your code has been rated at 9.81/10



Pylint report for my_frr/tests/topotests/ldp_topo1/test_ldp_topo1.py:
************* Module test_ldp_topo1
my_frr/tests/topotests/ldp_topo1/test_ldp_topo1.py:345:63: E0602: Undefined variable 'ospfStatus' (undefined-variable)

-----------------------------------
Your code has been rated at 9.86/10



Pylint report for my_frr/tests/topotests/lib/common_config.py:
************* Module lib.common_config
my_frr/tests/topotests/lib/common_config.py:1639:64: E0602: Undefined variable 'unicode' (undefined-variable)

-----------------------------------
Your code has been rated at 9.97/10



Pylint report for my_frr/tests/topotests/lib/topotest.py:
************* Module lib.topotest
my_frr/tests/topotests/lib/topotest.py:1934:15: E0602: Undefined variable 'unicode' (undefined-variable)

-----------------------------------
Your code has been rated at 9.95/10



Pylint report for my_frr/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py:
************* Module test_ospf_p2mp
my_frr/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py:228:20: E0602: Undefined variable 'unicode' (undefined-variable)
my_frr/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py:279:20: E0602: Undefined variable 'unicode' (undefined-variable)

-----------------------------------
Your code has been rated at 9.20/10




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

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

@LabN-CI
Copy link
Collaborator

LabN-CI commented May 21, 2021

Outdated results 💚

Basic BGPD CI results: SUCCESS, 0 tests failed

_ _
Result SUCCESS git merge/8493 622b12c
Date 05/21/2021
Start 02:30:39
Finish 02:56:08
Run-Time 25:29
Total 1815
Pass 1815
Fail 0
Valgrind-Errors
Valgrind-Loss
Details vncregress-2021-05-21-02:30:39.txt
Log autoscript-2021-05-21-02:31:51.log.bz2
Memory 521 514 414

For details, please contact louberger

@LabN-CI
Copy link
Collaborator

LabN-CI commented May 21, 2021

💚 Basic BGPD CI results: SUCCESS, 0 tests failed

Results table
_ _
Result SUCCESS git merge/8493 4964771
Date 05/21/2021
Start 03:00:41
Finish 03:26:29
Run-Time 25:48
Total 1815
Pass 1815
Fail 0
Valgrind-Errors
Valgrind-Loss
Details vncregress-2021-05-21-03:00:41.txt
Log autoscript-2021-05-21-03:01:55.log.bz2
Memory 496 515 429

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

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

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Failed

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

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

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 2:

2021-05-21 07:12:38,425 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-05-21 07:29:51,130 ERROR: '_output_summary_cmp' failed after 43.95 seconds
2021-05-21 07:29:51,135 ERROR: assert failed at "bgp_ecmp_topo1.test_bgp_ecmp_topo1/test_bgp_convergence": BGP router network did not converge
assert Generated JSON diff error report:
  
  > $->ipv4Unicast->peers->10.0.1.101->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.1.101->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.1.102->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.1.102->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.1.103->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.1.103->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.1.104->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.1.104->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.1.105->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.1.105->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.2.106->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.2.106->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.2.107->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.2.107->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.2.108->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.2.108->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.2.109->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.2.109->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.2.110->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.2.110->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.3.111->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.3.111->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.3.112->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.3.112->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.3.113->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.3.113->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.3.114->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.3.114->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.3.115->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.3.115->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.4.116->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.4.116->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.4.117->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.4.117->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.4.118->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.4.118->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.4.119->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.4.119->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.4.120->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.4.120->state: d1 has element with value 'Active' but in d2 it has value 'Established'

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

Topotests Ubuntu 18.04 arm8 part 2: Failed (click for details)

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

Topology Tests failed for Topotests Ubuntu 18.04 arm8 part 2:

ImportError while loading conftest '/root/share/topotests/conftest.py'.
conftest.py:9: in <module>
    from lib.topogen import get_topogen, diagnose_env
lib/topogen.py:58: in <module>
    from lib import topotest
E     File "/root/share/topotests/lib/topotest.py", line 546
E       return lkv(*lkv_nums, lkv_str)
E   SyntaxError: only named arguments may follow *expression

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

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

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

Topology Tests failed for Topotests debian 10 amd64 part 2:

2021-05-21 07:13:34,582 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-05-21 07:29:21,195 ERROR: r2: bgpd left a dead pidfile (pid=8792)
2021-05-21 07:29:58,182 ERROR: r1: bgpd left a dead pidfile (pid=10612)
2021-05-21 07:31:08,420 ERROR: '_output_summary_cmp' failed after 42.36 seconds
2021-05-21 07:31:08,422 ERROR: assert failed at "bgp_ecmp_topo1.test_bgp_ecmp_topo1/test_bgp_convergence": BGP router network did not converge
assert Generated JSON diff error report:
  
  > $->ipv4Unicast->peers->10.0.1.101->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.1.101->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.1.102->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.1.102->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.1.103->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.1.103->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.1.104->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.1.104->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.1.105->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.1.105->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.2.106->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.2.106->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.2.107->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.2.107->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.2.108->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.2.108->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.2.109->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.2.109->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.2.110->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.2.110->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.3.111->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.3.111->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.3.112->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.3.112->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.3.113->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.3.113->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.3.114->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.3.114->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.3.115->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.3.115->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.4.116->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.4.116->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.4.117->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.4.117->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.4.118->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.4.118->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.4.119->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.4.119->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.4.120->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.4.120->state: d1 has element with value 'Active' but in d2 it has value 'Established'

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 8:

2021-05-21 07:13:13,693 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-05-21 07:36:02,205 ERROR: i8: zebra left a dead pidfile (pid=28321)
2021-05-21 07:41:22,907 ERROR: assert failed at "test_multicast_pim_sm_topo2/test_verify_SPT_switchover_when_RPT_and_SPT_path_is_different_p0": Testcase test_verify_SPT_switchover_when_RPT_and_SPT_path_is_different_p0 : Failed Error: [DUT f1]: Verifying (10.0.5.2, 226.1.1.3) mroute, [FAILED]!! Expected: (oil: ['f1-c2-eth0', 'f1-r2-eth3'], installed: (10.0.5.2,226.1.1.3)) Found: ( oil: none, installed: (10.0.5.2,226.1.1.3))
assert "[DUT f1]: Verifying (10.0.5.2, 226.1.1.3) mroute, [FAILED]!! Expected: (oil: ['f1-c2-eth0', 'f1-r2-eth3'], installed: (10.0.5.2,226.1.1.3)) Found: ( oil: none, installed: (10.0.5.2,226.1.1.3))" is True
2021-05-21 08:01:51,290 ERROR: i3: bgpd left a dead pidfile (pid=24721)

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 3:

2021-05-21 09:13:12,698 WARNING: BGP topologies are still using exabgp version 3, expect failures
r1: Daemon bgpd not running

From frr r1 bgpd log file:
b'2021/05/21 09:30:41 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:30:41 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart json\n2021/05/21 09:30:41 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:30:41 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart \n2021/05/21 09:30:41 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:30:42 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart json\n2021/05/21 09:30:42 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:30:42 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart \n2021/05/21 09:30:42 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:30:43 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:30:43 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:30:43 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:30:49 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:30:50 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:30:50 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:30:50 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:30:50 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:30:57 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:30:57 BGP: [M7Q4P-46WDR] vty[??]@# do write memory\n\n'
r2: Daemon bgpd not running

From frr r2 bgpd log file:
b'2021/05/21 09:32:31 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:32:31 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.1 graceful-restart json\n2021/05/21 09:32:31 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:32:31 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.1 graceful-restart \n2021/05/21 09:32:32 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:32:32 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::1 graceful-restart json\n2021/05/21 09:32:32 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:32:32 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::1 graceful-restart \n2021/05/21 09:32:32 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:32:32 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:32:33 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:32:33 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:32:39 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:32:40 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:32:40 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:32:40 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:32:40 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:32:46 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:32:46 BGP: [M7Q4P-46WDR] vty[??]@# do write memory\n\n'
r1: Daemon bgpd not running

From frr r1 bgpd log file:
b'2021/05/21 09:34:33 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:34:33 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart json\n2021/05/21 09:34:33 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:34:33 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv4 neighbor 192.168.0.2 graceful-restart \n2021/05/21 09:34:34 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:34:34 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart json\n2021/05/21 09:34:34 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:34:34 BGP: [M7Q4P-46WDR] vty[??]@# show bgp ipv6 neighbor fd00::2 graceful-restart \n2021/05/21 09:34:35 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:34:35 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:34:35 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:34:36 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:34:42 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:34:42 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:34:43 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:34:43 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:34:43 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:34:49 BGP: [M7Q4P-46WDR] vty[??]@> enable\n2021/05/21 09:34:49 BGP: [M7Q4P-46WDR] vty[??]@# do write memory\n\n'
2021-05-21 09:36:07,271 ERROR: assert failed at "test_bgp_gr_functionality_topo1/test_BGP_GR_TC_46_p1": Testcase test_BGP_GR_TC_46_p1 :Failed 
   Error [DUT: r1]: localGrMode is not correct Expected: Restart*, Found: Helper
assert '[DUT: r1]: localGrMode is not correct Expected: Restart*, Found: Helper' is True

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 4:

2021-05-21 09:12:34,416 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-05-21 09:15:58,897 ERROR: assert failed at "test_bgp_gr_functionality_topo2/test_BGP_GR_10_p2": Testcase test_BGP_GR_10_p2 : Failed 
   Error ipv6Unicast NOT present for 192.168.3.2 
assert 'ipv6Unicast NOT present for 192.168.3.2 ' is True
2021-05-21 09:20:01,676 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 2502, 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-TOPO4U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:-1 



2021-05-21 09:20:01,893 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 2502, 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-TOPO4U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:65536 



2021-05-21 09:20:02,138 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 2502, 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-TOPO4U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:4294967296 



2021-05-21 09:20:02,363 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 2502, 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-TOPO4U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:-1:1 



2021-05-21 09:20:03,872 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 2502, 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-TOPO4U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 1:a:2 



2021-05-21 09:22:45,829 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 2502, 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-TOPO4U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4U18I386/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 2: % Unknown command[4]: bgp large-community-list standard Test1 permit  

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 9:

2021-05-21 07:13:49,132 WARNING: BGP topologies are still using exabgp version 3, expect failures
r1 failed Linux IPv6 Kernel Routing Table Check:
--- actual OSPFv3 IPv6 routing table
+++ expected OSPFv3 IPv6 routing table
@@ -1,3 +1,10 @@
 fc00:1111:1111:1111::/64 via fc00:1:1:1::1234 dev r1-stubnet proto XXXX metric 20 pref medium
 fc00:1:1:1::/64 dev r1-stubnet proto XXXX metric 256 pref medium
-fc00:a:a:a::/64 dev r1-sw5 proto XXXX metric 256 pref medium
+fc00:2222:2222:2222::/64 via fe80::__(r2-sw5)__ dev r1-sw5 proto XXXX metric 20 pref medium
+fc00:2:2:2::/64 via fe80::__(r2-sw5)__ dev r1-sw5 proto XXXX metric 20 pref medium
+fc00:3333:3333:3333::/64 via fe80::__(r3-sw5)__ dev r1-sw5 proto XXXX metric 20 pref medium
+fc00:3:3:3::/64 via fe80::__(r3-sw5)__ dev r1-sw5 proto XXXX metric 20 pref medium
+fc00:4444:4444:4444::/64 via fe80::__(r3-sw5)__ dev r1-sw5 proto XXXX metric 20 pref medium
+fc00:4:4:4::/64 via fe80::__(r3-sw5)__ dev r1-sw5 proto XXXX metric 20 pref medium
+fc00:a:a:a::/64 dev r1-sw5 proto XXXX metric 256 pref medium
+fc00:b:b:b::/64 via fe80::__(r3-sw5)__ dev r1-sw5 proto XXXX metric 20 pref medium
2021-05-21 07:16:35,505 ERROR: assert failed at "test_ospf6_topo1_vrf/test_linux_ipv6_kernel_routingTable": Linux Kernel IPv6 Routing Table verification failed for router r1:
  --- actual OSPFv3 IPv6 routing table
  +++ expected OSPFv3 IPv6 routing table
  @@ -1,3 +1,10 @@
   fc00:1111:1111:1111::/64 via fc00:1:1:1::1234 dev r1-stubnet proto XXXX metric 20 pref medium
   fc00:1:1:1::/64 dev r1-stubnet proto XXXX metric 256 pref medium
  -fc00:a:a:a::/64 dev r1-sw5 proto XXXX metric 256 pref medium
  +fc00:2222:2222:2222::/64 via fe80::__(r2-sw5)__ dev r1-sw5 proto XXXX metric 20 pref medium
  +fc00:2:2:2::/64 via fe80::__(r2-sw5)__ dev r1-sw5 proto XXXX metric 20 pref medium
  +fc00:3333:3333:3333::/64 via fe80::__(r3-sw5)__ dev r1-sw5 proto XXXX metric 20 pref medium
  +fc00:3:3:3::/64 via fe80::__(r3-sw5)__ dev r1-sw5 proto XXXX metric 20 pref medium
  +fc00:4444:4444:4444::/64 via fe80::__(r3-sw5)__ dev r1-sw5 proto XXXX metric 20 pref medium
  +fc00:4:4:4::/64 via fe80::__(r3-sw5)__ dev r1-sw5 proto XXXX metric 20 pref medium
  +fc00:a:a:a::/64 dev r1-sw5 proto XXXX metric 256 pref medium
  +fc00:b:b:b::/64 via fe80::__(r3-sw5)__ dev r1-sw5 proto XXXX metric 20 pref medium
assert 1 == 0
  +1
  -0
2021-05-21 07:19:44,762 WARNING: vtysh_cmd: failed to convert json output
2021-05-21 07:20:11,837 WARNING: vtysh_cmd: failed to convert json output
2021-05-21 07:31:00,043 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9U18I386/topotests/lib/common_config.py", line 1793, in create_interfaces_cfg
    tgen, c_router, interface_data, "interface_config", build=build
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9U18I386/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 3: % Unknown command[16]: ip ospf hello-interval 65536 


2021-05-21 07:31:41,057 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9U18I386/topotests/lib/common_config.py", line 1793, in create_interfaces_cfg
    tgen, c_router, interface_data, "interface_config", build=build
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9U18I386/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9U18I386/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 3: % Unknown command[16]: ip ospf dead-interval 65536 


2021-05-21 07:33:34,309 ERROR: r1: zebra left a dead pidfile (pid=8435)

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

Topotests Ubuntu 18.04 arm8 part 0: Failed (click for details)

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

Topology Tests failed for Topotests Ubuntu 18.04 arm8 part 0:

ImportError while loading conftest '/root/share/topotests/conftest.py'.
conftest.py:9: in <module>
    from lib.topogen import get_topogen, diagnose_env
lib/topogen.py:58: in <module>
    from lib import topotest
E     File "/root/share/topotests/lib/topotest.py", line 546
E       return lkv(*lkv_nums, lkv_str)
E   SyntaxError: only named arguments may follow *expression

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

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

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

Topology Tests failed for Topotests debian 10 amd64 part 4:

2021-05-21 07:13:41,575 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-05-21 07:16:52,489 ERROR: assert failed at "test_bgp_gr_functionality_topo2/test_BGP_GR_10_p2": Testcase test_BGP_GR_10_p2 : Failed 
   Error ipv6Unicast NOT present for 192.168.3.2 
assert 'ipv6Unicast NOT present for 192.168.3.2 ' is True
2021-05-21 07:20:41,019 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 2502, 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-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:-1 



2021-05-21 07:20:41,236 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 2502, 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-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:65536 



2021-05-21 07:20:41,417 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 2502, 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-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:4294967296 



2021-05-21 07:20:41,601 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 2502, 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-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:-1:1 



2021-05-21 07:20:42,753 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 2502, 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-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 1:a:2 



2021-05-21 07:23:01,993 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 2502, 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-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO4DEB10AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 2: % Unknown command[4]: bgp large-community-list standard Test1 permit  


2021-05-21 07:24:38,954 ERROR: r10: zebra left a dead pidfile (pid=19620)

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 5:

2021-05-21 07:13:49,358 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-05-21 07:38:13,889 ERROR: 'router_json_cmp' failed after 12.31 seconds
2021-05-21 07:38:13,906 ERROR: assert failed at "test_bgp_peer-type_multipath-relax/test_bgp_peer_type_multipath_relax": Reenabling peer-type multipath-relax did not take effect
assert Generated JSON diff error report:
  
  > $->routes->203.0.113.0/30: d2 has the following element at index 0 which is not present in d1: 
  
  	{
  	    "valid": true,
  	    "multipath": true,
  	    "pathFrom": "external",
  	    "peerId": "10.0.5.2"
  	}
  
  	Closest match in d1 is at index 0 with the following errors: 
  
  	> $->routes->203.0.113.0/30[0]: d2 has key 'multipath' which is not present in d1
  
  > $->routes->203.0.113.0/30: d2 has the following element at index 2 which is not present in d1: 
  
  	{
  	    "valid": true,
  	    "multipath": true,
  	    "pathFrom": "internal",
  	    "peerId": "10.0.1.2"
  	}
  
  	Closest match in d1 is at index 1 with the following errors: 
  
  	> $->routes->203.0.113.0/30[1]: d2 has key 'multipath' which is not present in d1
  
  > $->routes->203.0.113.4/30: d2 has the following element at index 1 which is not present in d1: 
  
  	{
  	    "valid": true,
  	    "multipath": true,
  	    "pathFrom": "internal",
  	    "peerId": "10.0.1.2"
  	}
  
  	Closest match in d1 is at index 0 with the following errors: 
  
  	> $->routes->203.0.113.4/30[0]: d2 has key 'multipath' which is not present in d1

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

Topotests Ubuntu 18.04 arm8 part 4: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 4: No useful log found
Topotests debian 10 amd64 part 9: Failed (click for details)

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

Topology Tests failed for Topotests debian 10 amd64 part 9:

2021-05-21 07:13:43,538 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-05-21 07:19:52,296 WARNING: vtysh_cmd: failed to convert json output
2021-05-21 07:20:16,234 WARNING: vtysh_cmd: failed to convert json output
2021-05-21 07:30:46,356 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9DEB10AMD64/topotests/lib/common_config.py", line 1793, in create_interfaces_cfg
    tgen, c_router, interface_data, "interface_config", build=build
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9DEB10AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 3: % Unknown command[16]: ip ospf hello-interval 65536 


2021-05-21 07:31:14,755 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9DEB10AMD64/topotests/lib/common_config.py", line 1793, in create_interfaces_cfg
    tgen, c_router, interface_data, "interface_config", build=build
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9DEB10AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9DEB10AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 3: % Unknown command[16]: ip ospf dead-interval 65536 

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 5:

2021-05-21 07:13:43,668 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-05-21 07:23:04,952 ERROR: r3: zebra left a dead pidfile (pid=9120)
2021-05-21 07:35:34,553 ERROR: 'router_json_cmp' failed after 11.99 seconds
2021-05-21 07:35:34,555 ERROR: assert failed at "test_bgp_peer-type_multipath-relax/test_bgp_peer_type_multipath_relax": Reenabling peer-type multipath-relax did not take effect
assert Generated JSON diff error report:
  
  > $->routes->203.0.113.0/30: d2 has the following element at index 0 which is not present in d1: 
  
  	{
  	    "valid": true,
  	    "multipath": true,
  	    "pathFrom": "external",
  	    "peerId": "10.0.5.2"
  	}
  
  	Closest match in d1 is at index 0 with the following errors: 
  
  	> $->routes->203.0.113.0/30[0]: d2 has key 'multipath' which is not present in d1
  
  > $->routes->203.0.113.0/30: d2 has the following element at index 2 which is not present in d1: 
  
  	{
  	    "valid": true,
  	    "multipath": true,
  	    "pathFrom": "internal",
  	    "peerId": "10.0.1.2"
  	}
  
  	Closest match in d1 is at index 1 with the following errors: 
  
  	> $->routes->203.0.113.0/30[1]: d2 has key 'multipath' which is not present in d1
  
  > $->routes->203.0.113.4/30: d2 has the following element at index 1 which is not present in d1: 
  
  	{
  	    "valid": true,
  	    "multipath": true,
  	    "pathFrom": "internal",
  	    "peerId": "10.0.1.2"
  	}
  
  	Closest match in d1 is at index 0 with the following errors: 
  
  	> $->routes->203.0.113.4/30[0]: d2 has key 'multipath' which is not present in d1

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 9:

2021-05-21 07:13:42,650 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-05-21 07:19:26,547 WARNING: vtysh_cmd: failed to convert json output
2021-05-21 07:19:50,794 WARNING: vtysh_cmd: failed to convert json output
2021-05-21 07:29:07,901 ERROR: r0: bgpd left a dead pidfile (pid=19759)
2021-05-21 07:30:06,232 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9U18AMD64/topotests/lib/common_config.py", line 1793, in create_interfaces_cfg
    tgen, c_router, interface_data, "interface_config", build=build
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9U18AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9U18AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 3: % Unknown command[16]: ip ospf hello-interval 65536 


2021-05-21 07:30:46,442 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9U18AMD64/topotests/lib/common_config.py", line 1793, in create_interfaces_cfg
    tgen, c_router, interface_data, "interface_config", build=build
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9U18AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TOPO9U18AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 3: % Unknown command[16]: ip ospf dead-interval 65536 

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

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

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

Topology Tests failed for Topotests debian 10 amd64 part 5:

2021-05-21 07:13:02,697 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-05-21 07:37:03,218 ERROR: 'router_json_cmp' failed after 12.07 seconds
2021-05-21 07:37:03,220 ERROR: assert failed at "test_bgp_peer-type_multipath-relax/test_bgp_peer_type_multipath_relax": Reenabling peer-type multipath-relax did not take effect
assert Generated JSON diff error report:
  
  > $->routes->203.0.113.0/30: d2 has the following element at index 0 which is not present in d1: 
  
  	{
  	    "valid": true,
  	    "multipath": true,
  	    "pathFrom": "external",
  	    "peerId": "10.0.5.2"
  	}
  
  	Closest match in d1 is at index 0 with the following errors: 
  
  	> $->routes->203.0.113.0/30[0]: d2 has key 'multipath' which is not present in d1
  
  > $->routes->203.0.113.0/30: d2 has the following element at index 2 which is not present in d1: 
  
  	{
  	    "valid": true,
  	    "multipath": true,
  	    "pathFrom": "internal",
  	    "peerId": "10.0.1.2"
  	}
  
  	Closest match in d1 is at index 1 with the following errors: 
  
  	> $->routes->203.0.113.0/30[1]: d2 has key 'multipath' which is not present in d1
  
  > $->routes->203.0.113.4/30: d2 has the following element at index 1 which is not present in d1: 
  
  	{
  	    "valid": true,
  	    "multipath": true,
  	    "pathFrom": "internal",
  	    "peerId": "10.0.1.2"
  	}
  
  	Closest match in d1 is at index 0 with the following errors: 
  
  	> $->routes->203.0.113.4/30[0]: d2 has key 'multipath' which is not present in d1
  
2021-05-21 07:37:03,268 ERROR: r1: zebra left a dead pidfile (pid=19144)

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 4:

2021-05-21 07:13:43,942 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-05-21 07:17:07,651 ERROR: assert failed at "test_bgp_gr_functionality_topo2/test_BGP_GR_10_p2": Testcase test_BGP_GR_10_p2 : Failed 
   Error ipv6Unicast NOT present for 192.168.3.2 
assert 'ipv6Unicast NOT present for 192.168.3.2 ' is True
2021-05-21 07:20:51,414 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 2502, 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-TP4U1804AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:-1 



2021-05-21 07:20:51,601 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 2502, 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-TP4U1804AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp community-list standard ANY permit 0:65536 



2021-05-21 07:20:51,785 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 2502, 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-TP4U1804AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:4294967296 



2021-05-21 07:20:51,971 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 2502, 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-TP4U1804AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 0:-1:1 



2021-05-21 07:20:53,144 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 2502, 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-TP4U1804AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: % Malformed community-list value
line 2: Failure to communicate[13] to bgpd, line: bgp large-community-list standard ANY permit 1:a:2 



2021-05-21 07:23:12,297 ERROR: Traceback (most recent call last):
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 2502, 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-TP4U1804AMD64/topotests/lib/common_config.py", line 339, in create_common_configuration
    load_config_to_router(tgen, router)
  File "/root/bamboo-agent-home/xml-data/build-dir/FRR-FRRPULLREQ-TP4U1804AMD64/topotests/lib/common_config.py", line 597, in load_config_to_router
    raise InvalidCLIError("%s" % output)
lib.common_config.InvalidCLIError: line 2: % Unknown command[4]: bgp large-community-list standard Test1 permit  

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

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

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

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 2:

2021-05-21 09:13:14,594 WARNING: BGP topologies are still using exabgp version 3, expect failures
2021-05-21 09:30:26,997 ERROR: '_output_summary_cmp' failed after 43.08 seconds
2021-05-21 09:30:27,000 ERROR: assert failed at "bgp_ecmp_topo1.test_bgp_ecmp_topo1/test_bgp_convergence": BGP router network did not converge
assert Generated JSON diff error report:
  
  > $->ipv4Unicast->peers->10.0.1.101->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.1.101->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.1.102->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.1.102->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.1.103->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.1.103->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.1.104->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.1.104->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.1.105->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.1.105->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.2.106->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.2.106->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.2.107->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.2.107->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.2.108->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.2.108->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.2.109->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.2.109->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.2.110->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.2.110->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.3.111->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.3.111->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.3.112->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.3.112->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.3.113->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.3.113->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.3.114->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.3.114->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.3.115->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.3.115->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.4.116->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.4.116->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.4.117->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.4.117->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.4.118->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.4.118->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.4.119->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.4.119->state: d1 has element with value 'Active' but in d2 it has value 'Established'
  > $->ipv4Unicast->peers->10.0.4.120->pfxRcd: d1 has element with value '0' but in d2 it has value '42'
  > $->ipv4Unicast->peers->10.0.4.120->state: d1 has element with value 'Active' but in d2 it has value 'Established'

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

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

@davischw
Copy link
Contributor Author

Closing due to obsoletion by @choppsv1 micronet efforts.

@davischw davischw closed this Jan 11, 2022
@davischw davischw deleted the topotests-python3-migration branch January 11, 2022 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix do not merge tests Topotests, make check, etc tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants