Skip to content

RHCOS 4.11 s390x: failing tests (networking, reboot, kdump) #703

@miabbott

Description

@miabbott

Seeing failures in:

  • ext.config.shared.networking.mtu-on-bond-ignition
  • ext.config.shared.networking.force-persist-ip
  • ext.config.shared.networking.prefer-ignition-networking
  • ext.config.shared.reboot
  • ext.config.shared.kdump.crash
Details
systemctl status kola-runext.service:
��� kola-runext.service
   Loaded: loaded (/etc/systemd/system/kola-runext.service; static; vendor preset: disabled)
   Active: failed (Result: exit-code) since Thu 2022-02-03 20:13:05 UTC; 1s ago
  Process: 1786 ExecStart=/usr/local/bin/kola-runext-mtu-on-bond-kargs (code=exited, status=10)
 Main PID: 1786 (code=exited, status=10)

Feb 03 20:13:05 localhost systemd[1]: Started kola-runext.service.
Feb 03 20:13:05 localhost kola-runext-mtu-on-bond-kargs[1786]: + . /var/opt/kola/extdata/commonlib.sh
Feb 03 20:13:05 localhost kola-runext-mtu-on-bond-kargs[1786]: + bond=bond0
Feb 03 20:13:05 localhost kola-runext-mtu-on-bond-kargs[1786]: + vlan=bond0.100
Feb 03 20:13:05 localhost kola-runext-mtu-on-bond-kargs[1786]: + for interface in $bond $vlan
Feb 03 20:13:05 localhost kola-runext-mtu-on-bond-kargs[1786]: + mtu=
Feb 03 20:13:05 localhost kola-runext-mtu-on-bond-kargs[1786]: ++ nmcli -g 802-3-ethernet.mtu connection show bond0
Feb 03 20:13:05 localhost kola-runext-mtu-on-bond-kargs[1786]: Error: bond0 - no such connection profile.
Feb 03 20:13:05 localhost kola-runext-mtu-on-bond-kargs[1786]: + mtu=
Feb 03 20:13:05 localhost systemd[1]: kola-runext.service: Main process exited, code=exited, status=10/n/a
Feb 03 20:13:05 localhost systemd[1]: kola-runext.service: Failed with result 'exit-code'.
--- FAIL: ext.config.shared.networking.mtu-on-bond-kargs (31.25s)
        harness.go:902: kolet failed: : kolet run-test-unit failed: Error: Unit kola-runext.service exited with code 10
2022-02-03T20:13:06Z cli: Unit kola-runext.service exited with code 10: Process exited with status 1

systemctl status kola-runext.service:
��� kola-runext.service
   Loaded: loaded (/etc/systemd/system/kola-runext.service; static; vendor preset: disabled)
   Active: failed (Result: exit-code) since Thu 2022-02-03 20:16:23 UTC; 1s ago
  Process: 1816 ExecStart=/usr/local/bin/kola-runext-test.sh (code=exited, status=1/FAILURE)
 Main PID: 1816 (code=exited, status=1/FAILURE)

