make -C tools/testing/selftests TARGETS="net/openvswitch" TEST_PROGS=openvvswitch.sh TEST_GEN_PROGS="" run_tests make: Entering directory '/home/virtme/testing-3/tools/testing/selftests' make[1]: Entering directory '/home/virtme/testing-3/tools/testing/selftests/net/openvswitch' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/virtme/testing-3/tools/testing/selftests/net/openvswitch' make[1]: Entering directory '/home/virtme/testing-3/tools/testing/selftests/net/openvswitch' TAP version 13 1..1 # overriding timeout to 7200 # selftests: net/openvswitch: openvswitch.sh # TEST: arp_ping [START] # TEST: eth-arp: Basic arp ping between two NS [ OK ] # TEST: ct_connect_v4 [START] # Ncat: Version 7.93 ( https://nmap.org/ncat ) # Ncat: Connected to 172.31.110.20:4443. # Ncat: 0 bytes sent, 0 bytes received in 0.32 seconds. # Ncat: Version 7.93 ( https://nmap.org/ncat ) # Ncat: TIMEOUT. # TEST: ip4-ct-xon: Basic ipv4 tcp connection using ct [ OK ] # TEST: connect_v4 [START] # TEST: ip4-xon: Basic ipv4 ping between two NS [ OK ] # TEST: nat_connect_v4 [START] # Ncat: Version 7.93 ( https://nmap.org/ncat ) # Ncat: Connected to 192.168.0.20:4443. # Ncat: 0 bytes sent, 0 bytes received in 0.11 seconds. # Ncat: Version 7.93 ( https://nmap.org/ncat ) # Ncat: TIMEOUT. # TEST: ip4-nat-xon: Basic ipv4 tcp connection via NAT [ OK ] # TEST: nat_related_v4 [START] # Ncat: Connection refused. # TEST: ip4-nat-related: ICMP related matches work with SNAT [ OK ] # TEST: netlink_checks [START] # TEST: ovsnl: validate netlink attrs and settings [ OK ] # TEST: upcall_interfaces [START] # TEST: ovs: test the upcall interfaces [ OK ] # TEST: drop_reason [START] DETECTED CRASH, lowering timeout # TEST: drop: test drop reasons are emitted [ OK ] # Traceback (most recent call last): # File "/home/virtme/testing-3/tools/testing/selftests/net/openvswitch/ovs-dpctl.py", line 22, in # File "/usr/lib/python3.9/site-packages/pyroute2/__init__.py", line 77, in # File "/usr/lib64/python3.9/importlib/metadata.py", line 86, in load # File "/usr/lib64/python3.9/importlib/__init__.py", line 127, in import_module # File "", line 1030, in _gcd_import # File "", line 1007, in _find_and_load # File "", line 986, in _find_and_load_unlocked # File "", line 680, in _load_unlocked # File "", line 846, in exec_module # File "", line 982, in get_code # File "", line 1039, in get_data # OSError: [Errno 22] Invalid argument: '/usr/lib/python3.9/site-packages/pyroute2/iproute/__init__.py' # [DPCTL] show exception. # TEST: psample [START] # Traceback (most recent call last): # File "/home/virtme/testing-3/tools/testing/selftests/net/openvswitch/ovs-dpctl.py", line 22, in # File "/usr/lib/python3.9/site-packages/pyroute2/__init__.py", line 77, in # File "/usr/lib64/python3.9/importlib/metadata.py", line 86, in load # File "/usr/lib64/python3.9/importlib/__init__.py", line 127, in import_module # File "/usr/lib/python3.9/site-packages/pyroute2/netlink/event/__init__.py", line 2, in # File "/usr/lib/python3.9/site-packages/pyroute2/netlink/generic/__init__.py", line 23, in # File "/usr/lib/python3.9/site-packages/pyroute2/netlink/nlsocket.py", line 87, in # File "/usr/lib64/python3.9/random.py", line 57, in # ImportError: /usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: Invalid argument # mv: error while loading shared libraries: libselinux.so.1: cannot open shared object file: Invalid argument # mv: error while loading shared libraries: libc.so.6: cannot open shared object file: Invalid argument # TEST: psample: Sampling packets with psample [FAIL] # ip: error while loading shared libraries: libelf.so.1: cannot open shared object file: Invalid argument # Traceback (most recent call last): # File "/home/virtme/testing-3/tools/testing/selftests/net/openvswitch/ovs-dpctl.py", line 19, in # File "", line 1007, in _find_and_load # File "", line 986, in _find_and_load_unlocked # File "", line 680, in _load_unlocked # File "", line 846, in exec_module # File "", line 982, in get_code # File "", line 1039, in get_data # OSError: [Errno 22] Invalid argument: '/usr/lib64/python3.9/uuid.py' not ok 1 selftests: net/openvswitch: openvswitch.sh # exit=1 make[1]: Leaving directory '/home/virtme/testing-3/tools/testing/selftests/net/openvswitch' make: Leaving directory '/home/virtme/testing-3/tools/testing/selftests' xx__-> echo $? 0 xx__->