make -C tools/testing/selftests TARGETS="net/forwarding" TEST_PROGS=pedit__ip.sh TEST_GEN_PROGS="" run_tests make: Entering directory '/home/virtme/testing-2/tools/testing/selftests' make[1]: Entering directory '/home/virtme/testing-2/tools/testing/selftests/net/forwarding' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/virtme/testing-2/tools/testing/selftests/net/forwarding' make[1]: Entering directory '/home/virtme/testing-2/tools/testing/selftests/net/forwarding' TAP version 13 1..1 # timeout set to 10800 # selftests: net/forwarding: pedit_ip.sh # 6.48 [+6.48] TEST: ping [ OK ] # 7.46 [+0.98] TEST: ping6 [ OK ] # 7.52 [+0.06] mausezahn: error while loading shared libraries: libcli.so.1.10: cannot open shared object file: No such file or directory # 8.57 [+1.04] TEST: dev veth1 ingress pedit ip src set 198.51.100.1 [FAIL] # 8.57 [+0.00] Expected to get 10 packets on pedit rule, but got 0. # 8.63 [+0.07] mausezahn: error while loading shared libraries: libcli.so.1.10: cannot open shared object file: No such file or directory # 9.67 [+1.04] TEST: dev veth2 egress pedit ip src set 198.51.100.1 [FAIL] # 9.67 [+0.00] Expected to get 10 packets on pedit rule, but got 0. # 9.75 [+0.08] mausezahn: error while loading shared libraries: libcli.so.1.10: cannot open shared object file: No such file or directory # 10.80 [+1.05] TEST: dev veth1 ingress pedit ip dst set 198.51.100.1 [FAIL] # 10.80 [+0.00] Expected to get 10 packets on pedit rule, but got 1. # 10.86 [+0.06] mausezahn: error while loading shared libraries: libcli.so.1.10: cannot open shared object file: No such file or directory # 11.90 [+1.04] TEST: dev veth2 egress pedit ip dst set 198.51.100.1 [FAIL] # 11.90 [+0.00] Expected to get 10 packets on pedit rule, but got 2. # 11.98 [+0.08] mausezahn: error while loading shared libraries: libcli.so.1.10: cannot open shared object file: No such file or directory # 13.01 [+1.03] TEST: dev veth1 ingress pedit ip6 src set 2001:db8:2::1 [FAIL] # 13.01 [+0.00] Expected to get 10 packets on pedit rule, but got 2. # 13.08 [+0.07] mausezahn: error while loading shared libraries: libcli.so.1.10: cannot open shared object file: No such file or directory # 14.13 [+1.04] TEST: dev veth2 egress pedit ip6 src set 2001:db8:2::1 [FAIL] # 14.13 [+0.00] Expected to get 10 packets on pedit rule, but got 2. # 14.20 [+0.07] mausezahn: error while loading shared libraries: libcli.so.1.10: cannot open shared object file: No such file or directory # 15.24 [+1.04] TEST: dev veth1 ingress pedit ip6 dst set 2001:db8:2::1 [FAIL] # 15.24 [+0.00] Expected to get 10 packets on pedit rule, but got 0. # 15.31 [+0.06] mausezahn: error while loading shared libraries: libcli.so.1.10: cannot open shared object file: No such file or directory # 16.34 [+1.03] TEST: dev veth2 egress pedit ip6 dst set 2001:db8:2::1 [FAIL] # 16.34 [+0.00] Expected to get 10 packets on pedit rule, but got 1. not ok 1 selftests: net/forwarding: pedit_ip.sh # exit=1 make[1]: Leaving directory '/home/virtme/testing-2/tools/testing/selftests/net/forwarding' make: Leaving directory '/home/virtme/testing-2/tools/testing/selftests' xx__-> echo $? 0 xx__->