Feb 03 20:16:23 localhost systemd[1]: Started kola-runext.service.
Feb 03 20:16:23 localhost kola-runext-test.sh[1816]: + . /var/opt/kola/extdata/commonlib.sh
Feb 03 20:16:23 localhost kola-runext-test.sh[1816]: + bond=bond0
Feb 03 20:16:23 localhost kola-runext-test.sh[1816]: + vlan=bond0.100
Feb 03 20:16:23 localhost kola-runext-test.sh[1816]: + for interface in $bond $vlan
Feb 03 20:16:23 localhost kola-runext-test.sh[1816]: + mtu=
Feb 03 20:16:23 localhost kola-runext-test.sh[1816]: ++ nmcli -g 802-3-ethernet.mtu connection show bond0
Feb 03 20:16:23 localhost kola-runext-test.sh[1816]: + mtu=9000
Feb 03 20:16:23 localhost kola-runext-test.sh[1816]: + '[' 9000 '!=' 9000 ']'
Feb 03 20:16:23 localhost kola-runext-test.sh[1816]: + ok 'bond0 mtu is correct'
Feb 03 20:16:23 localhost kola-runext-test.sh[1816]: + echo ok 'bond0 mtu is correct'
Feb 03 20:16:23 localhost kola-runext-test.sh[1816]: ok bond0 mtu is correct
Feb 03 20:16:23 localhost kola-runext-test.sh[1816]: + for interface in $bond $vlan
Feb 03 20:16:23 localhost kola-runext-test.sh[1816]: + mtu=
Feb 03 20:16:23 localhost kola-runext-test.sh[1816]: ++ nmcli -g 802-3-ethernet.mtu connection show bond0.100
Feb 03 20:16:23 localhost kola-runext-test.sh[1816]: + mtu=9000
Feb 03 20:16:23 localhost kola-runext-test.sh[1816]: + '[' 9000 '!=' 9000 ']'
Feb 03 20:16:23 localhost kola-runext-test.sh[1816]: + ok 'bond0.100 mtu is correct'
Feb 03 20:16:23 localhost kola-runext-test.sh[1816]: + echo ok 'bond0.100 mtu is correct'
Feb 03 20:16:23 localhost kola-runext-test.sh[1816]: ok bond0.100 mtu is correct
Feb 03 20:16:23 localhost kola-runext-test.sh[1816]: ++ get_ipv4_for_nic bond0.100
Feb 03 20:16:23 localhost kola-runext-test.sh[1816]: ++ local nic_name=bond0.100
Feb 03 20:16:23 localhost kola-runext-test.sh[1816]: +++ jq -r '.[0].addr_info | map(select(.family == "inet")) | .[0].local'
Feb 03 20:16:23 localhost kola-runext-test.sh[1816]: +++ ip -j addr show bond0.100
Feb 03 20:16:23 localhost kola-runext-test.sh[1816]: ++ local ip=null
Feb 03 20:16:23 localhost kola-runext-test.sh[1816]: ++ '[' -z null ']'
Feb 03 20:16:23 localhost kola-runext-test.sh[1816]: ++ echo null
Feb 03 20:16:23 localhost kola-runext-test.sh[1816]: + nic_ip=null
Feb 03 20:16:23 localhost kola-runext-test.sh[1816]: + '[' null '!=' 10.10.10.10 ']'
Feb 03 20:16:23 localhost kola-runext-test.sh[1816]: + fatal 'Error: get bond0.100 ip = null, expected is 10.10.10.10'
Feb 03 20:16:23 localhost kola-runext-test.sh[1816]: + echo 'Error: get bond0.100 ip = null, expected is 10.10.10.10'
Feb 03 20:16:23 localhost kola-runext-test.sh[1816]: Error: get bond0.100 ip = null, expected is 10.10.10.10
Feb 03 20:16:23 localhost kola-runext-test.sh[1816]: + exit 1
Feb 03 20:16:23 localhost systemd[1]: kola-runext.service: Main process exited, code=exited, status=1/FAILURE
Feb 03 20:16:23 localhost systemd[1]: kola-runext.service: Failed with result 'exit-code'.
--- FAIL: ext.config.shared.networking.mtu-on-bond-ignition (28.68s)
        harness.go:902: kolet failed: : kolet run-test-unit failed: Error: Unit kola-runext.service exited with code 1

systemctl status kola-runext.service:
��� kola-runext.service
   Loaded: loaded (/etc/systemd/system/kola-runext.service; static; vendor preset: disabled)
   Active: failed (Result: exit-code) since Thu 2022-02-03 20:17:20 UTC; 1s ago
  Process: 1750 ExecStart=/usr/local/bin/kola-runext-test.sh (code=exited, status=1/FAILURE)
 Main PID: 1750 (code=exited, status=1/FAILURE)

