We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
edge-x86-9to9 test is failing in RHEL-9.6
�[1;32mInstall RHEL9 Edge via anaconda on BIOS VM�[0m + sudo virt-install --initrd-inject=/tmp/tmp.pwbmzvyJ6K/ks.cfg '--extra-args=inst.ks=file:/ks.cfg console=ttyS0,115200' --name=ostree-8to9-6876b8db-0ce5-4c0e-aaa4-936561868752-bios --disk path=/var/lib/libvirt/images/ostree-8to9-6876b8db-0ce5-4c0e-aaa4-936561868752-bios.qcow2,format=qcow2 --ram 3072 --vcpus 2 --network network=integration,mac=34:49:22:B0:83:30 --os-type linux --os-variant rhel9-unknown --location http://hidden/rhel-9/nightly/RHEL-9/latest-RHEL-9.6.0/compose/BaseOS/x86_64/os/ --nographics --noautoconsole --wait=-1 --noreboot WARNING --os-type is deprecated and does nothing. Please stop using it. Starting install... Retrieving 'vmlinuz' | 14 MB 00:00 Retrieving 'initrd.img' 31% [===== ] 11 MB/s | 48 MB 00:09 ETA Retrieving 'initrd.img' 64% [==========- ] 20 MB/s | 98 MB 00:02 ETA Retrieving 'initrd.img' 97% [================-] 29 MB/s | 148 MB 00:00 ETA Retrieving 'initrd.img' | 151 MB 00:00 Creating domain... | 00:00 Domain is still running. Installation may be in progress. Waiting for the installation to complete. Domain has shutdown. Continuing. Domain creation completed. You can restart your domain by running: virsh --connect qemu:///system start ostree-8to9-6876b8db-0ce5-4c0e-aaa4-936561868752-bios + greenprint 'Start VM' + echo -e '\033[1;32mStart VM\033[0m' �[1;32mStart VM�[0m + sudo virsh start ostree-8to9-6876b8db-0ce5-4c0e-aaa4-936561868752-bios Domain 'ostree-8to9-6876b8db-0ce5-4c0e-aaa4-936561868752-bios' started + greenprint '🛃 Checking for SSH is ready to go' + echo -e '\033[1;32m🛃 Checking for SSH is ready to go\033[0m' �[1;32m🛃 Checking for SSH is ready to go�[0m ++ seq 0 30 + for _ in $(seq 0 30) ++ wait_for_ssh_up 192.168.100.50 +++ sudo ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectTimeout=5 -i key/ostree_key admin@192.168.100.50 '/bin/bash -c "echo -n READY"' ssh: connect to host 192.168.100.50 port 22: No route to host ++ SSH_STATUS= ++ [[ '' == READY ]] ++ echo 0 + RESULTS=0 + [[ 0 == 1 ]] + sleep 10 ... + for _ in $(seq 0 30) ++ wait_for_ssh_up 192.168.100.50 +++ sudo ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectTimeout=5 -i key/ostree_key admin@192.168.100.50 '/bin/bash -c "echo -n READY"' ssh: connect to host 192.168.100.50 port 22: No route to host ++ SSH_STATUS= ++ [[ '' == READY ]] ++ echo 0 + RESULTS=0 + [[ 0 == 1 ]] + sleep 10 + check_result + greenprint 'Checking for test result' + echo -e '\033[1;32mChecking for test result\033[0m' �[1;32mChecking for test result�[0m + [[ 0 == 1 ]] + greenprint '❌ Failed' + echo -e '\033[1;32m❌ Failed\033[0m' �[1;32m❌ Failed�[0m + clean_up + greenprint '🧼 Cleaning up' + echo -e '\033[1;32m🧼 Cleaning up\033[0m' �[1;32m🧼 Cleaning up�[0m ++ sudo virsh domstate ostree-8to9-6876b8db-0ce5-4c0e-aaa4-936561868752-bios + [[ running == \r\u\n\n\i\n\g ]] + sudo virsh destroy ostree-8to9-6876b8db-0ce5-4c0e-aaa4-936561868752-bios Domain 'ostree-8to9-6876b8db-0ce5-4c0e-aaa4-936561868752-bios' destroyed + sudo virsh undefine ostree-8to9-6876b8db-0ce5-4c0e-aaa4-936561868752-bios Domain 'ostree-8to9-6876b8db-0ce5-4c0e-aaa4-936561868752-bios' has been undefined + sudo virsh vol-delete --pool images ostree-8to9-6876b8db-0ce5-4c0e-aaa4-936561868752-bios.qcow2 Vol ostree-8to9-6876b8db-0ce5-4c0e-aaa4-936561868752-bios.qcow2 deleted ++ sudo virsh domstate ostree-8to9-6876b8db-0ce5-4c0e-aaa4-936561868752-uefi error: failed to get domain 'ostree-8to9-6876b8db-0ce5-4c0e-aaa4-936561868752-uefi' + [[ '' == \r\u\n\n\i\n\g ]] + sudo virsh undefine ostree-8to9-6876b8db-0ce5-4c0e-aaa4-936561868752-uefi --nvram error: failed to get domain 'ostree-8to9-6876b8db-0ce5-4c0e-aaa4-936561868752-uefi' Maximum test time '150m' exceeded. Adjust the test 'duration' attribute if necessary. https://tmt.readthedocs.io/en/stable/spec/tests.html#duration
The text was updated successfully, but these errors were encountered:
Filed JIRA bug for this issue:
https://issues.redhat.com/browse/RHEL-82679
Sorry, something went wrong.
No branches or pull requests
edge-x86-9to9 test is failing in RHEL-9.6
The text was updated successfully, but these errors were encountered: