use_pty:FALSE /usr/share/restraint/plugins/run_task_plugins bash ./runtest.sh :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Setup :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 00:27:17 ] :: [ BEGIN ] :: Running 'get_test_iface' Starting reset_network_env ... RTNETLINK answers: Numerical result out of range 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='qeth_l2' NIC_MODEL='any' NIC_SPEED='any' NIC_NUM='1' TOPO='nic' MTU_VAL='1500' picked NIC(s): enc8000 $ ethtool -i enc8000 driver: qeth_l2 version: 6.0.0-rc6 firmware-version: V642 expansion-rom-version: bus-info: 0.0.8000/0.0.8001/0.0.8002 supports-statistics: yes supports-test: no supports-eeprom-access: no supports-register-dump: no supports-priv-flags: no ----------- start setup nic, handle: enc8000 ----------- 2: enc8000: mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000 link/ether 02:de:ad:be:ef:88 brd ff:ff:ff:ff:ff:ff ---------- finish setup nic, got iface: enc8000 -------- :: [ 00:27:17 ] :: [ PASS ] :: Command 'get_test_iface' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 0s :: Assertions: 1 good, 0 bad :: RESULT: PASS (Setup) ** Setup PASS Score:0 Uploading resultoutputfile.log .done :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: local_netns :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 00:27:17 ] :: [ BEGIN ] :: Running 'ip netns add client' :: [ 00:27:17 ] :: [ PASS ] :: Command 'ip netns add client' (Expected 0, got 0) :: [ 00:27:17 ] :: [ BEGIN ] :: Running 'ip netns add server' :: [ 00:27:18 ] :: [ PASS ] :: Command 'ip netns add server' (Expected 0, got 0) :: [ 00:27:18 ] :: [ BEGIN ] :: Running 'ip link add link enc8000 name ipvlan_c type ipvlan mode l3' :: [ 00:27:18 ] :: [ PASS ] :: Command 'ip link add link enc8000 name ipvlan_c type ipvlan mode l3' (Expected 0, got 0) :: [ 00:27:18 ] :: [ BEGIN ] :: Running 'ip link add link enc8000 name ipvlan_s type ipvlan mode l3' :: [ 00:27:18 ] :: [ PASS ] :: Command 'ip link add link enc8000 name ipvlan_s type ipvlan mode l3' (Expected 0, got 0) :: [ 00:27:18 ] :: [ BEGIN ] :: Running 'ip link set ipvlan_c netns client' :: [ 00:27:18 ] :: [ PASS ] :: Command 'ip link set ipvlan_c netns client' (Expected 0, got 0) :: [ 00:27:18 ] :: [ BEGIN ] :: Running 'ip link set ipvlan_s netns server' :: [ 00:27:18 ] :: [ PASS ] :: Command 'ip link set ipvlan_s netns server' (Expected 0, got 0) :: [ 00:27:18 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link set lo up' :: [ 00:27:18 ] :: [ PASS ] :: Command 'ip netns exec client ip link set lo up' (Expected 0, got 0) :: [ 00:27:18 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link set ipvlan_c up' :: [ 00:27:18 ] :: [ PASS ] :: Command 'ip netns exec client ip link set ipvlan_c up' (Expected 0, got 0) :: [ 00:27:18 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link set lo up' :: [ 00:27:18 ] :: [ PASS ] :: Command 'ip netns exec server ip link set lo up' (Expected 0, got 0) :: [ 00:27:18 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link set ipvlan_s up' :: [ 00:27:18 ] :: [ PASS ] :: Command 'ip netns exec server ip link set ipvlan_s up' (Expected 0, got 0) :: [ 00:27:18 ] :: [ BEGIN ] :: Running 'ip netns exec client ip addr add 1.1.1.171/24 dev ipvlan_c' :: [ 00:27:18 ] :: [ PASS ] :: Command 'ip netns exec client ip addr add 1.1.1.171/24 dev ipvlan_c' (Expected 0, got 0) :: [ 00:27:18 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 addr add 1111::171/64 dev ipvlan_c' :: [ 00:27:18 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 addr add 1111::171/64 dev ipvlan_c' (Expected 0, got 0) :: [ 00:27:18 ] :: [ BEGIN ] :: Running 'ip netns exec client ip route add 2.2.2.0/24 dev ipvlan_c' :: [ 00:27:18 ] :: [ PASS ] :: Command 'ip netns exec client ip route add 2.2.2.0/24 dev ipvlan_c' (Expected 0, got 0) :: [ 00:27:18 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 route add 2222::/64 dev ipvlan_c' :: [ 00:27:18 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 route add 2222::/64 dev ipvlan_c' (Expected 0, got 0) :: [ 00:27:18 ] :: [ BEGIN ] :: Running 'ip netns exec server ip addr add 2.2.2.171/24 dev ipvlan_s' :: [ 00:27:18 ] :: [ PASS ] :: Command 'ip netns exec server ip addr add 2.2.2.171/24 dev ipvlan_s' (Expected 0, got 0) :: [ 00:27:18 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 addr add 2222::171/64 dev ipvlan_s' :: [ 00:27:18 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 addr add 2222::171/64 dev ipvlan_s' (Expected 0, got 0) :: [ 00:27:18 ] :: [ BEGIN ] :: Running 'ip netns exec server ip route add 1.1.1.0/24 dev ipvlan_s' :: [ 00:27:18 ] :: [ PASS ] :: Command 'ip netns exec server ip route add 1.1.1.0/24 dev ipvlan_s' (Expected 0, got 0) :: [ 00:27:18 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 route add 1111::/64 dev ipvlan_s' :: [ 00:27:18 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 route add 1111::/64 dev ipvlan_s' (Expected 0, got 0) :: [ 00:27:18 ] :: [ 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.017 ms 64 bytes from 2.2.2.171: icmp_seq=2 ttl=64 time=0.030 ms 64 bytes from 2.2.2.171: icmp_seq=3 ttl=64 time=0.022 ms 64 bytes from 2.2.2.171: icmp_seq=4 ttl=64 time=0.028 ms 64 bytes from 2.2.2.171: icmp_seq=5 ttl=64 time=0.029 ms --- 2.2.2.171 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4141ms rtt min/avg/max/mdev = 0.017/0.025/0.030/0.005 ms :: [ 00:27:22 ] :: [ PASS ] :: Command 'ip netns exec client ping 2.2.2.171 -c 5' (Expected 0, got 0) :: [ 00:27:22 ] :: [ 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.026 ms 64 bytes from 2222::171: icmp_seq=2 ttl=64 time=0.045 ms 64 bytes from 2222::171: icmp_seq=3 ttl=64 time=0.042 ms 64 bytes from 2222::171: icmp_seq=4 ttl=64 time=0.031 ms 64 bytes from 2222::171: icmp_seq=5 ttl=64 time=0.055 ms --- 2222::171 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4130ms rtt min/avg/max/mdev = 0.026/0.039/0.055/0.010 ms :: [ 00:27:26 ] :: [ PASS ] :: Command 'ip netns exec client ping6 2222::171 -c 5' (Expected 0, got 0) :: [ 00:27:26 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link set ipvlan_c type ipvlan mode l2' :: [ 00:27:26 ] :: [ PASS ] :: Command 'ip netns exec client ip link set ipvlan_c type ipvlan mode l2' (Expected 0, got 0) :: [ 00:27:26 ] :: [ BEGIN ] :: Running 'ip netns exec server ethtool -K ipvlan_s gso on gro on' Actual changes: tx-generic-segmentation: off [requested on] :: [ 00:27:26 ] :: [ PASS ] :: Command 'ip netns exec server ethtool -K ipvlan_s gso on gro on' (Expected 0, got 0) :: [ 00:27:26 ] :: [ BEGIN ] :: Running 'ip netns exec server ethtool -k ipvlan_s' Features for ipvlan_s: rx-checksumming: off [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: off [requested 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: off [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] :: [ 00:27:26 ] :: [ 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.032 ms --- 2.2.2.171 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.032/0.032/0.032/0.000 ms :: [ 00:27:26 ] :: [ 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.017 ms 64 bytes from 2.2.2.171: icmp_seq=2 ttl=64 time=0.031 ms --- 2.2.2.171 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1001ms rtt min/avg/max/mdev = 0.017/0.024/0.031/0.007 ms :: [ 00:27:27 ] :: [ 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.041 ms --- 2222::171 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.041/0.041/0.041/0.000 ms :: [ 00:27:27 ] :: [ 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.009 ms 64 bytes from 2222::171: icmp_seq=2 ttl=64 time=0.080 ms --- 2222::171 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1006ms rtt min/avg/max/mdev = 0.009/0.044/0.080/0.035 ms :: [ 00:27:28 ] :: [ PASS ] :: Command 'ip netns exec client ping6 2222::171 -c 2' (Expected 0, got 0) :: [ 00:27:29 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link set ipvlan_c type ipvlan mode l3s' :: [ 00:27:29 ] :: [ PASS ] :: Command 'ip netns exec client ip link set ipvlan_c type ipvlan mode l3s' (Expected 0, got 0) :: [ 00:27:29 ] :: [ BEGIN ] :: Running 'ip netns exec server ethtool -K ipvlan_s gso on gro on' Actual changes: tx-generic-segmentation: off [requested on] :: [ 00:27:29 ] :: [ PASS ] :: Command 'ip netns exec server ethtool -K ipvlan_s gso on gro on' (Expected 0, got 0) :: [ 00:27:29 ] :: [ BEGIN ] :: Running 'ip netns exec server ethtool -k ipvlan_s' Features for ipvlan_s: rx-checksumming: off [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: off [requested 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: off [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] :: [ 00:27:29 ] :: [ 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.018 ms --- 2.2.2.171 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.018/0.018/0.018/0.000 ms :: [ 00:27:29 ] :: [ 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.007 ms 64 bytes from 2.2.2.171: icmp_seq=2 ttl=64 time=0.037 ms --- 2.2.2.171 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1080ms rtt min/avg/max/mdev = 0.007/0.022/0.037/0.015 ms :: [ 00:27:30 ] :: [ 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.021 ms --- 2222::171 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.021/0.021/0.021/0.000 ms :: [ 00:27:30 ] :: [ 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.024 ms 64 bytes from 2222::171: icmp_seq=2 ttl=64 time=0.050 ms --- 2222::171 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1006ms rtt min/avg/max/mdev = 0.024/0.037/0.050/0.013 ms :: [ 00:27:31 ] :: [ PASS ] :: Command 'ip netns exec client ping6 2222::171 -c 2' (Expected 0, got 0) :: [ 00:27:31 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link set ipvlan_c netns 1' :: [ 00:27:31 ] :: [ PASS ] :: Command 'ip netns exec client ip link set ipvlan_c netns 1' (Expected 0, got 0) :: [ 00:27:31 ] :: [ BEGIN ] :: Running 'ip netns del client' :: [ 00:27:31 ] :: [ PASS ] :: Command 'ip netns del client' (Expected 0, got 0) :: [ 00:27:31 ] :: [ BEGIN ] :: Running 'ip netns del server' :: [ 00:27:31 ] :: [ PASS ] :: Command 'ip netns del server' (Expected 0, got 0) :: [ 00:27:31 ] :: [ BEGIN ] :: Running 'ip link del ipvlan_c' :: [ 00:27:31 ] :: [ PASS ] :: Command 'ip link del ipvlan_c' (Expected 0, got 0) :: [ 00:27:31 ] :: [ BEGIN ] :: Running 'ip link del ipvlan_s' Cannot find device "ipvlan_s" :: [ 00:27:31 ] :: [ PASS ] :: Command 'ip link del ipvlan_s' (Expected 0-255, got 1) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 14s :: 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 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 00:27:32 ] :: [ LOG ] :: Phases fingerprint: GpTeNtEf :: [ 00:27:32 ] :: [ LOG ] :: Asserts fingerprint: gKdknV4F Uploading journal.xml .done :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 15s :: Phases: 3 good, 0 bad :: OVERALL RESULT: PASS (networking/vnic/ipvlan/basic)