Feb 03 20:17:20 localhost systemd[1]: Started kola-runext.service.
Feb 03 20:17:20 localhost kola-runext-test.sh[1750]: + . /var/opt/kola/extdata/commonlib.sh
Feb 03 20:17:20 localhost kola-runext-test.sh[1750]: + nic_name=eth1
Feb 03 20:17:20 localhost kola-runext-test.sh[1750]: ++ get_ipv4_for_nic eth1
Feb 03 20:17:20 localhost kola-runext-test.sh[1750]: ++ local nic_name=eth1
Feb 03 20:17:20 localhost kola-runext-test.sh[1750]: +++ jq -r '.[0].addr_info | map(select(.family == "inet")) | .[0].local'
Feb 03 20:17:20 localhost kola-runext-test.sh[1750]: +++ ip -j addr show eth1
Feb 03 20:17:20 localhost kola-runext-test.sh[1750]: Device "eth1" does not exist.
Feb 03 20:17:20 localhost kola-runext-test.sh[1750]: ++ local ip=
Feb 03 20:17:20 localhost kola-runext-test.sh[1750]: ++ '[' -z '' ']'
Feb 03 20:17:20 localhost kola-runext-test.sh[1750]: ++ echo 'Error: can not get ip for eth1'
Feb 03 20:17:20 localhost kola-runext-test.sh[1750]: ++ exit 1
Feb 03 20:17:20 localhost systemd[1]: kola-runext.service: Main process exited, code=exited, status=1/FAILURE
Feb 03 20:17:20 localhost kola-runext-test.sh[1750]: + nic_ip='Error: can not get ip for eth1'
Feb 03 20:17:20 localhost systemd[1]: kola-runext.service: Failed with result 'exit-code'.
--- FAIL: ext.config.shared.networking.force-persist-ip (28.68s)
        harness.go:902: kolet failed: : kolet run-test-unit failed: Error: Unit kola-runext.service exited with code 1
2022-02-03T20:17:21Z cli: Unit kola-runext.service exited with code 1: Process exited with status 1

systemctl status kola-runext.service:
��� kola-runext.service
   Loaded: loaded (/etc/systemd/system/kola-runext.service; static; vendor preset: disabled)
   Active: failed (Result: exit-code) since Thu 2022-02-03 20:20:30 UTC; 1s ago
  Process: 1750 ExecStart=/usr/local/bin/kola-runext-test.sh (code=exited, status=1/FAILURE)
 Main PID: 1750 (code=exited, status=1/FAILURE)

Feb 03 20:20:30 localhost systemd[1]: Started kola-runext.service.
Feb 03 20:20:30 localhost kola-runext-test.sh[1750]: + . /var/opt/kola/extdata/commonlib.sh
Feb 03 20:20:30 localhost kola-runext-test.sh[1750]: + nic_name=eth1
Feb 03 20:20:30 localhost kola-runext-test.sh[1750]: ++ get_ipv4_for_nic eth1
Feb 03 20:20:30 localhost kola-runext-test.sh[1750]: ++ local nic_name=eth1
Feb 03 20:20:30 localhost kola-runext-test.sh[1750]: +++ jq -r '.[0].addr_info | map(select(.family == "inet")) | .[0].local'
Feb 03 20:20:30 localhost kola-runext-test.sh[1750]: +++ ip -j addr show eth1
Feb 03 20:20:30 localhost kola-runext-test.sh[1750]: Device "eth1" does not exist.
Feb 03 20:20:30 localhost kola-runext-test.sh[1750]: ++ local ip=
Feb 03 20:20:30 localhost kola-runext-test.sh[1750]: ++ '[' -z '' ']'
Feb 03 20:20:30 localhost kola-runext-test.sh[1750]: ++ echo 'Error: can not get ip for eth1'
Feb 03 20:20:30 localhost kola-runext-test.sh[1750]: ++ exit 1
Feb 03 20:20:30 localhost systemd[1]: kola-runext.service: Main process exited, code=exited, status=1/FAILURE
Feb 03 20:20:30 localhost kola-runext-test.sh[1750]: + nic_ip='Error: can not get ip for eth1'
Feb 03 20:20:30 localhost systemd[1]: kola-runext.service: Failed with result 'exit-code'.
--- FAIL: ext.config.shared.networking.prefer-ignition-networking (29.02s)
        harness.go:902: kolet failed: : kolet run-test-unit failed: Error: Unit kola-runext.service exited with code 1
