use_pty:FALSE /usr/share/restraint/plugins/run_task_plugins bash ./runtest.sh :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Setup :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 12:42:35 ] :: [ BEGIN ] :: Running 'get_test_iface' Starting reset_network_env ... rsync: [sender] change_dir "/mnt/tests/gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/archive/main/kernel-tests-main.zip/networking/common/network-scripts.no_nm" failed: No such file or directory (2) rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1327) [sender=3.2.6] Redirecting to /bin/systemctl restart network.service Failed to restart network.service: Unit network.service not found. ============= Start setup_topo 1/1: nic ================ ------------- choose required NIC(s) ---------------- NAY='no' PVT='no' NIC_DRIVER='virtio_net' NIC_MODEL='any' NIC_SPEED='any' NIC_NUM='1' TOPO='nic' MTU_VAL='1500' picked NIC(s): enp1s0 $ ethtool -i enp1s0 driver: virtio_net version: 1.0.0 firmware-version: expansion-rom-version: bus-info: 0000:01:00.0 supports-statistics: yes supports-test: no supports-eeprom-access: no supports-register-dump: no supports-priv-flags: no ----------- start setup nic, handle: enp1s0 ----------- 2: enp1s0: mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000 link/ether 52:54:00:2a:75:09 brd ff:ff:ff:ff:ff:ff ---------- finish setup nic, got iface: enp1s0 -------- :: [ 12:42:36 ] :: [ PASS ] :: Command 'get_test_iface' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 1s :: Assertions: 1 good, 0 bad :: RESULT: PASS (Setup) ** Setup PASS Score:0 Uploading resultoutputfile.log .done :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: local_netns :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 12:42:37 ] :: [ BEGIN ] :: Running 'ip netns add client' :: [ 12:42:37 ] :: [ PASS ] :: Command 'ip netns add client' (Expected 0, got 0) :: [ 12:42:37 ] :: [ BEGIN ] :: Running 'ip netns add server' :: [ 12:42:37 ] :: [ PASS ] :: Command 'ip netns add server' (Expected 0, got 0) :: [ 12:42:37 ] :: [ BEGIN ] :: Running 'ip link add link enp1s0 name ipvlan_c type ipvlan mode l3' :: [ 12:42:37 ] :: [ PASS ] :: Command 'ip link add link enp1s0 name ipvlan_c type ipvlan mode l3' (Expected 0, got 0) :: [ 12:42:37 ] :: [ BEGIN ] :: Running 'ip link add link enp1s0 name ipvlan_s type ipvlan mode l3' :: [ 12:42:37 ] :: [ PASS ] :: Command 'ip link add link enp1s0 name ipvlan_s type ipvlan mode l3' (Expected 0, got 0) :: [ 12:42:37 ] :: [ BEGIN ] :: Running 'ip link set ipvlan_c netns client' :: [ 12:42:37 ] :: [ PASS ] :: Command 'ip link set ipvlan_c netns client' (Expected 0, got 0) :: [ 12:42:37 ] :: [ BEGIN ] :: Running 'ip link set ipvlan_s netns server' :: [ 12:42:37 ] :: [ PASS ] :: Command 'ip link set ipvlan_s netns server' (Expected 0, got 0) :: [ 12:42:38 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link set lo up' :: [ 12:42:38 ] :: [ PASS ] :: Command 'ip netns exec client ip link set lo up' (Expected 0, got 0) :: [ 12:42:38 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link set ipvlan_c up' :: [ 12:42:38 ] :: [ PASS ] :: Command 'ip netns exec client ip link set ipvlan_c up' (Expected 0, got 0) :: [ 12:42:38 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link set lo up' :: [ 12:42:38 ] :: [ PASS ] :: Command 'ip netns exec server ip link set lo up' (Expected 0, got 0) :: [ 12:42:38 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link set ipvlan_s up' :: [ 12:42:38 ] :: [ PASS ] :: Command 'ip netns exec server ip link set ipvlan_s up' (Expected 0, got 0) :: [ 12:42:38 ] :: [ BEGIN ] :: Running 'ip netns exec client ip addr add 1.1.1.171/24 dev ipvlan_c' :: [ 12:42:38 ] :: [ PASS ] :: Command 'ip netns exec client ip addr add 1.1.1.171/24 dev ipvlan_c' (Expected 0, got 0) :: [ 12:42:38 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 addr add 1111::171/64 dev ipvlan_c' :: [ 12:42:38 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 addr add 1111::171/64 dev ipvlan_c' (Expected 0, got 0) :: [ 12:42:38 ] :: [ BEGIN ] :: Running 'ip netns exec client ip route add 2.2.2.0/24 dev ipvlan_c' :: [ 12:42:38 ] :: [ PASS ] :: Command 'ip netns exec client ip route add 2.2.2.0/24 dev ipvlan_c' (Expected 0, got 0) :: [ 12:42:38 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 route add 2222::/64 dev ipvlan_c' :: [ 12:42:38 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 route add 2222::/64 dev ipvlan_c' (Expected 0, got 0) :: [ 12:42:38 ] :: [ BEGIN ] :: Running 'ip netns exec server ip addr add 2.2.2.171/24 dev ipvlan_s' :: [ 12:42:38 ] :: [ PASS ] :: Command 'ip netns exec server ip addr add 2.2.2.171/24 dev ipvlan_s' (Expected 0, got 0) :: [ 12:42:38 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 addr add 2222::171/64 dev ipvlan_s' :: [ 12:42:38 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 addr add 2222::171/64 dev ipvlan_s' (Expected 0, got 0) :: [ 12:42:39 ] :: [ BEGIN ] :: Running 'ip netns exec server ip route add 1.1.1.0/24 dev ipvlan_s' :: [ 12:42:39 ] :: [ PASS ] :: Command 'ip netns exec server ip route add 1.1.1.0/24 dev ipvlan_s' (Expected 0, got 0) :: [ 12:42:39 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 route add 1111::/64 dev ipvlan_s' :: [ 12:42:39 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 route add 1111::/64 dev ipvlan_s' (Expected 0, got 0) :: [ 12:42:39 ] :: [ BEGIN ] :: Running 'ip netns exec client ping 2.2.2.171 -c 5' PING 2.2.2.171 (2.2.2.171) 56(84) bytes of data. 64 bytes from 2.2.2.171: icmp_seq=1 ttl=64 time=0.090 ms 64 bytes from 2.2.2.171: icmp_seq=2 ttl=64 time=0.085 ms 64 bytes from 2.2.2.171: icmp_seq=3 ttl=64 time=0.055 ms 64 bytes from 2.2.2.171: icmp_seq=4 ttl=64 time=0.102 ms 64 bytes from 2.2.2.171: icmp_seq=5 ttl=64 time=0.072 ms --- 2.2.2.171 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4169ms rtt min/avg/max/mdev = 0.055/0.080/0.102/0.016 ms :: [ 12:42:43 ] :: [ PASS ] :: Command 'ip netns exec client ping 2.2.2.171 -c 5' (Expected 0, got 0) :: [ 12:42:43 ] :: [ BEGIN ] :: Running 'ip netns exec client ping6 2222::171 -c 5' PING 2222::171(2222::171) 56 data bytes 64 bytes from 2222::171: icmp_seq=1 ttl=64 time=0.093 ms 64 bytes from 2222::171: icmp_seq=2 ttl=64 time=0.113 ms 64 bytes from 2222::171: icmp_seq=3 ttl=64 time=0.088 ms 64 bytes from 2222::171: icmp_seq=4 ttl=64 time=0.097 ms 64 bytes from 2222::171: icmp_seq=5 ttl=64 time=0.091 ms --- 2222::171 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4128ms rtt min/avg/max/mdev = 0.088/0.096/0.113/0.008 ms :: [ 12:42:47 ] :: [ PASS ] :: Command 'ip netns exec client ping6 2222::171 -c 5' (Expected 0, got 0) :: [ 12:42:47 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link set ipvlan_c type ipvlan mode l2' :: [ 12:42:47 ] :: [ PASS ] :: Command 'ip netns exec client ip link set ipvlan_c type ipvlan mode l2' (Expected 0, got 0) :: [ 12:42:47 ] :: [ BEGIN ] :: Running 'ip netns exec server ethtool -K ipvlan_s gso on gro on' :: [ 12:42:47 ] :: [ PASS ] :: Command 'ip netns exec server ethtool -K ipvlan_s gso on gro on' (Expected 0, got 0) :: [ 12:42:48 ] :: [ BEGIN ] :: Running 'ip netns exec server ethtool -k ipvlan_s' Features for ipvlan_s: rx-checksumming: on [fixed] tx-checksumming: on tx-checksum-ipv4: off [fixed] tx-checksum-ip-generic: on [fixed] tx-checksum-ipv6: off [fixed] tx-checksum-fcoe-crc: off [fixed] tx-checksum-sctp: off [fixed] scatter-gather: on tx-scatter-gather: on [fixed] tx-scatter-gather-fraglist: off [fixed] tcp-segmentation-offload: on tx-tcp-segmentation: on [fixed] tx-tcp-ecn-segmentation: on [fixed] tx-tcp-mangleid-segmentation: on [fixed] tx-tcp6-segmentation: on [fixed] generic-segmentation-offload: on generic-receive-offload: on large-receive-offload: off [fixed] rx-vlan-offload: off [fixed] tx-vlan-offload: off [fixed] ntuple-filters: off [fixed] receive-hashing: off [fixed] highdma: on [fixed] rx-vlan-filter: on [fixed] vlan-challenged: on [fixed] tx-lockless: on [fixed] netns-local: off [fixed] tx-gso-robust: on [fixed] tx-fcoe-segmentation: off [fixed] tx-gre-segmentation: on [fixed] tx-gre-csum-segmentation: on [fixed] tx-ipxip4-segmentation: on [fixed] tx-ipxip6-segmentation: on [fixed] tx-udp_tnl-segmentation: on [fixed] tx-udp_tnl-csum-segmentation: on [fixed] tx-gso-partial: off [fixed] tx-tunnel-remcsum-segmentation: off [fixed] tx-sctp-segmentation: on [fixed] tx-esp-segmentation: off [fixed] tx-udp-segmentation: on [fixed] tx-gso-list: on [fixed] fcoe-mtu: off [fixed] tx-nocache-copy: off loopback: off [fixed] rx-fcs: off [fixed] rx-all: off [fixed] tx-vlan-stag-hw-insert: off [fixed] rx-vlan-stag-hw-parse: off [fixed] rx-vlan-stag-filter: off [fixed] l2-fwd-offload: off [fixed] hw-tc-offload: off [fixed] esp-hw-offload: off [fixed] esp-tx-csum-hw-offload: off [fixed] rx-udp_tunnel-port-offload: off [fixed] tls-hw-tx-offload: off [fixed] tls-hw-rx-offload: off [fixed] rx-gro-hw: off [fixed] tls-hw-record: off [fixed] rx-gro-list: off macsec-hw-offload: off [fixed] rx-udp-gro-forwarding: off hsr-tag-ins-offload: off [fixed] hsr-tag-rm-offload: off [fixed] hsr-fwd-offload: off [fixed] hsr-dup-offload: off [fixed] :: [ 12:42:48 ] :: [ PASS ] :: Command 'ip netns exec server ethtool -k ipvlan_s' (Expected 0, got 0) PING 2.2.2.171 (2.2.2.171) 56(84) bytes of data. 64 bytes from 2.2.2.171: icmp_seq=1 ttl=64 time=0.112 ms --- 2.2.2.171 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.112/0.112/0.112/0.000 ms :: [ 12:42:48 ] :: [ BEGIN ] :: Running 'ip netns exec client ping 2.2.2.171 -c 2' PING 2.2.2.171 (2.2.2.171) 56(84) bytes of data. 64 bytes from 2.2.2.171: icmp_seq=1 ttl=64 time=0.048 ms 64 bytes from 2.2.2.171: icmp_seq=2 ttl=64 time=0.100 ms --- 2.2.2.171 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1060ms rtt min/avg/max/mdev = 0.048/0.074/0.100/0.026 ms :: [ 12:42:49 ] :: [ PASS ] :: Command 'ip netns exec client ping 2.2.2.171 -c 2' (Expected 0, got 0) PING 2222::171(2222::171) 56 data bytes 64 bytes from 2222::171: icmp_seq=1 ttl=64 time=0.147 ms --- 2222::171 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.147/0.147/0.147/0.000 ms :: [ 12:42:49 ] :: [ BEGIN ] :: Running 'ip netns exec client ping6 2222::171 -c 2' PING 2222::171(2222::171) 56 data bytes 64 bytes from 2222::171: icmp_seq=1 ttl=64 time=0.058 ms 64 bytes from 2222::171: icmp_seq=2 ttl=64 time=0.183 ms --- 2222::171 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1071ms rtt min/avg/max/mdev = 0.058/0.120/0.183/0.062 ms :: [ 12:42:50 ] :: [ PASS ] :: Command 'ip netns exec client ping6 2222::171 -c 2' (Expected 0, got 0) :: [ 12:42:50 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link set ipvlan_c type ipvlan mode l3s' :: [ 12:42:50 ] :: [ PASS ] :: Command 'ip netns exec client ip link set ipvlan_c type ipvlan mode l3s' (Expected 0, got 0) :: [ 12:42:50 ] :: [ BEGIN ] :: Running 'ip netns exec server ethtool -K ipvlan_s gso on gro on' :: [ 12:42:50 ] :: [ PASS ] :: Command 'ip netns exec server ethtool -K ipvlan_s gso on gro on' (Expected 0, got 0) :: [ 12:42:50 ] :: [ BEGIN ] :: Running 'ip netns exec server ethtool -k ipvlan_s' Features for ipvlan_s: rx-checksumming: on [fixed] tx-checksumming: on tx-checksum-ipv4: off [fixed] tx-checksum-ip-generic: on [fixed] tx-checksum-ipv6: off [fixed] tx-checksum-fcoe-crc: off [fixed] tx-checksum-sctp: off [fixed] scatter-gather: on tx-scatter-gather: on [fixed] tx-scatter-gather-fraglist: off [fixed] tcp-segmentation-offload: on tx-tcp-segmentation: on [fixed] tx-tcp-ecn-segmentation: on [fixed] tx-tcp-mangleid-segmentation: on [fixed] tx-tcp6-segmentation: on [fixed] generic-segmentation-offload: on generic-receive-offload: on large-receive-offload: off [fixed] rx-vlan-offload: off [fixed] tx-vlan-offload: off [fixed] ntuple-filters: off [fixed] receive-hashing: off [fixed] highdma: on [fixed] rx-vlan-filter: on [fixed] vlan-challenged: on [fixed] tx-lockless: on [fixed] netns-local: off [fixed] tx-gso-robust: on [fixed] tx-fcoe-segmentation: off [fixed] tx-gre-segmentation: on [fixed] tx-gre-csum-segmentation: on [fixed] tx-ipxip4-segmentation: on [fixed] tx-ipxip6-segmentation: on [fixed] tx-udp_tnl-segmentation: on [fixed] tx-udp_tnl-csum-segmentation: on [fixed] tx-gso-partial: off [fixed] tx-tunnel-remcsum-segmentation: off [fixed] tx-sctp-segmentation: on [fixed] tx-esp-segmentation: off [fixed] tx-udp-segmentation: on [fixed] tx-gso-list: on [fixed] fcoe-mtu: off [fixed] tx-nocache-copy: off loopback: off [fixed] rx-fcs: off [fixed] rx-all: off [fixed] tx-vlan-stag-hw-insert: off [fixed] rx-vlan-stag-hw-parse: off [fixed] rx-vlan-stag-filter: off [fixed] l2-fwd-offload: off [fixed] hw-tc-offload: off [fixed] esp-hw-offload: off [fixed] esp-tx-csum-hw-offload: off [fixed] rx-udp_tunnel-port-offload: off [fixed] tls-hw-tx-offload: off [fixed] tls-hw-rx-offload: off [fixed] rx-gro-hw: off [fixed] tls-hw-record: off [fixed] rx-gro-list: off macsec-hw-offload: off [fixed] rx-udp-gro-forwarding: off hsr-tag-ins-offload: off [fixed] hsr-tag-rm-offload: off [fixed] hsr-fwd-offload: off [fixed] hsr-dup-offload: off [fixed] :: [ 12:42:50 ] :: [ PASS ] :: Command 'ip netns exec server ethtool -k ipvlan_s' (Expected 0, got 0) PING 2.2.2.171 (2.2.2.171) 56(84) bytes of data. 64 bytes from 2.2.2.171: icmp_seq=1 ttl=64 time=0.062 ms --- 2.2.2.171 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.062/0.062/0.062/0.000 ms :: [ 12:42:50 ] :: [ BEGIN ] :: Running 'ip netns exec client ping 2.2.2.171 -c 2' PING 2.2.2.171 (2.2.2.171) 56(84) bytes of data. 64 bytes from 2.2.2.171: icmp_seq=1 ttl=64 time=0.043 ms 64 bytes from 2.2.2.171: icmp_seq=2 ttl=64 time=0.085 ms --- 2.2.2.171 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1060ms rtt min/avg/max/mdev = 0.043/0.064/0.085/0.021 ms :: [ 12:42:51 ] :: [ PASS ] :: Command 'ip netns exec client ping 2.2.2.171 -c 2' (Expected 0, got 0) PING 2222::171(2222::171) 56 data bytes 64 bytes from 2222::171: icmp_seq=1 ttl=64 time=0.074 ms --- 2222::171 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.074/0.074/0.074/0.000 ms :: [ 12:42:52 ] :: [ BEGIN ] :: Running 'ip netns exec client ping6 2222::171 -c 2' PING 2222::171(2222::171) 56 data bytes 64 bytes from 2222::171: icmp_seq=1 ttl=64 time=0.064 ms 64 bytes from 2222::171: icmp_seq=2 ttl=64 time=0.109 ms --- 2222::171 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1069ms rtt min/avg/max/mdev = 0.064/0.086/0.109/0.022 ms :: [ 12:42:53 ] :: [ PASS ] :: Command 'ip netns exec client ping6 2222::171 -c 2' (Expected 0, got 0) :: [ 12:42:53 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link set ipvlan_c netns 1' :: [ 12:42:53 ] :: [ PASS ] :: Command 'ip netns exec client ip link set ipvlan_c netns 1' (Expected 0, got 0) :: [ 12:42:53 ] :: [ BEGIN ] :: Running 'ip netns del client' :: [ 12:42:53 ] :: [ PASS ] :: Command 'ip netns del client' (Expected 0, got 0) :: [ 12:42:53 ] :: [ BEGIN ] :: Running 'ip netns del server' :: [ 12:42:53 ] :: [ PASS ] :: Command 'ip netns del server' (Expected 0, got 0) :: [ 12:42:53 ] :: [ BEGIN ] :: Running 'ip link del ipvlan_c' :: [ 12:42:53 ] :: [ PASS ] :: Command 'ip link del ipvlan_c' (Expected 0, got 0) :: [ 12:42:53 ] :: [ BEGIN ] :: Running 'ip link del ipvlan_s' Cannot find device "ipvlan_s" :: [ 12:42:53 ] :: [ PASS ] :: Command 'ip link del ipvlan_s' (Expected 0-255, got 1) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 16s :: Assertions: 35 good, 0 bad :: RESULT: PASS (local_netns) ** local-netns PASS Score:0 Uploading resultoutputfile.log .done :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Cleanup :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 0s :: Assertions: 0 good, 0 bad :: RESULT: PASS (Cleanup) ** Cleanup PASS Score:0 Uploading resultoutputfile.log .done :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: networking/vnic/ipvlan/basic :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 12:42:55 ] :: [ LOG ] :: Phases fingerprint: GpTeNtEf :: [ 12:42:55 ] :: [ LOG ] :: Asserts fingerprint: gKdknV4F Uploading journal.xml .done :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 21s :: Phases: 3 good, 0 bad :: OVERALL RESULT: PASS (networking/vnic/ipvlan/basic)