use_pty:FALSE /usr/share/restraint/plugins/run_task_plugins bash ./runtest.sh :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Setup :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 16:55:42 ] :: [ 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='qeth_l2' NIC_MODEL='any' NIC_SPEED='any' NIC_NUM='1' TOPO='nic' MTU_VAL='1500' picked NIC(s): enc600 $ ethtool -i enc600 driver: qeth_l2 version: 6.0.0-rc7 firmware-version: V720 expansion-rom-version: bus-info: 0.0.0600/0.0.0601/0.0.0602 supports-statistics: yes supports-test: no supports-eeprom-access: no supports-register-dump: no supports-priv-flags: no ----------- start setup nic, handle: enc600 ----------- 2: enc600: mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000 link/ether 02:f2:32:0d:0e:27 brd ff:ff:ff:ff:ff:ff ---------- finish setup nic, got iface: enc600 -------- :: [ 16:55:42 ] :: [ 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 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 16:55:42 ] :: [ BEGIN ] :: Running 'ip netns add client' :: [ 16:55:42 ] :: [ PASS ] :: Command 'ip netns add client' (Expected 0, got 0) :: [ 16:55:42 ] :: [ BEGIN ] :: Running 'ip netns add server' :: [ 16:55:42 ] :: [ PASS ] :: Command 'ip netns add server' (Expected 0, got 0) :: [ 16:55:42 ] :: [ BEGIN ] :: Running 'ip link add link enc600 name ipvlan_c type ipvlan mode l3' :: [ 16:55:42 ] :: [ PASS ] :: Command 'ip link add link enc600 name ipvlan_c type ipvlan mode l3' (Expected 0, got 0) :: [ 16:55:42 ] :: [ BEGIN ] :: Running 'ip link add link enc600 name ipvlan_s type ipvlan mode l3' :: [ 16:55:42 ] :: [ PASS ] :: Command 'ip link add link enc600 name ipvlan_s type ipvlan mode l3' (Expected 0, got 0) :: [ 16:55:42 ] :: [ BEGIN ] :: Running 'ip link set ipvlan_c netns client' :: [ 16:55:42 ] :: [ PASS ] :: Command 'ip link set ipvlan_c netns client' (Expected 0, got 0) :: [ 16:55:42 ] :: [ BEGIN ] :: Running 'ip link set ipvlan_s netns server' :: [ 16:55:42 ] :: [ PASS ] :: Command 'ip link set ipvlan_s netns server' (Expected 0, got 0) :: [ 16:55:42 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link set lo up' :: [ 16:55:42 ] :: [ PASS ] :: Command 'ip netns exec client ip link set lo up' (Expected 0, got 0) :: [ 16:55:42 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link set ipvlan_c up' :: [ 16:55:42 ] :: [ PASS ] :: Command 'ip netns exec client ip link set ipvlan_c up' (Expected 0, got 0) :: [ 16:55:42 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link set lo up' :: [ 16:55:42 ] :: [ PASS ] :: Command 'ip netns exec server ip link set lo up' (Expected 0, got 0) :: [ 16:55:42 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link set ipvlan_s up' :: [ 16:55:42 ] :: [ PASS ] :: Command 'ip netns exec server ip link set ipvlan_s up' (Expected 0, got 0) :: [ 16:55:42 ] :: [ BEGIN ] :: Running 'ip netns exec client ip addr add 1.1.1.171/24 dev ipvlan_c' :: [ 16:55:42 ] :: [ PASS ] :: Command 'ip netns exec client ip addr add 1.1.1.171/24 dev ipvlan_c' (Expected 0, got 0) :: [ 16:55:43 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 addr add 1111::171/64 dev ipvlan_c' :: [ 16:55:43 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 addr add 1111::171/64 dev ipvlan_c' (Expected 0, got 0) :: [ 16:55:43 ] :: [ BEGIN ] :: Running 'ip netns exec client ip route add 2.2.2.0/24 dev ipvlan_c' :: [ 16:55:43 ] :: [ PASS ] :: Command 'ip netns exec client ip route add 2.2.2.0/24 dev ipvlan_c' (Expected 0, got 0) :: [ 16:55:43 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 route add 2222::/64 dev ipvlan_c' :: [ 16:55:43 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 route add 2222::/64 dev ipvlan_c' (Expected 0, got 0) :: [ 16:55:43 ] :: [ BEGIN ] :: Running 'ip netns exec server ip addr add 2.2.2.171/24 dev ipvlan_s' :: [ 16:55:43 ] :: [ PASS ] :: Command 'ip netns exec server ip addr add 2.2.2.171/24 dev ipvlan_s' (Expected 0, got 0) :: [ 16:55:43 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 addr add 2222::171/64 dev ipvlan_s' :: [ 16:55:43 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 addr add 2222::171/64 dev ipvlan_s' (Expected 0, got 0) :: [ 16:55:43 ] :: [ BEGIN ] :: Running 'ip netns exec server ip route add 1.1.1.0/24 dev ipvlan_s' :: [ 16:55:43 ] :: [ PASS ] :: Command 'ip netns exec server ip route add 1.1.1.0/24 dev ipvlan_s' (Expected 0, got 0) :: [ 16:55:43 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 route add 1111::/64 dev ipvlan_s' :: [ 16:55:43 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 route add 1111::/64 dev ipvlan_s' (Expected 0, got 0) :: [ 16:55:43 ] :: [ 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.020 ms 64 bytes from 2.2.2.171: icmp_seq=2 ttl=64 time=0.057 ms 64 bytes from 2.2.2.171: icmp_seq=3 ttl=64 time=0.062 ms 64 bytes from 2.2.2.171: icmp_seq=4 ttl=64 time=0.063 ms 64 bytes from 2.2.2.171: icmp_seq=5 ttl=64 time=0.050 ms --- 2.2.2.171 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4138ms rtt min/avg/max/mdev = 0.020/0.050/0.063/0.015 ms :: [ 16:55:47 ] :: [ PASS ] :: Command 'ip netns exec client ping 2.2.2.171 -c 5' (Expected 0, got 0) :: [ 16:55:47 ] :: [ 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.023 ms 64 bytes from 2222::171: icmp_seq=2 ttl=64 time=0.067 ms 64 bytes from 2222::171: icmp_seq=3 ttl=64 time=0.064 ms 64 bytes from 2222::171: icmp_seq=4 ttl=64 time=0.062 ms 64 bytes from 2222::171: icmp_seq=5 ttl=64 time=0.073 ms --- 2222::171 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4139ms rtt min/avg/max/mdev = 0.023/0.057/0.073/0.017 ms :: [ 16:55:51 ] :: [ PASS ] :: Command 'ip netns exec client ping6 2222::171 -c 5' (Expected 0, got 0) :: [ 16:55:51 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link set ipvlan_c type ipvlan mode l2' :: [ 16:55:51 ] :: [ PASS ] :: Command 'ip netns exec client ip link set ipvlan_c type ipvlan mode l2' (Expected 0, got 0) :: [ 16:55:51 ] :: [ BEGIN ] :: Running 'ip netns exec server ethtool -K ipvlan_s gso on gro on' Actual changes: tx-generic-segmentation: off [requested on] :: [ 16:55:51 ] :: [ PASS ] :: Command 'ip netns exec server ethtool -K ipvlan_s gso on gro on' (Expected 0, got 0) :: [ 16:55:51 ] :: [ 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] :: [ 16:55:51 ] :: [ 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.028 ms --- 2.2.2.171 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.028/0.028/0.028/0.000 ms :: [ 16:55:51 ] :: [ 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.050 ms --- 2.2.2.171 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1042ms rtt min/avg/max/mdev = 0.007/0.028/0.050/0.021 ms :: [ 16:55:52 ] :: [ 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.046 ms --- 2222::171 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.046/0.046/0.046/0.000 ms :: [ 16:55: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.007 ms 64 bytes from 2222::171: icmp_seq=2 ttl=64 time=0.089 ms --- 2222::171 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1016ms rtt min/avg/max/mdev = 0.007/0.048/0.089/0.041 ms :: [ 16:55:53 ] :: [ PASS ] :: Command 'ip netns exec client ping6 2222::171 -c 2' (Expected 0, got 0) :: [ 16:55:53 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link set ipvlan_c type ipvlan mode l3s' :: [ 16:55:53 ] :: [ PASS ] :: Command 'ip netns exec client ip link set ipvlan_c type ipvlan mode l3s' (Expected 0, got 0) :: [ 16:55:53 ] :: [ BEGIN ] :: Running 'ip netns exec server ethtool -K ipvlan_s gso on gro on' Actual changes: tx-generic-segmentation: off [requested on] :: [ 16:55:53 ] :: [ PASS ] :: Command 'ip netns exec server ethtool -K ipvlan_s gso on gro on' (Expected 0, got 0) :: [ 16:55:53 ] :: [ 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] :: [ 16:55:53 ] :: [ 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.019 ms --- 2.2.2.171 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.019/0.019/0.019/0.000 ms :: [ 16:55:53 ] :: [ 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.005 ms 64 bytes from 2.2.2.171: icmp_seq=2 ttl=64 time=0.047 ms --- 2.2.2.171 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1044ms rtt min/avg/max/mdev = 0.005/0.026/0.047/0.021 ms :: [ 16:55:54 ] :: [ 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.024 ms --- 2222::171 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.024/0.024/0.024/0.000 ms :: [ 16:55:54 ] :: [ 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.008 ms 64 bytes from 2222::171: icmp_seq=2 ttl=64 time=0.074 ms --- 2222::171 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1017ms rtt min/avg/max/mdev = 0.008/0.041/0.074/0.033 ms :: [ 16:55:55 ] :: [ PASS ] :: Command 'ip netns exec client ping6 2222::171 -c 2' (Expected 0, got 0) :: [ 16:55:55 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link set ipvlan_c netns 1' :: [ 16:55:55 ] :: [ PASS ] :: Command 'ip netns exec client ip link set ipvlan_c netns 1' (Expected 0, got 0) :: [ 16:55:55 ] :: [ BEGIN ] :: Running 'ip netns del client' :: [ 16:55:55 ] :: [ PASS ] :: Command 'ip netns del client' (Expected 0, got 0) :: [ 16:55:55 ] :: [ BEGIN ] :: Running 'ip netns del server' :: [ 16:55:55 ] :: [ PASS ] :: Command 'ip netns del server' (Expected 0, got 0) :: [ 16:55:55 ] :: [ BEGIN ] :: Running 'ip link del ipvlan_c' :: [ 16:55:55 ] :: [ PASS ] :: Command 'ip link del ipvlan_c' (Expected 0, got 0) :: [ 16:55:55 ] :: [ BEGIN ] :: Running 'ip link del ipvlan_s' Cannot find device "ipvlan_s" :: [ 16:55:55 ] :: [ PASS ] :: Command 'ip link del ipvlan_s' (Expected 0-255, got 1) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 13s :: 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 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 16:55:56 ] :: [ LOG ] :: Phases fingerprint: GpTeNtEf :: [ 16:55:56 ] :: [ LOG ] :: Asserts fingerprint: gKdknV4F Uploading journal.xml .done :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 15s :: Phases: 3 good, 0 bad :: OVERALL RESULT: PASS (networking/vnic/ipvlan/basic)