2022-02-03T20:20:31Z cli: Unit kola-runext.service exited with code 1: Process exited with status 1

systemctl status kola-runext.service:
��� kola-runext.service
   Loaded: loaded (/etc/systemd/system/kola-runext.service; static; vendor preset: disabled)
   Active: failed (Result: exit-code) since Thu 2022-02-03 20:25:01 UTC; 1s ago
  Process: 1736 ExecStart=/usr/local/bin/kola-runext-test.sh (code=exited, status=1/FAILURE)
 Main PID: 1736 (code=exited, status=1/FAILURE)

Feb 03 20:25:01 qemu0 systemd[1]: Started kola-runext.service.
Feb 03 20:25:01 qemu0 kola-runext-test.sh[1736]: + . /var/opt/kola/extdata/commonlib.sh
Feb 03 20:25:01 qemu0 kola-runext-test.sh[1736]: ++ findmnt -nvr /var -o SOURCE
Feb 03 20:25:01 qemu0 kola-runext-test.sh[1736]: + varsrc=/dev/vda4
Feb 03 20:25:01 qemu0 kola-runext-test.sh[1736]: ++ findmnt -nvr / -o SOURCE
Feb 03 20:25:01 qemu0 kola-runext-test.sh[1736]: + rootsrc=/dev/vda4
Feb 03 20:25:01 qemu0 kola-runext-test.sh[1736]: ++ realpath /dev/vda4
Feb 03 20:25:01 qemu0 kola-runext-test.sh[1736]: ++ realpath /dev/vda4
Feb 03 20:25:01 qemu0 kola-runext-test.sh[1736]: + [[ /dev/vda4 == /dev/vda4 ]]
Feb 03 20:25:01 qemu0 kola-runext-test.sh[1736]: + ok '/var is backed by rootfs'
Feb 03 20:25:01 qemu0 kola-runext-test.sh[1736]: + echo ok '/var is backed by rootfs'
Feb 03 20:25:01 qemu0 kola-runext-test.sh[1736]: ok /var is backed by rootfs
Feb 03 20:25:01 qemu0 kola-runext-test.sh[1736]: + grep -q What=/dev/disk/by-uuid
Feb 03 20:25:01 qemu0 kola-runext-test.sh[1736]: + systemctl cat boot.mount
Feb 03 20:25:01 qemu0 kola-runext-test.sh[1736]: + ok 'boot mounted by UUID'
Feb 03 20:25:01 qemu0 kola-runext-test.sh[1736]: + echo ok 'boot mounted by UUID'
Feb 03 20:25:01 qemu0 kola-runext-test.sh[1736]: ok boot mounted by UUID
Feb 03 20:25:01 qemu0 kola-runext-test.sh[1736]: + '[' -f /boot/.root_uuid ']'
Feb 03 20:25:01 qemu0 kola-runext-test.sh[1736]: + '[' -f /boot/grub2/bootuuid.cfg ']'
Feb 03 20:25:01 qemu0 systemd[1]: kola-runext.service: Main process exited, code=exited, status=1/FAILURE
Feb 03 20:25:01 qemu0 systemd[1]: kola-runext.service: Failed with result 'exit-code'.
=== RUN   non-exclusive-tests/ext.config.files.conntrack-tools
=== RUN   non-exclusive-tests/ext.config.version.rhaos-pkgs-match-openshift
--- FAIL: ext.config.shared.reboot (26.82s)
        harness.go:902: kolet failed: : kolet run-test-unit failed: Error: Unit kola-runext.service exited with code 1
2022-02-03T20:25:02Z cli: Unit kola-runext.service exited with code 1: Process exited with status 1

--- FAIL: ext.config.shared.kdump.crash (647.70s)
        harness.go:902: kolet failed: : Waiting for reboot: machine "82b4428b-d2e9-4d88-8c6b-bc909c4cc3cc" failed to start: ssh journalctl failed: time limit exceeded
        harness.go:101: TIMEOUT[10m0s]: ssh: journalctl -t kola-runext-crash

kola_artifacts.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions