+ export ORGANIZATION_ID ACCESS_TOKEN ARTIFACTORY_USER ARTIFACTORY_TOKEN ARTIFACTORY_SERVER + unset KUBERNETES_SERVICE_PORT_HTTPS + unset KUBERNETES_SERVICE_PORT + unset KUBERNETES_PORT_443_TCP + unset KUBERNETES_PORT_443_TCP_PROTO + unset KUBERNETES_PORT_443_TCP_ADDR + unset KUBERNETES_SERVICE_HOST + unset KUBERNETES_PORT + unset KUBERNETES_PORT_443_TCP_PORT + curl -sL https://mirror.openshift.com/pub/openshift-v4/amd64/clients/ocp/latest/openshift-client-linux.tar.gz + tar -C /tmp/bin.09Uk -xzvf - oc oc + oc whoami --show-console https://console-openshift-console.apps.ci-op-j3krwxw5-d119b.cspilp.interop.ccitredhat.com ++ oc get subscription.operators.coreos.com -n openshift-cnv -o 'jsonpath={.items[0].metadata.name}' + HCO_SUBSCRIPTION=kubevirt-hyperconverged + oc get sc NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE gp2-csi ebs.csi.aws.com Delete WaitForFirstConsumer true 152m gp3-csi (default) ebs.csi.aws.com Delete WaitForFirstConsumer true 152m ocs-storagecluster-ceph-rbd (default) openshift-storage.rbd.csi.ceph.com Delete Immediate true 101m ocs-storagecluster-ceph-rbd-virtualization openshift-storage.rbd.csi.ceph.com Delete Immediate true 36m ocs-storagecluster-cephfs openshift-storage.cephfs.csi.ceph.com Delete Immediate true 101m openshift-storage.noobaa.io openshift-storage.noobaa.io/obc Delete Immediate false 96m + setDefaultStorageClass ocs-storagecluster-ceph-rbd-virtualization + local storageclass_name=ocs-storagecluster-ceph-rbd-virtualization + oc get storageclass -o name + xargs '-trI{}' oc patch '{}' -p '{"metadata": {"annotations": {"storageclass.kubernetes.io/is-default-class": "false"}}}' oc patch storageclass.storage.k8s.io/gp2-csi -p '{"metadata": {"annotations": {"storageclass.kubernetes.io/is-default-class": "false"}}}' storageclass.storage.k8s.io/gp2-csi patched oc patch storageclass.storage.k8s.io/gp3-csi -p '{"metadata": {"annotations": {"storageclass.kubernetes.io/is-default-class": "false"}}}' storageclass.storage.k8s.io/gp3-csi patched oc patch storageclass.storage.k8s.io/ocs-storagecluster-ceph-rbd -p '{"metadata": {"annotations": {"storageclass.kubernetes.io/is-default-class": "false"}}}' storageclass.storage.k8s.io/ocs-storagecluster-ceph-rbd patched oc patch storageclass.storage.k8s.io/ocs-storagecluster-ceph-rbd-virtualization -p '{"metadata": {"annotations": {"storageclass.kubernetes.io/is-default-class": "false"}}}' storageclass.storage.k8s.io/ocs-storagecluster-ceph-rbd-virtualization patched oc patch storageclass.storage.k8s.io/ocs-storagecluster-cephfs -p '{"metadata": {"annotations": {"storageclass.kubernetes.io/is-default-class": "false"}}}' storageclass.storage.k8s.io/ocs-storagecluster-cephfs patched oc patch storageclass.storage.k8s.io/openshift-storage.noobaa.io -p '{"metadata": {"annotations": {"storageclass.kubernetes.io/is-default-class": "false"}}}' storageclass.storage.k8s.io/openshift-storage.noobaa.io patched + oc patch storageclass ocs-storagecluster-ceph-rbd-virtualization -p '{"metadata": {"annotations": {"storageclass.kubernetes.io/is-default-class": "true"}}}' storageclass.storage.k8s.io/ocs-storagecluster-ceph-rbd-virtualization patched + oc get sc NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE gp2-csi ebs.csi.aws.com Delete WaitForFirstConsumer true 152m gp3-csi ebs.csi.aws.com Delete WaitForFirstConsumer true 152m ocs-storagecluster-ceph-rbd openshift-storage.rbd.csi.ceph.com Delete Immediate true 101m ocs-storagecluster-ceph-rbd-virtualization (default) openshift-storage.rbd.csi.ceph.com Delete Immediate true 36m ocs-storagecluster-cephfs openshift-storage.cephfs.csi.ceph.com Delete Immediate true 101m openshift-storage.noobaa.io openshift-storage.noobaa.io/obc Delete Immediate false 96m + cnv::reimport_datavolumes + local dvnamespace=openshift-virtualization-os-images + echo '[DEBUG] Disable DataImportCron' [DEBUG] Disable DataImportCron + cnv::toggle_common_boot_image_import false + local status=false + oc patch hco kubevirt-hyperconverged -n openshift-cnv --type=merge -p '{"spec":{"enableCommonBootImageImport": false}}' hyperconverged.hco.kubevirt.io/kubevirt-hyperconverged patched + oc scale deployment hco-operator --replicas 1 -n openshift-cnv deployment.apps/hco-operator scaled + oc wait hco kubevirt-hyperconverged -n openshift-cnv --for=condition=Available --timeout=5m hyperconverged.hco.kubevirt.io/kubevirt-hyperconverged condition met + sleep 1 + oc wait dataimportcrons -n openshift-virtualization-os-images --all --for=delete + echo '[DEBUG] Delete all DataSources, DataVolumes, VolumeSnapshots and PVCs of CNV default volumes' [DEBUG] Delete all DataSources, DataVolumes, VolumeSnapshots and PVCs of CNV default volumes + oc delete datasources -n openshift-virtualization-os-images --selector=cdi.kubevirt.io/dataImportCron datasource.cdi.kubevirt.io "centos-stream10" deleted datasource.cdi.kubevirt.io "rhel10" deleted + oc delete datavolumes -n openshift-virtualization-os-images --selector=cdi.kubevirt.io/dataImportCron datavolume.cdi.kubevirt.io "centos-stream10-125a2fc85c32" deleted datavolume.cdi.kubevirt.io "centos-stream9-94865a10dc32" deleted datavolume.cdi.kubevirt.io "fedora-68ed96832eca" deleted datavolume.cdi.kubevirt.io "rhel10-c03936a065f2" deleted datavolume.cdi.kubevirt.io "rhel8-4ccd8b6aee47" deleted datavolume.cdi.kubevirt.io "rhel9-ab4ec16077fe" deleted + local retry_count=0 + local max_retries=10 + local interval=30 + [[ 0 -lt 10 ]] + echo 'Attempting to delete all volumesnapshots in namespace openshift-virtualization-os-images (Attempt 1 of 10)...' Attempting to delete all volumesnapshots in namespace openshift-virtualization-os-images (Attempt 1 of 10)... + oc delete volumesnapshots -n openshift-virtualization-os-images --selector=cdi.kubevirt.io/dataImportCron --timeout=30s --ignore-not-found No resources found + echo 'Successfully deleted all volumesnapshots' Successfully deleted all volumesnapshots + break + [[ 0 -ge 10 ]] + oc delete pvc -n openshift-virtualization-os-images --selector=cdi.kubevirt.io/dataImportCron persistentvolumeclaim "prime-3cf7c5f2-6072-4539-b7f0-3a8b4d74d5ca" deleted persistentvolumeclaim "prime-75b17da5-26d9-4061-a206-e4e1e56d9565" deleted persistentvolumeclaim "prime-81cc366f-b901-4b64-9872-0053ff6eed74" deleted persistentvolumeclaim "prime-dfb54a69-72a4-461b-9c1f-8db97388b997" deleted persistentvolumeclaim "prime-efcb17fb-3aa4-415f-ad8c-6347fc0a23b7" deleted persistentvolumeclaim "prime-f204d77a-35cc-4fef-bffe-53a8667860c1" deleted + echo '[DEBUG] Enable DataImportCron' [DEBUG] Enable DataImportCron + cnv::toggle_common_boot_image_import true + local status=true + oc patch hco kubevirt-hyperconverged -n openshift-cnv --type=merge -p '{"spec":{"enableCommonBootImageImport": true}}' hyperconverged.hco.kubevirt.io/kubevirt-hyperconverged patched + oc scale deployment hco-operator --replicas 1 -n openshift-cnv deployment.apps/hco-operator scaled + oc wait hco kubevirt-hyperconverged -n openshift-cnv --for=condition=Available --timeout=5m hyperconverged.hco.kubevirt.io/kubevirt-hyperconverged condition met + sleep 10 + echo '[DEBUG] Wait for DataImportCron to re-import volumes' [DEBUG] Wait for DataImportCron to re-import volumes + oc wait DataImportCron -n openshift-virtualization-os-images --all --for=condition=UpToDate --timeout=20m dataimportcron.cdi.kubevirt.io/centos-stream10-image-cron condition met dataimportcron.cdi.kubevirt.io/centos-stream9-image-cron condition met dataimportcron.cdi.kubevirt.io/fedora-image-cron condition met dataimportcron.cdi.kubevirt.io/rhel10-image-cron condition met dataimportcron.cdi.kubevirt.io/rhel8-image-cron condition met dataimportcron.cdi.kubevirt.io/rhel9-image-cron condition met + echo '[DEBUG] Printing persistent volume claims' [DEBUG] Printing persistent volume claims + oc get pvc -n openshift-virtualization-os-images NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS VOLUMEATTRIBUTESCLASS AGE rhel9-ab4ec16077fe Terminating pvc-86bfee04-a1ba-495e-9622-4d503112d156 30Gi RWX ocs-storagecluster-ceph-rbd-virtualization 73s + rc=0 + uv run --verbose --cache-dir /tmp/uv-cache pytest -s -o log_cli=true -o cache_dir=/tmp/pytest-cache --pytest-log-file /logs/artifacts/tests.log --data-collector --data-collector-output-dir=/logs/artifacts/ --junitxml /logs/artifacts/junit_results.xml --html=/logs/artifacts/report.html --self-contained-html --tb=native --tc default_storage_class:ocs-storagecluster-ceph-rbd-virtualization --tc default_volume_mode:Block --tc hco_subscription:kubevirt-hyperconverged --latest-rhel --storage-class-matrix=ocs-storagecluster-ceph-rbd-virtualization --leftovers-collector -m smoke DEBUG uv 0.9.12 DEBUG Acquired shared lock for `/tmp/uv-cache` DEBUG Found project root: `/openshift-virtualization-tests` DEBUG No workspace root found, using project root DEBUG Discovered project `openshift-virtualization-tests-4-21` at: /openshift-virtualization-tests DEBUG Acquired lock for `/openshift-virtualization-tests` DEBUG Using Python request `3.14` from explicit request DEBUG Checking for Python environment at: `.venv` DEBUG The project environment's Python version satisfies the request: `Python 3.14` DEBUG Released lock at `/tmp/uv-8040f6fbf2d03ad4.lock` DEBUG Skipping environment synchronization due to `--no-sync` DEBUG Using Python 3.14.0 interpreter at: /openshift-virtualization-tests/.venv/bin/python3 DEBUG Running `pytest -s -o log_cli=true -o cache_dir=/tmp/pytest-cache --pytest-log-file /logs/artifacts/tests.log --data-collector --data-collector-output-dir=/logs/artifacts/ --junitxml /logs/artifacts/junit_results.xml --html=/logs/artifacts/report.html --self-contained-html --tb=native --tc default_storage_class:ocs-storagecluster-ceph-rbd-virtualization --tc default_volume_mode:Block --tc hco_subscription:kubevirt-hyperconverged --latest-rhel --storage-class-matrix=ocs-storagecluster-ceph-rbd-virtualization --leftovers-collector -m smoke` DEBUG Spawned child 544 in process group 1 2025-11-26T05:59:05.068206 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-26T05:59:06.182859 pyhelper_utils.shell INFO Running Hide By User command 2025-11-26T05:59:06.182324 utilities.pytest_utils INFO Getting artifactory server information using cluster host url: https://api.ci-op-j3krwxw5-d119b.cspilp.interop.ccitredhat.com:6443 2025-11-26T05:59:06.182763 utilities.pytest_utils INFO Using user requested `ARTIFACTORY_SERVER` environment variable: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 2025-11-26T05:59:06.617324 utilities.bitwarden INFO Cache info stats for pulling secrets: CacheInfo(hits=0, misses=1, maxsize=None, currsize=0) 2025-11-26T05:59:06.757182 utilities.bitwarden INFO Cache info stats for getting specific secret: CacheInfo(hits=0, misses=1, maxsize=None, currsize=0) /openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/exceptions.py:91: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. self.headers = http_resp.getheaders() /openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/exceptions.py:91: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. self.headers = http_resp.getheaders() 2025-11-26T05:59:06.829828 ocp_resources Namespace INFO Create Namespace cnv-tests-run-in-progress-ns 2025-11-26T05:59:06.830009 ocp_resources Namespace INFO Posting {'apiVersion': 'v1', 'kind': 'Namespace', 'metadata': {'name': 'cnv-tests-run-in-progress-ns'}, 'spec': {}} 2025-11-26T05:59:06.848839 ocp_resources Namespace INFO Wait until Namespace cnv-tests-run-in-progress-ns is created 2025-11-26T05:59:06.849150 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait.lambda: self.exists) 2025-11-26T05:59:06.864719 timeout_sampler INFO Elapsed time: 0.00011372566223144531 [0:00:00.000114] 2025-11-26T05:59:06.864868 ocp_resources Namespace INFO Wait for Namespace cnv-tests-run-in-progress-ns status to be Active 2025-11-26T05:59:06.865128 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-26T05:59:06.874451 ocp_resources Namespace INFO Status of Namespace cnv-tests-run-in-progress-ns is Active 2025-11-26T05:59:06.874660 timeout_sampler INFO Elapsed time: 9.846687316894531e-05 [0:00:00.000098] 2025-11-26T05:59:06.874781 ocp_resources.resource INFO ResourceEdits: Updating data for resource Namespace cnv-tests-run-in-progress-ns --- [DuplicateFilter: Last log `Trying to get client via new_client_from_config` repeated 4 times] 2025-11-26T05:59:06.874875 ocp_resources Namespace INFO Update Namespace cnv-tests-run-in-progress-ns: {'metadata': {'labels': {'pod-security.kubernetes.io/enforce': 'privileged', 'security.openshift.io/scc.podSecurityLabelSync': 'false'}, 'name': 'cnv-tests-run-in-progress-ns'}} 2025-11-26T05:59:06.892695 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-26T05:59:06.901408 ocp_resources ConfigMap INFO Create ConfigMap cnv-tests-run-in-progress 2025-11-26T05:59:06.901583 ocp_resources ConfigMap INFO Posting {'apiVersion': 'v1', 'kind': 'ConfigMap', 'metadata': {'name': 'cnv-tests-run-in-progress', 'namespace': 'cnv-tests-run-in-progress-ns'}, 'data': '*******'} 2025-11-26T05:59:08.666006 ocp_resources.resource INFO kind: StorageClass api version: storage.k8s.io/v1 ============================= test session starts ============================== platform linux -- Python 3.14.0, pytest-9.0.1, pluggy-1.6.0 cachedir: /tmp/pytest-cache benchmark: 5.2.3 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000) rootdir: /openshift-virtualization-tests configfile: pytest.ini (WARNING: ignoring pytest config in pyproject.toml!) testpaths: tests plugins: anyio-4.11.0, benchmark-5.2.3, dependency-0.6.0, html-4.1.1, jira-0.3.22, metadata-3.1.1, mock-3.15.1, order-1.3.0, progress-1.4.0, repeat-0.9.4, testconfig-0.2.0 WARNING: cannot execute test relative to others: tests/infrastructure/instance_types/supported_os/test_centos_os.py::TestVMCreationAndValidation::test_create_vm[#centos.stream9#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_centos_os.py::TestVMCreationAndValidation::test_create_vm[#centos.stream9#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_centos_os.py::TestVMCreationAndValidation::test_create_vm[#centos.stream9#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_centos_os.py::TestVMCreationAndValidation::test_start_vm[#centos.stream9#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_centos_os.py::TestVMCreationAndValidation::test_start_vm[#centos.stream9#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_centos_os.py::TestVMCreationAndValidation::test_start_vm[#centos.stream9#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_centos_os.py::TestVMCreationAndValidation::test_start_vm[#centos.stream9#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_fedora_os.py::TestVMCreationAndValidation::test_create_vm[#fedora#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_fedora_os.py::TestVMCreationAndValidation::test_start_vm[#fedora#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_fedora_os.py::TestVMCreationAndValidation::test_start_vm[#fedora#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_fedora_os.py::TestVMCreationAndValidation::test_start_vm[#fedora#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_fedora_os.py::TestVMCreationAndValidation::test_start_vm[#fedora#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_fedora_os.py::TestVMCreationAndValidation::test_start_vm[#fedora#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_fedora_os.py::TestVMCreationAndValidation::test_start_vm[#fedora#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_fedora_os.py::TestVMCreationAndValidation::test_start_vm[#fedora#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_fedora_os.py::TestVMCreationAndValidation::test_start_vm[#fedora#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_rhel_os.py::TestVMCreationAndValidation::test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_rhel_os.py::TestVMCreationAndValidation::test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_rhel_os.py::TestVMCreationAndValidation::test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_rhel_os.py::TestVMCreationAndValidation::test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_rhel_os.py::TestVMCreationAndValidation::test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_rhel_os.py::TestVMCreationAndValidation::test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_rhel_os.py::TestVMCreationAndValidation::test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_rhel_os.py::TestVMCreationAndValidation::test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_rhel_os.py::TestVMCreationAndValidation::test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_rhel_os.py::TestVMCreationAndValidation::test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_rhel_os.py::TestVMCreationAndValidation::test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_rhel_os.py::TestVMMigrationAndState::test_migrate_vm[#ocs-storagecluster-ceph-rbd-virtualization#-#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_rhel_os.py::TestVMMigrationAndState::test_migrate_vm[#ocs-storagecluster-ceph-rbd-virtualization#-#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_rhel_os.py::TestVMMigrationAndState::test_migrate_vm[#ocs-storagecluster-ceph-rbd-virtualization#-#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]. collected 2110 items / 2088 deselected / 22 selected tests/infrastructure/instance_types/supported_os/test_rhel_os.py 2025-11-26 05:59:09,906 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 05:59:09,906 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-26 05:59:09,906 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-26 05:59:09,907 INFO sqlalchemy.engine.Engine PRAGMA temp.table_info("CnvTestTable") 2025-11-26 05:59:09,907 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-26T05:59:09.906178 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26 05:59:09,907 INFO sqlalchemy.engine.Engine CREATE TABLE "CnvTestTable" ( id INTEGER NOT NULL, test_name VARCHAR(500) NOT NULL, start_time INTEGER NOT NULL, PRIMARY KEY (id) ) 2025-11-26 05:59:09,908 INFO sqlalchemy.engine.Engine [no key 0.00020s] () 2025-11-26T05:59:09.906475 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-26T05:59:09.906591 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-26T05:59:09.907028 sqlalchemy.engine.Engine INFO PRAGMA temp.table_info("CnvTestTable") 2025-11-26T05:59:09.907146 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-26T05:59:09.907909 sqlalchemy.engine.Engine INFO CREATE TABLE "CnvTestTable" ( id INTEGER NOT NULL, test_name VARCHAR(500) NOT NULL, start_time INTEGER NOT NULL, PRIMARY KEY (id) )  2025-11-26T05:59:09.908099 sqlalchemy.engine.Engine INFO [no key 0.00020s] () 2025-11-26 05:59:09,929 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26 05:59:09,931 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 05:59:09,932 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26 05:59:09,932 INFO sqlalchemy.engine.Engine [generated in 0.00028s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1764136749) 2025-11-26T05:59:09.929433 sqlalchemy.engine.Engine INFO COMMIT 2025-11-26T05:59:09.929981 sqlalchemy.orm.mapper.Mapper INFO (CnvTestTable|CnvTestTable) _post_configure_properties() started 2025-11-26T05:59:09.930253 sqlalchemy.orm.mapper.Mapper INFO (CnvTestTable|CnvTestTable) initialize prop id 2025-11-26 05:59:09,933 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26T05:59:09.930703 sqlalchemy.orm.mapper.Mapper INFO (CnvTestTable|CnvTestTable) initialize prop test_name 2025-11-26T05:59:09.930868 sqlalchemy.orm.mapper.Mapper INFO (CnvTestTable|CnvTestTable) initialize prop start_time 2025-11-26T05:59:09.930988 sqlalchemy.orm.mapper.Mapper INFO (CnvTestTable|CnvTestTable) _post_configure_properties() complete 2025-11-26T05:59:09.931433 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26T05:59:09.932642 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26T05:59:09.932844 sqlalchemy.engine.Engine INFO [generated in 0.00028s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1764136749) 2025-11-26T05:59:09.933814 sqlalchemy.engine.Engine INFO COMMIT ------------------------ test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] ------------------------ -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-26T05:59:09.943200 ocp_resources.resource INFO Trying to get client via new_client_from_config --- [DuplicateFilter: Last log `kind: StorageClass api version: storage.k8s.io/v1` repeated 11 times] 2025-11-26T05:59:09.942811 conftest INFO Executing session fixture: admin_client 2025-11-26T05:59:09.951696 conftest INFO Executing session fixture: pytestconfig 2025-11-26T05:59:09.951889 conftest INFO Executing session fixture: installing_cnv 2025-11-26T05:59:09.952009 conftest INFO Executing session fixture: cnv_tests_utilities_namespace 2025-11-26T05:59:09.966792 ocp_resources Namespace INFO Create Namespace cnv-tests-utilities 2025-11-26T05:59:09.967192 ocp_resources Namespace INFO Posting {'apiVersion': 'v1', 'kind': 'Namespace', 'metadata': {'name': 'cnv-tests-utilities', 'labels': {'pod-security.kubernetes.io/enforce': 'privileged', 'security.openshift.io/scc.podSecurityLabelSync': 'false'}}, 'spec': {}} 2025-11-26T05:59:09.979296 ocp_resources Namespace INFO Wait for Namespace cnv-tests-utilities status to be Active 2025-11-26T05:59:09.979581 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-26T05:59:09.983227 ocp_resources Namespace INFO Status of Namespace cnv-tests-utilities is Active 2025-11-26T05:59:09.983493 timeout_sampler INFO Elapsed time: 0.00012087821960449219 [0:00:00.000121] 2025-11-26T05:59:09.983829 conftest INFO Executing session fixture: skip_unprivileged_client 2025-11-26T05:59:09.984752 ocp_resources.resource INFO kind: OAuth api version: config.openshift.io/v1 2025-11-26T05:59:09.984020 conftest INFO Executing session fixture: identity_provider_config 2025-11-26T05:59:09.985838 ocp_resources.resource INFO kind: DaemonSet api version: apps/v1 2025-11-26T05:59:09.985041 conftest INFO Executing session fixture: leftovers_cleanup 2025-11-26T05:59:09.985135 tests.conftest INFO Checking for leftover resources 2025-11-26T05:59:10.006027 ocp_resources.resource INFO ResourceEdits: Updating data for resource OAuth cluster 2025-11-26T05:59:10.006171 ocp_resources OAuth INFO Update OAuth cluster: {'metadata': {'name': 'cluster'}, 'spec': {}} 2025-11-26T05:59:10.019926 conftest INFO Executing session fixture: artifactory_setup 2025-11-26T05:59:10.020097 tests.conftest INFO Checking for artifactory credentials: 2025-11-26T05:59:10.020287 conftest INFO Executing session fixture: os_path_environment 2025-11-26T05:59:10.020520 conftest INFO Executing session fixture: tmpdir_factory 2025-11-26T05:59:10.020677 conftest INFO Executing session fixture: bin_directory 2025-11-26T05:59:10.022251 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-26T05:59:10.021845 conftest INFO Executing session fixture: virtctl_binary 2025-11-26T05:59:10.030606 ocp_resources.resource INFO kind: ConsoleCLIDownload api version: console.openshift.io/v1 2025-11-26T05:59:10.053348 utilities.infra INFO Downloading archive using: url=https://hyperconverged-cluster-cli-download-openshift-cnv.apps.ci-op-j3krwxw5-d119b.cspilp.interop.ccitredhat.com/amd64/linux/virtctl.tar.gz 2025-11-26T05:59:10.219814 utilities.infra INFO Extract the downloaded archive. 2025-11-26T05:59:10.493089 utilities.infra INFO Downloaded file: ['virtctl'] 2025-11-26T05:59:10.500003 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-26T05:59:10.499566 conftest INFO Executing session fixture: oc_binary 2025-11-26T05:59:10.507701 ocp_resources.resource INFO kind: ConsoleCLIDownload api version: console.openshift.io/v1 2025-11-26T05:59:10.524107 utilities.infra INFO Downloading archive using: url=https://downloads-openshift-console.apps.ci-op-j3krwxw5-d119b.cspilp.interop.ccitredhat.com/amd64/linux/oc.tar 2025-11-26T05:59:11.401999 utilities.infra INFO Extract the downloaded archive. 2025-11-26T05:59:11.564578 utilities.infra INFO Downloaded file: ['oc'] 2025-11-26T05:59:11.595097 ocp_resources.resource INFO kind: ClusterVersion api version: config.openshift.io/v1 2025-11-26T05:59:11.594570 conftest INFO Executing session fixture: bin_directory_to_os_path 2025-11-26T05:59:11.594772 tests.conftest INFO Adding /tmp/pytest-kJrEVUHcNf69XohqB2tnCd/bin0 to $PATH 2025-11-26T05:59:11.594918 conftest INFO Executing session fixture: openshift_current_version 2025-11-26T05:59:11.604875 conftest INFO Executing session fixture: hco_namespace 2025-11-26T05:59:11.607862 conftest INFO Executing session fixture: csv_scope_session 2025-11-26T05:59:11.624345 ocp_resources.resource INFO kind: Subscription api version: operators.coreos.com/v1alpha1 2025-11-26T05:59:11.631047 ocp_resources.resource INFO kind: ClusterServiceVersion api version: operators.coreos.com/v1alpha1 2025-11-26T05:59:11.655496 conftest INFO Executing session fixture: cnv_current_version 2025-11-26T05:59:11.680019 ocp_resources.resource INFO kind: Subscription api version: operators.coreos.com/v1alpha1 2025-11-26T05:59:11.679732 conftest INFO Executing session fixture: cnv_subscription_scope_session 2025-11-26T05:59:11.684452 conftest INFO Executing session fixture: hco_image 2025-11-26T05:59:11.688133 ocp_resources.resource INFO kind: CatalogSource api version: operators.coreos.com/v1alpha1 2025-11-26T05:59:11.695733 ocp_resources.resource INFO kind: StorageClass api version: storage.k8s.io/v1 2025-11-26T05:59:11.695580 conftest INFO Executing session fixture: cluster_storage_classes 2025-11-26T05:59:11.699739 ocp_resources.resource INFO kind: ClusterServiceVersion api version: operators.coreos.com/v1alpha1 2025-11-26T05:59:11.699424 conftest INFO Executing session fixture: ocs_storage_class 2025-11-26T05:59:11.699590 conftest INFO Executing session fixture: ocs_current_version 2025-11-26T05:59:11.711713 conftest INFO Executing session fixture: kubevirt_resource_scope_session 2025-11-26T05:59:11.727857 ocp_resources.resource INFO kind: KubeVirt api version: kubevirt.io/v1 2025-11-26T05:59:11.735058 ocp_resources.resource INFO kind: Network api version: config.openshift.io/v1 2025-11-26T05:59:11.734447 conftest INFO Executing session fixture: cluster_service_network 2025-11-26T05:59:11.738868 conftest INFO Executing session fixture: ipv6_supported_cluster 2025-11-26T05:59:11.739094 conftest INFO Executing session fixture: ipv4_supported_cluster 2025-11-26T05:59:11.739254 conftest INFO Executing session fixture: nodes 2025-11-26T05:59:11.757486 conftest INFO Executing session fixture: workers 2025-11-26T05:59:11.844081 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-26T05:59:11.843352 conftest INFO Executing session fixture: cnv_source 2025-11-26T05:59:11.843599 conftest INFO Executing session fixture: is_production_source 2025-11-26T05:59:11.843722 conftest INFO Executing session fixture: generated_pulled_secret 2025-11-26T05:59:11.870111 conftest INFO Executing session fixture: cnv_tests_utilities_service_account 2025-11-26T05:59:11.879447 ocp_resources ServiceAccount INFO Create ServiceAccount cnv-tests-sa 2025-11-26T05:59:11.879623 ocp_resources ServiceAccount INFO Posting {'apiVersion': 'v1', 'kind': 'ServiceAccount', 'metadata': {'name': 'cnv-tests-sa', 'namespace': 'cnv-tests-utilities'}} 2025-11-26T05:59:11.989545 timeout_sampler INFO Waiting for 10 seconds [0:00:10], retry every 1 seconds. (Function: utilities.virt._get_image_json Kwargs: {'cmd': 'oc image -o json info quay.io/openshift-cnv/qe-cnv-tests-net-util-container:centos-stream-9 --filter-by-os linux/amd64 --registry-config=/tmp/tmp6zh77tqg-cnv-tests-pull-secret/pull-secrets.json'}) 2025-11-26T05:59:11.989961 pyhelper_utils.shell INFO Running oc image -o json info quay.io/openshift-cnv/qe-cnv-tests-net-util-container:centos-stream-9 --filter-by-os linux/amd64 --registry-config=/tmp/tmp6zh77tqg-cnv-tests-pull-secret/pull-secrets.json command 2025-11-26T05:59:11.989225 conftest INFO Executing session fixture: utility_daemonset 2025-11-26T05:59:12.940758 timeout_sampler INFO Elapsed time: 0.0003457069396972656 [0:00:00.000346] 2025-11-26T05:59:12.967361 ocp_resources.resource INFO kind: DaemonSet api version: apps/v1 --- [DuplicateFilter: Last log `Trying to get client via new_client_from_config` repeated 2 times] 2025-11-26T05:59:12.974209 ocp_resources DaemonSet INFO Create DaemonSet utility 2025-11-26T05:59:12.974464 ocp_resources DaemonSet INFO Posting {'apiVersion': 'apps/v1', 'kind': 'DaemonSet', 'metadata': {'annotations': {'deprecated.daemonset.template.generation': '0'}, 'creationTimestamp': None, 'labels': {'cnv-test': 'utility', 'tier': 'node'}, 'name': 'utility', 'namespace': 'cnv-tests-utilities'}, 'spec': {'revisionHistoryLimit': 10, 'selector': {'matchLabels': {'cnv-test': 'utility', 'tier': 'node'}}, 'template': {'metadata': {'creationTimestamp': None, 'labels': {'cnv-test': 'utility', 'tier': 'node'}}, 'spec': {'containers': [{'command': ['/bin/bash', '-c', 'echo ok > /tmp/healthy && sleep INF'], 'image': 'quay.io/openshift-cnv/qe-cnv-tests-net-util-container:centos-stream-9@sha256:e4a1fec795f5ba1d39164a2b12d2820f31e4533be5799935224ef351273cf10a', 'imagePullPolicy': 'IfNotPresent', 'name': 'utility', 'readinessProbe': {'exec': {'command': ['cat', '/tmp/healthy']}, 'failureThreshold': 3, 'initialDelaySeconds': 5, 'periodSeconds': 5, 'successThreshold': 1, 'timeoutSeconds': 1}, 'resources': {'limits': {'cpu': '100m', 'memory': '50Mi'}, 'requests': {'cpu': '100m', 'memory': '50Mi'}}, 'securityContext': {'privileged': True, 'runAsUser': 0}, 'stdin': True, 'stdinOnce': True, 'terminationMessagePath': '/dev/termination-log', 'terminationMessagePolicy': 'File', 'tty': True, 'volumeMounts': [{'mountPath': '/host', 'name': 'host'}, {'mountPath': '/var/run/secrets/kubernetes.io/serviceaccount', 'name': 'kube-api-access-m5ch7', 'readOnly': True}, {'mountPath': '/host/run/openvswitch', 'name': 'ovs-run'}, {'mountPath': '/run/dbus/system_bus_socket', 'name': 'dbus-socket'}, {'mountPath': '/host/dev', 'name': 'dev'}, {'mountPath': '/host/etc', 'name': 'etc'}, {'mountPath': '/host/var', 'name': 'var'}]}], 'dnsPolicy': 'ClusterFirst', 'enableServiceLinks': True, 'hostNetwork': True, 'hostPID': True, 'imagePullSecrets': [{'name': 'default-dockercfg-xrlbh'}], 'preemptionPolicy': 'PreemptLowerPriority', 'priority': 0, 'restartPolicy': 'Always', 'schedulerName': 'default-scheduler', 'securityContext': {'privileged': True}, 'serviceAccount': 'cnv-tests-sa', 'serviceAccountName': 'cnv-tests-sa', 'terminationGracePeriodSeconds': 30, 'tolerations': [{'effect': 'NoSchedule', 'key': 'node-role.kubernetes.io/master', 'operator': 'Exists'}], 'volumes': [{'hostPath': {'path': '/', 'type': 'Directory'}, 'name': 'host'}, {'hostPath': {'path': '/run/openvswitch', 'type': ''}, 'name': 'ovs-run'}, {'hostPath': {'path': '/run/dbus/system_bus_socket', 'type': 'Socket'}, 'name': 'dbus-socket'}, {'hostPath': {'path': '/dev', 'type': 'Directory'}, 'name': 'dev'}, {'hostPath': {'path': '/etc', 'type': 'Directory'}, 'name': 'etc'}, {'hostPath': {'path': '/var', 'type': 'Directory'}, 'name': 'var'}, {'name': 'kube-api-access-m5ch7', 'projected': {'defaultMode': 420, 'sources': [{'serviceAccountToken': {'path': 'token'}}, {'configMap': {'items': [{'key': 'ca.crt', 'path': 'ca.crt'}], 'name': 'kube-root-ca.crt'}}, {'downwardAPI': {'items': [{'fieldRef': {'apiVersion': 'v1', 'fieldPath': 'metadata.namespace'}, 'path': 'namespace'}]}}, {'configMap': {'items': [{'key': 'service-ca.crt', 'path': 'service-ca.crt'}], 'name': 'openshift-service-ca.crt'}}]}}]}}, 'updateStrategy': {'type': 'OnDelete'}}} 2025-11-26T05:59:13.007843 ocp_resources DaemonSet INFO Wait for DaemonSet utility to deploy all desired pods 2025-11-26T05:59:13.008197 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: kubernetes.dynamic.client.get Kwargs: {'field_selector': 'metadata.name==utility', 'namespace': 'cnv-tests-utilities'}) 2025-11-26T05:59:29.192461 timeout_sampler INFO Elapsed time: 16.17978858947754 [0:00:16.179789] 2025-11-26T05:59:29.192858 conftest INFO Executing session fixture: workers_utility_pods 2025-11-26T05:59:29.283733 conftest INFO Executing session fixture: workers_type 2025-11-26T05:59:29.293504 ocp_resources Pod INFO Execute ['chroot', '/host', 'bash', '-c', 'systemd-detect-virt'] on utility-gng5f (ip-10-0-89-231.us-east-2.compute.internal) 2025-11-26T05:59:29.351243 tests.conftest INFO Cluster workers are: physical 2025-11-26T05:59:29.351719 conftest INFO Executing session fixture: nodes_cpu_architecture 2025-11-26T05:59:29.380694 pyhelper_utils.shell INFO Running virtctl --kubeconfig /tmp/kubeconfig-394288563 version command 2025-11-26T05:59:29.380511 conftest INFO Executing session fixture: cluster_info 2025-11-26T05:59:29.413037 ocp_resources.resource INFO kind: Network api version: config.openshift.io/v1 2025-11-26T05:59:29.416556 tests.conftest INFO Cluster info: Openshift version: 4.21.0-0.nightly-2025-11-22-193140 CNV version: 4.21.0 HCO image: brew.registry.redhat.io/rh-osbs/iib:1072960 OCS version: 4.19.7-rhodf CNI type: OVNKubernetes Workers type: physical Cluster CPU Architecture: amd64 IPv4 cluster: True IPv6 cluster: False Virtctl version: Client Version: version.Info{GitVersion:"v1.7.0-rc.0-42-g50b9b4d0cf", GitCommit:"50b9b4d0cf1caaf56147411a1e6765134e0e82b9", GitTreeState:"clean", BuildDate:"2025-11-23T10:57:26Z", GoVersion:"go1.24.6 (Red Hat 1.24.6-1.module+el8.10.0+23407+428597c7) X:strictfipsruntime", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{GitVersion:"v1.7.0-rc.0-42-g50b9b4d0cf", GitCommit:"50b9b4d0cf1caaf56147411a1e6765134e0e82b9", GitTreeState:"clean", BuildDate:"2025-11-23T11:06:40Z", GoVersion:"go1.24.6 (Red Hat 1.24.6-1.el9_6) X:strictfipsruntime", Compiler:"gc", Platform:"linux/amd64"}  2025-11-26T05:59:29.416902 conftest INFO Executing function fixture: term_handler_scope_function 2025-11-26T05:59:29.417099 conftest INFO Executing class fixture: term_handler_scope_class 2025-11-26T05:59:29.417234 conftest INFO Executing module fixture: term_handler_scope_module 2025-11-26T05:59:29.417347 conftest INFO Executing session fixture: term_handler_scope_session 2025-11-26T05:59:29.417543 conftest INFO Executing session fixture: record_testsuite_property 2025-11-26T05:59:29.417679 conftest INFO Executing session fixture: junitxml_polarion 2025-11-26T05:59:29.420706 conftest INFO Executing session fixture: cluster_storage_classes_names 2025-11-26T05:59:29.420863 conftest INFO Executing session fixture: junitxml_plugin 2025-11-26T05:59:29.421002 conftest INFO Executing session fixture: hyperconverged_resource_scope_session 2025-11-26T05:59:29.435195 ocp_resources.resource INFO kind: HyperConverged api version: hco.kubevirt.io/v1beta1 2025-11-26T05:59:29.440704 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. 2025-11-26T05:59:29.440311 conftest INFO Executing session fixture: cluster_sanity_scope_session 2025-11-26T05:59:29.440531 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2025-11-26T05:59:29.440598 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2025-11-26T05:59:29.440655 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2025-11-26T05:59:29.465346 ocp_utilities.infra INFO Verify all nodes are schedulable. 2025-11-26T05:59:29.489502 timeout_sampler INFO Waiting for 300 seconds [0:05:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2025-11-26T05:59:29.787918 timeout_sampler INFO Elapsed time: 0.00015878677368164062 [0:00:00.000159] 2025-11-26T05:59:29.788412 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 5 seconds. (Function: utilities.infra..lambda: dynamic_client.namespace.resource_kind.resource_name.list.get) 2025-11-26T05:59:29.788243 utilities.infra INFO Waiting for resource to stabilize: resource_kind=HyperConverged conditions={'Available': 'True', 'Progressing': 'False', 'ReconcileComplete': 'True', 'Degraded': 'False', 'Upgradeable': 'True'} sleep=600 consecutive_checks_count=3 2025-11-26T05:59:39.817001 timeout_sampler INFO Elapsed time: 10.01853084564209 [0:00:10.018531] 2025-11-26T05:59:39.817765 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. 2025-11-26T05:59:39.817445 conftest INFO Executing module fixture: cluster_sanity_scope_module 2025-11-26T05:59:39.817596 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2025-11-26T05:59:39.817658 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2025-11-26T05:59:39.817714 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2025-11-26T05:59:39.841852 ocp_utilities.infra INFO Verify all nodes are schedulable. 2025-11-26T05:59:39.868436 timeout_sampler INFO Waiting for 300 seconds [0:05:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2025-11-26T05:59:40.178940 timeout_sampler INFO Elapsed time: 0.00016570091247558594 [0:00:00.000166] 2025-11-26T05:59:40.179245 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 5 seconds. (Function: utilities.infra..lambda: dynamic_client.namespace.resource_kind.resource_name.list.get) 2025-11-26T05:59:40.179137 utilities.infra INFO Waiting for resource to stabilize: resource_kind=HyperConverged conditions={'Available': 'True', 'Progressing': 'False', 'ReconcileComplete': 'True', 'Degraded': 'False', 'Upgradeable': 'True'} sleep=600 consecutive_checks_count=3 2025-11-26T05:59:50.206594 timeout_sampler INFO Elapsed time: 10.018190860748291 [0:00:10.018191] 2025-11-26T05:59:50.207069 conftest INFO Executing session fixture: ssh_key_tmpdir_scope_session 2025-11-26T05:59:50.207818 conftest INFO Executing session fixture: generated_ssh_key_for_vm_access 2025-11-26T05:59:50.230973 conftest INFO Executing function fixture: autouse_fixtures 2025-11-26T05:59:50.231254 conftest INFO Executing session fixture: unprivileged_secret 2025-11-26T05:59:50.233657 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-26T05:59:50.241448 ocp_resources Secret INFO Create Secret htpass-secret-for-cnv-tests 2025-11-26T05:59:50.241618 ocp_resources Secret INFO Posting {'apiVersion': 'v1', 'kind': 'Secret', 'metadata': {'name': 'htpass-secret-for-cnv-tests', 'namespace': 'openshift-config'}, 'data': '*******'} 2025-11-26T05:59:50.266488 ocp_resources.resource INFO ResourceEdit: Backing up old data 2025-11-26T05:59:50.266242 conftest INFO Executing session fixture: identity_provider_with_htpasswd 2025-11-26T05:59:50.270487 ocp_resources.resource INFO ResourceEdits: Updating data for resource OAuth cluster 2025-11-26T05:59:50.270601 ocp_resources OAuth INFO Update OAuth cluster: {'metadata': {'name': 'cluster'}, 'spec': {'identityProviders': [{'name': 'htpasswd_provider', 'mappingMethod': 'claim', 'type': 'HTPasswd', 'htpasswd': {'fileData': {'name': 'htpass-secret-for-cnv-tests'}}}], 'tokenConfig': {'accessTokenMaxAgeSeconds': 604800, 'accessTokenInactivityTimeout': None}}} 2025-11-26T05:59:50.283753 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-26T05:59:50.291340 ocp_resources.resource INFO kind: Deployment api version: apps/v1 2025-11-26T05:59:50.313213 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: tests.conftest..lambda: dp.instance.status.conditions) 2025-11-26T05:59:50.313039 tests.conftest INFO Wait for oauth-openshift -> Type: Progressing -> Reason: ReplicaSetUpdated 2025-11-26T05:59:59.363994 timeout_sampler INFO Elapsed time: 9.045721054077148 [0:00:09.045721] 2025-11-26T05:59:59.364246 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: tests.conftest..lambda: dp.instance.status.conditions) 2025-11-26T05:59:59.364134 tests.conftest INFO Wait for oauth-openshift -> Type: Progressing -> Reason: NewReplicaSetAvailable 2025-11-26T06:00:53.641039 timeout_sampler INFO Elapsed time: 54.27017784118652 [0:00:54.270178] 2025-11-26T06:00:53.641462 conftest INFO Executing session fixture: kubeconfig_export_path 2025-11-26T06:00:53.641621 conftest INFO Executing session fixture: exported_kubeconfig 2025-11-26T06:00:53.641982 tests.conftest INFO Setting KUBECONFIG dir for this run to point to: /tmp/tmpzf0kk6fo-cnv-tests-kubeconfig 2025-11-26T06:00:53.642055 tests.conftest INFO Copy KUBECONFIG to /tmp/tmpzf0kk6fo-cnv-tests-kubeconfig/kubeconfig 2025-11-26T06:00:53.642572 tests.conftest INFO Set: KUBECONFIG=/tmp/tmpzf0kk6fo-cnv-tests-kubeconfig/kubeconfig 2025-11-26T06:00:53.642707 conftest INFO Executing session fixture: unprivileged_client 2025-11-26T06:00:53.731275 timeout_sampler INFO Waiting for 60 seconds [0:01:00], retry every 3 seconds. (Function: subprocess.Popen Kwargs: {'args': 'oc login https://api.ci-op-j3krwxw5-d119b.cspilp.interop.ccitredhat.com:6443 -u unprivileged-user -p unprivileged-password', 'shell': True, 'stdout': -1, 'stderr': -1}) 2025-11-26T06:00:53.730983 utilities.infra INFO Trying to login to account 2025-11-26T06:00:54.015265 timeout_sampler INFO Elapsed time: 0.00020742416381835938 [0:00:00.000207] 2025-11-26T06:00:54.015029 utilities.infra INFO Login - success 2025-11-26T06:00:54.024683 timeout_sampler INFO Waiting for 60 seconds [0:01:00], retry every 3 seconds. (Function: subprocess.Popen Kwargs: {'args': 'oc login https://api.ci-op-j3krwxw5-d119b.cspilp.interop.ccitredhat.com:6443 -u system:admin', 'shell': True, 'stdout': -1, 'stderr': -1}) 2025-11-26T06:00:54.024513 utilities.infra INFO Trying to login to account 2025-11-26T06:00:54.150089 timeout_sampler INFO Elapsed time: 0.00011014938354492188 [0:00:00.000110] 2025-11-26T06:00:54.150751 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-26T06:00:54.149862 utilities.infra INFO Login - success 2025-11-26T06:00:54.162427 conftest INFO Executing session fixture: golden_images_namespace 2025-11-26T06:00:54.166299 conftest INFO Executing session fixture: schedulable_nodes 2025-11-26T06:00:54.254069 conftest INFO Executing session fixture: cluster_node_cpus 2025-11-26T06:00:54.271171 conftest INFO Executing session fixture: cluster_common_modern_node_cpu 2025-11-26T06:00:54.271443 conftest INFO Executing session fixture: host_cpu_model 2025-11-26T06:00:54.288249 ocp_resources.resource INFO kind: ProjectRequest api version: project.openshift.io/v1 2025-11-26T06:00:54.288392 ocp_resources ProjectRequest INFO Create ProjectRequest instance-types-supported-os-test-rhel-os 2025-11-26T06:00:54.288630 ocp_resources ProjectRequest INFO Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'instance-types-supported-os-test-rhel-os'}} 2025-11-26T06:00:54.287299 conftest INFO Executing session fixture: modern_cpu_for_migration 2025-11-26T06:00:54.287462 utilities.cpu INFO Host model cpus for all nodes are same {'ip-10-0-121-133.us-east-2.compute.internal': 'Skylake-Server-IBRS', 'ip-10-0-36-227.us-east-2.compute.internal': 'Skylake-Server-IBRS', 'ip-10-0-89-231.us-east-2.compute.internal': 'Skylake-Server-IBRS'}. No common cpus are needed 2025-11-26T06:00:54.287650 conftest INFO Executing module fixture: namespace 2025-11-26T06:00:54.414926 ocp_resources.resource INFO kind: Project api version: project.openshift.io/v1 2025-11-26T06:00:54.415066 ocp_resources Project INFO Wait for Project instance-types-supported-os-test-rhel-os status to be Active 2025-11-26T06:00:54.415216 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-26T06:00:54.424894 ocp_resources Project INFO Status of Project instance-types-supported-os-test-rhel-os is Active 2025-11-26T06:00:54.425088 timeout_sampler INFO Elapsed time: 7.224082946777344e-05 [0:00:00.000072] 2025-11-26T06:00:54.433054 ocp_resources Namespace INFO Wait for Namespace instance-types-supported-os-test-rhel-os status to be Active 2025-11-26T06:00:54.433256 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-26T06:00:54.436044 ocp_resources Namespace INFO Status of Namespace instance-types-supported-os-test-rhel-os is Active 2025-11-26T06:00:54.436216 timeout_sampler INFO Elapsed time: 8.749961853027344e-05 [0:00:00.000087] 2025-11-26T06:00:54.436309 ocp_resources.resource INFO ResourceEdits: Updating data for resource Namespace instance-types-supported-os-test-rhel-os 2025-11-26T06:00:54.436408 ocp_resources Namespace INFO Update Namespace instance-types-supported-os-test-rhel-os: {'metadata': {'labels': None, 'name': 'instance-types-supported-os-test-rhel-os'}} 2025-11-26T06:00:54.452241 conftest INFO Executing module fixture: instance_type_rhel_os_matrix__module__ 2025-11-26T06:00:54.452502 conftest INFO Executing module fixture: storage_class_matrix__module__ 2025-11-26T06:00:54.452647 conftest INFO Executing module fixture: golden_image_rhel_vm_with_instance_type 2025-11-26T06:00:54.468981 ocp_resources.resource INFO kind: DataSource api version: cdi.kubevirt.io/v1beta1 2025-11-26T06:00:54.473697 ocp_resources.resource INFO kind: VolumeSnapshot api version: snapshot.storage.k8s.io/v1 E TEST: TestVMCreationAndValidation.test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] [setup] STATUS: ERROR _ ERROR at setup of TestVMCreationAndValidation.test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] _ Traceback (most recent call last): File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/ocp_resources/resource.py", line 1138, in retry_cluster_exceptions for sample in sampler: ^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/timeout_sampler/__init__.py", line 171, in __iter__ raise TimeoutExpiredError( self._get_exception_log(exp=last_exp), last_exp=last_exp, elapsed_time=elapsed_time ) timeout_sampler.TimeoutExpiredError: Timed Out: 10 Function: ocp_resources.resource._instance Last exception: ForbiddenError: 403 Reason: Forbidden HTTP response headers: HTTPHeaderDict({'Audit-Id': '7e61d661-8451-478f-a71f-0e9e86ffb53d', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'X-Content-Type-Options': 'nosniff', 'X-Kubernetes-Pf-Flowschema-Uid': '1cca9be8-563f-4687-8a1c-cacd49c7b20c', 'X-Kubernetes-Pf-Prioritylevel-Uid': '3d7ef5a7-99fd-4dd2-9181-3d3a7f69a42f', 'Date': 'Wed, 26 Nov 2025 06:00:54 GMT', 'Content-Length': '455'}) HTTP response body: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"volumesnapshots.snapshot.storage.k8s.io \\"rhel10-c03936a065f2\\" is forbidden: User \\"unprivileged-user\\" cannot get resource \\"volumesnapshots\\" in API group \\"snapshot.storage.k8s.io\\" in the namespace \\"openshift-virtualization-os-images\\"","reason":"Forbidden","details":{"name":"rhel10-c03936a065f2","group":"snapshot.storage.k8s.io","kind":"volumesnapshots"},"code":403}\n' Original traceback: File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 55, in inner resp = func(self, *args, **kwargs) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 277, in request api_response = self.client.call_api( path, ...<11 lines>... _request_timeout=params.get('_request_timeout') ) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 348, in call_api return self.__call_api(resource_path, method, ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ path_params, query_params, header_params, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<2 lines>... _return_http_data_only, collection_formats, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _preload_content, _request_timeout, _host) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 180, in __call_api response_data = self.request( method, url, query_params=query_params, headers=header_params, post_params=post_params, body=body, _preload_content=_preload_content, _request_timeout=_request_timeout) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 373, in request return self.rest_client.GET(url, ~~~~~~~~~~~~~~~~~~~~^^^^^ query_params=query_params, ^^^^^^^^^^^^^^^^^^^^^^^^^^ _preload_content=_preload_content, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _request_timeout=_request_timeout, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ headers=headers) ^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/rest.py", line 244, in GET return self.request("GET", url, ~~~~~~~~~~~~^^^^^^^^^^^^ headers=headers, ^^^^^^^^^^^^^^^^ _preload_content=_preload_content, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _request_timeout=_request_timeout, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ query_params=query_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/rest.py", line 238, in request raise ApiException(http_resp=r) . Elapsed time: 0.002336740493774414 [0:00:00.002337] The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/runner.py", line 353, in from_call result: TResult | None = func() ~~~~^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/runner.py", line 245, in lambda: runtest_hook(item=item, **kwds), ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_hooks.py", line 512, in __call__ return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_manager.py", line 120, in _hookexec return self._inner_hookexec(hook_name, methods, kwargs, firstresult) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 167, in _multicall raise exception File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) ~~~~~~~~~~~~~~^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/capture.py", line 895, in pytest_runtest_setup return (yield) ^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 121, in _multicall res = hook_impl.function(*args) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/runner.py", line 165, in pytest_runtest_setup item.session._setupstate.setup(item) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/runner.py", line 523, in setup col.setup() ~~~~~~~~~^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/python.py", line 1723, in setup self._request._fillfixtures() ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 707, in _fillfixtures item.funcargs[argname] = self.getfixturevalue(argname) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 539, in getfixturevalue fixturedef = self._get_active_fixturedef(argname) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 627, in _get_active_fixturedef fixturedef.execute(request=subrequest) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 1110, in execute result: FixtureValue = ihook.pytest_fixture_setup( ~~~~~~~~~~~~~~~~~~~~~~~~~~^ fixturedef=self, request=request ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_hooks.py", line 512, in __call__ return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_manager.py", line 120, in _hookexec return self._inner_hookexec(hook_name, methods, kwargs, firstresult) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 167, in _multicall raise exception File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) ~~~~~~~~~~~~~~^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 53, in run_old_style_hookwrapper return result.get_result() ~~~~~~~~~~~~~~~~~^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_result.py", line 103, in get_result raise exc.with_traceback(tb) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 38, in run_old_style_hookwrapper res = yield ^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) ~~~~~~~~~~~~~~^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/setuponly.py", line 36, in pytest_fixture_setup return (yield) ^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 121, in _multicall res = hook_impl.function(*args) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 1202, in pytest_fixture_setup result = call_fixture_func(fixturefunc, request, kwargs) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 915, in call_fixture_func fixture_result = fixturefunc(**kwargs) File "/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/conftest.py", line 40, in golden_image_rhel_vm_with_instance_type return golden_image_vm_with_instance_type( client=unprivileged_client, ...<4 lines>... data_source_name=instance_type_rhel_os_matrix__module__[os_name][DATA_SOURCE_NAME], ) File "/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/utils.py", line 22, in golden_image_vm_with_instance_type data_volume_template=data_volume_template_with_source_ref_dict( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ data_source=DataSource( ^^^^^^^^^^^^^^^^^^^^^^^ ...<4 lines>... storage_class=storage_class_name, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ), ^ File "/openshift-virtualization-tests/utilities/storage.py", line 567, in data_volume_template_with_source_ref_dict source_dict = data_source.source.instance.to_dict() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/ocp_resources/resource.py", line 1667, in instance return self.retry_cluster_exceptions(func=_instance) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/ocp_resources/resource.py", line 1143, in retry_cluster_exceptions raise exp.last_exp from exp File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/timeout_sampler/__init__.py", line 162, in __iter__ yield self.func(*self.func_args, **self.func_kwargs) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/ocp_resources/resource.py", line 1665, in _instance return self.api.get(name=self.name, namespace=self.namespace) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 112, in get return self.request('get', path, **kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 57, in inner raise api_exception(e) kubernetes.dynamic.exceptions.ForbiddenError: 403 Reason: Forbidden HTTP response headers: HTTPHeaderDict({'Audit-Id': '7e61d661-8451-478f-a71f-0e9e86ffb53d', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'X-Content-Type-Options': 'nosniff', 'X-Kubernetes-Pf-Flowschema-Uid': '1cca9be8-563f-4687-8a1c-cacd49c7b20c', 'X-Kubernetes-Pf-Prioritylevel-Uid': '3d7ef5a7-99fd-4dd2-9181-3d3a7f69a42f', 'Date': 'Wed, 26 Nov 2025 06:00:54 GMT', 'Content-Length': '455'}) HTTP response body: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"volumesnapshots.snapshot.storage.k8s.io \\"rhel10-c03936a065f2\\" is forbidden: User \\"unprivileged-user\\" cannot get resource \\"volumesnapshots\\" in API group \\"snapshot.storage.k8s.io\\" in the namespace \\"openshift-virtualization-os-images\\"","reason":"Forbidden","details":{"name":"rhel10-c03936a065f2","group":"snapshot.storage.k8s.io","kind":"volumesnapshots"},"code":403}\n' Original traceback: File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 55, in inner resp = func(self, *args, **kwargs) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 277, in request api_response = self.client.call_api( path, ...<11 lines>... _request_timeout=params.get('_request_timeout') ) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 348, in call_api return self.__call_api(resource_path, method, ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ path_params, query_params, header_params, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<2 lines>... _return_http_data_only, collection_formats, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _preload_content, _request_timeout, _host) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 180, in __call_api response_data = self.request( method, url, query_params=query_params, headers=header_params, post_params=post_params, body=body, _preload_content=_preload_content, _request_timeout=_request_timeout) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 373, in request return self.rest_client.GET(url, ~~~~~~~~~~~~~~~~~~~~^^^^^ query_params=query_params, ^^^^^^^^^^^^^^^^^^^^^^^^^^ _preload_content=_preload_content, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _request_timeout=_request_timeout, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ headers=headers) ^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/rest.py", line 244, in GET return self.request("GET", url, ~~~~~~~~~~~~^^^^^^^^^^^^ headers=headers, ^^^^^^^^^^^^^^^^ _preload_content=_preload_content, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _request_timeout=_request_timeout, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ query_params=query_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/rest.py", line 238, in request raise ApiException(http_resp=r) 2025-11-26 06:00:54,483 INFO sqlalchemy.engine.Engine BEGIN (implicit) Traceback (most recent call last): File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/ocp_resources/resource.py", line 1138, in retry_cluster_exceptions for sample in sampler: ^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/timeout_sampler/__init__.py", line 171, in __iter__ raise TimeoutExpiredError( self._get_exception_log(exp=last_exp), last_exp=last_exp, elapsed_time=elapsed_time ) timeout_sampler.TimeoutExpiredError: Timed Out: 10 Function: ocp_resources.resource._instance Last exception: ForbiddenError: 403 Reason: Forbidden HTTP response headers: HTTPHeaderDict({'Audit-Id': '7e61d661-8451-478f-a71f-0e9e86ffb53d', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'X-Content-Type-Options': 'nosniff', 'X-Kubernetes-Pf-Flowschema-Uid': '1cca9be8-563f-4687-8a1c-cacd49c7b20c', 'X-Kubernetes-Pf-Prioritylevel-Uid': '3d7ef5a7-99fd-4dd2-9181-3d3a7f69a42f', 'Date': 'Wed, 26 Nov 2025 06:00:54 GMT', 'Content-Length': '455'}) HTTP response body: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"volumesnapshots.snapshot.storage.k8s.io \\"rhel10-c03936a065f2\\" is forbidden: User \\"unprivileged-user\\" cannot get resource \\"volumesnapshots\\" in API group \\"snapshot.storage.k8s.io\\" in the namespace \\"openshift-virtualization-os-images\\"","reason":"Forbidden","details":{"name":"rhel10-c03936a065f2","group":"snapshot.storage.k8s.io","kind":"volumesnapshots"},"code":403}\n' Original traceback: File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 55, in inner resp = func(self, *args, **kwargs) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 277, in request api_response = self.client.call_api( path, ...<11 lines>... _request_timeout=params.get('_request_timeout') ) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 348, in call_api return self.__call_api(resource_path, method, ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ path_params, query_params, header_params, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<2 lines>... _return_http_data_only, collection_formats, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _preload_content, _request_timeout, _host) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 180, in __call_api response_data = self.request( method, url, query_params=query_params, headers=header_params, post_params=post_params, body=body, _preload_content=_preload_content, _request_timeout=_request_timeout) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 373, in request return self.rest_client.GET(url, ~~~~~~~~~~~~~~~~~~~~^^^^^ query_params=query_params, ^^^^^^^^^^^^^^^^^^^^^^^^^^ _preload_content=_preload_content, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _request_timeout=_request_timeout, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ headers=headers) ^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/rest.py", line 244, in GET return self.request("GET", url, ~~~~~~~~~~~~^^^^^^^^^^^^ headers=headers, ^^^^^^^^^^^^^^^^ _preload_content=_preload_content, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _request_timeout=_request_timeout, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ query_params=query_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/rest.py", line 238, in request raise ApiException(http_resp=r) . Elapsed time: 0.002336740493774414 [0:00:00.002337] The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/runner.py", line 353, in from_call result: TResult | None = func() ~~~~^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/runner.py", line 245, in lambda: runtest_hook(item=item, **kwds), ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_hooks.py", line 512, in __call__ return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_manager.py", line 120, in _hookexec return self._inner_hookexec(hook_name, methods, kwargs, firstresult) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 167, in _multicall raise exception File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) ~~~~~~~~~~~~~~^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/capture.py", line 895, in pytest_runtest_setup return (yield) ^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 121, in _multicall res = hook_impl.function(*args) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/runner.py", line 165, in pytest_runtest_setup item.session._setupstate.setup(item) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/runner.py", line 523, in setup col.setup() ~~~~~~~~~^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/python.py", line 1723, in setup self._request._fillfixtures() ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 707, in _fillfixtures item.funcargs[argname] = self.getfixturevalue(argname) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 539, in getfixturevalue fixturedef = self._get_active_fixturedef(argname) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 627, in _get_active_fixturedef fixturedef.execute(request=subrequest) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 1110, in execute result: FixtureValue = ihook.pytest_fixture_setup( ~~~~~~~~~~~~~~~~~~~~~~~~~~^ fixturedef=self, request=request ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_hooks.py", line 512, in __call__ return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_manager.py", line 120, in _hookexec return self._inner_hookexec(hook_name, methods, kwargs, firstresult) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 167, in _multicall raise exception File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) ~~~~~~~~~~~~~~^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 53, in run_old_style_hookwrapper return result.get_result() ~~~~~~~~~~~~~~~~~^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_result.py", line 103, in get_result raise exc.with_traceback(tb) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 38, in run_old_style_hookwrapper res = yield ^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) ~~~~~~~~~~~~~~^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/setuponly.py", line 36, in pytest_fixture_setup return (yield) ^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 121, in _multicall res = hook_impl.function(*args) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 1202, in pytest_fixture_setup result = call_fixture_func(fixturefunc, request, kwargs) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 915, in call_fixture_func fixture_result = fixturefunc(**kwargs) File "/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/conftest.py", line 40, in golden_image_rhel_vm_with_instance_type return golden_image_vm_with_instance_type( client=unprivileged_client, ...<4 lines>... data_source_name=instance_type_rhel_os_matrix__module__[os_name][DATA_SOURCE_NAME], ) File "/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/utils.py", line 22, in golden_image_vm_with_instance_type data_volume_template=data_volume_template_with_source_ref_dict( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ data_source=DataSource( ^^^^^^^^^^^^^^^^^^^^^^^ ...<4 lines>... storage_class=storage_class_name, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ), ^ File "/openshift-virtualization-tests/utilities/storage.py", line 567, in data_volume_template_with_source_ref_dict source_dict = data_source.source.instance.to_dict() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/ocp_resources/resource.py", line 1667, in instance return self.retry_cluster_exceptions(func=_instance) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/ocp_resources/resource.py", line 1143, in retry_cluster_exceptions raise exp.last_exp from exp File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/timeout_sampler/__init__.py", line 162, in __iter__ yield self.func(*self.func_args, **self.func_kwargs) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/ocp_resources/resource.py", line 1665, in _instance return self.api.get(name=self.name, namespace=self.namespace) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 112, in get return self.request('get', path, **kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 57, in inner raise api_exception(e) kubernetes.dynamic.exceptions.ForbiddenError: 403 Reason: Forbidden HTTP response headers: HTTPHeaderDict({'Audit-Id': '7e61d661-8451-478f-a71f-0e9e86ffb53d', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'X-Content-Type-Options': 'nosniff', 'X-Kubernetes-Pf-Flowschema-Uid': '1cca9be8-563f-4687-8a1c-cacd49c7b20c', 'X-Kubernetes-Pf-Prioritylevel-Uid': '3d7ef5a7-99fd-4dd2-9181-3d3a7f69a42f', 'Date': 'Wed, 26 Nov 2025 06:00:54 GMT', 'Content-Length': '455'}) HTTP response body: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"volumesnapshots.snapshot.storage.k8s.io \\"rhel10-c03936a065f2\\" is forbidden: User \\"unprivileged-user\\" cannot get resource \\"volumesnapshots\\" in API group \\"snapshot.storage.k8s.io\\" in the namespace \\"openshift-virtualization-os-images\\"","reason":"Forbidden","details":{"name":"rhel10-c03936a065f2","group":"snapshot.storage.k8s.io","kind":"volumesnapshots"},"code":403}\n' Original traceback: File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 55, in inner resp = func(self, *args, **kwargs) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 277, in request api_response = self.client.call_api( path, ...<11 lines>... _request_timeout=params.get('_request_timeout') ) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 348, in call_api return self.__call_api(resource_path, method, ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ path_params, query_params, header_params, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<2 lines>... _return_http_data_only, collection_formats, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _preload_content, _request_timeout, _host) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 180, in __call_api response_data = self.request( method, url, query_params=query_params, headers=header_params, post_params=post_params, body=body, _preload_content=_preload_content, _request_timeout=_request_timeout) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 373, in request return self.rest_client.GET(url, ~~~~~~~~~~~~~~~~~~~~^^^^^ query_params=query_params, ^^^^^^^^^^^^^^^^^^^^^^^^^^ _preload_content=_preload_content, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _request_timeout=_request_timeout, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ headers=headers) ^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/rest.py", line 244, in GET return self.request("GET", url, ~~~~~~~~~~~~^^^^^^^^^^^^ headers=headers, ^^^^^^^^^^^^^^^^ _preload_content=_preload_content, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _request_timeout=_request_timeout, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ query_params=query_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/rest.py", line 238, in request raise ApiException(http_resp=r) 2025-11-26 06:00:54,484 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-26 06:00:54,484 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-26T06:00:54.483088 conftest INFO Must-gather collection is enabled for /openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]. 2025-11-26T06:00:54.483986 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26T06:00:54.484254 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-26T06:00:54.484349 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-26 06:00:54,484 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26 06:00:54,485 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:00:54,487 INFO sqlalchemy.engine.Engine SELECT "CnvTestTable".start_time AS "CnvTestTable_start_time" FROM "CnvTestTable" WHERE "CnvTestTable".test_name = ? 2025-11-26 06:00:54,487 INFO sqlalchemy.engine.Engine [generated in 0.00019s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]',) 2025-11-26 06:00:54,487 INFO sqlalchemy.engine.Engine ROLLBACK 2025-11-26T06:00:54.484919 sqlalchemy.engine.Engine INFO COMMIT 2025-11-26T06:00:54.488037 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-26T06:00:54.485555 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26T06:00:54.487009 sqlalchemy.engine.Engine INFO SELECT "CnvTestTable".start_time AS "CnvTestTable_start_time" FROM "CnvTestTable" WHERE "CnvTestTable".test_name = ? 2025-11-26T06:00:54.487142 sqlalchemy.engine.Engine INFO [generated in 0.00019s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]',) 2025-11-26T06:00:54.487607 sqlalchemy.engine.Engine INFO ROLLBACK 2025-11-26T06:00:54.514171 ocp_resources.resource INFO kind: Subscription api version: operators.coreos.com/v1alpha1 2025-11-26T06:00:54.559270 utilities.data_collector INFO Collecting cnv-must gather using CSV: kubevirt-hyperconverged-operator.v4.21.0 2025-11-26T06:00:54.583749 pyhelper_utils.shell INFO Running oc adm must-gather --dest-dir=/logs/artifacts/tests-collected-info/infrastructure/instance_types/supported_os/test_rhel_os/TestVMCreationAndValidation/test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]/pytest_exception_interact --image=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:13425c8ab8b4c584c8666d938ab677dbf1a584aad1e0c4a9cb7c44c027a8cefa --since=105s --timeout=900s -- /usr/bin/gather --vms_details command 2025-11-26T06:02:47.726574 conftest WARNING /openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] does not require special data collection on failure ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 1 of 22 completed, 0 Pass, 0 Fail, 0 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/infrastructure/instance_types/supported_os/test_rhel_os.py 2025-11-26 06:02:47,729 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:02:47,729 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-26 06:02:47,729 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-26T06:02:47.729585 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26 06:02:47,730 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26 06:02:47,730 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26T06:02:47.729755 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-26 06:02:47,731 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26T06:02:47.729849 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-26 06:02:47,731 INFO sqlalchemy.engine.Engine [generated in 0.00029s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1764136967) 2025-11-26T06:02:47.730255 sqlalchemy.engine.Engine INFO COMMIT 2025-11-26T06:02:47.730716 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26T06:02:47.731192 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26T06:02:47.731435 sqlalchemy.engine.Engine INFO [generated in 0.00029s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1764136967) 2025-11-26 06:02:47,731 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26T06:02:47.731971 sqlalchemy.engine.Engine INFO COMMIT s ------------------------ test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] ------------------------ -------------------------------------------------------- SETUP -------------------------------------------------------- _ 2 of 22 completed, 0 Pass, 0 Fail, 1 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/infrastructure/instance_types/supported_os/test_rhel_os.py 2025-11-26T06:02:47.746092 pytest_dependency INFO skip test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] because it depends on TestCommonInstancetypeRhel::TestVMCreationAndValidation::test_create_vm TEST: TestVMCreationAndValidation.test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] STATUS: SKIPPED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- 2025-11-26 06:02:47,748 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:02:47,748 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-26 06:02:47,748 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-26 06:02:47,749 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26T06:02:47.748540 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26 06:02:47,749 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:02:47,749 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26 06:02:47,749 INFO sqlalchemy.engine.Engine [generated in 0.00013s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_vm_console[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1764136967) 2025-11-26T06:02:47.748682 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-26T06:02:47.748774 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-26T06:02:47.749127 sqlalchemy.engine.Engine INFO COMMIT 2025-11-26T06:02:47.749465 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26 06:02:47,750 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26T06:02:47.749801 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26T06:02:47.749897 sqlalchemy.engine.Engine INFO [generated in 0.00013s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_vm_console[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1764136967) 2025-11-26T06:02:47.750439 sqlalchemy.engine.Engine INFO COMMIT s ----------------------- test_vm_console[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] ----------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-26T06:02:47.756666 pytest_dependency INFO skip test_vm_console[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] because it depends on TestCommonInstancetypeRhel::TestVMCreationAndValidation::test_start_vm _ 3 of 22 completed, 0 Pass, 0 Fail, 2 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/infrastructure/instance_types/supported_os/test_rhel_os.py TEST: TestVMCreationAndValidation.test_vm_console[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] STATUS: SKIPPED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- 2025-11-26 06:02:47,758 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:02:47,758 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-26 06:02:47,758 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-26T06:02:47.758655 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26T06:02:47.758781 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-26 06:02:47,759 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26 06:02:47,759 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:02:47,759 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26 06:02:47,759 INFO sqlalchemy.engine.Engine [generated in 0.00013s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_expose_ssh[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1764136967) 2025-11-26T06:02:47.758863 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-26 06:02:47,760 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26T06:02:47.759210 sqlalchemy.engine.Engine INFO COMMIT 2025-11-26T06:02:47.759545 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26T06:02:47.759848 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26T06:02:47.759940 sqlalchemy.engine.Engine INFO [generated in 0.00013s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_expose_ssh[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1764136967) 2025-11-26T06:02:47.760268 sqlalchemy.engine.Engine INFO COMMIT s ----------------------- test_expose_ssh[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] ----------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-26T06:02:47.766637 pytest_dependency INFO skip test_expose_ssh[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] because it depends on TestCommonInstancetypeRhel::TestVMCreationAndValidation::test_start_vm _ 4 of 22 completed, 0 Pass, 0 Fail, 3 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/infrastructure/instance_types/supported_os/test_rhel_os.py TEST: TestVMCreationAndValidation.test_expose_ssh[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] STATUS: SKIPPED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- 2025-11-26 06:02:47,768 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:02:47,768 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-26 06:02:47,768 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-26T06:02:47.768717 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26T06:02:47.768844 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-26 06:02:47,769 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26 06:02:47,769 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:02:47,769 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26 06:02:47,770 INFO sqlalchemy.engine.Engine [generated in 0.00022s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_vmi_guest_agent_exists[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1764136967) 2025-11-26T06:02:47.768926 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-26T06:02:47.769294 sqlalchemy.engine.Engine INFO COMMIT 2025-11-26T06:02:47.769657 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26T06:02:47.769973 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26 06:02:47,770 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26T06:02:47.770150 sqlalchemy.engine.Engine INFO [generated in 0.00022s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_vmi_guest_agent_exists[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1764136967) 2025-11-26T06:02:47.770591 sqlalchemy.engine.Engine INFO COMMIT s ----------------- test_vmi_guest_agent_exists[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] ----------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-26T06:02:47.776733 pytest_dependency INFO skip test_vmi_guest_agent_exists[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] because it depends on TestCommonInstancetypeRhel::TestVMCreationAndValidation::test_start_vm TEST: TestVMCreationAndValidation.test_vmi_guest_agent_exists[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] STATUS: SKIPPED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 5 of 22 completed, 0 Pass, 0 Fail, 4 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/infrastructure/instance_types/supported_os/test_rhel_os.py 2025-11-26 06:02:47,778 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:02:47,779 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-26 06:02:47,779 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-26T06:02:47.778987 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26 06:02:47,779 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26 06:02:47,779 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26T06:02:47.779111 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-26T06:02:47.779191 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-26T06:02:47.779529 sqlalchemy.engine.Engine INFO COMMIT 2025-11-26 06:02:47,780 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26 06:02:47,780 INFO sqlalchemy.engine.Engine [generated in 0.00021s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_vm_deletion[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1764136967) 2025-11-26T06:02:47.779840 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26T06:02:47.780315 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26T06:02:47.780485 sqlalchemy.engine.Engine INFO [generated in 0.00021s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_vm_deletion[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1764136967) 2025-11-26 06:02:47,780 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26T06:02:47.780936 sqlalchemy.engine.Engine INFO COMMIT s2025-11-26T06:02:47.787910 ocp_resources Namespace INFO Delete Namespace instance-types-supported-os-test-rhel-os ----------------------- test_vm_deletion[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] ----------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-26T06:02:47.787136 pytest_dependency INFO skip test_vm_deletion[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] because it depends on TestCommonInstancetypeRhel::TestVMCreationAndValidation::test_create_vm TEST: TestVMDeletion.test_vm_deletion[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] STATUS: SKIPPED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- 2025-11-26T06:02:47.801906 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'instance-types-supported-os-test-rhel-os', 'uid': '9477c407-4674-470d-902f-dbf4db2dfa7b', 'resourceVersion': '146211', 'creationTimestamp': '2025-11-26T06:00:54Z', 'labels': {'kubernetes.io/metadata.name': 'instance-types-supported-os-test-rhel-os', 'pod-security.kubernetes.io/audit': 'restricted', 'pod-security.kubernetes.io/audit-version': 'latest', 'pod-security.kubernetes.io/enforce': 'restricted', 'pod-security.kubernetes.io/enforce-version': 'latest', 'pod-security.kubernetes.io/warn': 'restricted', 'pod-security.kubernetes.io/warn-version': 'latest'}, 'annotations': {'openshift.io/description': '', 'openshift.io/display-name': '', 'openshift.io/requester': 'unprivileged-user', 'openshift.io/sa.scc.mcs': 's0:c35,c5', 'openshift.io/sa.scc.supplemental-groups': '1001200000/10000', 'openshift.io/sa.scc.uid-range': '1001200000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'cluster-policy-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-11-26T06:00:54Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:openshift.io/sa.scc.mcs': {}, 'f:openshift.io/sa.scc.supplemental-groups': {}, 'f:openshift.io/sa.scc.uid-range': {}}}}}, {'manager': 'pod-security-admission-label-synchronization-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-11-26T06:00:54Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:security.openshift.io/MinimallySufficientPodSecurityStandard': {}}, 'f:labels': {'f:pod-security.kubernetes.io/audit': {}, 'f:pod-security.kubernetes.io/audit-version': {}, 'f:pod-security.kubernetes.io/enforce': {}, 'f:pod-security.kubernetes.io/enforce-version': {}, 'f:pod-security.kubernetes.io/warn': {}, 'f:pod-security.kubernetes.io/warn-version': {}}}}}, {'manager': 'openshift-apiserver', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-26T06:00:54Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:openshift.io/description': {}, 'f:openshift.io/display-name': {}, 'f:openshift.io/requester': {}}, 'f:labels': {'.': {}, 'f:kubernetes.io/metadata.name': {}}}}}, {'manager': 'openshift-controller-manager', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-26T06:00:54Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2025-11-26T06:02:47.809835 ocp_resources Namespace INFO Wait until Namespace instance-types-supported-os-test-rhel-os is deleted 2025-11-26T06:02:47.810054 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-26T06:02:54.841301 timeout_sampler INFO Elapsed time: 7.026546239852905 [0:00:07.026546] _ 6 of 22 completed, 0 Pass, 0 Fail, 5 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/install_upgrade_operators/csv/test_csv.py 2025-11-26 06:02:54,843 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:02:54,843 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-26 06:02:54,843 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-26T06:02:54.843689 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26 06:02:54,844 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26T06:02:54.843871 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-26T06:02:54.843971 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-26T06:02:54.844492 sqlalchemy.engine.Engine INFO COMMIT 2025-11-26 06:02:54,845 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:02:54,846 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26 06:02:54,846 INFO sqlalchemy.engine.Engine [generated in 0.00015s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_keywords', 1764136974) 2025-11-26 06:02:54,846 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26T06:02:54.845827 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26T06:02:54.846243 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26T06:02:54.846352 sqlalchemy.engine.Engine INFO [generated in 0.00015s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_keywords', 1764136974) 2025-11-26T06:02:54.846759 sqlalchemy.engine.Engine INFO COMMIT -------------------------------------------------- test_csv_keywords -------------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-26T06:02:54.860081 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. 2025-11-26T06:02:54.859304 conftest INFO Executing function fixture: term_handler_scope_function 2025-11-26T06:02:54.859524 conftest INFO Executing class fixture: term_handler_scope_class 2025-11-26T06:02:54.859647 conftest INFO Executing module fixture: term_handler_scope_module 2025-11-26T06:02:54.859845 conftest INFO Executing module fixture: cluster_sanity_scope_module 2025-11-26T06:02:54.859935 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2025-11-26T06:02:54.859987 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2025-11-26T06:02:54.860037 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2025-11-26T06:02:54.884996 ocp_utilities.infra INFO Verify all nodes are schedulable. 2025-11-26T06:02:54.909552 timeout_sampler INFO Waiting for 300 seconds [0:05:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2025-11-26T06:02:55.267492 timeout_sampler INFO Elapsed time: 9.322166442871094e-05 [0:00:00.000093] 2025-11-26T06:02:55.267779 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 5 seconds. (Function: utilities.infra..lambda: dynamic_client.namespace.resource_kind.resource_name.list.get) 2025-11-26T06:02:55.267667 utilities.infra INFO Waiting for resource to stabilize: resource_kind=HyperConverged conditions={'Available': 'True', 'Progressing': 'False', 'ReconcileComplete': 'True', 'Degraded': 'False', 'Upgradeable': 'True'} sleep=600 consecutive_checks_count=3 2025-11-26T06:03:05.295986 timeout_sampler INFO Elapsed time: 10.018188953399658 [0:00:10.018189] 2025-11-26T06:03:05.296316 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- . TEST: test_csv_keywords STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 7 of 22 completed, 1 Pass, 0 Fail, 5 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/install_upgrade_operators/csv/test_csv.py 2025-11-26 06:03:05,321 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:03:05,322 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-26 06:03:05,322 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-26 06:03:05,322 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26 06:03:05,322 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:03:05,323 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26 06:03:05,323 INFO sqlalchemy.engine.Engine [generated in 0.00017s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_links', 1764136985) 2025-11-26T06:03:05.321854 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26T06:03:05.322039 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-26T06:03:05.322138 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-26 06:03:05,323 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26T06:03:05.322564 sqlalchemy.engine.Engine INFO COMMIT 2025-11-26T06:03:05.322899 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26T06:03:05.323273 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26T06:03:05.323399 sqlalchemy.engine.Engine INFO [generated in 0.00017s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_links', 1764136985) 2025-11-26T06:03:05.323881 sqlalchemy.engine.Engine INFO COMMIT ---------------------------------------------------- test_csv_links ---------------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-26T06:03:05.367128 conftest INFO Executing function fixture: term_handler_scope_function 2025-11-26T06:03:05.367316 conftest INFO Executing class fixture: term_handler_scope_class 2025-11-26T06:03:05.367652 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- . TEST: test_csv_links STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 8 of 22 completed, 2 Pass, 0 Fail, 5 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/install_upgrade_operators/csv/test_csv.py 2025-11-26 06:03:05,414 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:03:05,414 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-26 06:03:05,414 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-26T06:03:05.414177 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26T06:03:05.414348 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-26 06:03:05,414 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26 06:03:05,415 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26T06:03:05.414471 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-26 06:03:05,415 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26 06:03:05,415 INFO sqlalchemy.engine.Engine [generated in 0.00015s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_icon', 1764136985) 2025-11-26T06:03:05.414967 sqlalchemy.engine.Engine INFO COMMIT 2025-11-26T06:03:05.415353 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26T06:03:05.415802 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26 06:03:05,416 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26T06:03:05.415903 sqlalchemy.engine.Engine INFO [generated in 0.00015s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_icon', 1764136985) 2025-11-26T06:03:05.416495 sqlalchemy.engine.Engine INFO COMMIT ---------------------------------------------------- test_csv_icon ---------------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-26T06:03:05.423212 conftest INFO Executing function fixture: term_handler_scope_function 2025-11-26T06:03:05.423339 conftest INFO Executing class fixture: term_handler_scope_class 2025-11-26T06:03:05.423581 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- . TEST: test_csv_icon STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 9 of 22 completed, 3 Pass, 0 Fail, 5 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/install_upgrade_operators/csv/test_csv.py 2025-11-26 06:03:05,563 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:03:05,563 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-26 06:03:05,563 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-26 06:03:05,564 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26 06:03:05,564 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:03:05,565 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26 06:03:05,565 INFO sqlalchemy.engine.Engine [generated in 0.00016s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_properties', 1764136985) 2025-11-26T06:03:05.563625 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26T06:03:05.563803 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-26T06:03:05.563902 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-26T06:03:05.564342 sqlalchemy.engine.Engine INFO COMMIT 2025-11-26T06:03:05.564722 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26 06:03:05,565 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26T06:03:05.565126 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26T06:03:05.565230 sqlalchemy.engine.Engine INFO [generated in 0.00016s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_properties', 1764136985) 2025-11-26T06:03:05.565917 sqlalchemy.engine.Engine INFO COMMIT ------------------------------------------------- test_csv_properties ------------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-26T06:03:05.572716 conftest INFO Executing function fixture: term_handler_scope_function 2025-11-26T06:03:05.572883 conftest INFO Executing class fixture: term_handler_scope_class 2025-11-26T06:03:05.573144 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- . TEST: test_csv_properties STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 10 of 22 completed, 4 Pass, 0 Fail, 5 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/storage/cdi_clone/test_clone.py 2025-11-26 06:03:05,645 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:03:05,645 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-26 06:03:05,645 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-26 06:03:05,646 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26T06:03:05.645723 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26 06:03:05,646 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:03:05,647 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26 06:03:05,647 INFO sqlalchemy.engine.Engine [generated in 0.00015s] ('/openshift-virtualization-tests/tests/storage/cdi_clone/test_clone.py::test_clone_from_block_to_fs_using_dv_template', 1764136985) 2025-11-26 06:03:05,647 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26T06:03:05.645884 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-26T06:03:05.645978 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-26T06:03:05.646409 sqlalchemy.engine.Engine INFO COMMIT 2025-11-26T06:03:05.646777 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26T06:03:05.647146 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26T06:03:05.647247 sqlalchemy.engine.Engine INFO [generated in 0.00015s] ('/openshift-virtualization-tests/tests/storage/cdi_clone/test_clone.py::test_clone_from_block_to_fs_using_dv_template', 1764136985) 2025-11-26T06:03:05.647711 sqlalchemy.engine.Engine INFO COMMIT ------------------------------------ test_clone_from_block_to_fs_using_dv_template ------------------------------------ -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-26T06:03:05.656620 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. 2025-11-26T06:03:05.655841 conftest INFO Executing function fixture: term_handler_scope_function 2025-11-26T06:03:05.656011 conftest INFO Executing class fixture: term_handler_scope_class 2025-11-26T06:03:05.656127 conftest INFO Executing module fixture: term_handler_scope_module 2025-11-26T06:03:05.656342 conftest INFO Executing module fixture: cluster_sanity_scope_module 2025-11-26T06:03:05.656468 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2025-11-26T06:03:05.656523 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2025-11-26T06:03:05.656576 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2025-11-26T06:03:05.686858 ocp_utilities.infra INFO Verify all nodes are schedulable. 2025-11-26T06:03:05.714040 timeout_sampler INFO Waiting for 300 seconds [0:05:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2025-11-26T06:03:06.063905 timeout_sampler INFO Elapsed time: 0.0001323223114013672 [0:00:00.000132] 2025-11-26T06:03:06.064187 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 5 seconds. (Function: utilities.infra..lambda: dynamic_client.namespace.resource_kind.resource_name.list.get) 2025-11-26T06:03:06.064090 utilities.infra INFO Waiting for resource to stabilize: resource_kind=HyperConverged conditions={'Available': 'True', 'Progressing': 'False', 'ReconcileComplete': 'True', 'Degraded': 'False', 'Upgradeable': 'True'} sleep=600 consecutive_checks_count=3 2025-11-26T06:03:16.101222 timeout_sampler INFO Elapsed time: 10.02663254737854 [0:00:10.026633] 2025-11-26T06:03:16.102233 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-26T06:03:16.101559 conftest INFO Executing function fixture: autouse_fixtures 2025-11-26T06:03:16.101775 conftest INFO Executing session fixture: available_storage_classes_names 2025-11-26T06:03:16.101887 conftest INFO Executing session fixture: storage_class_with_filesystem_volume_mode 2025-11-26T06:03:16.116431 ocp_resources.resource INFO kind: StorageProfile api version: cdi.kubevirt.io/v1beta1 2025-11-26T06:03:16.128858 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-26T06:03:16.128289 utilities.storage INFO Storage class with volume mode 'Filesystem': 'ocs-storagecluster-ceph-rbd-virtualization' 2025-11-26T06:03:16.128612 conftest INFO Executing session fixture: storage_class_with_block_volume_mode 2025-11-26T06:03:16.142921 ocp_resources.resource INFO kind: StorageProfile api version: cdi.kubevirt.io/v1beta1 2025-11-26T06:03:16.155753 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-26T06:03:16.155033 utilities.storage INFO Storage class with volume mode 'Block': 'ocs-storagecluster-ceph-rbd-virtualization' 2025-11-26T06:03:16.155360 conftest INFO Executing session fixture: cdi_config 2025-11-26T06:03:16.168939 ocp_resources.resource INFO kind: CDIConfig api version: cdi.kubevirt.io/v1beta1 2025-11-26T06:03:16.181344 ocp_resources.resource INFO kind: ProjectRequest api version: project.openshift.io/v1 2025-11-26T06:03:16.181581 ocp_resources ProjectRequest INFO Create ProjectRequest cdi-clone-test-clone 2025-11-26T06:03:16.181799 ocp_resources ProjectRequest INFO Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'cdi-clone-test-clone'}} 2025-11-26T06:03:16.180877 conftest INFO Executing module fixture: skip_test_if_no_block_sc 2025-11-26T06:03:16.181134 conftest INFO Executing module fixture: namespace 2025-11-26T06:03:16.276473 ocp_resources.resource INFO kind: Project api version: project.openshift.io/v1 2025-11-26T06:03:16.276608 ocp_resources Project INFO Wait for Project cdi-clone-test-clone status to be Active 2025-11-26T06:03:16.276805 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-26T06:03:16.287165 ocp_resources Project INFO Status of Project cdi-clone-test-clone is Active 2025-11-26T06:03:16.287461 timeout_sampler INFO Elapsed time: 8.177757263183594e-05 [0:00:00.000082] 2025-11-26T06:03:16.294935 ocp_resources Namespace INFO Wait for Namespace cdi-clone-test-clone status to be Active 2025-11-26T06:03:16.295130 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-26T06:03:16.298754 ocp_resources Namespace INFO Status of Namespace cdi-clone-test-clone is Active 2025-11-26T06:03:16.298979 timeout_sampler INFO Elapsed time: 8.749961853027344e-05 [0:00:00.000087] 2025-11-26T06:03:16.299090 ocp_resources.resource INFO ResourceEdits: Updating data for resource Namespace cdi-clone-test-clone 2025-11-26T06:03:16.299171 ocp_resources Namespace INFO Update Namespace cdi-clone-test-clone: {'metadata': {'labels': None, 'name': 'cdi-clone-test-clone'}} 2025-11-26T06:03:16.312541 timeout_sampler INFO Waiting for 60 seconds [0:01:00], retry every 5 seconds. (Function: utilities.artifactory..lambda: artifactory_connection_url.requests.get.get_artifactory_header) 2025-11-26T06:03:16.312277 conftest INFO Executing module fixture: cirros_dv_with_block_volume_mode 2025-11-26T06:03:16.312455 utilities.artifactory INFO Testing connectivity to https://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/artifactory/cnv-qe-server-local/ HTTPS server 2025-11-26T06:03:16.811099 timeout_sampler INFO Elapsed time: 0.0002791881561279297 [0:00:00.000279] 2025-11-26T06:03:16.812463 timeout_sampler INFO Waiting for 60 seconds [0:01:00], retry every 10 seconds. (Function: utilities.storage.validate_file_exists_in_url Kwargs: {'url': 'https://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/artifactory/cnv-qe-server-local/cnv-tests/cirros-images/cirros-0.4.0-x86_64-disk.qcow2'}) 2025-11-26T06:03:17.035949 timeout_sampler INFO Elapsed time: 0.00017547607421875 [0:00:00.000175] 2025-11-26T06:03:17.036670 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-26T06:03:17.061602 ocp_resources Secret INFO Create Secret cnv-tests-artifactory-secret 2025-11-26T06:03:17.061774 ocp_resources Secret INFO Posting {'apiVersion': 'v1', 'kind': 'Secret', 'metadata': {'name': 'cnv-tests-artifactory-secret', 'namespace': 'cdi-clone-test-clone'}, 'data': '*******'} 2025-11-26T06:03:17.163881 ocp_resources ConfigMap INFO Create ConfigMap artifactory-configmap 2025-11-26T06:03:17.164059 ocp_resources ConfigMap INFO Posting {'apiVersion': 'v1', 'kind': 'ConfigMap', 'metadata': {'name': 'artifactory-configmap', 'namespace': 'cdi-clone-test-clone'}, 'data': '*******'} 2025-11-26T06:03:17.173673 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2025-11-26T06:03:17.173820 ocp_resources DataVolume INFO Create DataVolume dv-cirros-block 2025-11-26T06:03:17.173959 ocp_resources DataVolume INFO Posting {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'name': 'dv-cirros-block', 'namespace': 'cdi-clone-test-clone'}, 'spec': {'contentType': 'kubevirt', 'storage': {'volumeMode': 'Block', 'storageClassName': 'ocs-storagecluster-ceph-rbd-virtualization', 'resources': {'requests': {'storage': '1Gi'}}}, 'source': {'http': {'url': 'https://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/artifactory/cnv-qe-server-local/cnv-tests/cirros-images/cirros-0.4.0-x86_64-disk.qcow2', 'secretRef': 'cnv-tests-artifactory-secret', 'certConfigMap': 'artifactory-configmap'}}}} 2025-11-26T06:03:17.196809 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-26T06:03:17.219737 ocp_resources DataVolume INFO Wait DV success for 600 seconds 2025-11-26T06:03:17.219952 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 10 seconds. (Function: ocp_resources.datavolume._check_none_pending_status.lambda: self.exists) 2025-11-26T06:03:27.228113 timeout_sampler INFO Elapsed time: 10.003071308135986 [0:00:10.003071] 2025-11-26T06:03:27.228282 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 1 seconds. (Function: ocp_resources.datavolume.wait_for_dv_success.lambda: self.exists) 2025-11-26T06:03:44.307391 timeout_sampler INFO Elapsed time: 17.0744571685791 [0:00:17.074457] 2025-11-26T06:03:44.307863 ocp_resources PersistentVolumeClaim INFO Wait for PersistentVolumeClaim dv-cirros-block status to be Bound 2025-11-26T06:03:44.308082 timeout_sampler INFO Waiting for 60 seconds [0:01:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-26T06:03:44.311884 ocp_resources PersistentVolumeClaim INFO Status of PersistentVolumeClaim dv-cirros-block is Bound 2025-11-26T06:03:44.312090 timeout_sampler INFO Elapsed time: 0.00010085105895996094 [0:00:00.000101] 2025-11-26T06:03:44.312393 conftest INFO Executing function fixture: default_fs_overhead --------------------------------------------------------- CALL --------------------------------------------------------- 2025-11-26T06:03:44.337173 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2025-11-26T06:03:44.337571 ocp_resources.resource INFO kind: VirtualMachine api version: kubevirt.io/v1 2025-11-26T06:03:44.337915 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-26T06:03:44.356184 ocp_resources.resource INFO kind: StorageProfile api version: cdi.kubevirt.io/v1beta1 2025-11-26T06:03:44.370521 ocp_resources VirtualMachine INFO Create VirtualMachine vm-5608-1764137024-3373115 2025-11-26T06:03:44.370753 ocp_resources VirtualMachine INFO Posting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachine', 'metadata': {'name': 'vm-5608-1764137024-3373115', 'namespace': 'cdi-clone-test-clone', 'labels': {}}, 'spec': {'template': {'spec': {'domain': {'devices': {'rng': {}, 'disks': [{'disk': {'bus': 'virtio'}, 'name': 'dv-disk'}]}, 'memory': {'guest': '64M'}}, 'volumes': [{'name': 'dv-disk', 'dataVolume': {'name': 'dv-5608'}}]}, 'metadata': {'labels': {'kubevirt.io/vm': 'vm-5608-1764137024-3373115', 'kubevirt.io/domain': 'vm-5608-1764137024-3373115', 'debugLogs': 'true'}}}, 'runStrategy': 'Halted', 'dataVolumeTemplates': [{'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'name': 'dv-5608', 'namespace': 'cdi-clone-test-clone'}, 'spec': {'storage': {'volumeMode': 'Filesystem', 'storageClassName': 'ocs-storagecluster-ceph-rbd-virtualization', 'resources': {'requests': {'storage': '1090Mi'}}}, 'source': {'pvc': {'name': 'dv-cirros-block', 'namespace': 'cdi-clone-test-clone'}}}}]}} 2025-11-26T06:03:44.437760 timeout_sampler INFO Waiting for 5 seconds [0:00:05], retry every 1 seconds. (Function: utilities.virt..lambda: vm.instance.get) 2025-11-26T06:03:44.445987 timeout_sampler INFO Elapsed time: 0.00011491775512695312 [0:00:00.000115] 2025-11-26T06:03:44.449104 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2025-11-26T06:03:44.449424 ocp_resources DataVolume INFO Wait DV success for 1800 seconds 2025-11-26T06:03:44.449590 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 10 seconds. (Function: ocp_resources.datavolume._check_none_pending_status.lambda: self.exists) 2025-11-26T06:03:44.448891 utilities.virt INFO VM vm-5608-1764137024-3373115 status before dv check: Stopped 2025-11-26T06:03:44.448979 utilities.virt INFO Volume(s) in VM spec: ['dv-5608']  2025-11-26T06:03:44.454196 timeout_sampler INFO Elapsed time: 7.033348083496094e-05 [0:00:00.000070] 2025-11-26T06:03:44.454284 timeout_sampler INFO Waiting for 1800 seconds [0:30:00], retry every 1 seconds. (Function: ocp_resources.datavolume.wait_for_dv_success.lambda: self.exists) 2025-11-26T06:04:08.563301 timeout_sampler INFO Elapsed time: 24.104684829711914 [0:00:24.104685] 2025-11-26T06:04:08.563561 ocp_resources PersistentVolumeClaim INFO Wait for PersistentVolumeClaim dv-5608 status to be Bound 2025-11-26T06:04:08.563751 timeout_sampler INFO Waiting for 60 seconds [0:01:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-26T06:04:08.568054 ocp_resources PersistentVolumeClaim INFO Status of PersistentVolumeClaim dv-5608 is Bound 2025-11-26T06:04:08.568253 timeout_sampler INFO Elapsed time: 9.369850158691406e-05 [0:00:00.000094] 2025-11-26T06:04:08.568354 timeout_sampler INFO Waiting for 5 seconds [0:00:05], retry every 1 seconds. (Function: utilities.virt..lambda: vm.instance.get) 2025-11-26T06:04:08.574892 timeout_sampler INFO Elapsed time: 0.00011301040649414062 [0:00:00.000113] 2025-11-26T06:04:08.575454 ocp_resources.resource INFO kind: VirtualMachineInstance api version: kubevirt.io/v1 2025-11-26T06:04:08.575559 ocp_resources VirtualMachineInstance INFO Wait for VirtualMachineInstance vm-5608-1764137024-3373115 status to be Running 2025-11-26T06:04:08.575750 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-26T06:04:08.580186 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance vm-5608-1764137024-3373115 is Scheduling 2025-11-26T06:04:12.603203 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance vm-5608-1764137024-3373115 is Scheduled 2025-11-26T06:04:13.787096 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance vm-5608-1764137024-3373115 is Running 2025-11-26T06:04:13.787328 timeout_sampler INFO Elapsed time: 5.207430601119995 [0:00:05.207431] 2025-11-26T06:04:13.787727 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 5 seconds. (Function: rrmngmnt.host.run_command Kwargs: {'command': ['exit'], 'tcp_timeout': 60}) 2025-11-26T06:04:13.787444 utilities.virt INFO Wait for vm-5608-1764137024-3373115 SSH connectivity. 2025-11-26T06:04:13.787545 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/vm-5608-1764137024-3373115/cdi-clone-test-clone 22' cirros@vm-5608-1764137024-3373115 2025-11-26T06:04:13.787814 Host INFO [vm-5608-1764137024-3373115] Executing command exit 2025-11-26T06:04:28.795273 paramiko.transport ERROR Exception (client): Error reading SSH protocol banner 2025-11-26T06:04:28.797394 paramiko.transport ERROR Traceback (most recent call last): 2025-11-26T06:04:28.797498 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2363, in _check_banner 2025-11-26T06:04:28.797562 paramiko.transport ERROR buf = self.packetizer.readline(timeout) 2025-11-26T06:04:28.797617 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/packet.py", line 395, in readline 2025-11-26T06:04:28.797668 paramiko.transport ERROR buf += self._read_timeout(timeout) 2025-11-26T06:04:28.797718 paramiko.transport ERROR ~~~~~~~~~~~~~~~~~~^^^^^^^^^ 2025-11-26T06:04:28.797767 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/packet.py", line 673, in _read_timeout 2025-11-26T06:04:28.797815 paramiko.transport ERROR raise socket.timeout() 2025-11-26T06:04:28.797863 paramiko.transport ERROR TimeoutError 2025-11-26T06:04:28.797912 paramiko.transport ERROR  2025-11-26T06:04:28.797962 paramiko.transport ERROR During handling of the above exception, another exception occurred: 2025-11-26T06:04:28.798010 paramiko.transport ERROR  2025-11-26T06:04:28.798058 paramiko.transport ERROR Traceback (most recent call last): 2025-11-26T06:04:28.798113 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2179, in run 2025-11-26T06:04:28.798160 paramiko.transport ERROR self._check_banner() 2025-11-26T06:04:28.798208 paramiko.transport ERROR ~~~~~~~~~~~~~~~~~~^^ 2025-11-26T06:04:28.798254 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2367, in _check_banner 2025-11-26T06:04:28.798302 paramiko.transport ERROR raise SSHException( 2025-11-26T06:04:28.798349 paramiko.transport ERROR "Error reading SSH protocol banner" + str(e) 2025-11-26T06:04:28.798424 paramiko.transport ERROR ) 2025-11-26T06:04:28.798478 paramiko.transport ERROR paramiko.ssh_exception.SSHException: Error reading SSH protocol banner 2025-11-26T06:04:28.798527 paramiko.transport ERROR  2025-11-26T06:04:33.798935 Host INFO [vm-5608-1764137024-3373115] Executing command exit 2025-11-26T06:04:48.813547 paramiko.transport ERROR Exception (client): Error reading SSH protocol banner 2025-11-26T06:04:48.814632 paramiko.transport ERROR Traceback (most recent call last): 2025-11-26T06:04:48.814709 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2363, in _check_banner 2025-11-26T06:04:48.814762 paramiko.transport ERROR buf = self.packetizer.readline(timeout) 2025-11-26T06:04:48.814805 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/packet.py", line 395, in readline 2025-11-26T06:04:48.814844 paramiko.transport ERROR buf += self._read_timeout(timeout) 2025-11-26T06:04:48.814882 paramiko.transport ERROR ~~~~~~~~~~~~~~~~~~^^^^^^^^^ 2025-11-26T06:04:48.814918 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/packet.py", line 673, in _read_timeout 2025-11-26T06:04:48.814955 paramiko.transport ERROR raise socket.timeout() 2025-11-26T06:04:48.814990 paramiko.transport ERROR TimeoutError 2025-11-26T06:04:48.815026 paramiko.transport ERROR  2025-11-26T06:04:48.815062 paramiko.transport ERROR During handling of the above exception, another exception occurred: 2025-11-26T06:04:48.815099 paramiko.transport ERROR  2025-11-26T06:04:48.815135 paramiko.transport ERROR Traceback (most recent call last): 2025-11-26T06:04:48.815170 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2179, in run 2025-11-26T06:04:48.815206 paramiko.transport ERROR self._check_banner() 2025-11-26T06:04:48.815247 paramiko.transport ERROR ~~~~~~~~~~~~~~~~~~^^ 2025-11-26T06:04:48.815284 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2367, in _check_banner 2025-11-26T06:04:48.815320 paramiko.transport ERROR raise SSHException( 2025-11-26T06:04:48.815355 paramiko.transport ERROR "Error reading SSH protocol banner" + str(e) 2025-11-26T06:04:48.815429 paramiko.transport ERROR ) 2025-11-26T06:04:48.815471 paramiko.transport ERROR paramiko.ssh_exception.SSHException: Error reading SSH protocol banner 2025-11-26T06:04:48.815509 paramiko.transport ERROR  2025-11-26T06:04:53.816173 Host INFO [vm-5608-1764137024-3373115] Executing command exit 2025-11-26T06:05:08.819813 paramiko.transport ERROR Exception (client): Error reading SSH protocol banner 2025-11-26T06:05:08.821156 paramiko.transport ERROR Traceback (most recent call last): 2025-11-26T06:05:08.821294 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2363, in _check_banner 2025-11-26T06:05:08.821395 paramiko.transport ERROR buf = self.packetizer.readline(timeout) 2025-11-26T06:05:08.821460 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/packet.py", line 395, in readline 2025-11-26T06:05:08.821515 paramiko.transport ERROR buf += self._read_timeout(timeout) 2025-11-26T06:05:08.821566 paramiko.transport ERROR ~~~~~~~~~~~~~~~~~~^^^^^^^^^ 2025-11-26T06:05:08.821618 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/packet.py", line 673, in _read_timeout 2025-11-26T06:05:08.821670 paramiko.transport ERROR raise socket.timeout() 2025-11-26T06:05:08.821727 paramiko.transport ERROR TimeoutError 2025-11-26T06:05:08.821779 paramiko.transport ERROR  2025-11-26T06:05:08.821832 paramiko.transport ERROR During handling of the above exception, another exception occurred: 2025-11-26T06:05:08.821889 paramiko.transport ERROR  2025-11-26T06:05:08.821942 paramiko.transport ERROR Traceback (most recent call last): 2025-11-26T06:05:08.821992 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2179, in run 2025-11-26T06:05:08.822040 paramiko.transport ERROR self._check_banner() 2025-11-26T06:05:08.822089 paramiko.transport ERROR ~~~~~~~~~~~~~~~~~~^^ 2025-11-26T06:05:08.822142 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2367, in _check_banner 2025-11-26T06:05:08.822191 paramiko.transport ERROR raise SSHException( 2025-11-26T06:05:08.822240 paramiko.transport ERROR "Error reading SSH protocol banner" + str(e) 2025-11-26T06:05:08.822287 paramiko.transport ERROR ) 2025-11-26T06:05:08.822335 paramiko.transport ERROR paramiko.ssh_exception.SSHException: Error reading SSH protocol banner 2025-11-26T06:05:08.822408 paramiko.transport ERROR  2025-11-26T06:05:13.823511 Host INFO [vm-5608-1764137024-3373115] Executing command exit 2025-11-26T06:05:13.895514 paramiko.transport INFO Connected (version 2.0, client dropbear_2015.67) 2025-11-26T06:05:13.923584 paramiko.transport INFO Authentication (password) successful! 2025-11-26T06:05:13.938524 timeout_sampler INFO Elapsed time: 60.03572082519531 [0:01:00.035721] 2025-11-26T06:05:13.988252 ocp_resources VirtualMachine INFO Wait for VirtualMachine vm-5608-1764137024-3373115 status to be None 2025-11-26T06:05:13.988823 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: kubernetes.dynamic.client.get Kwargs: {'field_selector': 'metadata.name==vm-5608-1764137024-3373115', 'namespace': 'cdi-clone-test-clone'}) 2025-11-26T06:05:15.003873 timeout_sampler INFO Elapsed time: 1.0072667598724365 [0:00:01.007267] 2025-11-26T06:05:15.004299 ocp_resources VirtualMachineInstance INFO Wait until VirtualMachineInstance vm-5608-1764137024-3373115 is deleted 2025-11-26T06:05:15.004591 timeout_sampler INFO Waiting for 480 seconds [0:08:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-26T06:05:22.048035 timeout_sampler INFO Elapsed time: 7.037848234176636 [0:00:07.037848] 2025-11-26T06:05:22.048269 ocp_resources VirtualMachine INFO Delete VirtualMachine vm-5608-1764137024-3373115 2025-11-26T06:05:22.059293 ocp_resources VirtualMachine INFO Deleting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachine', 'metadata': {'annotations': {'kubemacpool.io/transaction-timestamp': '2025-11-26T06:05:13.964980518Z', 'kubevirt.io/latest-observed-api-version': 'v1', 'kubevirt.io/storage-observed-api-version': 'v1'}, 'creationTimestamp': '2025-11-26T06:03:44Z', 'finalizers': ['kubevirt.io/virtualMachineControllerFinalize'], 'generation': 3, 'managedFields': [{'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'.': {}, 'f:dataVolumeTemplates': {}, 'f:template': {'.': {}, 'f:metadata': {'.': {}, 'f:labels': {'.': {}, 'f:debugLogs': {}, 'f:kubevirt.io/domain': {}, 'f:kubevirt.io/vm': {}}}, 'f:spec': {'.': {}, 'f:domain': {'.': {}, 'f:devices': {'.': {}, 'f:disks': {}, 'f:rng': {}}, 'f:memory': {'.': {}, 'f:guest': {}}}, 'f:volumes': {}}}}}, 'manager': 'OpenAPI-Generator', 'operation': 'Update', 'time': '2025-11-26T06:03:44Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:kubevirt.io/latest-observed-api-version': {}, 'f:kubevirt.io/storage-observed-api-version': {}}, 'f:finalizers': {'.': {}, 'v:"kubevirt.io/virtualMachineControllerFinalize"': {}}}}, 'manager': 'virt-controller', 'operation': 'Update', 'time': '2025-11-26T06:03:44Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:runStrategy': {}}}, 'manager': 'virt-api', 'operation': 'Update', 'time': '2025-11-26T06:05:13Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:status': {'.': {}, 'f:conditions': {}, 'f:desiredGeneration': {}, 'f:observedGeneration': {}, 'f:printableStatus': {}, 'f:runStrategy': {}, 'f:volumeSnapshotStatuses': {}}}, 'manager': 'virt-controller', 'operation': 'Update', 'subresource': 'status', 'time': '2025-11-26T06:05:21Z'}], 'name': 'vm-5608-1764137024-3373115', 'namespace': 'cdi-clone-test-clone', 'resourceVersion': '151178', 'uid': 'f7477c96-8166-410f-b771-a9a4ed729445'}, 'spec': {'dataVolumeTemplates': [{'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'creationTimestamp': None, 'name': 'dv-5608', 'namespace': 'cdi-clone-test-clone'}, 'spec': {'source': {'pvc': {'name': 'dv-cirros-block', 'namespace': 'cdi-clone-test-clone'}}, 'storage': {'resources': {'requests': {'storage': '1090Mi'}}, 'storageClassName': 'ocs-storagecluster-ceph-rbd-virtualization', 'volumeMode': 'Filesystem'}}}], 'runStrategy': 'Halted', 'template': {'metadata': {'creationTimestamp': None, 'labels': {'debugLogs': 'true', 'kubevirt.io/domain': 'vm-5608-1764137024-3373115', 'kubevirt.io/vm': 'vm-5608-1764137024-3373115'}}, 'spec': {'architecture': 'amd64', 'domain': {'devices': {'disks': [{'disk': {'bus': 'virtio'}, 'name': 'dv-disk'}], 'rng': {}}, 'firmware': {'serial': '454dced6-d1e8-46ea-9a47-6e1693240791', 'uuid': '2435580a-431c-4cf5-9c91-5ea708ca36f4'}, 'machine': {'type': 'pc-q35-rhel9.6.0'}, 'memory': {'guest': '64M'}, 'resources': {}}, 'volumes': [{'dataVolume': {'name': 'dv-5608'}, 'name': 'dv-disk'}]}}}, 'status': {'conditions': [{'lastProbeTime': '2025-11-26T06:05:21Z', 'lastTransitionTime': '2025-11-26T06:05:21Z', 'message': 'VMI does not exist', 'reason': 'VMINotExists', 'status': 'False', 'type': 'Ready'}, {'lastProbeTime': None, 'lastTransitionTime': None, 'message': "All of the VMI's DVs are bound and ready", 'reason': 'AllDVsReady', 'status': 'True', 'type': 'DataVolumesReady'}, {'lastProbeTime': None, 'lastTransitionTime': None, 'message': 'cannot migrate VMI: PVC dv-5608 is not shared, live migration requires that all PVCs must be shared (using ReadWriteMany access mode)', 'reason': 'DisksNotLiveMigratable', 'status': 'False', 'type': 'LiveMigratable'}, {'lastProbeTime': None, 'lastTransitionTime': None, 'status': 'True', 'type': 'StorageLiveMigratable'}], 'desiredGeneration': 3, 'observedGeneration': 3, 'printableStatus': 'Stopped', 'runStrategy': 'Halted', 'volumeSnapshotStatuses': [{'enabled': True, 'name': 'dv-disk'}]}} 2025-11-26T06:05:22.101432 ocp_resources VirtualMachine INFO Wait until VirtualMachine vm-5608-1764137024-3373115 is deleted 2025-11-26T06:05:22.101766 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-26T06:05:23.110224 timeout_sampler INFO Elapsed time: 1.003587007522583 [0:00:01.003587] . TEST: test_clone_from_block_to_fs_using_dv_template STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- 2025-11-26T06:05:23.114192 ocp_resources DataVolume INFO Delete DataVolume dv-cirros-block 2025-11-26T06:05:23.120709 ocp_resources DataVolume INFO Deleting {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'annotations': {'cdi.kubevirt.io/storage.usePopulator': 'true'}, 'creationTimestamp': '2025-11-26T06:03:17Z', 'generation': 1, 'managedFields': [{'apiVersion': 'cdi.kubevirt.io/v1beta1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'.': {}, 'f:contentType': {}, 'f:source': {'.': {}, 'f:http': {'.': {}, 'f:certConfigMap': {}, 'f:secretRef': {}, 'f:url': {}}}, 'f:storage': {'.': {}, 'f:resources': {'.': {}, 'f:requests': {'.': {}, 'f:storage': {}}}, 'f:storageClassName': {}, 'f:volumeMode': {}}}}, 'manager': 'OpenAPI-Generator', 'operation': 'Update', 'time': '2025-11-26T06:03:17Z'}, {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:cdi.kubevirt.io/storage.usePopulator': {}}}}, 'manager': 'virt-cdi-controller', 'operation': 'Update', 'time': '2025-11-26T06:03:17Z'}, {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:status': {'.': {}, 'f:claimName': {}, 'f:conditions': {}, 'f:phase': {}, 'f:progress': {}}}, 'manager': 'virt-cdi-controller', 'operation': 'Update', 'subresource': 'status', 'time': '2025-11-26T06:03:43Z'}], 'name': 'dv-cirros-block', 'namespace': 'cdi-clone-test-clone', 'resourceVersion': '149356', 'uid': '52c082af-fc64-43af-8606-b2b8766106a9'}, 'spec': {'contentType': 'kubevirt', 'source': {'http': {'certConfigMap': 'artifactory-configmap', 'secretRef': 'cnv-tests-artifactory-secret', 'url': 'https://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/artifactory/cnv-qe-server-local/cnv-tests/cirros-images/cirros-0.4.0-x86_64-disk.qcow2'}}, 'storage': {'resources': {'requests': {'storage': '1Gi'}}, 'storageClassName': 'ocs-storagecluster-ceph-rbd-virtualization', 'volumeMode': 'Block'}}, 'status': {'claimName': 'dv-cirros-block', 'conditions': [{'lastHeartbeatTime': '2025-11-26T06:03:43Z', 'lastTransitionTime': '2025-11-26T06:03:43Z', 'message': 'PVC dv-cirros-block Bound', 'reason': 'Bound', 'status': 'True', 'type': 'Bound'}, {'lastHeartbeatTime': '2025-11-26T06:03:43Z', 'lastTransitionTime': '2025-11-26T06:03:43Z', 'status': 'True', 'type': 'Ready'}, {'lastHeartbeatTime': '2025-11-26T06:03:42Z', 'lastTransitionTime': '2025-11-26T06:03:42Z', 'message': 'Import Complete', 'reason': 'Completed', 'status': 'False', 'type': 'Running'}], 'phase': 'Succeeded', 'progress': '100.0%'}} 2025-11-26T06:05:23.133673 ocp_resources DataVolume INFO Wait until DataVolume dv-cirros-block is deleted 2025-11-26T06:05:23.133925 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-26T06:05:23.138974 timeout_sampler INFO Elapsed time: 9.822845458984375e-05 [0:00:00.000098] 2025-11-26T06:05:23.139156 ocp_resources PersistentVolumeClaim INFO Wait until PersistentVolumeClaim dv-cirros-block is deleted 2025-11-26T06:05:23.139422 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-26T06:05:24.159802 timeout_sampler INFO Elapsed time: 1.0028510093688965 [0:00:01.002851] 2025-11-26T06:05:24.160158 ocp_resources Secret INFO Delete Secret cnv-tests-artifactory-secret 2025-11-26T06:05:24.180011 ocp_resources Secret INFO Deleting {'kind': 'Secret', 'apiVersion': 'v1', 'metadata': {'name': 'cnv-tests-artifactory-secret', 'namespace': 'cdi-clone-test-clone', 'uid': 'c5e66111-760d-4597-99a0-65696dae4c52', 'resourceVersion': '148730', 'creationTimestamp': '2025-11-26T06:03:17Z', 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-26T06:03:17Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:data': {'.': {}, 'f:accessKeyId': {}, 'f:secretKey': {}}, 'f:type': {}}}]}, 'data': '*******', 'type': 'Opaque'} 2025-11-26T06:05:24.188240 ocp_resources Secret INFO Wait until Secret cnv-tests-artifactory-secret is deleted 2025-11-26T06:05:24.188614 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-26T06:05:24.192944 timeout_sampler INFO Elapsed time: 0.00014209747314453125 [0:00:00.000142] 2025-11-26T06:05:24.193065 ocp_resources ConfigMap INFO Delete ConfigMap artifactory-configmap 2025-11-26T06:05:24.212254 ocp_resources ConfigMap INFO Deleting {'kind': 'ConfigMap', 'apiVersion': 'v1', 'metadata': {'name': 'artifactory-configmap', 'namespace': 'cdi-clone-test-clone', 'uid': '056b6006-dbf1-464b-a698-d7cc44cafaaf', 'resourceVersion': '148733', 'creationTimestamp': '2025-11-26T06:03:17Z', 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-26T06:03:17Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:data': {'.': {}, 'f:tlsregistry.crt': {}}}}]}, 'data': '*******'} 2025-11-26T06:05:24.220012 ocp_resources ConfigMap INFO Wait until ConfigMap artifactory-configmap is deleted 2025-11-26T06:05:24.220258 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-26T06:05:24.224528 timeout_sampler INFO Elapsed time: 0.00022673606872558594 [0:00:00.000227] 2025-11-26T06:05:24.224787 ocp_resources Namespace INFO Delete Namespace cdi-clone-test-clone 2025-11-26T06:05:24.244526 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'cdi-clone-test-clone', 'uid': 'de7bd7ce-164f-4597-a283-f3a695616bf8', 'resourceVersion': '148709', 'creationTimestamp': '2025-11-26T06:03:16Z', 'labels': {'kubernetes.io/metadata.name': 'cdi-clone-test-clone', 'pod-security.kubernetes.io/audit': 'restricted', 'pod-security.kubernetes.io/audit-version': 'latest', 'pod-security.kubernetes.io/enforce': 'restricted', 'pod-security.kubernetes.io/enforce-version': 'latest', 'pod-security.kubernetes.io/warn': 'restricted', 'pod-security.kubernetes.io/warn-version': 'latest'}, 'annotations': {'openshift.io/description': '', 'openshift.io/display-name': '', 'openshift.io/requester': 'unprivileged-user', 'openshift.io/sa.scc.mcs': 's0:c35,c25', 'openshift.io/sa.scc.supplemental-groups': '1001240000/10000', 'openshift.io/sa.scc.uid-range': '1001240000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'cluster-policy-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-11-26T06:03:16Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:openshift.io/sa.scc.mcs': {}, 'f:openshift.io/sa.scc.supplemental-groups': {}, 'f:openshift.io/sa.scc.uid-range': {}}}}}, {'manager': 'pod-security-admission-label-synchronization-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-11-26T06:03:16Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:security.openshift.io/MinimallySufficientPodSecurityStandard': {}}, 'f:labels': {'f:pod-security.kubernetes.io/audit': {}, 'f:pod-security.kubernetes.io/audit-version': {}, 'f:pod-security.kubernetes.io/enforce': {}, 'f:pod-security.kubernetes.io/enforce-version': {}, 'f:pod-security.kubernetes.io/warn': {}, 'f:pod-security.kubernetes.io/warn-version': {}}}}}, {'manager': 'openshift-apiserver', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-26T06:03:16Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:openshift.io/description': {}, 'f:openshift.io/display-name': {}, 'f:openshift.io/requester': {}}, 'f:labels': {'.': {}, 'f:kubernetes.io/metadata.name': {}}}}}, {'manager': 'openshift-controller-manager', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-26T06:03:16Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2025-11-26T06:05:24.257171 ocp_resources Namespace INFO Wait until Namespace cdi-clone-test-clone is deleted 2025-11-26T06:05:24.257588 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-26T06:05:32.302592 timeout_sampler INFO Elapsed time: 8.03970217704773 [0:00:08.039702] _ 11 of 22 completed, 5 Pass, 0 Fail, 5 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/storage/cdi_import/test_import_http.py 2025-11-26 06:05:32,305 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:05:32,306 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-26 06:05:32,306 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-26 06:05:32,306 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26 06:05:32,307 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:05:32,307 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26T06:05:32.305799 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26 06:05:32,308 INFO sqlalchemy.engine.Engine [generated in 0.00043s] ('/openshift-virtualization-tests/tests/storage/cdi_import/test_import_http.py::test_successful_import_basic_auth[#ocs-storagecluster-ceph-rbd-virtualization#-kubevirt-cirros-0.4.0-x86_64-disk.raw.xz]', 1764137132) 2025-11-26T06:05:32.306009 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-26T06:05:32.306119 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-26T06:05:32.306833 sqlalchemy.engine.Engine INFO COMMIT 2025-11-26T06:05:32.307267 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26T06:05:32.307754 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26T06:05:32.308134 sqlalchemy.engine.Engine INFO [generated in 0.00043s] ('/openshift-virtualization-tests/tests/storage/cdi_import/test_import_http.py::test_successful_import_basic_auth[#ocs-storagecluster-ceph-rbd-virtualization#-kubevirt-cirros-0.4.0-x86_64-disk.raw.xz]', 1764137132) 2025-11-26 06:05:32,309 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26T06:05:32.309228 sqlalchemy.engine.Engine INFO COMMIT test_successful_import_basic_auth[#ocs-storagecluster-ceph-rbd-virtualization#-kubevirt-cirros-0.4.0-x86_64-disk.raw.xz] 2025-11-26T06:05:32.359656 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-26T06:05:32.357485 conftest INFO Executing function fixture: term_handler_scope_function 2025-11-26T06:05:32.358101 conftest INFO Executing class fixture: term_handler_scope_class 2025-11-26T06:05:32.358610 conftest INFO Executing module fixture: term_handler_scope_module 2025-11-26T06:05:32.359173 conftest INFO Executing module fixture: cluster_sanity_scope_module 2025-11-26T06:05:32.359393 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2025-11-26T06:05:32.359488 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2025-11-26T06:05:32.359580 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2025-11-26T06:05:32.394796 ocp_utilities.infra INFO Verify all nodes are schedulable. 2025-11-26T06:05:32.422223 timeout_sampler INFO Waiting for 300 seconds [0:05:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2025-11-26T06:05:32.797719 timeout_sampler INFO Elapsed time: 0.0001556873321533203 [0:00:00.000156] 2025-11-26T06:05:32.798104 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 5 seconds. (Function: utilities.infra..lambda: dynamic_client.namespace.resource_kind.resource_name.list.get) 2025-11-26T06:05:32.797962 utilities.infra INFO Waiting for resource to stabilize: resource_kind=HyperConverged conditions={'Available': 'True', 'Progressing': 'False', 'ReconcileComplete': 'True', 'Degraded': 'False', 'Upgradeable': 'True'} sleep=600 consecutive_checks_count=3 2025-11-26T06:05:42.831920 timeout_sampler INFO Elapsed time: 10.02327299118042 [0:00:10.023273] 2025-11-26T06:05:42.832890 ocp_resources.resource INFO kind: Deployment api version: apps/v1 2025-11-26T06:05:42.833032 ocp_resources Deployment INFO Create Deployment internal-http 2025-11-26T06:05:42.833225 ocp_resources Deployment INFO Posting {'apiVersion': 'apps/v1', 'kind': 'Deployment', 'metadata': {'name': 'internal-http', 'namespace': 'cnv-tests-utilities'}, 'spec': {'selector': {'matchLabels': {'name': 'internal-http'}}, 'template': {'metadata': {'labels': {'name': 'internal-http', 'cdi.kubevirt.io/testing': ''}}, 'spec': {'terminationGracePeriodSeconds': 0, 'containers': [{'name': 'http', 'image': 'quay.io/openshift-cnv/qe-cnv-tests-internal-http:v1.1.0', 'imagePullPolicy': 'Always', 'command': ['/usr/sbin/nginx'], 'readinessProbe': {'httpGet': {'path': '/', 'port': 80}, 'initialDelaySeconds': 20, 'periodSeconds': 20}, 'securityContext': {'privileged': True}, 'livenessProbe': {'httpGet': {'path': '/', 'port': 80}, 'initialDelaySeconds': 20, 'periodSeconds': 20}}], 'serviceAccount': 'cnv-tests-sa', 'serviceAccountName': 'cnv-tests-sa'}}, 'replicas': 1}} 2025-11-26T06:05:42.832314 conftest INFO Executing function fixture: autouse_fixtures 2025-11-26T06:05:42.832654 conftest INFO Executing session fixture: internal_http_deployment 2025-11-26T06:05:42.846931 ocp_resources Deployment INFO Wait for Deployment internal-http to be deployed: True 2025-11-26T06:05:42.847158 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.deployment.wait_for_replicas.lambda: self.exists) 2025-11-26T06:05:42.850491 timeout_sampler INFO Elapsed time: 9.202957153320312e-05 [0:00:00.000092] 2025-11-26T06:05:42.850617 timeout_sampler INFO Waiting for 239.9965419769287 seconds [0:03:59.996542], retry every 1 seconds. (Function: ocp_resources.deployment.wait_for_replicas.lambda: self.instance) 2025-11-26T06:06:45.114090 timeout_sampler INFO Elapsed time: 62.2589213848114 [0:01:02.258921] 2025-11-26T06:06:45.114991 ocp_resources Service INFO Create Service internal-http 2025-11-26T06:06:45.114408 conftest INFO Executing session fixture: internal_http_service 2025-11-26T06:06:45.115185 ocp_resources Service INFO Posting {'apiVersion': 'v1', 'kind': 'Service', 'metadata': {'name': 'internal-http', 'namespace': 'cnv-tests-utilities'}, 'spec': {'selector': {'name': 'internal-http'}, 'ports': [{'name': 'rate-limit', 'port': 82}, {'name': 'http-auth', 'port': 81}, {'name': 'http-no-auth', 'port': 80}, {'name': 'https', 'port': 443}]}} 2025-11-26T06:06:45.132205 ocp_resources.resource INFO kind: ProjectRequest api version: project.openshift.io/v1 2025-11-26T06:06:45.132298 ocp_resources ProjectRequest INFO Create ProjectRequest cdi-import-test-import-htt 2025-11-26T06:06:45.132465 ocp_resources ProjectRequest INFO Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'cdi-import-test-import-htt'}} 2025-11-26T06:06:45.131728 conftest INFO Executing session fixture: images_internal_http_server 2025-11-26T06:06:45.132017 conftest INFO Executing module fixture: namespace 2025-11-26T06:06:45.264811 ocp_resources.resource INFO kind: Project api version: project.openshift.io/v1 2025-11-26T06:06:45.264900 ocp_resources Project INFO Wait for Project cdi-import-test-import-htt status to be Active 2025-11-26T06:06:45.265059 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-26T06:06:45.277046 ocp_resources Project INFO Status of Project cdi-import-test-import-htt is Active 2025-11-26T06:06:45.277207 timeout_sampler INFO Elapsed time: 7.176399230957031e-05 [0:00:00.000072] 2025-11-26T06:06:45.282082 ocp_resources Namespace INFO Wait for Namespace cdi-import-test-import-htt status to be Active 2025-11-26T06:06:45.282235 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-26T06:06:45.287153 ocp_resources Namespace INFO Status of Namespace cdi-import-test-import-htt is Active 2025-11-26T06:06:45.287300 timeout_sampler INFO Elapsed time: 6.699562072753906e-05 [0:00:00.000067] 2025-11-26T06:06:45.287411 ocp_resources.resource INFO ResourceEdits: Updating data for resource Namespace cdi-import-test-import-htt 2025-11-26T06:06:45.287482 ocp_resources Namespace INFO Update Namespace cdi-import-test-import-htt: {'metadata': {'labels': None, 'name': 'cdi-import-test-import-htt'}} 2025-11-26T06:06:45.301808 ocp_resources Secret INFO Create Secret internal-http-secret 2025-11-26T06:06:45.302176 ocp_resources Secret INFO Posting {'apiVersion': 'v1', 'kind': 'Secret', 'metadata': {'name': 'internal-http-secret', 'namespace': 'cdi-import-test-import-htt'}, 'data': '*******'} 2025-11-26T06:06:45.301125 conftest INFO Executing module fixture: storage_class_matrix__module__ 2025-11-26T06:06:45.301308 conftest INFO Executing module fixture: storage_class_name_scope_module 2025-11-26T06:06:45.301455 conftest INFO Executing module fixture: internal_http_secret 2025-11-26T06:06:45.312680 conftest INFO Executing function fixture: content_type 2025-11-26T06:06:45.312856 conftest INFO Executing function fixture: file_name --------------------------------------------------------- CALL --------------------------------------------------------- 2025-11-26T06:06:45.403491 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-26T06:06:45.429193 ocp_resources ConfigMap INFO Create ConfigMap artifactory-configmap 2025-11-26T06:06:45.429358 ocp_resources ConfigMap INFO Posting {'apiVersion': 'v1', 'kind': 'ConfigMap', 'metadata': {'name': 'artifactory-configmap', 'namespace': 'cdi-import-test-import-htt'}, 'data': '*******'} 2025-11-26T06:06:45.453962 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2025-11-26T06:06:45.454081 ocp_resources DataVolume INFO Create DataVolume import-http-dv 2025-11-26T06:06:45.454247 ocp_resources DataVolume INFO Posting {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'name': 'import-http-dv', 'namespace': 'cdi-import-test-import-htt'}, 'spec': {'contentType': 'kubevirt', 'storage': {'storageClassName': 'ocs-storagecluster-ceph-rbd-virtualization', 'resources': {'requests': {'storage': '1Gi'}}}, 'source': {'http': {'url': 'http://internal-http.cnv-tests-utilities:81/cirros-0.4.0-x86_64-disk.raw.xz', 'secretRef': 'internal-http-secret', 'certConfigMap': 'artifactory-configmap'}}}} 2025-11-26T06:06:45.482772 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-26T06:06:45.514417 ocp_resources DataVolume INFO Wait DV success for 600 seconds 2025-11-26T06:06:45.514826 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 10 seconds. (Function: ocp_resources.datavolume._check_none_pending_status.lambda: self.exists) 2025-11-26T06:06:55.522637 timeout_sampler INFO Elapsed time: 10.00320053100586 [0:00:10.003201] 2025-11-26T06:06:55.522866 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 1 seconds. (Function: ocp_resources.datavolume.wait_for_dv_success.lambda: self.exists) 2025-11-26T06:07:11.599186 timeout_sampler INFO Elapsed time: 16.072190284729004 [0:00:16.072190] 2025-11-26T06:07:11.599352 ocp_resources PersistentVolumeClaim INFO Wait for PersistentVolumeClaim import-http-dv status to be Bound 2025-11-26T06:07:11.599541 timeout_sampler INFO Waiting for 60 seconds [0:01:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-26T06:07:11.603073 ocp_resources PersistentVolumeClaim INFO Status of PersistentVolumeClaim import-http-dv is Bound 2025-11-26T06:07:11.603227 timeout_sampler INFO Elapsed time: 7.009506225585938e-05 [0:00:00.000070] 2025-11-26T06:07:11.606346 ocp_resources DataVolume INFO Delete DataVolume import-http-dv 2025-11-26T06:07:11.613799 ocp_resources DataVolume INFO Deleting {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'annotations': {'cdi.kubevirt.io/storage.usePopulator': 'true'}, 'creationTimestamp': '2025-11-26T06:06:45Z', 'generation': 1, 'managedFields': [{'apiVersion': 'cdi.kubevirt.io/v1beta1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'.': {}, 'f:contentType': {}, 'f:source': {'.': {}, 'f:http': {'.': {}, 'f:certConfigMap': {}, 'f:secretRef': {}, 'f:url': {}}}, 'f:storage': {'.': {}, 'f:resources': {'.': {}, 'f:requests': {'.': {}, 'f:storage': {}}}, 'f:storageClassName': {}}}}, 'manager': 'OpenAPI-Generator', 'operation': 'Update', 'time': '2025-11-26T06:06:45Z'}, {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:cdi.kubevirt.io/storage.usePopulator': {}}}}, 'manager': 'virt-cdi-controller', 'operation': 'Update', 'time': '2025-11-26T06:06:45Z'}, {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:status': {'.': {}, 'f:claimName': {}, 'f:conditions': {}, 'f:phase': {}, 'f:progress': {}}}, 'manager': 'virt-cdi-controller', 'operation': 'Update', 'subresource': 'status', 'time': '2025-11-26T06:07:10Z'}], 'name': 'import-http-dv', 'namespace': 'cdi-import-test-import-htt', 'resourceVersion': '153279', 'uid': '43c8086c-4db9-46f9-ba11-57ce30bf59a2'}, 'spec': {'contentType': 'kubevirt', 'source': {'http': {'certConfigMap': 'artifactory-configmap', 'secretRef': 'internal-http-secret', 'url': 'http://internal-http.cnv-tests-utilities:81/cirros-0.4.0-x86_64-disk.raw.xz'}}, 'storage': {'resources': {'requests': {'storage': '1Gi'}}, 'storageClassName': 'ocs-storagecluster-ceph-rbd-virtualization'}}, 'status': {'claimName': 'import-http-dv', 'conditions': [{'lastHeartbeatTime': '2025-11-26T06:07:10Z', 'lastTransitionTime': '2025-11-26T06:07:10Z', 'message': 'PVC import-http-dv Bound', 'reason': 'Bound', 'status': 'True', 'type': 'Bound'}, {'lastHeartbeatTime': '2025-11-26T06:07:10Z', 'lastTransitionTime': '2025-11-26T06:07:10Z', 'status': 'True', 'type': 'Ready'}, {'lastHeartbeatTime': '2025-11-26T06:07:09Z', 'lastTransitionTime': '2025-11-26T06:07:09Z', 'message': 'Import Complete', 'reason': 'Completed', 'status': 'False', 'type': 'Running'}], 'phase': 'Succeeded', 'progress': '100.0%'}} 2025-11-26T06:07:11.624487 ocp_resources DataVolume INFO Wait until DataVolume import-http-dv is deleted 2025-11-26T06:07:11.624846 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-26T06:07:11.629050 timeout_sampler INFO Elapsed time: 0.00016307830810546875 [0:00:00.000163] 2025-11-26T06:07:11.629144 ocp_resources PersistentVolumeClaim INFO Wait until PersistentVolumeClaim import-http-dv is deleted 2025-11-26T06:07:11.629284 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-26T06:07:12.639274 timeout_sampler INFO Elapsed time: 1.0053024291992188 [0:00:01.005302] 2025-11-26T06:07:12.639424 ocp_resources ConfigMap INFO Delete ConfigMap artifactory-configmap 2025-11-26T06:07:12.646112 ocp_resources ConfigMap INFO Deleting {'kind': 'ConfigMap', 'apiVersion': 'v1', 'metadata': {'name': 'artifactory-configmap', 'namespace': 'cdi-import-test-import-htt', 'uid': '8d2cb993-dfaf-4449-89f8-0760e7af965f', 'resourceVersion': '152635', 'creationTimestamp': '2025-11-26T06:06:45Z', 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-26T06:06:45Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:data': {'.': {}, 'f:tlsregistry.crt': {}}}}]}, 'data': '*******'} 2025-11-26T06:07:12.653440 ocp_resources ConfigMap INFO Wait until ConfigMap artifactory-configmap is deleted 2025-11-26T06:07:12.653794 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-26T06:07:12.657912 timeout_sampler INFO Elapsed time: 0.000152587890625 [0:00:00.000153] .2025-11-26T06:07:12.658605 ocp_resources Secret INFO Delete Secret internal-http-secret TEST: test_successful_import_basic_auth[#ocs-storagecluster-ceph-rbd-virtualization#-kubevirt-cirros-0.4.0-x86_64-disk.raw.xz] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- 2025-11-26T06:07:12.665234 ocp_resources Secret INFO Deleting {'kind': 'Secret', 'apiVersion': 'v1', 'metadata': {'name': 'internal-http-secret', 'namespace': 'cdi-import-test-import-htt', 'uid': '71d57619-4e26-4c9c-8c99-5c0e5a58355d', 'resourceVersion': '152632', 'creationTimestamp': '2025-11-26T06:06:45Z', 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-26T06:06:45Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:data': {'.': {}, 'f:accessKeyId': {}, 'f:secretKey': {}}, 'f:type': {}}}]}, 'data': '*******', 'type': 'Opaque'} 2025-11-26T06:07:12.673282 ocp_resources Secret INFO Wait until Secret internal-http-secret is deleted 2025-11-26T06:07:12.673489 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-26T06:07:12.677988 timeout_sampler INFO Elapsed time: 8.177757263183594e-05 [0:00:00.000082] 2025-11-26T06:07:12.678165 ocp_resources Namespace INFO Delete Namespace cdi-import-test-import-htt 2025-11-26T06:07:12.684650 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'cdi-import-test-import-htt', 'uid': 'bea3ffd0-c130-49b6-a09c-541bdfa25ce4', 'resourceVersion': '152633', 'creationTimestamp': '2025-11-26T06:06:45Z', 'labels': {'kubernetes.io/metadata.name': 'cdi-import-test-import-htt', 'pod-security.kubernetes.io/audit': 'restricted', 'pod-security.kubernetes.io/audit-version': 'latest', 'pod-security.kubernetes.io/enforce': 'restricted', 'pod-security.kubernetes.io/enforce-version': 'latest', 'pod-security.kubernetes.io/warn': 'restricted', 'pod-security.kubernetes.io/warn-version': 'latest'}, 'annotations': {'openshift.io/description': '', 'openshift.io/display-name': '', 'openshift.io/requester': 'unprivileged-user', 'openshift.io/sa.scc.mcs': 's0:c36,c5', 'openshift.io/sa.scc.supplemental-groups': '1001270000/10000', 'openshift.io/sa.scc.uid-range': '1001270000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'cluster-policy-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-11-26T06:06:45Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:openshift.io/sa.scc.mcs': {}, 'f:openshift.io/sa.scc.supplemental-groups': {}, 'f:openshift.io/sa.scc.uid-range': {}}}}}, {'manager': 'pod-security-admission-label-synchronization-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-11-26T06:06:45Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:security.openshift.io/MinimallySufficientPodSecurityStandard': {}}, 'f:labels': {'f:pod-security.kubernetes.io/audit': {}, 'f:pod-security.kubernetes.io/audit-version': {}, 'f:pod-security.kubernetes.io/enforce': {}, 'f:pod-security.kubernetes.io/enforce-version': {}, 'f:pod-security.kubernetes.io/warn': {}, 'f:pod-security.kubernetes.io/warn-version': {}}}}}, {'manager': 'openshift-apiserver', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-26T06:06:45Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:openshift.io/description': {}, 'f:openshift.io/display-name': {}, 'f:openshift.io/requester': {}}, 'f:labels': {'.': {}, 'f:kubernetes.io/metadata.name': {}}}}}, {'manager': 'openshift-controller-manager', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-26T06:06:45Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2025-11-26T06:07:12.693912 ocp_resources Namespace INFO Wait until Namespace cdi-import-test-import-htt is deleted 2025-11-26T06:07:12.694088 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-26T06:07:20.731086 timeout_sampler INFO Elapsed time: 8.031992673873901 [0:00:08.031993] _ 12 of 22 completed, 6 Pass, 0 Fail, 5 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/storage/cdi_import/test_import_registry.py 2025-11-26 06:07:20,733 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:07:20,733 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-26 06:07:20,733 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-26 06:07:20,734 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26 06:07:20,735 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:07:20,735 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26 06:07:20,735 INFO sqlalchemy.engine.Engine [generated in 0.00016s] ('/openshift-virtualization-tests/tests/storage/cdi_import/test_import_registry.py::test_public_registry_data_volume[#ocs-storagecluster-ceph-rbd-virtualization#-import-public-registry-no-content-type-dv]', 1764137240) 2025-11-26 06:07:20,735 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26T06:07:20.733554 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26T06:07:20.733731 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-26T06:07:20.733817 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-26T06:07:20.734257 sqlalchemy.engine.Engine INFO COMMIT 2025-11-26T06:07:20.735015 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26T06:07:20.735432 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26T06:07:20.735528 sqlalchemy.engine.Engine INFO [generated in 0.00016s] ('/openshift-virtualization-tests/tests/storage/cdi_import/test_import_registry.py::test_public_registry_data_volume[#ocs-storagecluster-ceph-rbd-virtualization#-import-public-registry-no-content-type-dv]', 1764137240) 2025-11-26T06:07:20.735914 sqlalchemy.engine.Engine INFO COMMIT 2025-11-26T06:07:20.749334 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. test_public_registry_data_volume[#ocs-storagecluster-ceph-rbd-virtualization#-import-public-registry-no-content-type-dv] -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-26T06:07:20.748650 conftest INFO Executing function fixture: term_handler_scope_function 2025-11-26T06:07:20.748804 conftest INFO Executing class fixture: term_handler_scope_class 2025-11-26T06:07:20.748913 conftest INFO Executing module fixture: term_handler_scope_module 2025-11-26T06:07:20.749099 conftest INFO Executing module fixture: cluster_sanity_scope_module 2025-11-26T06:07:20.749187 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2025-11-26T06:07:20.749238 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2025-11-26T06:07:20.749289 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2025-11-26T06:07:20.776767 ocp_utilities.infra INFO Verify all nodes are schedulable. 2025-11-26T06:07:20.801626 timeout_sampler INFO Waiting for 300 seconds [0:05:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2025-11-26T06:07:21.114899 timeout_sampler INFO Elapsed time: 8.988380432128906e-05 [0:00:00.000090] 2025-11-26T06:07:21.115149 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 5 seconds. (Function: utilities.infra..lambda: dynamic_client.namespace.resource_kind.resource_name.list.get) 2025-11-26T06:07:21.115042 utilities.infra INFO Waiting for resource to stabilize: resource_kind=HyperConverged conditions={'Available': 'True', 'Progressing': 'False', 'ReconcileComplete': 'True', 'Degraded': 'False', 'Upgradeable': 'True'} sleep=600 consecutive_checks_count=3 2025-11-26T06:07:31.149602 timeout_sampler INFO Elapsed time: 10.024170398712158 [0:00:10.024170] 2025-11-26T06:07:31.150430 ocp_resources.resource INFO kind: ProjectRequest api version: project.openshift.io/v1 2025-11-26T06:07:31.150536 ocp_resources ProjectRequest INFO Create ProjectRequest cdi-import-test-import-registr 2025-11-26T06:07:31.150918 ocp_resources ProjectRequest INFO Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'cdi-import-test-import-registr'}} 2025-11-26T06:07:31.149902 conftest INFO Executing function fixture: autouse_fixtures 2025-11-26T06:07:31.150210 conftest INFO Executing module fixture: namespace 2025-11-26T06:07:31.234268 ocp_resources.resource INFO kind: Project api version: project.openshift.io/v1 2025-11-26T06:07:31.234358 ocp_resources Project INFO Wait for Project cdi-import-test-import-registr status to be Active 2025-11-26T06:07:31.234571 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-26T06:07:31.246334 ocp_resources Project INFO Status of Project cdi-import-test-import-registr is Active 2025-11-26T06:07:31.246545 timeout_sampler INFO Elapsed time: 7.2479248046875e-05 [0:00:00.000072] 2025-11-26T06:07:31.256724 ocp_resources Namespace INFO Wait for Namespace cdi-import-test-import-registr status to be Active 2025-11-26T06:07:31.256949 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-26T06:07:31.261319 ocp_resources Namespace INFO Status of Namespace cdi-import-test-import-registr is Active 2025-11-26T06:07:31.261540 timeout_sampler INFO Elapsed time: 9.918212890625e-05 [0:00:00.000099] 2025-11-26T06:07:31.261630 ocp_resources.resource INFO ResourceEdits: Updating data for resource Namespace cdi-import-test-import-registr 2025-11-26T06:07:31.261700 ocp_resources Namespace INFO Update Namespace cdi-import-test-import-registr: {'metadata': {'labels': None, 'name': 'cdi-import-test-import-registr'}} 2025-11-26T06:07:31.278446 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2025-11-26T06:07:31.278566 ocp_resources DataVolume INFO Create DataVolume import-public-registry-no-content-type-dv 2025-11-26T06:07:31.278740 ocp_resources DataVolume INFO Posting {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'name': 'import-public-registry-no-content-type-dv', 'namespace': 'cdi-import-test-import-registr'}, 'spec': {'storage': {'storageClassName': 'ocs-storagecluster-ceph-rbd-virtualization', 'resources': {'requests': {'storage': '10Gi'}}}, 'source': {'registry': {'url': 'docker://quay.io/openshift-cnv/qe-cnv-tests-fedora:41'}}}} 2025-11-26T06:07:31.277520 conftest INFO Executing function fixture: dv_name 2025-11-26T06:07:31.277687 conftest INFO Executing function fixture: content_type 2025-11-26T06:07:31.277823 conftest INFO Executing function fixture: storage_class_matrix__function__ 2025-11-26T06:07:31.277928 conftest INFO Executing function fixture: storage_class_name_scope_function --------------------------------------------------------- CALL --------------------------------------------------------- 2025-11-26T06:07:31.321164 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-26T06:07:31.348010 ocp_resources DataVolume INFO Wait DV success for 600 seconds 2025-11-26T06:07:31.348459 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 10 seconds. (Function: ocp_resources.datavolume._check_none_pending_status.lambda: self.exists) 2025-11-26T06:07:41.360122 timeout_sampler INFO Elapsed time: 10.00577449798584 [0:00:10.005774] 2025-11-26T06:07:41.360307 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 1 seconds. (Function: ocp_resources.datavolume.wait_for_dv_success.lambda: self.exists) 2025-11-26T06:08:29.595255 timeout_sampler INFO Elapsed time: 48.23051404953003 [0:00:48.230514] 2025-11-26T06:08:29.595593 ocp_resources PersistentVolumeClaim INFO Wait for PersistentVolumeClaim import-public-registry-no-content-type-dv status to be Bound 2025-11-26T06:08:29.595832 timeout_sampler INFO Waiting for 60 seconds [0:01:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-26T06:08:29.599079 ocp_resources PersistentVolumeClaim INFO Status of PersistentVolumeClaim import-public-registry-no-content-type-dv is Bound 2025-11-26T06:08:29.599407 timeout_sampler INFO Elapsed time: 6.866455078125e-05 [0:00:00.000069] 2025-11-26T06:08:29.602534 ocp_resources DataVolume INFO Delete DataVolume import-public-registry-no-content-type-dv 2025-11-26T06:08:29.610898 ocp_resources DataVolume INFO Deleting {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'annotations': {'cdi.kubevirt.io/storage.usePopulator': 'true'}, 'creationTimestamp': '2025-11-26T06:07:31Z', 'generation': 1, 'managedFields': [{'apiVersion': 'cdi.kubevirt.io/v1beta1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'.': {}, 'f:source': {'.': {}, 'f:registry': {'.': {}, 'f:url': {}}}, 'f:storage': {'.': {}, 'f:resources': {'.': {}, 'f:requests': {'.': {}, 'f:storage': {}}}, 'f:storageClassName': {}}}}, 'manager': 'OpenAPI-Generator', 'operation': 'Update', 'time': '2025-11-26T06:07:31Z'}, {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:cdi.kubevirt.io/storage.usePopulator': {}}}}, 'manager': 'virt-cdi-controller', 'operation': 'Update', 'time': '2025-11-26T06:07:31Z'}, {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:status': {'.': {}, 'f:claimName': {}, 'f:conditions': {}, 'f:phase': {}, 'f:progress': {}}}, 'manager': 'virt-cdi-controller', 'operation': 'Update', 'subresource': 'status', 'time': '2025-11-26T06:08:28Z'}], 'name': 'import-public-registry-no-content-type-dv', 'namespace': 'cdi-import-test-import-registr', 'resourceVersion': '154759', 'uid': 'fbbea479-cadb-4396-8688-5cc94f7ebef2'}, 'spec': {'source': {'registry': {'url': 'docker://quay.io/openshift-cnv/qe-cnv-tests-fedora:41'}}, 'storage': {'resources': {'requests': {'storage': '10Gi'}}, 'storageClassName': 'ocs-storagecluster-ceph-rbd-virtualization'}}, 'status': {'claimName': 'import-public-registry-no-content-type-dv', 'conditions': [{'lastHeartbeatTime': '2025-11-26T06:08:28Z', 'lastTransitionTime': '2025-11-26T06:08:28Z', 'message': 'PVC import-public-registry-no-content-type-dv Bound', 'reason': 'Bound', 'status': 'True', 'type': 'Bound'}, {'lastHeartbeatTime': '2025-11-26T06:08:28Z', 'lastTransitionTime': '2025-11-26T06:08:28Z', 'status': 'True', 'type': 'Ready'}, {'lastHeartbeatTime': '2025-11-26T06:08:27Z', 'lastTransitionTime': '2025-11-26T06:08:27Z', 'message': 'Import Complete', 'reason': 'Completed', 'status': 'False', 'type': 'Running'}], 'phase': 'Succeeded', 'progress': '100.0%'}} 2025-11-26T06:08:29.619151 ocp_resources DataVolume INFO Wait until DataVolume import-public-registry-no-content-type-dv is deleted 2025-11-26T06:08:29.619560 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-26T06:08:29.624696 timeout_sampler INFO Elapsed time: 0.0001621246337890625 [0:00:00.000162] 2025-11-26T06:08:29.624786 ocp_resources PersistentVolumeClaim INFO Wait until PersistentVolumeClaim import-public-registry-no-content-type-dv is deleted 2025-11-26T06:08:29.624923 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-26T06:08:30.634698 timeout_sampler INFO Elapsed time: 1.0039658546447754 [0:00:01.003966] .2025-11-26T06:08:30.635496 ocp_resources Namespace INFO Delete Namespace cdi-import-test-import-registr TEST: test_public_registry_data_volume[#ocs-storagecluster-ceph-rbd-virtualization#-import-public-registry-no-content-type-dv] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- 2025-11-26T06:08:30.642692 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'cdi-import-test-import-registr', 'uid': 'ff4bfbfe-9d4c-444c-a5a2-ea31e95cf080', 'resourceVersion': '153685', 'creationTimestamp': '2025-11-26T06:07:31Z', 'labels': {'kubernetes.io/metadata.name': 'cdi-import-test-import-registr', 'pod-security.kubernetes.io/audit': 'restricted', 'pod-security.kubernetes.io/audit-version': 'latest', 'pod-security.kubernetes.io/enforce': 'restricted', 'pod-security.kubernetes.io/enforce-version': 'latest', 'pod-security.kubernetes.io/warn': 'restricted', 'pod-security.kubernetes.io/warn-version': 'latest'}, 'annotations': {'openshift.io/description': '', 'openshift.io/display-name': '', 'openshift.io/requester': 'unprivileged-user', 'openshift.io/sa.scc.mcs': 's0:c36,c20', 'openshift.io/sa.scc.supplemental-groups': '1001300000/10000', 'openshift.io/sa.scc.uid-range': '1001300000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'cluster-policy-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-11-26T06:07:31Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:openshift.io/sa.scc.mcs': {}, 'f:openshift.io/sa.scc.supplemental-groups': {}, 'f:openshift.io/sa.scc.uid-range': {}}}}}, {'manager': 'pod-security-admission-label-synchronization-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-11-26T06:07:31Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:security.openshift.io/MinimallySufficientPodSecurityStandard': {}}, 'f:labels': {'f:pod-security.kubernetes.io/audit': {}, 'f:pod-security.kubernetes.io/audit-version': {}, 'f:pod-security.kubernetes.io/enforce': {}, 'f:pod-security.kubernetes.io/enforce-version': {}, 'f:pod-security.kubernetes.io/warn': {}, 'f:pod-security.kubernetes.io/warn-version': {}}}}}, {'manager': 'openshift-apiserver', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-26T06:07:31Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:openshift.io/description': {}, 'f:openshift.io/display-name': {}, 'f:openshift.io/requester': {}}, 'f:labels': {'.': {}, 'f:kubernetes.io/metadata.name': {}}}}}, {'manager': 'openshift-controller-manager', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-26T06:07:31Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2025-11-26T06:08:30.651950 ocp_resources Namespace INFO Wait until Namespace cdi-import-test-import-registr is deleted 2025-11-26T06:08:30.652132 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-26T06:08:37.691417 timeout_sampler INFO Elapsed time: 7.034131288528442 [0:00:07.034131] _ 13 of 22 completed, 7 Pass, 0 Fail, 5 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/storage/cdi_upload/test_upload_virtctl.py 2025-11-26 06:08:37,693 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:08:37,694 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-26 06:08:37,694 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-26 06:08:37,694 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26 06:08:37,695 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:08:37,695 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26 06:08:37,695 INFO sqlalchemy.engine.Engine [generated in 0.00014s] ('/openshift-virtualization-tests/tests/storage/cdi_upload/test_upload_virtctl.py::test_virtctl_image_upload_dv[#ocs-storagecluster-ceph-rbd-virtualization#]', 1764137317) 2025-11-26 06:08:37,696 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26T06:08:37.693848 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26T06:08:37.694020 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-26T06:08:37.694103 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-26T06:08:37.694548 sqlalchemy.engine.Engine INFO COMMIT 2025-11-26T06:08:37.695291 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26T06:08:37.695715 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26T06:08:37.695809 sqlalchemy.engine.Engine INFO [generated in 0.00014s] ('/openshift-virtualization-tests/tests/storage/cdi_upload/test_upload_virtctl.py::test_virtctl_image_upload_dv[#ocs-storagecluster-ceph-rbd-virtualization#]', 1764137317) 2025-11-26T06:08:37.696222 sqlalchemy.engine.Engine INFO COMMIT ---------------------- test_virtctl_image_upload_dv[#ocs-storagecluster-ceph-rbd-virtualization#] ---------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-26T06:08:37.716758 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. 2025-11-26T06:08:37.715761 conftest INFO Executing function fixture: term_handler_scope_function 2025-11-26T06:08:37.715943 conftest INFO Executing class fixture: term_handler_scope_class 2025-11-26T06:08:37.716086 conftest INFO Executing module fixture: term_handler_scope_module 2025-11-26T06:08:37.716353 conftest INFO Executing module fixture: cluster_sanity_scope_module 2025-11-26T06:08:37.716558 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2025-11-26T06:08:37.716630 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2025-11-26T06:08:37.716697 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2025-11-26T06:08:37.745130 ocp_utilities.infra INFO Verify all nodes are schedulable. 2025-11-26T06:08:37.770707 timeout_sampler INFO Waiting for 300 seconds [0:05:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2025-11-26T06:08:38.095664 timeout_sampler INFO Elapsed time: 0.00010848045349121094 [0:00:00.000108] 2025-11-26T06:08:38.095974 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 5 seconds. (Function: utilities.infra..lambda: dynamic_client.namespace.resource_kind.resource_name.list.get) 2025-11-26T06:08:38.095856 utilities.infra INFO Waiting for resource to stabilize: resource_kind=HyperConverged conditions={'Available': 'True', 'Progressing': 'False', 'ReconcileComplete': 'True', 'Degraded': 'False', 'Upgradeable': 'True'} sleep=600 consecutive_checks_count=3 2025-11-26T06:08:48.128543 timeout_sampler INFO Elapsed time: 10.019134283065796 [0:00:10.019134] 2025-11-26T06:08:48.129397 ocp_resources.resource INFO kind: ProjectRequest api version: project.openshift.io/v1 2025-11-26T06:08:48.129504 ocp_resources ProjectRequest INFO Create ProjectRequest cdi-upload-test-upload-virtctl 2025-11-26T06:08:48.129877 ocp_resources ProjectRequest INFO Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'cdi-upload-test-upload-virtctl'}} 2025-11-26T06:08:48.128875 conftest INFO Executing function fixture: autouse_fixtures 2025-11-26T06:08:48.129177 conftest INFO Executing module fixture: namespace 2025-11-26T06:08:48.219187 ocp_resources.resource INFO kind: Project api version: project.openshift.io/v1 2025-11-26T06:08:48.219324 ocp_resources Project INFO Wait for Project cdi-upload-test-upload-virtctl status to be Active 2025-11-26T06:08:48.219533 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-26T06:08:48.233263 ocp_resources Project INFO Status of Project cdi-upload-test-upload-virtctl is Active 2025-11-26T06:08:48.233518 timeout_sampler INFO Elapsed time: 8.273124694824219e-05 [0:00:00.000083] 2025-11-26T06:08:48.237321 ocp_resources Namespace INFO Wait for Namespace cdi-upload-test-upload-virtctl status to be Active 2025-11-26T06:08:48.237541 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-26T06:08:48.243308 ocp_resources Namespace INFO Status of Namespace cdi-upload-test-upload-virtctl is Active 2025-11-26T06:08:48.243601 timeout_sampler INFO Elapsed time: 7.319450378417969e-05 [0:00:00.000073] 2025-11-26T06:08:48.243750 ocp_resources.resource INFO ResourceEdits: Updating data for resource Namespace cdi-upload-test-upload-virtctl 2025-11-26T06:08:48.243868 ocp_resources Namespace INFO Update Namespace cdi-upload-test-upload-virtctl: {'metadata': {'labels': None, 'name': 'cdi-upload-test-upload-virtctl'}} 2025-11-26T06:08:48.259407 timeout_sampler INFO Waiting for 60 seconds [0:01:00], retry every 1 seconds. (Function: utilities.storage.get_downloaded_artifact Kwargs: {'remote_name': 'cnv-tests/cdi-test-images/cirros-qcow2.img', 'local_name': '/tmp/cirros-qcow2.img'}) 2025-11-26T06:08:48.259584 timeout_sampler INFO Waiting for 60 seconds [0:01:00], retry every 5 seconds. (Function: utilities.artifactory..lambda: artifactory_connection_url.requests.get.get_artifactory_header) 2025-11-26T06:08:48.258934 conftest INFO Executing module fixture: storage_class_matrix_immediate_matrix__module__ 2025-11-26T06:08:48.259192 conftest INFO Executing module fixture: storage_class_name_immediate_binding_scope_module 2025-11-26T06:08:48.259308 conftest INFO Executing function fixture: download_image 2025-11-26T06:08:48.259495 utilities.artifactory INFO Testing connectivity to https://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/artifactory/cnv-qe-server-local/ HTTPS server 2025-11-26T06:08:48.811671 timeout_sampler INFO Elapsed time: 7.724761962890625e-05 [0:00:00.000077] 2025-11-26T06:08:49.001536 utilities.storage INFO Download https://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/artifactory/cnv-qe-server-local/cnv-tests/cdi-test-images/cirros-qcow2.img to /tmp/cirros-qcow2.img 2025-11-26T06:08:49.542026 timeout_sampler INFO Elapsed time: 8.296966552734375e-05 [0:00:00.000083] 2025-11-26T06:08:49.543786 ocp_resources.resource INFO Trying to get client via new_client_from_config --------------------------------------------------------- CALL --------------------------------------------------------- 2025-11-26T06:08:49.599915 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2025-11-26T06:08:49.600353 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-26T06:08:49.624540 pyhelper_utils.shell INFO Running virtctl -n cdi-upload-test-upload-virtctl --kubeconfig /tmp/tmpzf0kk6fo-cnv-tests-kubeconfig/kubeconfig image-upload dv cnv-3724-ocs-storagecluster-ceph-rbd-virtualization --image-path=/tmp/cirros-qcow2.img --size=1Gi --storage-class=ocs-storagecluster-ceph-rbd-virtualization --access-mode=ReadWriteMany --insecure --volume-mode=block command 2025-11-26T06:09:03.958322 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2025-11-26T06:09:03.958520 ocp_resources DataVolume INFO Wait DV success for 60 seconds 2025-11-26T06:09:03.958976 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 10 seconds. (Function: ocp_resources.datavolume._check_none_pending_status.lambda: self.exists) 2025-11-26T06:09:03.958024 utilities.storage INFO Check status and output of virtctl 2025-11-26T06:09:03.992057 timeout_sampler INFO Elapsed time: 9.107589721679688e-05 [0:00:00.000091] 2025-11-26T06:09:03.992177 timeout_sampler INFO Waiting for 60 seconds [0:01:00], retry every 1 seconds. (Function: ocp_resources.datavolume.wait_for_dv_success.lambda: self.exists) 2025-11-26T06:09:04.005266 timeout_sampler INFO Elapsed time: 9.369850158691406e-05 [0:00:00.000094] 2025-11-26T06:09:04.005390 ocp_resources PersistentVolumeClaim INFO Wait for PersistentVolumeClaim cnv-3724-ocs-storagecluster-ceph-rbd-virtualization status to be Bound 2025-11-26T06:09:04.005544 timeout_sampler INFO Waiting for 60 seconds [0:01:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-26T06:09:04.015996 ocp_resources PersistentVolumeClaim INFO Status of PersistentVolumeClaim cnv-3724-ocs-storagecluster-ceph-rbd-virtualization is Bound 2025-11-26T06:09:04.016178 timeout_sampler INFO Elapsed time: 6.508827209472656e-05 [0:00:00.000065] 2025-11-26T06:09:04.029349 ocp_resources DataVolume INFO Delete DataVolume cnv-3724-ocs-storagecluster-ceph-rbd-virtualization 2025-11-26T06:09:04.038845 ocp_resources DataVolume INFO Deleting {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'annotations': {'cdi.kubevirt.io/storage.usePopulator': 'true'}, 'creationTimestamp': '2025-11-26T06:08:49Z', 'generation': 1, 'managedFields': [{'apiVersion': 'cdi.kubevirt.io/v1beta1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:cdi.kubevirt.io/storage.usePopulator': {}}}}, 'manager': 'virt-cdi-controller', 'operation': 'Update', 'time': '2025-11-26T06:08:49Z'}, {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'.': {}, 'f:contentType': {}, 'f:source': {'.': {}, 'f:upload': {}}, 'f:storage': {'.': {}, 'f:accessModes': {}, 'f:resources': {'.': {}, 'f:requests': {'.': {}, 'f:storage': {}}}, 'f:storageClassName': {}, 'f:volumeMode': {}}}}, 'manager': 'virtctl', 'operation': 'Update', 'time': '2025-11-26T06:08:49Z'}, {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:status': {'.': {}, 'f:claimName': {}, 'f:conditions': {}, 'f:phase': {}, 'f:progress': {}}}, 'manager': 'virt-cdi-controller', 'operation': 'Update', 'subresource': 'status', 'time': '2025-11-26T06:09:04Z'}], 'name': 'cnv-3724-ocs-storagecluster-ceph-rbd-virtualization', 'namespace': 'cdi-upload-test-upload-virtctl', 'resourceVersion': '155612', 'uid': '6f15e127-9718-4bad-b8a4-3dabb83f125d'}, 'spec': {'contentType': 'kubevirt', 'source': {'upload': {}}, 'storage': {'accessModes': ['ReadWriteMany'], 'resources': {'requests': {'storage': '1Gi'}}, 'storageClassName': 'ocs-storagecluster-ceph-rbd-virtualization', 'volumeMode': 'Block'}}, 'status': {'claimName': 'cnv-3724-ocs-storagecluster-ceph-rbd-virtualization', 'conditions': [{'lastHeartbeatTime': '2025-11-26T06:09:04Z', 'lastTransitionTime': '2025-11-26T06:09:04Z', 'message': 'PVC cnv-3724-ocs-storagecluster-ceph-rbd-virtualization Bound', 'reason': 'Bound', 'status': 'True', 'type': 'Bound'}, {'lastHeartbeatTime': '2025-11-26T06:09:04Z', 'lastTransitionTime': '2025-11-26T06:09:04Z', 'status': 'True', 'type': 'Ready'}, {'lastHeartbeatTime': '2025-11-26T06:09:02Z', 'lastTransitionTime': '2025-11-26T06:09:02Z', 'message': 'Upload Complete', 'reason': 'Completed', 'status': 'False', 'type': 'Running'}], 'phase': 'Succeeded', 'progress': 'N/A'}} 2025-11-26T06:09:04.048466 ocp_resources DataVolume INFO Wait until DataVolume cnv-3724-ocs-storagecluster-ceph-rbd-virtualization is deleted 2025-11-26T06:09:04.048650 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-26T06:09:04.052800 timeout_sampler INFO Elapsed time: 8.368492126464844e-05 [0:00:00.000084] 2025-11-26T06:09:04.052897 ocp_resources PersistentVolumeClaim INFO Wait until PersistentVolumeClaim cnv-3724-ocs-storagecluster-ceph-rbd-virtualization is deleted 2025-11-26T06:09:04.053031 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-26T06:09:05.060482 timeout_sampler INFO Elapsed time: 1.0030803680419922 [0:00:01.003080] .2025-11-26T06:09:05.061286 ocp_resources Namespace INFO Delete Namespace cdi-upload-test-upload-virtctl TEST: test_virtctl_image_upload_dv[#ocs-storagecluster-ceph-rbd-virtualization#] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- 2025-11-26T06:09:05.070856 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'cdi-upload-test-upload-virtctl', 'uid': '844e9643-363b-4408-9d67-2191016bc85c', 'resourceVersion': '155163', 'creationTimestamp': '2025-11-26T06:08:48Z', 'labels': {'kubernetes.io/metadata.name': 'cdi-upload-test-upload-virtctl', 'pod-security.kubernetes.io/audit': 'restricted', 'pod-security.kubernetes.io/audit-version': 'latest', 'pod-security.kubernetes.io/enforce': 'restricted', 'pod-security.kubernetes.io/enforce-version': 'latest', 'pod-security.kubernetes.io/warn': 'restricted', 'pod-security.kubernetes.io/warn-version': 'latest'}, 'annotations': {'openshift.io/description': '', 'openshift.io/display-name': '', 'openshift.io/requester': 'unprivileged-user', 'openshift.io/sa.scc.mcs': 's0:c36,c30', 'openshift.io/sa.scc.supplemental-groups': '1001320000/10000', 'openshift.io/sa.scc.uid-range': '1001320000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'cluster-policy-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-11-26T06:08:48Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:openshift.io/sa.scc.mcs': {}, 'f:openshift.io/sa.scc.supplemental-groups': {}, 'f:openshift.io/sa.scc.uid-range': {}}}}}, {'manager': 'pod-security-admission-label-synchronization-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-11-26T06:08:48Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:security.openshift.io/MinimallySufficientPodSecurityStandard': {}}, 'f:labels': {'f:pod-security.kubernetes.io/audit': {}, 'f:pod-security.kubernetes.io/audit-version': {}, 'f:pod-security.kubernetes.io/enforce': {}, 'f:pod-security.kubernetes.io/enforce-version': {}, 'f:pod-security.kubernetes.io/warn': {}, 'f:pod-security.kubernetes.io/warn-version': {}}}}}, {'manager': 'openshift-apiserver', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-26T06:08:48Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:openshift.io/description': {}, 'f:openshift.io/display-name': {}, 'f:openshift.io/requester': {}}, 'f:labels': {'.': {}, 'f:kubernetes.io/metadata.name': {}}}}}, {'manager': 'openshift-controller-manager', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-26T06:08:48Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2025-11-26T06:09:05.079253 ocp_resources Namespace INFO Wait until Namespace cdi-upload-test-upload-virtctl is deleted 2025-11-26T06:09:05.079454 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-26T06:09:12.111203 timeout_sampler INFO Elapsed time: 7.027100086212158 [0:00:07.027100] _ 14 of 22 completed, 8 Pass, 0 Fail, 5 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py 2025-11-26 06:09:12,114 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:09:12,114 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-26 06:09:12,114 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-26T06:09:12.114040 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26 06:09:12,114 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26T06:09:12.114249 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-26 06:09:12,115 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:09:12,115 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26 06:09:12,116 INFO sqlalchemy.engine.Engine [generated in 0.00016s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_create_vm[#rhel-9-6#]', 1764137352) 2025-11-26T06:09:12.114349 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-26T06:09:12.114951 sqlalchemy.engine.Engine INFO COMMIT 2025-11-26T06:09:12.115341 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26T06:09:12.115925 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26T06:09:12.116038 sqlalchemy.engine.Engine INFO [generated in 0.00016s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_create_vm[#rhel-9-6#]', 1764137352) 2025-11-26 06:09:12,116 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26T06:09:12.116714 sqlalchemy.engine.Engine INFO COMMIT ---------------------------------------------- test_create_vm[#rhel-9-6#] ---------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-26T06:09:12.126066 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. 2025-11-26T06:09:12.125245 conftest INFO Executing function fixture: term_handler_scope_function 2025-11-26T06:09:12.125490 conftest INFO Executing class fixture: term_handler_scope_class 2025-11-26T06:09:12.125624 conftest INFO Executing module fixture: term_handler_scope_module 2025-11-26T06:09:12.125828 conftest INFO Executing module fixture: cluster_sanity_scope_module 2025-11-26T06:09:12.125919 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2025-11-26T06:09:12.125969 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2025-11-26T06:09:12.126021 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2025-11-26T06:09:12.156318 ocp_utilities.infra INFO Verify all nodes are schedulable. 2025-11-26T06:09:12.181986 timeout_sampler INFO Waiting for 300 seconds [0:05:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2025-11-26T06:09:12.521224 timeout_sampler INFO Elapsed time: 0.00010228157043457031 [0:00:00.000102] 2025-11-26T06:09:12.521550 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 5 seconds. (Function: utilities.infra..lambda: dynamic_client.namespace.resource_kind.resource_name.list.get) 2025-11-26T06:09:12.521431 utilities.infra INFO Waiting for resource to stabilize: resource_kind=HyperConverged conditions={'Available': 'True', 'Progressing': 'False', 'ReconcileComplete': 'True', 'Degraded': 'False', 'Upgradeable': 'True'} sleep=600 consecutive_checks_count=3 2025-11-26T06:09:22.553559 timeout_sampler INFO Elapsed time: 10.022143125534058 [0:00:10.022143] 2025-11-26T06:09:22.554437 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-26T06:09:22.553890 conftest INFO Executing function fixture: autouse_fixtures 2025-11-26T06:09:22.554120 conftest INFO Executing session fixture: is_psi_cluster 2025-11-26T06:09:22.566989 ocp_resources.resource INFO kind: Infrastructure api version: config.openshift.io/v1 2025-11-26T06:09:22.580271 conftest INFO Executing session fixture: gpu_nodes 2025-11-26T06:09:22.608617 conftest INFO Executing session fixture: nodes_with_supported_gpus 2025-11-26T06:09:22.608837 conftest INFO Executing session fixture: sriov_workers 2025-11-26T06:09:22.623609 conftest INFO Executing session fixture: nodes_cpu_vendor 2025-11-26T06:09:22.633317 conftest INFO Executing session fixture: nodes_cpu_virt_extension 2025-11-26T06:09:22.633559 conftest INFO Executing session fixture: allocatable_memory_per_node_scope_session 2025-11-26T06:09:22.644109 tests.virt.utils INFO Node ip-10-0-121-133.us-east-2.compute.internal has 187.41870498657227 GiB of allocatable memory 2025-11-26T06:09:22.654104 tests.virt.utils INFO Node ip-10-0-36-227.us-east-2.compute.internal has 187.41870498657227 GiB of allocatable memory 2025-11-26T06:09:22.663855 ocp_resources.resource INFO kind: StorageProfile api version: cdi.kubevirt.io/v1beta1 2025-11-26T06:09:22.662969 tests.virt.utils INFO Node ip-10-0-89-231.us-east-2.compute.internal has 187.41869735717773 GiB of allocatable memory 2025-11-26T06:09:22.663227 conftest INFO Executing session fixture: virt_special_infra_sanity 2025-11-26T06:09:22.663424 tests.virt.conftest INFO Verifying that cluster has all required capabilities for special_infra marked tests 2025-11-26T06:09:22.663722 tests.virt.conftest INFO Verifing default storage class ocs-storagecluster-ceph-rbd-virtualization supports RWX mode 2025-11-26T06:09:22.670742 ocp_resources.resource INFO kind: ProjectRequest api version: project.openshift.io/v1 2025-11-26T06:09:22.670951 ocp_resources ProjectRequest INFO Create ProjectRequest cluster-common-templates-rhel-test-rhel-os-support 2025-11-26T06:09:22.670336 conftest INFO Executing session fixture: cluster_common_node_cpu 2025-11-26T06:09:22.671113 ocp_resources ProjectRequest INFO Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'cluster-common-templates-rhel-test-rhel-os-support'}} 2025-11-26T06:09:22.670582 conftest INFO Executing module fixture: namespace 2025-11-26T06:09:22.793628 ocp_resources.resource INFO kind: Project api version: project.openshift.io/v1 2025-11-26T06:09:22.793717 ocp_resources Project INFO Wait for Project cluster-common-templates-rhel-test-rhel-os-support status to be Active 2025-11-26T06:09:22.793869 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-26T06:09:22.807467 ocp_resources Project INFO Status of Project cluster-common-templates-rhel-test-rhel-os-support is Active 2025-11-26T06:09:22.807708 timeout_sampler INFO Elapsed time: 7.295608520507812e-05 [0:00:00.000073] 2025-11-26T06:09:22.810750 ocp_resources Namespace INFO Wait for Namespace cluster-common-templates-rhel-test-rhel-os-support status to be Active 2025-11-26T06:09:22.810977 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-26T06:09:22.816871 ocp_resources Namespace INFO Status of Namespace cluster-common-templates-rhel-test-rhel-os-support is Active 2025-11-26T06:09:22.817205 timeout_sampler INFO Elapsed time: 9.894371032714844e-05 [0:00:00.000099] 2025-11-26T06:09:22.817437 ocp_resources.resource INFO ResourceEdits: Updating data for resource Namespace cluster-common-templates-rhel-test-rhel-os-support 2025-11-26T06:09:22.817601 ocp_resources Namespace INFO Update Namespace cluster-common-templates-rhel-test-rhel-os-support: {'metadata': {'labels': None, 'name': 'cluster-common-templates-rhel-test-rhel-os-support'}} 2025-11-26T06:09:22.831191 conftest INFO Executing class fixture: hyperconverged_resource_scope_class 2025-11-26T06:09:22.839422 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-26T06:09:22.839089 conftest INFO Executing class fixture: cluster_cpu_model_scope_class 2025-11-26T06:09:22.850965 ocp_resources.resource INFO ResourceEdit: Backing up old data 2025-11-26T06:09:22.850885 utilities.hco INFO Patches: {: {'spec': {'defaultCPUModel': 'Skylake-Server-IBRS'}}} 2025-11-26T06:09:22.856130 ocp_resources.resource INFO ResourceEdits: Updating data for resource HyperConverged kubevirt-hyperconverged 2025-11-26T06:09:22.856218 ocp_resources HyperConverged INFO Update HyperConverged kubevirt-hyperconverged: {'spec': {'defaultCPUModel': 'Skylake-Server-IBRS'}, 'metadata': {'name': 'kubevirt-hyperconverged'}} 2025-11-26T06:09:22.913257 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 5 seconds. (Function: utilities.infra..lambda: dynamic_client.namespace.resource_kind.resource_name.list.get) 2025-11-26T06:09:22.913096 utilities.hco INFO Waiting for 1 CRs managed by HCO to reconcile:  2025-11-26T06:09:22.913188 utilities.infra INFO Waiting for resource to stabilize: resource_kind=KubeVirt conditions={'Available': 'True', 'Progressing': 'False', 'Created': 'True', 'Degraded': 'False'} sleep=600 consecutive_checks_count=3 2025-11-26T06:09:32.975837 timeout_sampler INFO Elapsed time: 10.052807092666626 [0:00:10.052807] 2025-11-26T06:09:32.976122 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 5 seconds. (Function: utilities.infra..lambda: dynamic_client.namespace.resource_kind.resource_name.list.get) 2025-11-26T06:09:32.975991 utilities.infra INFO Waiting for resource to stabilize: resource_kind=HyperConverged conditions={'Available': 'True', 'Progressing': 'False', 'ReconcileComplete': 'True', 'Degraded': 'False', 'Upgradeable': 'True'} sleep=600 consecutive_checks_count=3 2025-11-26T06:10:08.059294 timeout_sampler INFO Elapsed time: 35.07233500480652 [0:00:35.072335] 2025-11-26T06:10:08.059462 timeout_sampler INFO Waiting for 30 seconds [0:00:30], retry every 1 seconds. (Function: utilities.virt..lambda: admin_client.base_path.hco_namespace.benedict.get_kubevirt_hyperconverged_spec.get) 2025-11-26T06:10:08.069539 timeout_sampler INFO Elapsed time: 7.295608520507812e-05 [0:00:00.000073] 2025-11-26T06:10:08.069734 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 5 seconds. (Function: utilities.infra..lambda: dynamic_client.namespace.resource_kind.resource_name.list.get) 2025-11-26T06:10:08.069623 utilities.infra INFO Waiting for resource to stabilize: resource_kind=HyperConverged conditions={'Available': 'True', 'Progressing': 'False', 'ReconcileComplete': 'True', 'Degraded': 'False', 'Upgradeable': 'True'} sleep=600 consecutive_checks_count=3 2025-11-26T06:10:18.101441 timeout_sampler INFO Elapsed time: 10.020024299621582 [0:00:10.020024] 2025-11-26T06:10:18.102142 ocp_resources.resource INFO kind: DataSource api version: cdi.kubevirt.io/v1beta1 2025-11-26T06:10:18.101795 conftest INFO Executing class fixture: rhel_os_matrix__class__ 2025-11-26T06:10:18.101984 conftest INFO Executing class fixture: matrix_rhel_os_golden_image_data_source 2025-11-26T06:10:18.110162 ocp_resources.resource INFO kind: VolumeSnapshot api version: snapshot.storage.k8s.io/v1 2025-11-26T06:10:18.116676 tests.virt.utils INFO DataSource rhel9 already exists and has a source pvc/snapshot. 2025-11-26T06:10:18.116805 conftest INFO Executing class fixture: matrix_rhel_os_vm_from_template 2025-11-26T06:10:18.124891 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-26T06:10:18.136152 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2025-11-26T06:10:18.136504 ocp_resources.resource INFO kind: VirtualMachine api version: kubevirt.io/v1 2025-11-26T06:10:18.137174 ocp_resources.resource INFO kind: Template api version: template.openshift.io/v1 --------------------------------------------------------- CALL --------------------------------------------------------- 2025-11-26T06:10:18.137048 test_rhel_os_support INFO Create VM from template. 2025-11-26T06:10:18.167620 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-26T06:10:18.167267 utilities.virt INFO Get VM credentials from cloud-init 2025-11-26T06:10:18.238817 ocp_resources VirtualMachine INFO Create VirtualMachine rhel-9-6-1764137418-1364167 2025-11-26T06:10:18.239076 ocp_resources VirtualMachine INFO Posting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachine', 'metadata': {'annotations': {'vm.kubevirt.io/validations': '[\n {\n "name": "minimal-required-memory",\n "path": "jsonpath::.spec.domain.memory.guest",\n "rule": "integer",\n "message": "This VM requires more memory.",\n "min": 1610612736\n }\n]\n'}, 'labels': {'app': 'rhel-9-6-1764137418-1364167', 'kubevirt.io/dynamic-credentials-support': 'true', 'vm.kubevirt.io/template': 'rhel9-server-tiny', 'vm.kubevirt.io/template.namespace': 'openshift', 'vm.kubevirt.io/template.revision': '1', 'vm.kubevirt.io/template.version': 'v0.34.1'}, 'name': 'rhel-9-6-1764137418-1364167'}, 'spec': {'dataVolumeTemplates': [{'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'name': 'rhel9'}, 'spec': {'storage': {'resources': {'requests': {'storage': '30Gi'}}, 'storageClassName': 'ocs-storagecluster-ceph-rbd-virtualization', 'accessModes': ['ReadWriteMany'], 'volumeMode': 'Block'}, 'sourceRef': {'kind': 'DataSource', 'name': 'rhel9', 'namespace': 'openshift-virtualization-os-images'}}}], 'runStrategy': 'Halted', 'template': {'metadata': {'annotations': {'vm.kubevirt.io/flavor': 'tiny', 'vm.kubevirt.io/os': 'rhel9', 'vm.kubevirt.io/workload': 'server'}, 'labels': {'kubevirt.io/domain': 'rhel-9-6-1764137418-1364167', 'kubevirt.io/size': 'tiny', 'kubevirt.io/vm': 'rhel-9-6-1764137418-1364167', 'debugLogs': 'true'}}, 'spec': {'architecture': 'amd64', 'domain': {'cpu': {'cores': 1, 'sockets': 1, 'threads': 1}, 'devices': {'disks': [{'disk': {'bus': 'virtio'}, 'name': 'rootdisk'}, {'disk': {'bus': 'virtio'}, 'name': 'cloudinitdisk'}], 'interfaces': [{'masquerade': {}, 'model': 'virtio', 'name': 'default'}], 'rng': {}}, 'features': {'smm': {'enabled': True}}, 'firmware': {'bootloader': {'efi': {}}}, 'memory': {'guest': '1.5Gi'}}, 'networks': [{'name': 'default', 'pod': {}}], 'terminationGracePeriodSeconds': 180, 'volumes': [{'dataVolume': {'name': 'rhel9'}, 'name': 'rootdisk'}, {'cloudInitNoCloud': {'userData': '*******'}, 'name': 'cloudinitdisk'}]}}}} 2025-11-26T06:10:18.283413 ocp_resources VirtualMachine INFO Wait until VirtualMachine rhel-9-6-1764137418-1364167 is created 2025-11-26T06:10:18.283626 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait.lambda: self.exists) 2025-11-26T06:10:18.287512 timeout_sampler INFO Elapsed time: 8.392333984375e-05 [0:00:00.000084] . TEST: TestCommonTemplatesRhel.test_create_vm[#rhel-9-6#] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 15 of 22 completed, 9 Pass, 0 Fail, 5 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py 2025-11-26 06:10:18,290 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:10:18,290 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-26 06:10:18,290 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-26 06:10:18,291 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26 06:10:18,291 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:10:18,291 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26 06:10:18,291 INFO sqlalchemy.engine.Engine [generated in 0.00014s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_start_vm[#rhel-9-6#]', 1764137418) 2025-11-26 06:10:18,292 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26T06:10:18.290524 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26T06:10:18.290690 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-26T06:10:18.290779 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-26T06:10:18.291142 sqlalchemy.engine.Engine INFO COMMIT 2025-11-26T06:10:18.291502 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26T06:10:18.291902 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26T06:10:18.291995 sqlalchemy.engine.Engine INFO [generated in 0.00014s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_start_vm[#rhel-9-6#]', 1764137418) 2025-11-26T06:10:18.292382 sqlalchemy.engine.Engine INFO COMMIT ---------------------------------------------- test_start_vm[#rhel-9-6#] ---------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-26T06:10:18.301939 conftest INFO Executing function fixture: term_handler_scope_function 2025-11-26T06:10:18.302178 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- 2025-11-26T06:10:18.334490 timeout_sampler INFO Waiting for 5 seconds [0:00:05], retry every 1 seconds. (Function: utilities.virt..lambda: vm.instance.get) 2025-11-26T06:10:18.341218 timeout_sampler INFO Elapsed time: 0.000118255615234375 [0:00:00.000118] 2025-11-26T06:10:18.344976 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2025-11-26T06:10:18.345264 ocp_resources DataVolume INFO Wait DV success for 1800 seconds 2025-11-26T06:10:18.344704 utilities.virt INFO VM rhel-9-6-1764137418-1364167 status before dv check: Stopped 2025-11-26T06:10:18.345570 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 10 seconds. (Function: ocp_resources.datavolume._check_none_pending_status.lambda: self.exists) 2025-11-26T06:10:18.344813 utilities.virt INFO Volume(s) in VM spec: ['rhel9']  2025-11-26T06:10:18.349174 timeout_sampler INFO Elapsed time: 9.226799011230469e-05 [0:00:00.000092] 2025-11-26T06:10:18.349265 timeout_sampler INFO Waiting for 1800 seconds [0:30:00], retry every 1 seconds. (Function: ocp_resources.datavolume.wait_for_dv_success.lambda: self.exists) 2025-11-26T06:10:20.363012 timeout_sampler INFO Elapsed time: 2.007716417312622 [0:00:02.007716] 2025-11-26T06:10:20.363180 ocp_resources PersistentVolumeClaim INFO Wait for PersistentVolumeClaim rhel9 status to be Bound 2025-11-26T06:10:20.363357 timeout_sampler INFO Waiting for 60 seconds [0:01:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-26T06:10:20.366949 ocp_resources PersistentVolumeClaim INFO Status of PersistentVolumeClaim rhel9 is Bound 2025-11-26T06:10:20.367102 timeout_sampler INFO Elapsed time: 0.00010800361633300781 [0:00:00.000108] 2025-11-26T06:10:20.367189 timeout_sampler INFO Waiting for 5 seconds [0:00:05], retry every 1 seconds. (Function: utilities.virt..lambda: vm.instance.get) 2025-11-26T06:10:20.376293 timeout_sampler INFO Elapsed time: 6.628036499023438e-05 [0:00:00.000066] 2025-11-26T06:10:20.376563 ocp_resources.resource INFO kind: VirtualMachineInstance api version: kubevirt.io/v1 2025-11-26T06:10:20.376676 ocp_resources VirtualMachineInstance INFO Wait for VirtualMachineInstance rhel-9-6-1764137418-1364167 status to be Running 2025-11-26T06:10:20.376864 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-26T06:10:20.380627 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance rhel-9-6-1764137418-1364167 is Scheduling 2025-11-26T06:10:30.436706 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance rhel-9-6-1764137418-1364167 is Scheduled 2025-11-26T06:10:32.447146 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance rhel-9-6-1764137418-1364167 is Running 2025-11-26T06:10:32.447619 timeout_sampler INFO Elapsed time: 12.065230369567871 [0:00:12.065230] 2025-11-26T06:10:32.447926 ocp_resources VirtualMachineInstance INFO Wait for VirtualMachineInstance/rhel-9-6-1764137418-1364167's 'AgentConnected' condition to be 'True' 2025-11-26T06:10:32.448281 ocp_resources VirtualMachineInstance INFO Wait until VirtualMachineInstance rhel-9-6-1764137418-1364167 is created 2025-11-26T06:10:32.447832 utilities.virt INFO Wait until guest agent is active on rhel-9-6-1764137418-1364167 2025-11-26T06:10:32.448504 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 1 seconds. (Function: ocp_resources.resource.wait.lambda: self.exists) 2025-11-26T06:10:32.452159 timeout_sampler INFO Elapsed time: 7.271766662597656e-05 [0:00:00.000073] 2025-11-26T06:10:32.452323 timeout_sampler INFO Waiting for 719.9959714412689 seconds [0:11:59.995971], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_condition.lambda: self.instance) 2025-11-26T06:10:49.545727 timeout_sampler INFO Elapsed time: 17.088990211486816 [0:00:17.088990] 2025-11-26T06:10:49.545982 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 1 seconds. (Function: utilities.virt..lambda: vmi.instance) 2025-11-26T06:10:49.545882 utilities.virt INFO Wait for rhel-9-6-1764137418-1364167 network interfaces 2025-11-26T06:10:49.551047 timeout_sampler INFO Elapsed time: 7.295608520507812e-05 [0:00:00.000073] 2025-11-26T06:10:49.551141 utilities.virt INFO Wait for rhel-9-6-1764137418-1364167 SSH connectivity. 2025-11-26T06:10:49.551216 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/rhel-9-6-1764137418-1364167/cluster-common-templates-rhel-test-rhel-os-support 22' cloud-user@rhel-9-6-1764137418-1364167 2025-11-26T06:10:49.572650 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 5 seconds. (Function: rrmngmnt.host.run_command Kwargs: {'command': ['exit'], 'tcp_timeout': 60}) 2025-11-26T06:10:49.572753 Host INFO [rhel-9-6-1764137418-1364167] Executing command exit 2025-11-26T06:11:04.612358 paramiko.transport ERROR Exception (client): Error reading SSH protocol banner 2025-11-26T06:11:04.613431 paramiko.transport ERROR Traceback (most recent call last): 2025-11-26T06:11:04.613524 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2363, in _check_banner 2025-11-26T06:11:04.613578 paramiko.transport ERROR buf = self.packetizer.readline(timeout) 2025-11-26T06:11:04.613621 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/packet.py", line 395, in readline 2025-11-26T06:11:04.613662 paramiko.transport ERROR buf += self._read_timeout(timeout) 2025-11-26T06:11:04.613701 paramiko.transport ERROR ~~~~~~~~~~~~~~~~~~^^^^^^^^^ 2025-11-26T06:11:04.613738 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/packet.py", line 673, in _read_timeout 2025-11-26T06:11:04.613774 paramiko.transport ERROR raise socket.timeout() 2025-11-26T06:11:04.613811 paramiko.transport ERROR TimeoutError 2025-11-26T06:11:04.613847 paramiko.transport ERROR  2025-11-26T06:11:04.613883 paramiko.transport ERROR During handling of the above exception, another exception occurred: 2025-11-26T06:11:04.613918 paramiko.transport ERROR  2025-11-26T06:11:04.613953 paramiko.transport ERROR Traceback (most recent call last): 2025-11-26T06:11:04.613988 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2179, in run 2025-11-26T06:11:04.614024 paramiko.transport ERROR self._check_banner() 2025-11-26T06:11:04.614059 paramiko.transport ERROR ~~~~~~~~~~~~~~~~~~^^ 2025-11-26T06:11:04.614093 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2367, in _check_banner 2025-11-26T06:11:04.614128 paramiko.transport ERROR raise SSHException( 2025-11-26T06:11:04.614162 paramiko.transport ERROR "Error reading SSH protocol banner" + str(e) 2025-11-26T06:11:04.614196 paramiko.transport ERROR ) 2025-11-26T06:11:04.614229 paramiko.transport ERROR paramiko.ssh_exception.SSHException: Error reading SSH protocol banner 2025-11-26T06:11:04.614263 paramiko.transport ERROR  2025-11-26T06:11:09.615056 Host INFO [rhel-9-6-1764137418-1364167] Executing command exit 2025-11-26T06:11:09.717487 paramiko.transport INFO Connected (version 2.0, client OpenSSH_8.7) 2025-11-26T06:11:09.771247 paramiko.transport INFO Authentication (publickey) successful! 2025-11-26T06:11:10.133137 timeout_sampler INFO Elapsed time: 20.042369842529297 [0:00:20.042370] . TEST: TestCommonTemplatesRhel.test_start_vm[#rhel-9-6#] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 16 of 22 completed, 10 Pass, 0 Fail, 5 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py 2025-11-26 06:11:10,136 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:11:10,136 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-26 06:11:10,136 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-26 06:11:10,137 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26 06:11:10,137 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26T06:11:10.136742 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26 06:11:10,138 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26 06:11:10,138 INFO sqlalchemy.engine.Engine [generated in 0.00028s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_vm_console[#rhel-9-6#]', 1764137470) 2025-11-26T06:11:10.136904 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-26T06:11:10.136987 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-26T06:11:10.137428 sqlalchemy.engine.Engine INFO COMMIT 2025-11-26T06:11:10.137751 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26 06:11:10,138 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26T06:11:10.138183 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26T06:11:10.138419 sqlalchemy.engine.Engine INFO [generated in 0.00028s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_vm_console[#rhel-9-6#]', 1764137470) 2025-11-26T06:11:10.138950 sqlalchemy.engine.Engine INFO COMMIT 2025-11-26T06:11:10.153830 timeout_sampler INFO Waiting for 300 seconds [0:05:00], retry every 10 seconds. (Function: utilities.console.connect Args: (,)) 2025-11-26T06:11:10.153991 timeout_sampler INFO Waiting for 300 seconds [0:05:00], retry every 5 seconds. (Function: pexpect.pty_spawn.spawn Kwargs: {'command': 'virtctl console rhel-9-6-1764137418-1364167 -n cluster-common-templates-rhel-test-rhel-os-support', 'timeout': 1500, 'encoding': 'utf-8'}) --------------------------------------------- test_vm_console[#rhel-9-6#] --------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-26T06:11:10.152829 conftest INFO Executing function fixture: term_handler_scope_function 2025-11-26T06:11:10.153102 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- 2025-11-26T06:11:10.153733 test_rhel_os_support INFO Verify VM console connection. 2025-11-26T06:11:10.153919 utilities.console INFO Connect to rhel-9-6-1764137418-1364167 console 2025-11-26T06:11:10.624824 timeout_sampler INFO Elapsed time: 6.985664367675781e-05 [0:00:00.000070] 2025-11-26T06:11:10.679071 utilities.console INFO rhel-9-6-1764137418-1364167: Using username cloud-user 2025-11-26T06:11:10.757806 utilities.console INFO rhel-9-6-1764137418-1364167: Using password password 2025-11-26T06:11:10.808163 utilities.console INFO rhel-9-6-1764137418-1364167: waiting for terminal prompt '['#', '\\$']' 2025-11-26T06:11:10.941392 timeout_sampler INFO Elapsed time: 9.655952453613281e-05 [0:00:00.000097] 2025-11-26T06:11:10.941171 utilities.console INFO rhel-9-6-1764137418-1364167: Got prompt ['#', '\\$'] 2025-11-26T06:11:10.941644 utilities.virt INFO Successfully connected to rhel-9-6-1764137418-1364167 console . TEST: TestCommonTemplatesRhel.test_vm_console[#rhel-9-6#] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 17 of 22 completed, 11 Pass, 0 Fail, 5 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py 2025-11-26 06:11:13,578 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:11:13,578 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-26 06:11:13,578 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-26T06:11:13.578269 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26T06:11:13.578603 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-26 06:11:13,579 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26 06:11:13,580 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:11:13,581 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26 06:11:13,581 INFO sqlalchemy.engine.Engine [generated in 0.00021s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_expose_ssh[#rhel-9-6#]', 1764137473) 2025-11-26T06:11:13.578720 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-26T06:11:13.579541 sqlalchemy.engine.Engine INFO COMMIT 2025-11-26T06:11:13.580307 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26 06:11:13,582 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26T06:11:13.581243 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26T06:11:13.581352 sqlalchemy.engine.Engine INFO [generated in 0.00021s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_expose_ssh[#rhel-9-6#]', 1764137473) 2025-11-26T06:11:13.582039 sqlalchemy.engine.Engine INFO COMMIT --------------------------------------------- test_expose_ssh[#rhel-9-6#] --------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-26T06:11:13.592506 conftest INFO Executing function fixture: term_handler_scope_function 2025-11-26T06:11:13.592869 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- 2025-11-26T06:11:13.593607 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/rhel-9-6-1764137418-1364167/cluster-common-templates-rhel-test-rhel-os-support 22' cloud-user@rhel-9-6-1764137418-1364167 2025-11-26T06:11:13.615288 RemoteExecutor INFO [cloud-user@rhel-9-6-1764137418-1364167//tmp/pytest-kJrEVUHcNf69XohqB2tnCd/vm-ssh-key-folder0/vm_ssh_key.key] Check if address is connective via ssh in given timeout 120 2025-11-26T06:11:13.678245 paramiko.transport INFO Connected (version 2.0, client OpenSSH_8.7) 2025-11-26T06:11:13.704643 paramiko.transport INFO Authentication (publickey) successful! . TEST: TestCommonTemplatesRhel.test_expose_ssh[#rhel-9-6#] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 18 of 22 completed, 12 Pass, 0 Fail, 5 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py 2025-11-26 06:11:13,797 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:11:13,797 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-26 06:11:13,797 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-26T06:11:13.797389 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26 06:11:13,798 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26 06:11:13,798 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:11:13,798 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26T06:11:13.797565 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-26 06:11:13,799 INFO sqlalchemy.engine.Engine [generated in 0.00025s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_vmi_guest_agent_exists[#rhel-9-6#]', 1764137473) 2025-11-26 06:11:13,799 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26T06:11:13.797656 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-26T06:11:13.798170 sqlalchemy.engine.Engine INFO COMMIT 2025-11-26T06:11:13.798548 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26T06:11:13.798967 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26T06:11:13.799173 sqlalchemy.engine.Engine INFO [generated in 0.00025s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_vmi_guest_agent_exists[#rhel-9-6#]', 1764137473) 2025-11-26T06:11:13.799573 sqlalchemy.engine.Engine INFO COMMIT --------------------------------------- test_vmi_guest_agent_exists[#rhel-9-6#] --------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-26T06:11:13.806519 conftest INFO Executing function fixture: term_handler_scope_function 2025-11-26T06:11:13.806768 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- 2025-11-26T06:11:13.807307 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/rhel-9-6-1764137418-1364167/cluster-common-templates-rhel-test-rhel-os-support 22' cloud-user@rhel-9-6-1764137418-1364167 2025-11-26T06:11:13.898734 paramiko.transport INFO Connected (version 2.0, client OpenSSH_8.7) 2025-11-26T06:11:13.922446 paramiko.transport INFO Authentication (publickey) successful! 2025-11-26T06:11:14.027041 PackageManagerProxy INFO [rhel-9-6-1764137418-1364167] Using dnf package manager for Host(rhel-9-6-1764137418-1364167) 2025-11-26T06:11:14.027515 DnfPackageManager INFO [rhel-9-6-1764137418-1364167] Check if host Host(rhel-9-6-1764137418-1364167) have qemu-guest-agent package 2025-11-26T06:11:14.027686 DnfPackageManager INFO [rhel-9-6-1764137418-1364167] Execute command 'dnf -q list installed qemu-guest-agent' on host Host(rhel-9-6-1764137418-1364167) 2025-11-26T06:11:14.092147 paramiko.transport INFO Connected (version 2.0, client OpenSSH_8.7) 2025-11-26T06:11:14.117595 paramiko.transport INFO Authentication (publickey) successful! . TEST: TestCommonTemplatesRhel.test_vmi_guest_agent_exists[#rhel-9-6#] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 19 of 22 completed, 13 Pass, 0 Fail, 5 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py 2025-11-26 06:11:15,518 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:11:15,518 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-26 06:11:15,518 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-26T06:11:15.518598 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26T06:11:15.518808 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-26 06:11:15,519 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26 06:11:15,519 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:11:15,520 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26 06:11:15,520 INFO sqlalchemy.engine.Engine [generated in 0.00018s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_migrate_vm[#rhel-9-6#]', 1764137475) 2025-11-26T06:11:15.518967 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-26T06:11:15.519552 sqlalchemy.engine.Engine INFO COMMIT 2025-11-26T06:11:15.519921 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26 06:11:15,521 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26T06:11:15.520400 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26T06:11:15.520501 sqlalchemy.engine.Engine INFO [generated in 0.00018s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_migrate_vm[#rhel-9-6#]', 1764137475) 2025-11-26T06:11:15.521191 sqlalchemy.engine.Engine INFO COMMIT --------------------------------------------- test_migrate_vm[#rhel-9-6#] --------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-26T06:11:15.529136 conftest INFO Executing function fixture: term_handler_scope_function 2025-11-26T06:11:15.529424 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- 2025-11-26T06:11:15.536968 ocp_resources.resource INFO Trying to get client via new_client_from_config --- [DuplicateFilter: Last log `kind: VirtualMachineInstance api version: kubevirt.io/v1` repeated 4 times] 2025-11-26T06:11:15.535470 utilities.virt INFO VMI rhel-9-6-1764137418-1364167 is running on ip-10-0-121-133.us-east-2.compute.internal before migration. 2025-11-26T06:11:15.551233 ocp_resources.resource INFO kind: VirtualMachineInstanceMigration api version: kubevirt.io/v1 2025-11-26T06:11:15.551410 ocp_resources VirtualMachineInstanceMigration INFO Create VirtualMachineInstanceMigration rhel-9-6-1764137418-1364167 2025-11-26T06:11:15.551578 ocp_resources VirtualMachineInstanceMigration INFO Posting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachineInstanceMigration', 'metadata': {'name': 'rhel-9-6-1764137418-1364167', 'namespace': 'cluster-common-templates-rhel-test-rhel-os-support'}, 'spec': {'vmiName': 'rhel-9-6-1764137418-1364167'}} 2025-11-26T06:11:15.588559 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 10 seconds. (Function: utilities.virt..lambda: migration.instance.status.phase) 2025-11-26T06:11:25.600455 timeout_sampler INFO Elapsed time: 10.004133224487305 [0:00:10.004133] 2025-11-26T06:11:25.600616 ocp_resources VirtualMachineInstanceMigration INFO Delete VirtualMachineInstanceMigration rhel-9-6-1764137418-1364167 2025-11-26T06:11:25.608527 ocp_resources VirtualMachineInstanceMigration INFO Deleting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachineInstanceMigration', 'metadata': {'annotations': {'kubevirt.io/latest-observed-api-version': 'v1', 'kubevirt.io/storage-observed-api-version': 'v1'}, 'creationTimestamp': '2025-11-26T06:11:15Z', 'generation': 1, 'labels': {'kubevirt.io/vmi-name': 'rhel-9-6-1764137418-1364167'}, 'managedFields': [{'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'.': {}, 'f:vmiName': {}}}, 'manager': 'OpenAPI-Generator', 'operation': 'Update', 'time': '2025-11-26T06:11:15Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:kubevirt.io/latest-observed-api-version': {}, 'f:kubevirt.io/storage-observed-api-version': {}}}}, 'manager': 'virt-controller', 'operation': 'Update', 'time': '2025-11-26T06:11:15Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:status': {'.': {}, 'f:migrationState': {'.': {}, 'f:completed': {}, 'f:endTimestamp': {}, 'f:migrationConfiguration': {'.': {}, 'f:allowAutoConverge': {}, 'f:allowPostCopy': {}, 'f:allowWorkloadDisruption': {}, 'f:bandwidthPerMigration': {}, 'f:completionTimeoutPerGiB': {}, 'f:nodeDrainTaintKey': {}, 'f:parallelMigrationsPerCluster': {}, 'f:parallelOutboundMigrationsPerNode': {}, 'f:progressTimeout': {}, 'f:unsafeMigrationOverride': {}}, 'f:migrationUid': {}, 'f:mode': {}, 'f:sourceNode': {}, 'f:sourcePod': {}, 'f:startTimestamp': {}, 'f:targetDirectMigrationNodePorts': {'.': {}, 'f:34283': {}, 'f:40389': {}, 'f:42723': {}}, 'f:targetNode': {}, 'f:targetNodeAddress': {}, 'f:targetNodeDomainDetected': {}, 'f:targetNodeDomainReadyTimestamp': {}, 'f:targetPod': {}}, 'f:phase': {}, 'f:phaseTransitionTimestamps': {}}}, 'manager': 'virt-controller', 'operation': 'Update', 'subresource': 'status', 'time': '2025-11-26T06:11:25Z'}], 'name': 'rhel-9-6-1764137418-1364167', 'namespace': 'cluster-common-templates-rhel-test-rhel-os-support', 'resourceVersion': '158245', 'uid': '0e595dce-84c2-4911-9d2c-c8e3d09ce016'}, 'spec': {'vmiName': 'rhel-9-6-1764137418-1364167'}, 'status': {'migrationState': {'completed': True, 'endTimestamp': '2025-11-26T06:11:25Z', 'migrationConfiguration': {'allowAutoConverge': False, 'allowPostCopy': False, 'allowWorkloadDisruption': False, 'bandwidthPerMigration': '0', 'completionTimeoutPerGiB': 150, 'nodeDrainTaintKey': 'kubevirt.io/drain', 'parallelMigrationsPerCluster': 5, 'parallelOutboundMigrationsPerNode': 2, 'progressTimeout': 150, 'unsafeMigrationOverride': False}, 'migrationUid': '0e595dce-84c2-4911-9d2c-c8e3d09ce016', 'mode': 'PreCopy', 'sourceNode': 'ip-10-0-121-133.us-east-2.compute.internal', 'sourcePod': 'virt-launcher-rhel-9-6-1764137418-1364167-nk9ts', 'startTimestamp': '2025-11-26T06:11:23Z', 'targetDirectMigrationNodePorts': {'34283': 49152, '40389': 49153, '42723': 0}, 'targetNode': 'ip-10-0-89-231.us-east-2.compute.internal', 'targetNodeAddress': '10.129.2.99', 'targetNodeDomainDetected': True, 'targetNodeDomainReadyTimestamp': '2025-11-26T06:11:25Z', 'targetPod': 'virt-launcher-rhel-9-6-1764137418-1364167-nlrr6'}, 'phase': 'Succeeded', 'phaseTransitionTimestamps': [{'phase': 'Pending', 'phaseTransitionTimestamp': '2025-11-26T06:11:15Z'}, {'phase': 'Scheduling', 'phaseTransitionTimestamp': '2025-11-26T06:11:15Z'}, {'phase': 'Scheduled', 'phaseTransitionTimestamp': '2025-11-26T06:11:23Z'}, {'phase': 'PreparingTarget', 'phaseTransitionTimestamp': '2025-11-26T06:11:23Z'}, {'phase': 'TargetReady', 'phaseTransitionTimestamp': '2025-11-26T06:11:23Z'}, {'phase': 'Running', 'phaseTransitionTimestamp': '2025-11-26T06:11:23Z'}, {'phase': 'Succeeded', 'phaseTransitionTimestamp': '2025-11-26T06:11:25Z'}]}} 2025-11-26T06:11:25.619950 ocp_resources VirtualMachineInstanceMigration INFO Wait until VirtualMachineInstanceMigration rhel-9-6-1764137418-1364167 is deleted 2025-11-26T06:11:25.620355 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-26T06:11:25.624821 timeout_sampler INFO Elapsed time: 0.0002391338348388672 [0:00:00.000239] 2025-11-26T06:11:25.625006 ocp_resources.resource INFO kind: VirtualMachineInstance api version: kubevirt.io/v1 2025-11-26T06:11:25.634127 ocp_resources VirtualMachineInstance INFO Wait for VirtualMachineInstance/rhel-9-6-1764137418-1364167's 'AgentConnected' condition to be 'True' 2025-11-26T06:11:25.634302 ocp_resources VirtualMachineInstance INFO Wait until VirtualMachineInstance rhel-9-6-1764137418-1364167 is created 2025-11-26T06:11:25.634477 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 1 seconds. (Function: ocp_resources.resource.wait.lambda: self.exists) 2025-11-26T06:11:25.634003 utilities.virt INFO Wait until guest agent is active on rhel-9-6-1764137418-1364167 2025-11-26T06:11:25.638222 timeout_sampler INFO Elapsed time: 7.915496826171875e-05 [0:00:00.000079] 2025-11-26T06:11:25.638348 timeout_sampler INFO Waiting for 719.9959661960602 seconds [0:11:59.995966], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_condition.lambda: self.instance) 2025-11-26T06:11:25.643307 timeout_sampler INFO Elapsed time: 0.00011086463928222656 [0:00:00.000111] 2025-11-26T06:11:25.643620 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 1 seconds. (Function: utilities.virt..lambda: vmi.instance) 2025-11-26T06:11:25.643473 utilities.virt INFO Wait for rhel-9-6-1764137418-1364167 network interfaces 2025-11-26T06:11:25.647492 timeout_sampler INFO Elapsed time: 0.00010728836059570312 [0:00:00.000107] 2025-11-26T06:11:25.647604 utilities.virt INFO Wait for rhel-9-6-1764137418-1364167 SSH connectivity. 2025-11-26T06:11:25.647675 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/rhel-9-6-1764137418-1364167/cluster-common-templates-rhel-test-rhel-os-support 22' cloud-user@rhel-9-6-1764137418-1364167 2025-11-26T06:11:25.679895 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 5 seconds. (Function: rrmngmnt.host.run_command Kwargs: {'command': ['exit'], 'tcp_timeout': 60}) 2025-11-26T06:11:25.680113 Host INFO [rhel-9-6-1764137418-1364167] Executing command exit 2025-11-26T06:11:25.750285 paramiko.transport INFO Connected (version 2.0, client OpenSSH_8.7) 2025-11-26T06:11:25.776611 paramiko.transport INFO Authentication (publickey) successful! 2025-11-26T06:11:25.866730 timeout_sampler INFO Elapsed time: 0.00021696090698242188 [0:00:00.000217] 2025-11-26T06:11:25.867266 ocp_resources.resource INFO Trying to get client via new_client_from_config --- [DuplicateFilter: Last log `kind: VirtualMachineInstance api version: kubevirt.io/v1` repeated 3 times] 2025-11-26T06:11:25.879385 ocp_resources.resource INFO kind: VirtualMachineInstance api version: kubevirt.io/v1 2025-11-26T06:11:25.907035 ocp_resources Pod INFO Execute ['virsh', 'list', '--persistent'] on virt-launcher-rhel-9-6-1764137418-1364167-nlrr6 (ip-10-0-89-231.us-east-2.compute.internal) . TEST: TestCommonTemplatesRhel.test_migrate_vm[#rhel-9-6#] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 20 of 22 completed, 14 Pass, 0 Fail, 5 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py 2025-11-26 06:11:25,978 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:11:25,978 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-26 06:11:25,978 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-26T06:11:25.978297 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26 06:11:25,979 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26 06:11:25,979 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:11:25,979 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26 06:11:25,979 INFO sqlalchemy.engine.Engine [generated in 0.00014s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_vm_deletion[#rhel-9-6#]', 1764137485) 2025-11-26T06:11:25.978494 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-26T06:11:25.978588 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-26T06:11:25.979080 sqlalchemy.engine.Engine INFO COMMIT 2025-11-26 06:11:25,980 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26T06:11:25.979456 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26T06:11:25.979866 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26T06:11:25.979962 sqlalchemy.engine.Engine INFO [generated in 0.00014s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_vm_deletion[#rhel-9-6#]', 1764137485) 2025-11-26T06:11:25.980588 sqlalchemy.engine.Engine INFO COMMIT 2025-11-26T06:11:25.989172 ocp_resources VirtualMachine INFO Delete VirtualMachine rhel-9-6-1764137418-1364167 --------------------------------------------- test_vm_deletion[#rhel-9-6#] --------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-26T06:11:25.988306 conftest INFO Executing function fixture: term_handler_scope_function 2025-11-26T06:11:25.988581 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- 2025-11-26T06:11:26.000961 ocp_resources VirtualMachine INFO Deleting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachine', 'metadata': {'annotations': {'kubemacpool.io/transaction-timestamp': '2025-11-26T06:10:18.346766672Z', 'kubevirt.io/latest-observed-api-version': 'v1', 'kubevirt.io/storage-observed-api-version': 'v1', 'vm.kubevirt.io/validations': '[\n {\n "name": "minimal-required-memory",\n "path": "jsonpath::.spec.domain.memory.guest",\n "rule": "integer",\n "message": "This VM requires more memory.",\n "min": 1610612736\n }\n]\n'}, 'creationTimestamp': '2025-11-26T06:10:18Z', 'finalizers': ['kubevirt.io/virtualMachineControllerFinalize'], 'generation': 2, 'labels': {'app': 'rhel-9-6-1764137418-1364167', 'kubevirt.io/dynamic-credentials-support': 'true', 'vm.kubevirt.io/template': 'rhel9-server-tiny', 'vm.kubevirt.io/template.namespace': 'openshift', 'vm.kubevirt.io/template.revision': '1', 'vm.kubevirt.io/template.version': 'v0.34.1'}, 'managedFields': [{'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:vm.kubevirt.io/validations': {}}, 'f:labels': {'.': {}, 'f:app': {}, 'f:kubevirt.io/dynamic-credentials-support': {}, 'f:vm.kubevirt.io/template': {}, 'f:vm.kubevirt.io/template.namespace': {}, 'f:vm.kubevirt.io/template.revision': {}, 'f:vm.kubevirt.io/template.version': {}}}, 'f:spec': {'.': {}, 'f:dataVolumeTemplates': {}, 'f:template': {'.': {}, 'f:metadata': {'.': {}, 'f:annotations': {'.': {}, 'f:vm.kubevirt.io/flavor': {}, 'f:vm.kubevirt.io/os': {}, 'f:vm.kubevirt.io/workload': {}}, 'f:labels': {'.': {}, 'f:debugLogs': {}, 'f:kubevirt.io/domain': {}, 'f:kubevirt.io/size': {}, 'f:kubevirt.io/vm': {}}}, 'f:spec': {'.': {}, 'f:architecture': {}, 'f:domain': {'.': {}, 'f:cpu': {'.': {}, 'f:cores': {}, 'f:sockets': {}, 'f:threads': {}}, 'f:devices': {'.': {}, 'f:disks': {}, 'f:interfaces': {}, 'f:rng': {}}, 'f:features': {'.': {}, 'f:smm': {'.': {}, 'f:enabled': {}}}, 'f:firmware': {'.': {}, 'f:bootloader': {'.': {}, 'f:efi': {}}}, 'f:memory': {'.': {}, 'f:guest': {}}}, 'f:networks': {}, 'f:terminationGracePeriodSeconds': {}, 'f:volumes': {}}}}}, 'manager': 'OpenAPI-Generator', 'operation': 'Update', 'time': '2025-11-26T06:10:18Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:runStrategy': {}}}, 'manager': 'virt-api', 'operation': 'Update', 'time': '2025-11-26T06:10:18Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:kubevirt.io/latest-observed-api-version': {}, 'f:kubevirt.io/storage-observed-api-version': {}}, 'f:finalizers': {'.': {}, 'v:"kubevirt.io/virtualMachineControllerFinalize"': {}}}}, 'manager': 'virt-controller', 'operation': 'Update', 'time': '2025-11-26T06:10:18Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:status': {'.': {}, 'f:conditions': {}, 'f:created': {}, 'f:desiredGeneration': {}, 'f:observedGeneration': {}, 'f:printableStatus': {}, 'f:runStrategy': {}, 'f:volumeSnapshotStatuses': {}}}, 'manager': 'virt-controller', 'operation': 'Update', 'subresource': 'status', 'time': '2025-11-26T06:11:25Z'}], 'name': 'rhel-9-6-1764137418-1364167', 'namespace': 'cluster-common-templates-rhel-test-rhel-os-support', 'resourceVersion': '158247', 'uid': '3c99897e-aee1-4eb1-adfc-4bf6f5e1c4b3'}, 'spec': {'dataVolumeTemplates': [{'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'creationTimestamp': None, 'name': 'rhel9'}, 'spec': {'sourceRef': {'kind': 'DataSource', 'name': 'rhel9', 'namespace': 'openshift-virtualization-os-images'}, 'storage': {'accessModes': ['ReadWriteMany'], 'resources': {'requests': {'storage': '30Gi'}}, 'storageClassName': 'ocs-storagecluster-ceph-rbd-virtualization', 'volumeMode': 'Block'}}}], 'runStrategy': 'Always', 'template': {'metadata': {'annotations': {'vm.kubevirt.io/flavor': 'tiny', 'vm.kubevirt.io/os': 'rhel9', 'vm.kubevirt.io/workload': 'server'}, 'creationTimestamp': None, 'labels': {'debugLogs': 'true', 'kubevirt.io/domain': 'rhel-9-6-1764137418-1364167', 'kubevirt.io/size': 'tiny', 'kubevirt.io/vm': 'rhel-9-6-1764137418-1364167'}}, 'spec': {'architecture': 'amd64', 'domain': {'cpu': {'cores': 1, 'sockets': 1, 'threads': 1}, 'devices': {'disks': [{'disk': {'bus': 'virtio'}, 'name': 'rootdisk'}, {'disk': {'bus': 'virtio'}, 'name': 'cloudinitdisk'}], 'interfaces': [{'macAddress': '02:3a:e1:3e:f4:d2', 'masquerade': {}, 'model': 'virtio', 'name': 'default'}], 'rng': {}}, 'features': {'acpi': {}, 'smm': {'enabled': True}}, 'firmware': {'bootloader': {'efi': {}}, 'serial': '8f09576e-ba3e-4ec9-865a-5cb33589bc75', 'uuid': 'd26bcdfc-6fa7-4a99-b4cd-0490c37b32d0'}, 'machine': {'type': 'pc-q35-rhel9.6.0'}, 'memory': {'guest': '1536Mi'}, 'resources': {}}, 'networks': [{'name': 'default', 'pod': {}}], 'terminationGracePeriodSeconds': 180, 'volumes': [{'dataVolume': {'name': 'rhel9'}, 'name': 'rootdisk'}, {'cloudInitNoCloud': {'userData': '*******'}, 'name': 'cloudinitdisk'}]}}}, 'status': {'conditions': [{'lastProbeTime': None, 'lastTransitionTime': '2025-11-26T06:11:15Z', 'message': 'corresponding condition of pod readiness gate "kubevirt.io/virtual-machine-unpaused" does not exist.', 'reason': 'ReadinessGatesNotReady', 'status': 'False', 'type': 'Ready'}, {'lastProbeTime': None, 'lastTransitionTime': None, 'message': "All of the VMI's DVs are bound and ready", 'reason': 'AllDVsReady', 'status': 'True', 'type': 'DataVolumesReady'}, {'lastProbeTime': None, 'lastTransitionTime': None, 'status': 'True', 'type': 'LiveMigratable'}, {'lastProbeTime': None, 'lastTransitionTime': None, 'status': 'True', 'type': 'StorageLiveMigratable'}, {'lastProbeTime': '2025-11-26T06:10:49Z', 'lastTransitionTime': None, 'status': 'True', 'type': 'AgentConnected'}], 'created': True, 'desiredGeneration': 2, 'observedGeneration': 2, 'printableStatus': 'Running', 'runStrategy': 'Always', 'volumeSnapshotStatuses': [{'enabled': True, 'name': 'rootdisk'}, {'enabled': False, 'name': 'cloudinitdisk', 'reason': 'Snapshot is not supported for this volumeSource type [cloudinitdisk]'}]}} 2025-11-26T06:11:26.043710 ocp_resources VirtualMachine INFO Wait until VirtualMachine rhel-9-6-1764137418-1364167 is deleted 2025-11-26T06:11:26.043880 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-26T06:11:31.075711 timeout_sampler INFO Elapsed time: 5.026369333267212 [0:00:05.026369] .2025-11-26T06:11:31.076781 ocp_resources.resource INFO ResourceEdits: Restoring data for resource HyperConverged kubevirt-hyperconverged 2025-11-26T06:11:31.076885 ocp_resources HyperConverged INFO Update HyperConverged kubevirt-hyperconverged: {'spec': {'defaultCPUModel': None}, 'metadata': {'name': 'kubevirt-hyperconverged'}} TEST: TestCommonTemplatesRhel.test_vm_deletion[#rhel-9-6#] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- 2025-11-26T06:11:31.128554 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 5 seconds. (Function: utilities.infra..lambda: dynamic_client.namespace.resource_kind.resource_name.list.get) 2025-11-26T06:11:31.128303 utilities.hco INFO Waiting for 1 CRs managed by HCO to reconcile:  2025-11-26T06:11:31.128470 utilities.infra INFO Waiting for resource to stabilize: resource_kind=KubeVirt conditions={'Available': 'True', 'Progressing': 'False', 'Created': 'True', 'Degraded': 'False'} sleep=600 consecutive_checks_count=3 2025-11-26T06:12:16.233547 timeout_sampler INFO Elapsed time: 45.095606327056885 [0:00:45.095606] 2025-11-26T06:12:16.233814 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 5 seconds. (Function: utilities.infra..lambda: dynamic_client.namespace.resource_kind.resource_name.list.get) 2025-11-26T06:12:16.233706 utilities.infra INFO Waiting for resource to stabilize: resource_kind=HyperConverged conditions={'Available': 'True', 'Progressing': 'False', 'ReconcileComplete': 'True', 'Degraded': 'False', 'Upgradeable': 'True'} sleep=600 consecutive_checks_count=3 2025-11-26T06:12:26.270199 timeout_sampler INFO Elapsed time: 10.027085781097412 [0:00:10.027086] 2025-11-26T06:12:26.270567 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 5 seconds. (Function: utilities.infra..lambda: dynamic_client.namespace.resource_kind.resource_name.list.get) 2025-11-26T06:12:26.270432 utilities.infra INFO Waiting for resource to stabilize: resource_kind=KubeVirt conditions={'Available': 'True', 'Progressing': 'False', 'Created': 'True', 'Degraded': 'False'} sleep=600 consecutive_checks_count=3 2025-11-26T06:12:36.299634 timeout_sampler INFO Elapsed time: 10.019683599472046 [0:00:10.019684] 2025-11-26T06:12:36.299907 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 5 seconds. (Function: utilities.infra..lambda: dynamic_client.namespace.resource_kind.resource_name.list.get) 2025-11-26T06:12:36.299792 utilities.infra INFO Waiting for resource to stabilize: resource_kind=HyperConverged conditions={'Available': 'True', 'Progressing': 'False', 'ReconcileComplete': 'True', 'Degraded': 'False', 'Upgradeable': 'True'} sleep=600 consecutive_checks_count=3 2025-11-26T06:12:46.328661 timeout_sampler INFO Elapsed time: 10.019344091415405 [0:00:10.019344] 2025-11-26T06:12:46.329289 ocp_resources Namespace INFO Delete Namespace cluster-common-templates-rhel-test-rhel-os-support 2025-11-26T06:12:46.335584 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'cluster-common-templates-rhel-test-rhel-os-support', 'uid': 'd78c5942-3d5b-4f72-bfd1-5dd6598e18f1', 'resourceVersion': '156000', 'creationTimestamp': '2025-11-26T06:09:22Z', 'labels': {'kubernetes.io/metadata.name': 'cluster-common-templates-rhel-test-rhel-os-support', 'pod-security.kubernetes.io/audit': 'restricted', 'pod-security.kubernetes.io/audit-version': 'latest', 'pod-security.kubernetes.io/enforce': 'restricted', 'pod-security.kubernetes.io/enforce-version': 'latest', 'pod-security.kubernetes.io/warn': 'restricted', 'pod-security.kubernetes.io/warn-version': 'latest'}, 'annotations': {'openshift.io/description': '', 'openshift.io/display-name': '', 'openshift.io/requester': 'unprivileged-user', 'openshift.io/sa.scc.mcs': 's0:c37,c4', 'openshift.io/sa.scc.supplemental-groups': '1001340000/10000', 'openshift.io/sa.scc.uid-range': '1001340000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'cluster-policy-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-11-26T06:09:22Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:openshift.io/sa.scc.mcs': {}, 'f:openshift.io/sa.scc.supplemental-groups': {}, 'f:openshift.io/sa.scc.uid-range': {}}}}}, {'manager': 'pod-security-admission-label-synchronization-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-11-26T06:09:22Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:security.openshift.io/MinimallySufficientPodSecurityStandard': {}}, 'f:labels': {'f:pod-security.kubernetes.io/audit': {}, 'f:pod-security.kubernetes.io/audit-version': {}, 'f:pod-security.kubernetes.io/enforce': {}, 'f:pod-security.kubernetes.io/enforce-version': {}, 'f:pod-security.kubernetes.io/warn': {}, 'f:pod-security.kubernetes.io/warn-version': {}}}}}, {'manager': 'openshift-apiserver', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-26T06:09:22Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:openshift.io/description': {}, 'f:openshift.io/display-name': {}, 'f:openshift.io/requester': {}}, 'f:labels': {'.': {}, 'f:kubernetes.io/metadata.name': {}}}}}, {'manager': 'openshift-controller-manager', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-26T06:09:22Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2025-11-26T06:12:46.347330 ocp_resources Namespace INFO Wait until Namespace cluster-common-templates-rhel-test-rhel-os-support is deleted 2025-11-26T06:12:46.347555 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-26T06:12:54.388436 timeout_sampler INFO Elapsed time: 8.03507924079895 [0:00:08.035079] _ 21 of 22 completed, 15 Pass, 0 Fail, 5 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/virt/node/general/test_container_disk_vm.py 2025-11-26 06:12:54,391 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:12:54,391 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-26 06:12:54,391 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-26 06:12:54,392 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26T06:12:54.391485 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26 06:12:54,392 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:12:54,393 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26T06:12:54.391679 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-26 06:12:54,393 INFO sqlalchemy.engine.Engine [generated in 0.00034s] ('/openshift-virtualization-tests/tests/virt/node/general/test_container_disk_vm.py::test_container_disk_vm', 1764137574) 2025-11-26T06:12:54.391769 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-26T06:12:54.392205 sqlalchemy.engine.Engine INFO COMMIT 2025-11-26T06:12:54.392628 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26T06:12:54.393284 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-26T06:12:54.393555 sqlalchemy.engine.Engine INFO [generated in 0.00034s] ('/openshift-virtualization-tests/tests/virt/node/general/test_container_disk_vm.py::test_container_disk_vm', 1764137574) 2025-11-26 06:12:54,394 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26T06:12:54.394280 sqlalchemy.engine.Engine INFO COMMIT ------------------------------------------------ test_container_disk_vm ------------------------------------------------ -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-26T06:12:54.408120 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. 2025-11-26T06:12:54.406896 conftest INFO Executing function fixture: term_handler_scope_function 2025-11-26T06:12:54.407129 conftest INFO Executing class fixture: term_handler_scope_class 2025-11-26T06:12:54.407305 conftest INFO Executing module fixture: term_handler_scope_module 2025-11-26T06:12:54.407661 conftest INFO Executing module fixture: cluster_sanity_scope_module 2025-11-26T06:12:54.407835 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2025-11-26T06:12:54.407917 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2025-11-26T06:12:54.408022 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2025-11-26T06:12:54.437269 ocp_utilities.infra INFO Verify all nodes are schedulable. 2025-11-26T06:12:54.465712 timeout_sampler INFO Waiting for 300 seconds [0:05:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2025-11-26T06:12:54.796314 timeout_sampler INFO Elapsed time: 0.00010061264038085938 [0:00:00.000101] 2025-11-26T06:12:54.796657 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 5 seconds. (Function: utilities.infra..lambda: dynamic_client.namespace.resource_kind.resource_name.list.get) 2025-11-26T06:12:54.796553 utilities.infra INFO Waiting for resource to stabilize: resource_kind=HyperConverged conditions={'Available': 'True', 'Progressing': 'False', 'ReconcileComplete': 'True', 'Degraded': 'False', 'Upgradeable': 'True'} sleep=600 consecutive_checks_count=3 2025-11-26T06:13:04.825135 timeout_sampler INFO Elapsed time: 10.018047094345093 [0:00:10.018047] 2025-11-26T06:13:04.826101 ocp_resources.resource INFO kind: ProjectRequest api version: project.openshift.io/v1 2025-11-26T06:13:04.826208 ocp_resources ProjectRequest INFO Create ProjectRequest node-general-test-container-disk-vm 2025-11-26T06:13:04.826636 ocp_resources ProjectRequest INFO Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'node-general-test-container-disk-vm'}} 2025-11-26T06:13:04.825516 conftest INFO Executing function fixture: autouse_fixtures 2025-11-26T06:13:04.825872 conftest INFO Executing module fixture: namespace 2025-11-26T06:13:04.930336 ocp_resources.resource INFO kind: Project api version: project.openshift.io/v1 2025-11-26T06:13:04.930464 ocp_resources Project INFO Wait for Project node-general-test-container-disk-vm status to be Active 2025-11-26T06:13:04.930640 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-26T06:13:04.938717 ocp_resources Project INFO Status of Project node-general-test-container-disk-vm is Active 2025-11-26T06:13:04.938893 timeout_sampler INFO Elapsed time: 7.557868957519531e-05 [0:00:00.000076] 2025-11-26T06:13:04.942855 ocp_resources Namespace INFO Wait for Namespace node-general-test-container-disk-vm status to be Active 2025-11-26T06:13:04.943154 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-26T06:13:04.954166 ocp_resources Namespace INFO Status of Namespace node-general-test-container-disk-vm is Active 2025-11-26T06:13:04.954564 timeout_sampler INFO Elapsed time: 0.00013589859008789062 [0:00:00.000136] 2025-11-26T06:13:04.954776 ocp_resources.resource INFO ResourceEdits: Updating data for resource Namespace node-general-test-container-disk-vm 2025-11-26T06:13:04.954848 ocp_resources Namespace INFO Update Namespace node-general-test-container-disk-vm: {'metadata': {'labels': None, 'name': 'node-general-test-container-disk-vm'}} 2025-11-26T06:13:04.978188 ocp_resources.resource INFO Trying to get client via new_client_from_config --------------------------------------------------------- CALL --------------------------------------------------------- 2025-11-26T06:13:05.067550 timeout_sampler INFO Waiting for 10 seconds [0:00:10], retry every 1 seconds. (Function: utilities.virt._get_image_json Kwargs: {'cmd': 'oc image -o json info quay.io/openshift-cnv/qe-cnv-tests-fedora:41 --filter-by-os amd64 --registry-config=/tmp/tmp0bps3jr_-cnv-tests-pull-secret/pull-secrets.json'}) 2025-11-26T06:13:05.067755 pyhelper_utils.shell INFO Running oc image -o json info quay.io/openshift-cnv/qe-cnv-tests-fedora:41 --filter-by-os amd64 --registry-config=/tmp/tmp0bps3jr_-cnv-tests-pull-secret/pull-secrets.json command 2025-11-26T06:13:05.906580 timeout_sampler INFO Elapsed time: 0.000102996826171875 [0:00:00.000103] 2025-11-26T06:13:05.910708 ocp_resources.resource INFO kind: VirtualMachine api version: kubevirt.io/v1 2025-11-26T06:13:05.950151 ocp_resources VirtualMachine INFO Create VirtualMachine container-disk-vm-1764137585-9105482 2025-11-26T06:13:05.950454 ocp_resources VirtualMachine INFO Posting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachine', 'metadata': {'creationTimestamp': None, 'labels': {'kubevirt.io/vm': 'container-disk-vm'}, 'name': 'container-disk-vm-1764137585-9105482'}, 'spec': {'template': {'metadata': {'creationTimestamp': None, 'labels': {'kubevirt.io/vm': 'container-disk-vm-1764137585-9105482', 'kubevirt.io/domain': 'container-disk-vm-1764137585-9105482', 'debugLogs': 'true'}}, 'spec': {'domain': {'cpu': {'cores': 1}, 'memory': {'guest': '1Gi'}, 'devices': {'disks': [{'disk': {'bus': 'virtio'}, 'name': 'containerdisk'}, {'disk': {'bus': 'virtio'}, 'name': 'cloudinitdisk'}], 'interfaces': [{'masquerade': {}, 'name': 'default'}], 'rng': {}}, 'machine': {'type': ''}}, 'networks': [{'name': 'default', 'pod': {}}], 'terminationGracePeriodSeconds': 30, 'volumes': [{'containerDisk': {'image': 'quay.io/openshift-cnv/qe-cnv-tests-fedora:41@sha256:a91659fba4e0258dda1be076dd6e56e34d9bf3dce082e57f939994ce0f124348'}, 'name': 'containerdisk'}, {'name': 'cloudinitdisk', 'cloudInitNoCloud': {'userData': '*******'}}]}}, 'runStrategy': 'Halted'}} 2025-11-26T06:13:06.025921 timeout_sampler INFO Waiting for 5 seconds [0:00:05], retry every 1 seconds. (Function: utilities.virt..lambda: vm.instance.get) 2025-11-26T06:13:06.036923 timeout_sampler INFO Elapsed time: 0.0001785755157470703 [0:00:00.000179] 2025-11-26T06:13:06.037201 ocp_resources.resource INFO kind: VirtualMachineInstance api version: kubevirt.io/v1 2025-11-26T06:13:06.037288 ocp_resources VirtualMachineInstance INFO Wait for VirtualMachineInstance container-disk-vm-1764137585-9105482 status to be Running 2025-11-26T06:13:06.037488 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-26T06:13:07.046881 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance container-disk-vm-1764137585-9105482 is Scheduling 2025-11-26T06:13:22.123831 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance container-disk-vm-1764137585-9105482 is Scheduled 2025-11-26T06:13:25.139561 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance container-disk-vm-1764137585-9105482 is Running 2025-11-26T06:13:25.139805 timeout_sampler INFO Elapsed time: 19.096943855285645 [0:00:19.096944] 2025-11-26T06:13:25.140106 ocp_resources VirtualMachineInstance INFO Wait for VirtualMachineInstance/container-disk-vm-1764137585-9105482's 'AgentConnected' condition to be 'True' 2025-11-26T06:13:25.140390 ocp_resources VirtualMachineInstance INFO Wait until VirtualMachineInstance container-disk-vm-1764137585-9105482 is created 2025-11-26T06:13:25.140654 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 1 seconds. (Function: ocp_resources.resource.wait.lambda: self.exists) 2025-11-26T06:13:25.140007 utilities.virt INFO Wait until guest agent is active on container-disk-vm-1764137585-9105482 2025-11-26T06:13:25.145287 timeout_sampler INFO Elapsed time: 7.62939453125e-05 [0:00:00.000076] 2025-11-26T06:13:25.145411 timeout_sampler INFO Waiting for 719.9949681758881 seconds [0:11:59.994968], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_condition.lambda: self.instance) 2025-11-26T06:13:48.268162 timeout_sampler INFO Elapsed time: 23.11780285835266 [0:00:23.117803] 2025-11-26T06:13:48.268456 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 1 seconds. (Function: utilities.virt..lambda: vmi.instance) 2025-11-26T06:13:48.268314 utilities.virt INFO Wait for container-disk-vm-1764137585-9105482 network interfaces 2025-11-26T06:13:48.272540 timeout_sampler INFO Elapsed time: 8.940696716308594e-05 [0:00:00.000089] 2025-11-26T06:13:48.272665 utilities.virt INFO Wait for container-disk-vm-1764137585-9105482 SSH connectivity. 2025-11-26T06:13:48.272771 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/container-disk-vm-1764137585-9105482/node-general-test-container-disk-vm 22' fedora@container-disk-vm-1764137585-9105482 2025-11-26T06:13:48.323164 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 5 seconds. (Function: rrmngmnt.host.run_command Kwargs: {'command': ['exit'], 'tcp_timeout': 60}) 2025-11-26T06:13:48.323280 Host INFO [container-disk-vm-1764137585-9105482] Executing command exit 2025-11-26T06:13:48.511629 paramiko.transport INFO Connected (version 2.0, client OpenSSH_9.8) 2025-11-26T06:13:48.594758 paramiko.transport INFO Authentication (publickey) successful! 2025-11-26T06:13:48.940342 timeout_sampler INFO Elapsed time: 0.00014019012451171875 [0:00:00.000140] 2025-11-26T06:13:48.977850 ocp_resources VirtualMachine INFO Wait for VirtualMachine container-disk-vm-1764137585-9105482 status to be None 2025-11-26T06:13:48.978158 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: kubernetes.dynamic.client.get Kwargs: {'field_selector': 'metadata.name==container-disk-vm-1764137585-9105482', 'namespace': 'node-general-test-container-disk-vm'}) 2025-11-26T06:13:49.993498 timeout_sampler INFO Elapsed time: 1.0067875385284424 [0:00:01.006788] 2025-11-26T06:13:49.993797 ocp_resources VirtualMachineInstance INFO Wait until VirtualMachineInstance container-disk-vm-1764137585-9105482 is deleted 2025-11-26T06:13:49.993994 timeout_sampler INFO Waiting for 480 seconds [0:08:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-26T06:13:54.018254 timeout_sampler INFO Elapsed time: 4.0189337730407715 [0:00:04.018934] 2025-11-26T06:13:54.018420 ocp_resources VirtualMachine INFO Delete VirtualMachine container-disk-vm-1764137585-9105482 2025-11-26T06:13:54.028643 ocp_resources VirtualMachine INFO Deleting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachine', 'metadata': {'annotations': {'kubemacpool.io/transaction-timestamp': '2025-11-26T06:13:48.963428442Z', 'kubevirt.io/latest-observed-api-version': 'v1', 'kubevirt.io/storage-observed-api-version': 'v1'}, 'creationTimestamp': '2025-11-26T06:13:05Z', 'finalizers': ['kubevirt.io/virtualMachineControllerFinalize'], 'generation': 3, 'labels': {'kubevirt.io/vm': 'container-disk-vm'}, 'managedFields': [{'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:labels': {'.': {}, 'f:kubevirt.io/vm': {}}}, 'f:spec': {'.': {}, 'f:template': {'.': {}, 'f:metadata': {'.': {}, 'f:creationTimestamp': {}, 'f:labels': {'.': {}, 'f:debugLogs': {}, 'f:kubevirt.io/domain': {}, 'f:kubevirt.io/vm': {}}}, 'f:spec': {'.': {}, 'f:domain': {'.': {}, 'f:cpu': {'.': {}, 'f:cores': {}}, 'f:devices': {'.': {}, 'f:disks': {}, 'f:interfaces': {}, 'f:rng': {}}, 'f:machine': {'.': {}, 'f:type': {}}, 'f:memory': {'.': {}, 'f:guest': {}}}, 'f:networks': {}, 'f:terminationGracePeriodSeconds': {}, 'f:volumes': {}}}}}, 'manager': 'OpenAPI-Generator', 'operation': 'Update', 'time': '2025-11-26T06:13:05Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:kubevirt.io/latest-observed-api-version': {}, 'f:kubevirt.io/storage-observed-api-version': {}}, 'f:finalizers': {'.': {}, 'v:"kubevirt.io/virtualMachineControllerFinalize"': {}}}}, 'manager': 'virt-controller', 'operation': 'Update', 'time': '2025-11-26T06:13:06Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:runStrategy': {}}}, 'manager': 'virt-api', 'operation': 'Update', 'time': '2025-11-26T06:13:48Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:status': {'.': {}, 'f:conditions': {}, 'f:desiredGeneration': {}, 'f:observedGeneration': {}, 'f:printableStatus': {}, 'f:runStrategy': {}, 'f:volumeSnapshotStatuses': {}}}, 'manager': 'virt-controller', 'operation': 'Update', 'subresource': 'status', 'time': '2025-11-26T06:13:53Z'}], 'name': 'container-disk-vm-1764137585-9105482', 'namespace': 'node-general-test-container-disk-vm', 'resourceVersion': '161004', 'uid': '715320b1-f33b-44b3-93b1-b75d9fda2797'}, 'spec': {'runStrategy': 'Halted', 'template': {'metadata': {'creationTimestamp': None, 'labels': {'debugLogs': 'true', 'kubevirt.io/domain': 'container-disk-vm-1764137585-9105482', 'kubevirt.io/vm': 'container-disk-vm-1764137585-9105482'}}, 'spec': {'architecture': 'amd64', 'domain': {'cpu': {'cores': 1}, 'devices': {'disks': [{'disk': {'bus': 'virtio'}, 'name': 'containerdisk'}, {'disk': {'bus': 'virtio'}, 'name': 'cloudinitdisk'}], 'interfaces': [{'macAddress': '02:3a:e1:3e:f4:d3', 'masquerade': {}, 'name': 'default'}], 'rng': {}}, 'firmware': {'serial': '4fef2e64-5a36-4776-99e6-f2cb955da77d', 'uuid': 'd242529a-4ee6-4c43-85ff-8c9f83ddc4e4'}, 'machine': {'type': 'pc-q35-rhel9.6.0'}, 'memory': {'guest': '1Gi'}, 'resources': {}}, 'networks': [{'name': 'default', 'pod': {}}], 'terminationGracePeriodSeconds': 30, 'volumes': [{'containerDisk': {'image': 'quay.io/openshift-cnv/qe-cnv-tests-fedora:41@sha256:a91659fba4e0258dda1be076dd6e56e34d9bf3dce082e57f939994ce0f124348'}, 'name': 'containerdisk'}, {'cloudInitNoCloud': {'userData': '*******'}, 'name': 'cloudinitdisk'}]}}}, 'status': {'conditions': [{'lastProbeTime': '2025-11-26T06:13:53Z', 'lastTransitionTime': '2025-11-26T06:13:53Z', 'message': 'VMI does not exist', 'reason': 'VMINotExists', 'status': 'False', 'type': 'Ready'}, {'lastProbeTime': None, 'lastTransitionTime': None, 'status': 'True', 'type': 'LiveMigratable'}, {'lastProbeTime': None, 'lastTransitionTime': None, 'status': 'True', 'type': 'StorageLiveMigratable'}], 'desiredGeneration': 3, 'observedGeneration': 3, 'printableStatus': 'Stopped', 'runStrategy': 'Halted', 'volumeSnapshotStatuses': [{'enabled': False, 'name': 'containerdisk', 'reason': 'Snapshot is not supported for this volumeSource type [containerdisk]'}, {'enabled': False, 'name': 'cloudinitdisk', 'reason': 'Snapshot is not supported for this volumeSource type [cloudinitdisk]'}]}} 2025-11-26T06:13:54.061606 ocp_resources VirtualMachine INFO Wait until VirtualMachine container-disk-vm-1764137585-9105482 is deleted 2025-11-26T06:13:54.061849 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-26T06:13:55.071619 timeout_sampler INFO Elapsed time: 1.0046393871307373 [0:00:01.004639] .2025-11-26T06:13:55.072559 ocp_resources Namespace INFO Delete Namespace node-general-test-container-disk-vm TEST: test_container_disk_vm STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- 2025-11-26T06:13:55.079010 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'node-general-test-container-disk-vm', 'uid': '76231520-7621-4e76-87ae-1c077d38f370', 'resourceVersion': '160209', 'creationTimestamp': '2025-11-26T06:13:04Z', 'labels': {'kubernetes.io/metadata.name': 'node-general-test-container-disk-vm', 'pod-security.kubernetes.io/audit': 'restricted', 'pod-security.kubernetes.io/audit-version': 'latest', 'pod-security.kubernetes.io/enforce': 'restricted', 'pod-security.kubernetes.io/enforce-version': 'latest', 'pod-security.kubernetes.io/warn': 'restricted', 'pod-security.kubernetes.io/warn-version': 'latest'}, 'annotations': {'openshift.io/description': '', 'openshift.io/display-name': '', 'openshift.io/requester': 'unprivileged-user', 'openshift.io/sa.scc.mcs': 's0:c37,c19', 'openshift.io/sa.scc.supplemental-groups': '1001370000/10000', 'openshift.io/sa.scc.uid-range': '1001370000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'cluster-policy-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-11-26T06:13:04Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:openshift.io/sa.scc.mcs': {}, 'f:openshift.io/sa.scc.supplemental-groups': {}, 'f:openshift.io/sa.scc.uid-range': {}}}}}, {'manager': 'pod-security-admission-label-synchronization-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-11-26T06:13:04Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:security.openshift.io/MinimallySufficientPodSecurityStandard': {}}, 'f:labels': {'f:pod-security.kubernetes.io/audit': {}, 'f:pod-security.kubernetes.io/audit-version': {}, 'f:pod-security.kubernetes.io/enforce': {}, 'f:pod-security.kubernetes.io/enforce-version': {}, 'f:pod-security.kubernetes.io/warn': {}, 'f:pod-security.kubernetes.io/warn-version': {}}}}}, {'manager': 'openshift-apiserver', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-26T06:13:04Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:openshift.io/description': {}, 'f:openshift.io/display-name': {}, 'f:openshift.io/requester': {}}, 'f:labels': {'.': {}, 'f:kubernetes.io/metadata.name': {}}}}}, {'manager': 'openshift-controller-manager', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-26T06:13:04Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2025-11-26T06:13:55.088457 ocp_resources Namespace INFO Wait until Namespace node-general-test-container-disk-vm is deleted 2025-11-26T06:13:55.088623 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-26T06:14:03.130125 timeout_sampler INFO Elapsed time: 8.036137342453003 [0:00:08.036137] 2025-11-26T06:14:03.130996 ocp_resources Service INFO Delete Service internal-http 2025-11-26T06:14:03.137814 ocp_resources Service INFO Deleting {'kind': 'Service', 'apiVersion': 'v1', 'metadata': {'name': 'internal-http', 'namespace': 'cnv-tests-utilities', 'uid': '814783c9-1fc4-40e1-a013-bea067e7f445', 'resourceVersion': '152595', 'creationTimestamp': '2025-11-26T06:06:45Z', 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-26T06:06:45Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:internalTrafficPolicy': {}, 'f:ports': {'.': {}, 'k:{"port":80,"protocol":"TCP"}': {'.': {}, 'f:name': {}, 'f:port': {}, 'f:protocol': {}, 'f:targetPort': {}}, 'k:{"port":81,"protocol":"TCP"}': {'.': {}, 'f:name': {}, 'f:port': {}, 'f:protocol': {}, 'f:targetPort': {}}, 'k:{"port":82,"protocol":"TCP"}': {'.': {}, 'f:name': {}, 'f:port': {}, 'f:protocol': {}, 'f:targetPort': {}}, 'k:{"port":443,"protocol":"TCP"}': {'.': {}, 'f:name': {}, 'f:port': {}, 'f:protocol': {}, 'f:targetPort': {}}}, 'f:selector': {}, 'f:sessionAffinity': {}, 'f:type': {}}}}]}, 'spec': {'ports': [{'name': 'rate-limit', 'protocol': 'TCP', 'port': 82, 'targetPort': 82}, {'name': 'http-auth', 'protocol': 'TCP', 'port': 81, 'targetPort': 81}, {'name': 'http-no-auth', 'protocol': 'TCP', 'port': 80, 'targetPort': 80}, {'name': 'https', 'protocol': 'TCP', 'port': 443, 'targetPort': 443}], 'selector': {'name': 'internal-http'}, 'clusterIP': '172.30.38.155', 'clusterIPs': ['172.30.38.155'], 'type': 'ClusterIP', 'sessionAffinity': 'None', 'ipFamilies': ['IPv4'], 'ipFamilyPolicy': 'SingleStack', 'internalTrafficPolicy': 'Cluster'}, 'status': {'loadBalancer': {}}} 2025-11-26T06:14:03.169163 ocp_resources Service INFO Wait until Service internal-http is deleted 2025-11-26T06:14:03.169589 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-26T06:14:03.182843 timeout_sampler INFO Elapsed time: 0.00017309188842773438 [0:00:00.000173] 2025-11-26T06:14:03.183110 ocp_resources Deployment INFO Delete Deployment internal-http 2025-11-26T06:14:03.196007 ocp_resources Deployment INFO Deleting {'kind': 'Deployment', 'apiVersion': 'apps/v1', 'metadata': {'name': 'internal-http', 'namespace': 'cnv-tests-utilities', 'uid': '9935e580-459d-4b9c-9e24-85ae55ac6aa9', 'resourceVersion': '152593', 'generation': 1, 'creationTimestamp': '2025-11-26T06:05:42Z', 'annotations': {'deployment.kubernetes.io/revision': '1'}, 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'apps/v1', 'time': '2025-11-26T06:05:42Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:progressDeadlineSeconds': {}, 'f:replicas': {}, 'f:revisionHistoryLimit': {}, 'f:selector': {}, 'f:strategy': {'f:rollingUpdate': {'.': {}, 'f:maxSurge': {}, 'f:maxUnavailable': {}}, 'f:type': {}}, 'f:template': {'f:metadata': {'f:labels': {'.': {}, 'f:cdi.kubevirt.io/testing': {}, 'f:name': {}}}, 'f:spec': {'f:containers': {'k:{"name":"http"}': {'.': {}, 'f:command': {}, 'f:image': {}, 'f:imagePullPolicy': {}, 'f:livenessProbe': {'.': {}, 'f:failureThreshold': {}, 'f:httpGet': {'.': {}, 'f:path': {}, 'f:port': {}, 'f:scheme': {}}, 'f:initialDelaySeconds': {}, 'f:periodSeconds': {}, 'f:successThreshold': {}, 'f:timeoutSeconds': {}}, 'f:name': {}, 'f:readinessProbe': {'.': {}, 'f:failureThreshold': {}, 'f:httpGet': {'.': {}, 'f:path': {}, 'f:port': {}, 'f:scheme': {}}, 'f:initialDelaySeconds': {}, 'f:periodSeconds': {}, 'f:successThreshold': {}, 'f:timeoutSeconds': {}}, 'f:resources': {}, 'f:securityContext': {'.': {}, 'f:privileged': {}}, 'f:terminationMessagePath': {}, 'f:terminationMessagePolicy': {}}}, 'f:dnsPolicy': {}, 'f:restartPolicy': {}, 'f:schedulerName': {}, 'f:securityContext': {}, 'f:serviceAccount': {}, 'f:serviceAccountName': {}, 'f:terminationGracePeriodSeconds': {}}}}}}, {'manager': 'kube-controller-manager', 'operation': 'Update', 'apiVersion': 'apps/v1', 'time': '2025-11-26T06:06:45Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:deployment.kubernetes.io/revision': {}}}, 'f:status': {'f:availableReplicas': {}, 'f:conditions': {'.': {}, 'k:{"type":"Available"}': {'.': {}, 'f:lastTransitionTime': {}, 'f:lastUpdateTime': {}, 'f:message': {}, 'f:reason': {}, 'f:status': {}, 'f:type': {}}, 'k:{"type":"Progressing"}': {'.': {}, 'f:lastTransitionTime': {}, 'f:lastUpdateTime': {}, 'f:message': {}, 'f:reason': {}, 'f:status': {}, 'f:type': {}}}, 'f:observedGeneration': {}, 'f:readyReplicas': {}, 'f:replicas': {}, 'f:updatedReplicas': {}}}, 'subresource': 'status'}]}, 'spec': {'replicas': 1, 'selector': {'matchLabels': {'name': 'internal-http'}}, 'template': {'metadata': {'labels': {'cdi.kubevirt.io/testing': '', 'name': 'internal-http'}}, 'spec': {'containers': [{'name': 'http', 'image': 'quay.io/openshift-cnv/qe-cnv-tests-internal-http:v1.1.0', 'command': ['/usr/sbin/nginx'], 'resources': {}, 'livenessProbe': {'httpGet': {'path': '/', 'port': 80, 'scheme': 'HTTP'}, 'initialDelaySeconds': 20, 'timeoutSeconds': 1, 'periodSeconds': 20, 'successThreshold': 1, 'failureThreshold': 3}, 'readinessProbe': {'httpGet': {'path': '/', 'port': 80, 'scheme': 'HTTP'}, 'initialDelaySeconds': 20, 'timeoutSeconds': 1, 'periodSeconds': 20, 'successThreshold': 1, 'failureThreshold': 3}, 'terminationMessagePath': '/dev/termination-log', 'terminationMessagePolicy': 'File', 'imagePullPolicy': 'Always', 'securityContext': {'privileged': True}}], 'restartPolicy': 'Always', 'terminationGracePeriodSeconds': 0, 'dnsPolicy': 'ClusterFirst', 'serviceAccountName': 'cnv-tests-sa', 'serviceAccount': 'cnv-tests-sa', 'securityContext': {}, 'schedulerName': 'default-scheduler'}}, 'strategy': {'type': 'RollingUpdate', 'rollingUpdate': {'maxUnavailable': '25%', 'maxSurge': '25%'}}, 'revisionHistoryLimit': 10, 'progressDeadlineSeconds': 600}, 'status': {'observedGeneration': 1, 'replicas': 1, 'updatedReplicas': 1, 'readyReplicas': 1, 'availableReplicas': 1, 'conditions': [{'type': 'Available', 'status': 'True', 'lastUpdateTime': '2025-11-26T06:06:45Z', 'lastTransitionTime': '2025-11-26T06:06:45Z', 'reason': 'MinimumReplicasAvailable', 'message': 'Deployment has minimum availability.'}, {'type': 'Progressing', 'status': 'True', 'lastUpdateTime': '2025-11-26T06:06:45Z', 'lastTransitionTime': '2025-11-26T06:05:42Z', 'reason': 'NewReplicaSetAvailable', 'message': 'ReplicaSet "internal-http-5984fb5bbc" has successfully progressed.'}]}} 2025-11-26T06:14:03.208992 ocp_resources Deployment INFO Wait until Deployment internal-http is deleted 2025-11-26T06:14:03.209235 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-26T06:14:03.214264 timeout_sampler INFO Elapsed time: 9.799003601074219e-05 [0:00:00.000098] 2025-11-26T06:14:03.215386 tests.conftest INFO Remove: /tmp/tmpzf0kk6fo-cnv-tests-kubeconfig/kubeconfig 2025-11-26T06:14:03.216162 ocp_resources.resource INFO ResourceEdits: Restoring data for resource OAuth cluster --- [DuplicateFilter: Last log `kind: VirtualMachineInstance api version: kubevirt.io/v1` repeated 2 times] 2025-11-26T06:14:03.216263 ocp_resources OAuth INFO Update OAuth cluster: {'metadata': {'name': 'cluster'}, 'spec': {'identityProviders': None, 'tokenConfig': None}} 2025-11-26T06:14:03.215915 tests.conftest INFO Set: KUBECONFIG=/tmp/kubeconfig-394288563 2025-11-26T06:14:03.232092 ocp_resources Secret INFO Delete Secret htpass-secret-for-cnv-tests 2025-11-26T06:14:03.255337 ocp_resources Secret INFO Deleting {'kind': 'Secret', 'apiVersion': 'v1', 'metadata': {'name': 'htpass-secret-for-cnv-tests', 'namespace': 'openshift-config', 'uid': '8fd6cc52-897b-47f5-bc1c-dcbd76c91b62', 'resourceVersion': '144685', 'creationTimestamp': '2025-11-26T05:59:50Z', 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-26T05:59:50Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:data': {'.': {}, 'f:htpasswd': {}}, 'f:type': {}}}]}, 'data': '*******', 'type': 'Opaque'} 2025-11-26T06:14:03.276522 ocp_resources Secret INFO Wait until Secret htpass-secret-for-cnv-tests is deleted 2025-11-26T06:14:03.276729 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-26T06:14:03.281146 timeout_sampler INFO Elapsed time: 7.987022399902344e-05 [0:00:00.000080] 2025-11-26T06:14:03.281568 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-26T06:14:03.289284 ocp_resources.resource INFO kind: Deployment api version: apps/v1 2025-11-26T06:14:03.310285 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: tests.conftest..lambda: dp.instance.status.conditions) 2025-11-26T06:14:03.310167 tests.conftest INFO Wait for oauth-openshift -> Type: Progressing -> Reason: ReplicaSetUpdated 2025-11-26T06:14:07.332602 timeout_sampler INFO Elapsed time: 4.015466213226318 [0:00:04.015466] 2025-11-26T06:14:07.332890 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: tests.conftest..lambda: dp.instance.status.conditions) 2025-11-26T06:14:07.332749 tests.conftest INFO Wait for oauth-openshift -> Type: Progressing -> Reason: NewReplicaSetAvailable 2025-11-26T06:15:00.584764 timeout_sampler INFO Elapsed time: 53.24793577194214 [0:00:53.247936] 2025-11-26T06:15:00.587497 ocp_resources DaemonSet INFO Delete DaemonSet utility 2025-11-26T06:15:00.607741 ocp_resources DaemonSet INFO Deleting {'kind': 'DaemonSet', 'apiVersion': 'apps/v1', 'metadata': {'name': 'utility', 'namespace': 'cnv-tests-utilities', 'uid': '962ef32b-d32f-490b-be24-01a845c6af87', 'resourceVersion': '144357', 'generation': 1, 'creationTimestamp': '2025-11-26T05:59:12Z', 'labels': {'cnv-test': 'utility', 'tier': 'node'}, 'annotations': {'deprecated.daemonset.template.generation': '1'}, 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'apps/v1', 'time': '2025-11-26T05:59:12Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:deprecated.daemonset.template.generation': {}}, 'f:labels': {'.': {}, 'f:cnv-test': {}, 'f:tier': {}}}, 'f:spec': {'f:revisionHistoryLimit': {}, 'f:selector': {}, 'f:template': {'f:metadata': {'f:labels': {'.': {}, 'f:cnv-test': {}, 'f:tier': {}}}, 'f:spec': {'f:containers': {'k:{"name":"utility"}': {'.': {}, 'f:command': {}, 'f:image': {}, 'f:imagePullPolicy': {}, 'f:name': {}, 'f:readinessProbe': {'.': {}, 'f:exec': {'.': {}, 'f:command': {}}, 'f:failureThreshold': {}, 'f:initialDelaySeconds': {}, 'f:periodSeconds': {}, 'f:successThreshold': {}, 'f:timeoutSeconds': {}}, 'f:resources': {'.': {}, 'f:limits': {'.': {}, 'f:cpu': {}, 'f:memory': {}}, 'f:requests': {'.': {}, 'f:cpu': {}, 'f:memory': {}}}, 'f:securityContext': {'.': {}, 'f:privileged': {}, 'f:runAsUser': {}}, 'f:stdin': {}, 'f:stdinOnce': {}, 'f:terminationMessagePath': {}, 'f:terminationMessagePolicy': {}, 'f:tty': {}, 'f:volumeMounts': {'.': {}, 'k:{"mountPath":"/host"}': {'.': {}, 'f:mountPath': {}, 'f:name': {}}, 'k:{"mountPath":"/host/dev"}': {'.': {}, 'f:mountPath': {}, 'f:name': {}}, 'k:{"mountPath":"/host/etc"}': {'.': {}, 'f:mountPath': {}, 'f:name': {}}, 'k:{"mountPath":"/host/run/openvswitch"}': {'.': {}, 'f:mountPath': {}, 'f:name': {}}, 'k:{"mountPath":"/host/var"}': {'.': {}, 'f:mountPath': {}, 'f:name': {}}, 'k:{"mountPath":"/run/dbus/system_bus_socket"}': {'.': {}, 'f:mountPath': {}, 'f:name': {}}, 'k:{"mountPath":"/var/run/secrets/kubernetes.io/serviceaccount"}': {'.': {}, 'f:mountPath': {}, 'f:name': {}, 'f:readOnly': {}}}}}, 'f:dnsPolicy': {}, 'f:enableServiceLinks': {}, 'f:hostNetwork': {}, 'f:hostPID': {}, 'f:imagePullSecrets': {'.': {}, 'k:{"name":"default-dockercfg-xrlbh"}': {}}, 'f:preemptionPolicy': {}, 'f:priority': {}, 'f:restartPolicy': {}, 'f:schedulerName': {}, 'f:securityContext': {}, 'f:serviceAccount': {}, 'f:serviceAccountName': {}, 'f:terminationGracePeriodSeconds': {}, 'f:tolerations': {}, 'f:volumes': {'.': {}, 'k:{"name":"dbus-socket"}': {'.': {}, 'f:hostPath': {'.': {}, 'f:path': {}, 'f:type': {}}, 'f:name': {}}, 'k:{"name":"dev"}': {'.': {}, 'f:hostPath': {'.': {}, 'f:path': {}, 'f:type': {}}, 'f:name': {}}, 'k:{"name":"etc"}': {'.': {}, 'f:hostPath': {'.': {}, 'f:path': {}, 'f:type': {}}, 'f:name': {}}, 'k:{"name":"host"}': {'.': {}, 'f:hostPath': {'.': {}, 'f:path': {}, 'f:type': {}}, 'f:name': {}}, 'k:{"name":"kube-api-access-m5ch7"}': {'.': {}, 'f:name': {}, 'f:projected': {'.': {}, 'f:defaultMode': {}, 'f:sources': {}}}, 'k:{"name":"ovs-run"}': {'.': {}, 'f:hostPath': {'.': {}, 'f:path': {}, 'f:type': {}}, 'f:name': {}}, 'k:{"name":"var"}': {'.': {}, 'f:hostPath': {'.': {}, 'f:path': {}, 'f:type': {}}, 'f:name': {}}}}}, 'f:updateStrategy': {'f:type': {}}}}}, {'manager': 'kube-controller-manager', 'operation': 'Update', 'apiVersion': 'apps/v1', 'time': '2025-11-26T05:59:28Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:status': {'f:currentNumberScheduled': {}, 'f:desiredNumberScheduled': {}, 'f:numberAvailable': {}, 'f:numberReady': {}, 'f:observedGeneration': {}, 'f:updatedNumberScheduled': {}}}, 'subresource': 'status'}]}, 'spec': {'selector': {'matchLabels': {'cnv-test': 'utility', 'tier': 'node'}}, 'template': {'metadata': {'labels': {'cnv-test': 'utility', 'tier': 'node'}}, 'spec': {'volumes': [{'name': 'host', 'hostPath': {'path': '/', 'type': 'Directory'}}, {'name': 'ovs-run', 'hostPath': {'path': '/run/openvswitch', 'type': ''}}, {'name': 'dbus-socket', 'hostPath': {'path': '/run/dbus/system_bus_socket', 'type': 'Socket'}}, {'name': 'dev', 'hostPath': {'path': '/dev', 'type': 'Directory'}}, {'name': 'etc', 'hostPath': {'path': '/etc', 'type': 'Directory'}}, {'name': 'var', 'hostPath': {'path': '/var', 'type': 'Directory'}}, {'name': 'kube-api-access-m5ch7', 'projected': {'sources': [{'serviceAccountToken': {'expirationSeconds': 3600, 'path': 'token'}}, {'configMap': {'name': 'kube-root-ca.crt', 'items': [{'key': 'ca.crt', 'path': 'ca.crt'}]}}, {'downwardAPI': {'items': [{'path': 'namespace', 'fieldRef': {'apiVersion': 'v1', 'fieldPath': 'metadata.namespace'}}]}}, {'configMap': {'name': 'openshift-service-ca.crt', 'items': [{'key': 'service-ca.crt', 'path': 'service-ca.crt'}]}}], 'defaultMode': 420}}], 'containers': [{'name': 'utility', 'image': 'quay.io/openshift-cnv/qe-cnv-tests-net-util-container:centos-stream-9@sha256:e4a1fec795f5ba1d39164a2b12d2820f31e4533be5799935224ef351273cf10a', 'command': ['/bin/bash', '-c', 'echo ok > /tmp/healthy && sleep INF'], 'resources': {'limits': {'cpu': '100m', 'memory': '50Mi'}, 'requests': {'cpu': '100m', 'memory': '50Mi'}}, 'volumeMounts': [{'name': 'host', 'mountPath': '/host'}, {'name': 'kube-api-access-m5ch7', 'readOnly': True, 'mountPath': '/var/run/secrets/kubernetes.io/serviceaccount'}, {'name': 'ovs-run', 'mountPath': '/host/run/openvswitch'}, {'name': 'dbus-socket', 'mountPath': '/run/dbus/system_bus_socket'}, {'name': 'dev', 'mountPath': '/host/dev'}, {'name': 'etc', 'mountPath': '/host/etc'}, {'name': 'var', 'mountPath': '/host/var'}], 'readinessProbe': {'exec': {'command': ['cat', '/tmp/healthy']}, 'initialDelaySeconds': 5, 'timeoutSeconds': 1, 'periodSeconds': 5, 'successThreshold': 1, 'failureThreshold': 3}, 'terminationMessagePath': '/dev/termination-log', 'terminationMessagePolicy': 'File', 'imagePullPolicy': 'IfNotPresent', 'securityContext': {'privileged': True, 'runAsUser': 0}, 'stdin': True, 'stdinOnce': True, 'tty': True}], 'restartPolicy': 'Always', 'terminationGracePeriodSeconds': 30, 'dnsPolicy': 'ClusterFirst', 'serviceAccountName': 'cnv-tests-sa', 'serviceAccount': 'cnv-tests-sa', 'hostNetwork': True, 'hostPID': True, 'securityContext': {}, 'imagePullSecrets': [{'name': 'default-dockercfg-xrlbh'}], 'schedulerName': 'default-scheduler', 'tolerations': [{'key': 'node-role.kubernetes.io/master', 'operator': 'Exists', 'effect': 'NoSchedule'}], 'priority': 0, 'enableServiceLinks': True, 'preemptionPolicy': 'PreemptLowerPriority'}}, 'updateStrategy': {'type': 'OnDelete'}, 'revisionHistoryLimit': 10}, 'status': {'currentNumberScheduled': 6, 'numberMisscheduled': 0, 'desiredNumberScheduled': 6, 'numberReady': 6, 'observedGeneration': 1, 'updatedNumberScheduled': 6, 'numberAvailable': 6}} 2025-11-26T06:15:00.622847 ocp_resources DaemonSet INFO Wait until DaemonSet utility is deleted 2025-11-26T06:15:00.623219 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-26T06:15:02.634385 timeout_sampler INFO Elapsed time: 2.0076653957366943 [0:00:02.007665] 2025-11-26T06:15:02.634739 ocp_resources ServiceAccount INFO Delete ServiceAccount cnv-tests-sa 2025-11-26T06:15:02.651465 ocp_resources ServiceAccount INFO Deleting {'kind': 'ServiceAccount', 'apiVersion': 'v1', 'metadata': {'name': 'cnv-tests-sa', 'namespace': 'cnv-tests-utilities', 'uid': '15bef0a5-35f0-492d-94a4-4af34068e20c', 'resourceVersion': '144009', 'creationTimestamp': '2025-11-26T05:59:11Z', 'annotations': {'openshift.io/internal-registry-pull-secret-ref': 'cnv-tests-sa-dockercfg-p2kq9'}, 'managedFields': [{'manager': 'openshift.io/image-registry-pull-secrets_service-account-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-11-26T05:59:11Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:imagePullSecrets': {}, 'f:metadata': {'f:annotations': {'f:openshift.io/internal-registry-pull-secret-ref': {}}}, 'f:secrets': {'k:{"name":"cnv-tests-sa-dockercfg-p2kq9"}': {}}}}]}, 'secrets': [{'name': 'cnv-tests-sa-dockercfg-p2kq9'}], 'imagePullSecrets': [{'name': 'cnv-tests-sa-dockercfg-p2kq9'}]} 2025-11-26T06:15:02.658858 ocp_resources ServiceAccount INFO Wait until ServiceAccount cnv-tests-sa is deleted 2025-11-26T06:15:02.659176 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-26T06:15:02.662894 timeout_sampler INFO Elapsed time: 0.00013065338134765625 [0:00:00.000131] 2025-11-26T06:15:02.665115 ocp_resources Namespace INFO Delete Namespace cnv-tests-utilities 2025-11-26T06:15:02.672258 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'cnv-tests-utilities', 'uid': 'a0de74fb-67b0-4ad9-a06e-acd5524dd0aa', 'resourceVersion': '143944', 'creationTimestamp': '2025-11-26T05:59:09Z', 'labels': {'kubernetes.io/metadata.name': 'cnv-tests-utilities', 'pod-security.kubernetes.io/enforce': 'privileged', 'security.openshift.io/scc.podSecurityLabelSync': 'false'}, 'annotations': {'openshift.io/sa.scc.mcs': 's0:c35,c0', 'openshift.io/sa.scc.supplemental-groups': '1001190000/10000', 'openshift.io/sa.scc.uid-range': '1001190000/10000'}, 'managedFields': [{'manager': 'cluster-policy-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-11-26T05:59:09Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:openshift.io/sa.scc.mcs': {}, 'f:openshift.io/sa.scc.supplemental-groups': {}, 'f:openshift.io/sa.scc.uid-range': {}}}}}, {'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-26T05:59:09Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:labels': {'.': {}, 'f:kubernetes.io/metadata.name': {}, 'f:pod-security.kubernetes.io/enforce': {}, 'f:security.openshift.io/scc.podSecurityLabelSync': {}}}}}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2025-11-26T06:15:02.679199 ocp_resources Namespace INFO Wait until Namespace cnv-tests-utilities is deleted 2025-11-26T06:15:02.679407 timeout_sampler INFO Waiting for 360 seconds [0:06:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-26T06:15:09.712008 timeout_sampler INFO Elapsed time: 7.027480125427246 [0:00:07.027480] 2025-11-26T06:15:09.750968 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-26T06:15:09.759276 ocp_resources ConfigMap INFO Delete ConfigMap cnv-tests-run-in-progress 2025-11-26T06:15:09.786520 ocp_resources ConfigMap INFO Deleting {'kind': 'ConfigMap', 'apiVersion': 'v1', 'metadata': {'name': 'cnv-tests-run-in-progress', 'namespace': 'cnv-tests-run-in-progress-ns', 'uid': '626e3ea1-9e82-4c7c-a0cb-f6b120d7644d', 'resourceVersion': '143877', 'creationTimestamp': '2025-11-26T05:59:06Z', 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-26T05:59:06Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:data': {'.': {}, 'f:host': {}, 'f:pytest_cmd': {}, 'f:run-in-container': {}, 'f:running_from_dir': {}, 'f:session-id': {}, 'f:user': {}}}}]}, 'data': '*******'} 2025-11-26T06:15:09.794583 ocp_resources ConfigMap INFO Wait until ConfigMap cnv-tests-run-in-progress is deleted 2025-11-26T06:15:09.794780 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-26T06:15:09.799241 timeout_sampler INFO Elapsed time: 9.846687316894531e-05 [0:00:00.000098] 2025-11-26T06:15:09.822849 ocp_resources Namespace INFO Delete Namespace cnv-tests-run-in-progress-ns 2025-11-26T06:15:09.833247 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'cnv-tests-run-in-progress-ns', 'uid': 'c911e680-84d7-4fb3-9c57-e94d13489814', 'resourceVersion': '143872', 'creationTimestamp': '2025-11-26T05:59:06Z', 'labels': {'kubernetes.io/metadata.name': 'cnv-tests-run-in-progress-ns', 'pod-security.kubernetes.io/audit': 'restricted', 'pod-security.kubernetes.io/audit-version': 'latest', 'pod-security.kubernetes.io/enforce': 'privileged', 'pod-security.kubernetes.io/enforce-version': 'latest', 'pod-security.kubernetes.io/warn': 'restricted', 'pod-security.kubernetes.io/warn-version': 'latest', 'security.openshift.io/scc.podSecurityLabelSync': 'false'}, 'annotations': {'openshift.io/sa.scc.mcs': 's0:c34,c29', 'openshift.io/sa.scc.supplemental-groups': '1001180000/10000', 'openshift.io/sa.scc.uid-range': '1001180000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'cluster-policy-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-11-26T05:59:06Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:openshift.io/sa.scc.mcs': {}, 'f:openshift.io/sa.scc.supplemental-groups': {}, 'f:openshift.io/sa.scc.uid-range': {}}}}}, {'manager': 'pod-security-admission-label-synchronization-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-11-26T05:59:06Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:security.openshift.io/MinimallySufficientPodSecurityStandard': {}}, 'f:labels': {'f:pod-security.kubernetes.io/audit': {}, 'f:pod-security.kubernetes.io/audit-version': {}, 'f:pod-security.kubernetes.io/enforce-version': {}, 'f:pod-security.kubernetes.io/warn': {}, 'f:pod-security.kubernetes.io/warn-version': {}}}}}, {'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-26T05:59:06Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:labels': {'.': {}, 'f:kubernetes.io/metadata.name': {}, 'f:pod-security.kubernetes.io/enforce': {}, 'f:security.openshift.io/scc.podSecurityLabelSync': {}}}}}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2025-11-26T06:15:09.846853 ocp_resources Namespace INFO Wait until Namespace cnv-tests-run-in-progress-ns is deleted 2025-11-26T06:15:09.847015 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-26T06:15:16.882624 timeout_sampler INFO Elapsed time: 7.031172037124634 [0:00:07.031172] _ 22 of 22 completed, 16 Pass, 0 Fail, 5 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ = 16 passed, 5 skipped, 2088 deselected, 60 warnings, 1 error in 969.94s (0:16:09) = 2025-11-26 06:15:16,883 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-26 06:15:16,884 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-26 06:15:16,884 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-26T06:15:16.883970 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-26 06:15:16,884 INFO sqlalchemy.engine.Engine COMMIT 2025-11-26T06:15:16.884266 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-26T06:15:16.884411 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-26T06:15:16.884989 sqlalchemy.engine.Engine INFO COMMIT 2025-11-26T06:15:16.885142 conftest INFO Removing database file path /logs/artifacts/cnvtests.db ==================================== ERRORS ==================================== _ ERROR at setup of TestVMCreationAndValidation.test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] _ Traceback (most recent call last): File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/ocp_resources/resource.py", line 1138, in retry_cluster_exceptions for sample in sampler: ^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/timeout_sampler/__init__.py", line 171, in __iter__ raise TimeoutExpiredError( self._get_exception_log(exp=last_exp), last_exp=last_exp, elapsed_time=elapsed_time ) timeout_sampler.TimeoutExpiredError: Timed Out: 10 Function: ocp_resources.resource._instance Last exception: ForbiddenError: 403 Reason: Forbidden HTTP response headers: HTTPHeaderDict({'Audit-Id': '7e61d661-8451-478f-a71f-0e9e86ffb53d', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'X-Content-Type-Options': 'nosniff', 'X-Kubernetes-Pf-Flowschema-Uid': '1cca9be8-563f-4687-8a1c-cacd49c7b20c', 'X-Kubernetes-Pf-Prioritylevel-Uid': '3d7ef5a7-99fd-4dd2-9181-3d3a7f69a42f', 'Date': 'Wed, 26 Nov 2025 06:00:54 GMT', 'Content-Length': '455'}) HTTP response body: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"volumesnapshots.snapshot.storage.k8s.io \\"rhel10-c03936a065f2\\" is forbidden: User \\"unprivileged-user\\" cannot get resource \\"volumesnapshots\\" in API group \\"snapshot.storage.k8s.io\\" in the namespace \\"openshift-virtualization-os-images\\"","reason":"Forbidden","details":{"name":"rhel10-c03936a065f2","group":"snapshot.storage.k8s.io","kind":"volumesnapshots"},"code":403}\n' Original traceback: File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 55, in inner resp = func(self, *args, **kwargs) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 277, in request api_response = self.client.call_api( path, ...<11 lines>... _request_timeout=params.get('_request_timeout') ) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 348, in call_api return self.__call_api(resource_path, method, ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ path_params, query_params, header_params, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<2 lines>... _return_http_data_only, collection_formats, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _preload_content, _request_timeout, _host) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 180, in __call_api response_data = self.request( method, url, query_params=query_params, headers=header_params, post_params=post_params, body=body, _preload_content=_preload_content, _request_timeout=_request_timeout) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 373, in request return self.rest_client.GET(url, ~~~~~~~~~~~~~~~~~~~~^^^^^ query_params=query_params, ^^^^^^^^^^^^^^^^^^^^^^^^^^ _preload_content=_preload_content, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _request_timeout=_request_timeout, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ headers=headers) ^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/rest.py", line 244, in GET return self.request("GET", url, ~~~~~~~~~~~~^^^^^^^^^^^^ headers=headers, ^^^^^^^^^^^^^^^^ _preload_content=_preload_content, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _request_timeout=_request_timeout, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ query_params=query_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/rest.py", line 238, in request raise ApiException(http_resp=r) . Elapsed time: 0.002336740493774414 [0:00:00.002337] The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/runner.py", line 353, in from_call result: TResult | None = func() ~~~~^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/runner.py", line 245, in lambda: runtest_hook(item=item, **kwds), ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_hooks.py", line 512, in __call__ return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_manager.py", line 120, in _hookexec return self._inner_hookexec(hook_name, methods, kwargs, firstresult) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 167, in _multicall raise exception File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) ~~~~~~~~~~~~~~^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/capture.py", line 895, in pytest_runtest_setup return (yield) ^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 121, in _multicall res = hook_impl.function(*args) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/runner.py", line 165, in pytest_runtest_setup item.session._setupstate.setup(item) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/runner.py", line 523, in setup col.setup() ~~~~~~~~~^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/python.py", line 1723, in setup self._request._fillfixtures() ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 707, in _fillfixtures item.funcargs[argname] = self.getfixturevalue(argname) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 539, in getfixturevalue fixturedef = self._get_active_fixturedef(argname) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 627, in _get_active_fixturedef fixturedef.execute(request=subrequest) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 1110, in execute result: FixtureValue = ihook.pytest_fixture_setup( ~~~~~~~~~~~~~~~~~~~~~~~~~~^ fixturedef=self, request=request ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_hooks.py", line 512, in __call__ return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_manager.py", line 120, in _hookexec return self._inner_hookexec(hook_name, methods, kwargs, firstresult) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 167, in _multicall raise exception File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) ~~~~~~~~~~~~~~^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 53, in run_old_style_hookwrapper return result.get_result() ~~~~~~~~~~~~~~~~~^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_result.py", line 103, in get_result raise exc.with_traceback(tb) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 38, in run_old_style_hookwrapper res = yield ^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) ~~~~~~~~~~~~~~^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/setuponly.py", line 36, in pytest_fixture_setup return (yield) ^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 121, in _multicall res = hook_impl.function(*args) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 1202, in pytest_fixture_setup result = call_fixture_func(fixturefunc, request, kwargs) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 915, in call_fixture_func fixture_result = fixturefunc(**kwargs) File "/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/conftest.py", line 40, in golden_image_rhel_vm_with_instance_type return golden_image_vm_with_instance_type( client=unprivileged_client, ...<4 lines>... data_source_name=instance_type_rhel_os_matrix__module__[os_name][DATA_SOURCE_NAME], ) File "/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/utils.py", line 22, in golden_image_vm_with_instance_type data_volume_template=data_volume_template_with_source_ref_dict( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ data_source=DataSource( ^^^^^^^^^^^^^^^^^^^^^^^ ...<4 lines>... storage_class=storage_class_name, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ), ^ File "/openshift-virtualization-tests/utilities/storage.py", line 567, in data_volume_template_with_source_ref_dict source_dict = data_source.source.instance.to_dict() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/ocp_resources/resource.py", line 1667, in instance return self.retry_cluster_exceptions(func=_instance) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/ocp_resources/resource.py", line 1143, in retry_cluster_exceptions raise exp.last_exp from exp File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/timeout_sampler/__init__.py", line 162, in __iter__ yield self.func(*self.func_args, **self.func_kwargs) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/ocp_resources/resource.py", line 1665, in _instance return self.api.get(name=self.name, namespace=self.namespace) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 112, in get return self.request('get', path, **kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 57, in inner raise api_exception(e) kubernetes.dynamic.exceptions.ForbiddenError: 403 Reason: Forbidden HTTP response headers: HTTPHeaderDict({'Audit-Id': '7e61d661-8451-478f-a71f-0e9e86ffb53d', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'X-Content-Type-Options': 'nosniff', 'X-Kubernetes-Pf-Flowschema-Uid': '1cca9be8-563f-4687-8a1c-cacd49c7b20c', 'X-Kubernetes-Pf-Prioritylevel-Uid': '3d7ef5a7-99fd-4dd2-9181-3d3a7f69a42f', 'Date': 'Wed, 26 Nov 2025 06:00:54 GMT', 'Content-Length': '455'}) HTTP response body: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"volumesnapshots.snapshot.storage.k8s.io \\"rhel10-c03936a065f2\\" is forbidden: User \\"unprivileged-user\\" cannot get resource \\"volumesnapshots\\" in API group \\"snapshot.storage.k8s.io\\" in the namespace \\"openshift-virtualization-os-images\\"","reason":"Forbidden","details":{"name":"rhel10-c03936a065f2","group":"snapshot.storage.k8s.io","kind":"volumesnapshots"},"code":403}\n' Original traceback: File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 55, in inner resp = func(self, *args, **kwargs) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 277, in request api_response = self.client.call_api( path, ...<11 lines>... _request_timeout=params.get('_request_timeout') ) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 348, in call_api return self.__call_api(resource_path, method, ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ path_params, query_params, header_params, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<2 lines>... _return_http_data_only, collection_formats, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _preload_content, _request_timeout, _host) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 180, in __call_api response_data = self.request( method, url, query_params=query_params, headers=header_params, post_params=post_params, body=body, _preload_content=_preload_content, _request_timeout=_request_timeout) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 373, in request return self.rest_client.GET(url, ~~~~~~~~~~~~~~~~~~~~^^^^^ query_params=query_params, ^^^^^^^^^^^^^^^^^^^^^^^^^^ _preload_content=_preload_content, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _request_timeout=_request_timeout, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ headers=headers) ^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/rest.py", line 244, in GET return self.request("GET", url, ~~~~~~~~~~~~^^^^^^^^^^^^ headers=headers, ^^^^^^^^^^^^^^^^ _preload_content=_preload_content, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _request_timeout=_request_timeout, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ query_params=query_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/rest.py", line 238, in request raise ApiException(http_resp=r) =============================== warnings summary =============================== tests/infrastructure/instance_types/supported_os/test_rhel_os.py: 6 warnings tests/storage/cdi_clone/test_clone.py: 12 warnings tests/storage/cdi_import/test_import_http.py: 7 warnings tests/storage/cdi_import/test_import_registry.py: 4 warnings tests/storage/cdi_upload/test_upload_virtctl.py: 4 warnings tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py: 6 warnings tests/virt/node/general/test_container_disk_vm.py: 11 warnings .venv/lib/python3.14/site-packages/kubernetes/client/exceptions.py:91: 2 warnings /openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/exceptions.py:91: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. self.headers = http_resp.getheaders() tests/storage/cdi_clone/test_clone.py::test_clone_from_block_to_fs_using_dv_template tests/storage/cdi_clone/test_clone.py::test_clone_from_block_to_fs_using_dv_template tests/storage/cdi_upload/test_upload_virtctl.py::test_virtctl_image_upload_dv[#ocs-storagecluster-ceph-rbd-virtualization#] tests/storage/cdi_upload/test_upload_virtctl.py::test_virtctl_image_upload_dv[#ocs-storagecluster-ceph-rbd-virtualization#] tests/storage/cdi_upload/test_upload_virtctl.py::test_virtctl_image_upload_dv[#ocs-storagecluster-ceph-rbd-virtualization#] /openshift-virtualization-tests/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py:1097: InsecureRequestWarning: Unverified HTTPS request is being made to host 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#tls-warnings warnings.warn( tests/storage/cdi_clone/test_clone.py::test_clone_from_block_to_fs_using_dv_template tests/storage/cdi_import/test_import_http.py::test_successful_import_basic_auth[#ocs-storagecluster-ceph-rbd-virtualization#-kubevirt-cirros-0.4.0-x86_64-disk.raw.xz] tests/storage/cdi_import/test_import_registry.py::test_public_registry_data_volume[#ocs-storagecluster-ceph-rbd-virtualization#-import-public-registry-no-content-type-dv] /openshift-virtualization-tests/.venv/lib/python3.14/site-packages/ocp_resources/resource.py:1024: DeprecationWarning: source is deprecated and will be removed in the next version. Use source_dict instead. self.to_dict() tests/storage/cdi_clone/test_clone.py::test_clone_from_block_to_fs_using_dv_template /openshift-virtualization-tests/utilities/storage.py:562: DeprecationWarning: source is deprecated and will be removed in the next version. Use source_dict instead. dv.to_dict() tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::TestCommonTemplatesRhel::test_vm_console[#rhel-9-6#] /openshift-virtualization-tests/.local/share/uv/python/cpython-3.14.0-linux-x86_64-gnu/lib/python3.14/pty.py:66: DeprecationWarning: This process (pid=544) is multi-threaded, use of forkpty() may lead to deadlocks in the child. pid, fd = os.forkpty() -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ------------ generated xml file: /logs/artifacts/junit_results.xml ------------- ---------- Generated html report: file:///logs/artifacts/report.html ----------- =========================== short test summary info ============================ ERROR tests/infrastructure/instance_types/supported_os/test_rhel_os.py::TestVMCreationAndValidation::test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] - kubernetes.dynamic.exceptions.ForbiddenError: 403 Reason: Forbidden HTTP response headers: HTTPHeaderDict({'Audit-Id': '7e61d661-8451-478f-a71f-0e9e86ffb53d', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'X-Content-Type-Options': 'nosniff', 'X-Kubernetes-Pf-Flowschema-Uid': '1cca9be8-563f-4687-8a1c-cacd49c7b20c', 'X-Kubernetes-Pf-Prioritylevel-Uid': '3d7ef5a7-99fd-4dd2-9181-3d3a7f69a42f', 'Date': 'Wed, 26 Nov 2025 06:00:54 GMT', 'Content-Length': '455'}) HTTP response body: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"volumesnapshots.snapshot.storage.k8s.io \\"rhel10-c03936a065f2\\" is forbidden: User \\"unprivileged-user\\" cannot get resource \\"volumesnapshots\\" in API group \\"snapshot.storage.k8s.io\\" in the namespace \\"openshift-virtualization-os-images\\"","reason":"Forbidden","details":{"name":"rhel10-c03936a065f2","group":"snapshot.storage.k8s.io","kind":"volumesnapshots"},"code":403}\n' Original traceback: File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 55, in inner resp = func(self, *args, **kwargs) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 277, in request api_response = self.client.call_api( path, ...<11 lines>... _request_timeout=params.get('_request_timeout') ) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 348, in call_api return self.__call_api(resource_path, method, ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ path_params, query_params, header_params, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<2 lines>... _return_http_data_only, collection_formats, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _preload_content, _request_timeout, _host) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 180, in __call_api response_data = self.request( method, url, query_params=query_params, headers=header_params, post_params=post_params, body=body, _preload_content=_preload_content, _request_timeout=_request_timeout) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 373, in request return self.rest_client.GET(url, ~~~~~~~~~~~~~~~~~~~~^^^^^ query_params=query_params, ^^^^^^^^^^^^^^^^^^^^^^^^^^ _preload_content=_preload_content, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _request_timeout=_request_timeout, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ headers=headers) ^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/rest.py", line 244, in GET return self.request("GET", url, ~~~~~~~~~~~~^^^^^^^^^^^^ headers=headers, ^^^^^^^^^^^^^^^^ _preload_content=_preload_content, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _request_timeout=_request_timeout, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ query_params=query_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/rest.py", line 238, in request raise ApiException(http_resp=r) = 16 passed, 5 skipped, 2088 deselected, 62 warnings, 1 error in 969.97s (0:16:09) = DEBUG Command exited with code: 1 DEBUG Released lock at `/tmp/uv-cache/.lock` + rc=1 + mapTestsForComponentReadiness /logs/artifacts/junit_results.xml + [[ true == \t\r\u\e ]] + results_file=/logs/artifacts/junit_results.xml + echo 'Patching Tests Result File: /logs/artifacts/junit_results.xml' Patching Tests Result File: /logs/artifacts/junit_results.xml + '[' -f /logs/artifacts/junit_results.xml ']' + install_yq_if_not_exists + echo 'Checking if yq exists' Checking if yq exists ++ yq --version ++ true + cmd_yq= + '[' -n '' ']' + echo 'Installing yq' Installing yq + mkdir -p /tmp/bin + export PATH=/tmp/bin.09Uk:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/cli:/tmp/bin/ + PATH=/tmp/bin.09Uk:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/cli:/tmp/bin/ ++ uname -m ++ sed 's/aarch64/arm64/;s/x86_64/amd64/' + curl -L https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -o /tmp/bin/yq % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10.9M 100 10.9M 0 0 81.4M 0 --:--:-- --:--:-- --:--:-- 81.4M + chmod +x /tmp/bin/yq + echo 'Mapping Test Suite Name To: CNV-lp-interop' Mapping Test Suite Name To: CNV-lp-interop + yq eval -px -ox -iI0 '.testsuites.testsuite.+@name="CNV-lp-interop"' /logs/artifacts/junit_results.xml + cp /logs/artifacts/junit_results.xml /tmp/secret + exit 1 + debug_on_exit + local exit_code=1 + local end_time=1081 + local execution_time=1081 + local debug_threshold=1200 + local hco_namespace=openshift-cnv + [[ 1081 -lt 1200 ]] + echo + echo -------------------------------------------------------- -------------------------------------------------------- + echo ' SCRIPT EXITED PREMATURELY (runtime: 1081s) ' SCRIPT EXITED PREMATURELY (runtime: 1081s) + echo -------------------------------------------------------- -------------------------------------------------------- + echo 'Entering 2-hour debug sleep. Press Ctrl+C to terminate.' Entering 2-hour debug sleep. Press Ctrl+C to terminate. + echo 'You can now inspect the system state.' You can now inspect the system state. + echo 'PID: $' PID: $ + echo 'Exit Code: 1' Exit Code: 1 + echo -------------------------------------------------------- -------------------------------------------------------- + oc get -n openshift-cnv hco kubevirt-hyperconverged -o yaml + oc logs --since=1h -n openshift-cnv -l name=hyperconverged-cluster-operator + runMustGather + local IMAGE + local FALLBACK_IMAGE=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9:v4.21 + local MUST_GATHER_CNV_DIR=/logs/artifacts/must-gather-cnv ++ getMustGatherImage ++ oc get csv --namespace=openshift-cnv '--selector=!olm.copiedFrom' --output=json ++ jq -r ' .items[] | select(.metadata.name | contains("kubevirt-hyperconverged-operator")) | .spec.relatedImages[] | select(.name | contains("must-gather")) | .image' + IMAGE=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:13425c8ab8b4c584c8666d938ab677dbf1a584aad1e0c4a9cb7c44c027a8cefa + [[ -z registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:13425c8ab8b4c584c8666d938ab677dbf1a584aad1e0c4a9cb7c44c027a8cefa ]] + mkdir -p /logs/artifacts/must-gather-cnv + oc adm must-gather --dest-dir=/logs/artifacts/must-gather-cnv --image=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:13425c8ab8b4c584c8666d938ab677dbf1a584aad1e0c4a9cb7c44c027a8cefa -- /usr/bin/gather --vms_details + tee /logs/artifacts/must-gather-cnv/must-gather-cnv.log [must-gather ] OUT 2025-11-26T06:15:19.470425351Z Using must-gather plug-in image: registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:13425c8ab8b4c584c8666d938ab677dbf1a584aad1e0c4a9cb7c44c027a8cefa When opening a support case, bugzilla, or issue please include the following summary data along with any other requested information: ClusterID: be12b459-d7d2-44e6-974c-bfefb038afbe ClientVersion: 4.20.5 ClusterVersion: Stable at "4.21.0-0.nightly-2025-11-22-193140" ClusterOperators: clusteroperator/operator-lifecycle-manager is not upgradeable because ClusterServiceVersions blocking minor version upgrades to 4.21.0 or higher: - maximum supported OCP version for openshift-storage/odf-dependencies.v4.19.7-rhodf is 4.20 - maximum supported OCP version for openshift-storage/odf-operator.v4.19.7-rhodf is 4.20 [must-gather ] OUT 2025-11-26T06:15:19.49999837Z namespace/openshift-must-gather-qjptv created [must-gather ] OUT 2025-11-26T06:15:19.509836905Z clusterrolebinding.rbac.authorization.k8s.io/must-gather-kthdc created [must-gather ] OUT 2025-11-26T06:15:19.541050436Z pod for plug-in image registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:13425c8ab8b4c584c8666d938ab677dbf1a584aad1e0c4a9cb7c44c027a8cefa created [must-gather-g97bp] POD 2025-11-26T06:15:20.415093232Z [disk usage checker] Started [must-gather-g97bp] POD 2025-11-26T06:15:20.420985211Z [disk usage checker] Volume usage percentage: current = 18 ; allowed = 70 [must-gather-g97bp] POD 2025-11-26T06:15:20.423332627Z running gather_apiservices [must-gather-g97bp] POD 2025-11-26T06:15:20.426890681Z +++ dirname -- /usr/bin/gather_apiservices [must-gather-g97bp] POD 2025-11-26T06:15:20.429094053Z ++ cd -- /usr/bin [must-gather-g97bp] POD 2025-11-26T06:15:20.429197116Z ++ pwd [must-gather-g97bp] POD 2025-11-26T06:15:20.429463752Z + DIR_NAME=/usr/bin [must-gather-g97bp] POD 2025-11-26T06:15:20.429545144Z + source /usr/bin/common.sh [must-gather-g97bp] POD 2025-11-26T06:15:20.430297342Z ++++ dirname -- /usr/bin/common.sh [must-gather-g97bp] POD 2025-11-26T06:15:20.431842698Z +++ cd -- /usr/bin [must-gather-g97bp] POD 2025-11-26T06:15:20.431904429Z +++ pwd [must-gather-g97bp] POD 2025-11-26T06:15:20.432215037Z ++ DIR_NAME=/usr/bin [must-gather-g97bp] POD 2025-11-26T06:15:20.432234357Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-g97bp] POD 2025-11-26T06:15:20.432234357Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-g97bp] POD 2025-11-26T06:15:20.432234357Z ++ export PROS=5 [must-gather-g97bp] POD 2025-11-26T06:15:20.432234357Z ++ PROS=5 [must-gather-g97bp] POD 2025-11-26T06:15:20.432245537Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-g97bp] POD 2025-11-26T06:15:20.432245537Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-g97bp] POD 2025-11-26T06:15:20.432358190Z + check_command [must-gather-g97bp] POD 2025-11-26T06:15:20.432358190Z + [[ -z 1 ]] [must-gather-g97bp] POD 2025-11-26T06:15:20.432858652Z ++ /usr/bin/oc get apiservices [must-gather-g97bp] POD 2025-11-26T06:15:20.432996695Z ++ grep kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.433352514Z ++ awk '{ print $1 }' [must-gather-g97bp] POD 2025-11-26T06:15:20.628668348Z + resources='v1.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.628668348Z v1.networkaddonsoperator.network.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.628668348Z v1.subresources.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.628668348Z v1alpha1.aaq.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.628668348Z v1alpha1.clone.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.628668348Z v1alpha1.export.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.628668348Z v1alpha1.migrations.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.628668348Z v1alpha1.networkaddonsoperator.network.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.628668348Z v1alpha1.pool.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.628668348Z v1alpha1.snapshot.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.628668348Z v1alpha3.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.628668348Z v1alpha3.subresources.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.628668348Z v1beta1.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.628668348Z v1beta1.clone.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.628668348Z v1beta1.export.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.628668348Z v1beta1.forklift.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.628668348Z v1beta1.hco.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.628668348Z v1beta1.hostpathprovisioner.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.628668348Z v1beta1.instancetype.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.628668348Z v1beta1.pool.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.628668348Z v1beta1.snapshot.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.628668348Z v1beta1.upload.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.628668348Z v1beta2.ssp.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.628668348Z v1beta3.ssp.kubevirt.io' [must-gather-g97bp] POD 2025-11-26T06:15:20.628698669Z + export apiservice_collection_path=/must-gather/apiservices/ [must-gather-g97bp] POD 2025-11-26T06:15:20.628698669Z + apiservice_collection_path=/must-gather/apiservices/ [must-gather-g97bp] POD 2025-11-26T06:15:20.628698669Z + mkdir -p /must-gather/apiservices/ [must-gather-g97bp] POD 2025-11-26T06:15:20.630614674Z + echo 'v1.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.630614674Z v1.networkaddonsoperator.network.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.630614674Z v1.subresources.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.630614674Z v1alpha1.aaq.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.630614674Z v1alpha1.clone.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.630614674Z v1alpha1.export.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.630614674Z v1alpha1.migrations.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.630614674Z v1alpha1.networkaddonsoperator.network.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.630614674Z v1alpha1.pool.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.630614674Z v1alpha1.snapshot.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.630614674Z v1alpha3.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.630614674Z v1alpha3.subresources.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.630614674Z v1beta1.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.630614674Z v1beta1.clone.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.630614674Z v1beta1.export.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.630614674Z v1beta1.forklift.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.630614674Z v1beta1.hco.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.630614674Z v1beta1.hostpathprovisioner.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.630614674Z v1beta1.instancetype.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.630614674Z v1beta1.pool.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.630614674Z v1beta1.snapshot.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.630614674Z v1beta1.upload.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.630614674Z v1beta2.ssp.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.630614674Z v1beta3.ssp.kubevirt.io' [must-gather-g97bp] POD 2025-11-26T06:15:20.630804668Z + tr ' ' '\n' [must-gather-g97bp] POD 2025-11-26T06:15:20.630942691Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- '{}' [must-gather-g97bp] POD 2025-11-26T06:15:20.632135180Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.632600591Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1.networkaddonsoperator.network.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.633117583Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1.subresources.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.634567447Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.aaq.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.635220973Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.clone.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.939588463Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.export.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.963364935Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.migrations.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:20.968434915Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.networkaddonsoperator.network.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:21.089548796Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.pool.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:21.117202819Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.snapshot.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:21.362870123Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha3.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:21.365575177Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha3.subresources.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:21.370451692Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:21.584147860Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.clone.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:21.669538347Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.export.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:21.710479155Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.forklift.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:21.835447367Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.hco.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:21.901778094Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.hostpathprovisioner.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:22.067510139Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.instancetype.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:22.107808901Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.pool.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:22.113264990Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.snapshot.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:22.212668138Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.upload.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:22.271292043Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta2.ssp.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:22.443621365Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta3.ssp.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:22.647232885Z + exit 0 [must-gather-g97bp] POD 2025-11-26T06:15:22.647541072Z running gather_cdi [must-gather-g97bp] POD 2025-11-26T06:15:22.650587854Z +++ dirname -- /usr/bin/gather_cdi [must-gather-g97bp] POD 2025-11-26T06:15:22.652186722Z ++ cd -- /usr/bin [must-gather-g97bp] POD 2025-11-26T06:15:22.652260953Z ++ pwd [must-gather-g97bp] POD 2025-11-26T06:15:22.652439838Z + DIR_NAME=/usr/bin [must-gather-g97bp] POD 2025-11-26T06:15:22.652472958Z + source /usr/bin/common.sh [must-gather-g97bp] POD 2025-11-26T06:15:22.652999251Z ++++ dirname -- /usr/bin/common.sh [must-gather-g97bp] POD 2025-11-26T06:15:22.654841104Z +++ cd -- /usr/bin [must-gather-g97bp] POD 2025-11-26T06:15:22.654971427Z +++ pwd [must-gather-g97bp] POD 2025-11-26T06:15:22.655143722Z ++ DIR_NAME=/usr/bin [must-gather-g97bp] POD 2025-11-26T06:15:22.655230384Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-g97bp] POD 2025-11-26T06:15:22.655230384Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-g97bp] POD 2025-11-26T06:15:22.655230384Z ++ export PROS=5 [must-gather-g97bp] POD 2025-11-26T06:15:22.655230384Z ++ PROS=5 [must-gather-g97bp] POD 2025-11-26T06:15:22.655249604Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-g97bp] POD 2025-11-26T06:15:22.655249604Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-g97bp] POD 2025-11-26T06:15:22.655350786Z + check_command [must-gather-g97bp] POD 2025-11-26T06:15:22.655364307Z + [[ -z 1 ]] [must-gather-g97bp] POD 2025-11-26T06:15:22.655364307Z + get_log_collection_args [must-gather-g97bp] POD 2025-11-26T06:15:22.655372627Z + log_collection_args= [must-gather-g97bp] POD 2025-11-26T06:15:22.655389027Z + '[' -n '' ']' [must-gather-g97bp] POD 2025-11-26T06:15:22.655432848Z + '[' -n '' ']' [must-gather-g97bp] POD 2025-11-26T06:15:22.655432848Z + node_log_collection_args= [must-gather-g97bp] POD 2025-11-26T06:15:22.655432848Z + '[' -n '' ']' [must-gather-g97bp] POD 2025-11-26T06:15:22.655432848Z + '[' -n '' ']' [must-gather-g97bp] POD 2025-11-26T06:15:22.655432848Z + export log_collection_args [must-gather-g97bp] POD 2025-11-26T06:15:22.655432848Z + export node_log_collection_args [must-gather-g97bp] POD 2025-11-26T06:15:22.655534631Z + export -f gather_cdi_pod [must-gather-g97bp] POD 2025-11-26T06:15:22.656230877Z ++ oc get pods -l cdi.kubevirt.io --no-headers -A [must-gather-g97bp] POD 2025-11-26T06:15:22.656565575Z ++ awk '{print $1 "_" $2}' [must-gather-g97bp] POD 2025-11-26T06:15:22.798400706Z + cdi_pods='openshift-cnv_cdi-apiserver-67c4775d46-8qb94 [must-gather-g97bp] POD 2025-11-26T06:15:22.798400706Z openshift-cnv_cdi-deployment-8565b58f8b-dvkcg [must-gather-g97bp] POD 2025-11-26T06:15:22.798400706Z openshift-cnv_cdi-operator-5c46cd899b-jm94m [must-gather-g97bp] POD 2025-11-26T06:15:22.798400706Z openshift-cnv_cdi-uploadproxy-7d9dbf8c-55gxp' [must-gather-g97bp] POD 2025-11-26T06:15:22.798710503Z + echo 'openshift-cnv_cdi-apiserver-67c4775d46-8qb94 [must-gather-g97bp] POD 2025-11-26T06:15:22.798710503Z openshift-cnv_cdi-deployment-8565b58f8b-dvkcg [must-gather-g97bp] POD 2025-11-26T06:15:22.798710503Z openshift-cnv_cdi-operator-5c46cd899b-jm94m [must-gather-g97bp] POD 2025-11-26T06:15:22.798749284Z openshift-cnv_cdi-uploadproxy-7d9dbf8c-55gxp' [must-gather-g97bp] POD 2025-11-26T06:15:22.798817006Z + tr ' ' '\n' [must-gather-g97bp] POD 2025-11-26T06:15:22.799070422Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'gather_cdi_pod $1' -- '{}' [must-gather-g97bp] POD 2025-11-26T06:15:22.800561477Z sh -c 'gather_cdi_pod $1' -- openshift-cnv_cdi-apiserver-67c4775d46-8qb94 [must-gather-g97bp] POD 2025-11-26T06:15:22.801077629Z sh -c 'gather_cdi_pod $1' -- openshift-cnv_cdi-deployment-8565b58f8b-dvkcg [must-gather-g97bp] POD 2025-11-26T06:15:22.801646723Z sh -c 'gather_cdi_pod $1' -- openshift-cnv_cdi-operator-5c46cd899b-jm94m [must-gather-g97bp] POD 2025-11-26T06:15:22.802342689Z sh -c 'gather_cdi_pod $1' -- openshift-cnv_cdi-uploadproxy-7d9dbf8c-55gxp [must-gather-g97bp] POD 2025-11-26T06:15:22.811314681Z NS: openshift-cnv, POD: cdi-deployment-8565b58f8b-dvkcg [must-gather-g97bp] POD 2025-11-26T06:15:22.811689110Z NS: openshift-cnv, POD: cdi-apiserver-67c4775d46-8qb94 [must-gather-g97bp] POD 2025-11-26T06:15:22.812713324Z NS: openshift-cnv, POD: cdi-operator-5c46cd899b-jm94m [must-gather-g97bp] POD 2025-11-26T06:15:22.814205859Z NS: openshift-cnv, POD: cdi-uploadproxy-7d9dbf8c-55gxp [must-gather-g97bp] POD 2025-11-26T06:15:23.127714495Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:23.141818349Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:23.145588478Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:23.191300798Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:23.722745792Z + export -f gather_pvc [must-gather-g97bp] POD 2025-11-26T06:15:23.723393488Z ++ oc get pvc --no-headers -A [must-gather-g97bp] POD 2025-11-26T06:15:23.723542511Z ++ awk '{print $1 "_" $2}' [must-gather-g97bp] POD 2025-11-26T06:15:23.835070126Z + pvcs='openshift-monitoring_prometheus-data-prometheus-k8s-0 [must-gather-g97bp] POD 2025-11-26T06:15:23.835070126Z openshift-monitoring_prometheus-data-prometheus-k8s-1 [must-gather-g97bp] POD 2025-11-26T06:15:23.835070126Z openshift-storage_noobaa-db-pg-cluster-1 [must-gather-g97bp] POD 2025-11-26T06:15:23.835070126Z openshift-storage_noobaa-db-pg-cluster-2 [must-gather-g97bp] POD 2025-11-26T06:15:23.835070126Z openshift-storage_ocs-deviceset-0-data-0p99qc [must-gather-g97bp] POD 2025-11-26T06:15:23.835070126Z openshift-storage_ocs-deviceset-0-data-1j9gml [must-gather-g97bp] POD 2025-11-26T06:15:23.835070126Z openshift-storage_ocs-deviceset-1-data-07jlw6 [must-gather-g97bp] POD 2025-11-26T06:15:23.835070126Z openshift-storage_ocs-deviceset-1-data-1gxnc6 [must-gather-g97bp] POD 2025-11-26T06:15:23.835070126Z openshift-storage_ocs-deviceset-2-data-0ch8qr [must-gather-g97bp] POD 2025-11-26T06:15:23.835070126Z openshift-storage_ocs-deviceset-2-data-1dlnvd [must-gather-g97bp] POD 2025-11-26T06:15:23.835070126Z openshift-storage_rook-ceph-mon-a [must-gather-g97bp] POD 2025-11-26T06:15:23.835070126Z openshift-storage_rook-ceph-mon-b [must-gather-g97bp] POD 2025-11-26T06:15:23.835070126Z openshift-storage_rook-ceph-mon-c' [must-gather-g97bp] POD 2025-11-26T06:15:23.835371073Z + echo 'openshift-monitoring_prometheus-data-prometheus-k8s-0 [must-gather-g97bp] POD 2025-11-26T06:15:23.835371073Z openshift-monitoring_prometheus-data-prometheus-k8s-1 [must-gather-g97bp] POD 2025-11-26T06:15:23.835371073Z openshift-storage_noobaa-db-pg-cluster-1 [must-gather-g97bp] POD 2025-11-26T06:15:23.835371073Z openshift-storage_noobaa-db-pg-cluster-2 [must-gather-g97bp] POD 2025-11-26T06:15:23.835371073Z openshift-storage_ocs-deviceset-0-data-0p99qc [must-gather-g97bp] POD 2025-11-26T06:15:23.835371073Z openshift-storage_ocs-deviceset-0-data-1j9gml [must-gather-g97bp] POD 2025-11-26T06:15:23.835371073Z openshift-storage_ocs-deviceset-1-data-07jlw6 [must-gather-g97bp] POD 2025-11-26T06:15:23.835371073Z openshift-storage_ocs-deviceset-1-data-1gxnc6 [must-gather-g97bp] POD 2025-11-26T06:15:23.835371073Z openshift-storage_ocs-deviceset-2-data-0ch8qr [must-gather-g97bp] POD 2025-11-26T06:15:23.835371073Z openshift-storage_ocs-deviceset-2-data-1dlnvd [must-gather-g97bp] POD 2025-11-26T06:15:23.835371073Z openshift-storage_rook-ceph-mon-a [must-gather-g97bp] POD 2025-11-26T06:15:23.835371073Z openshift-storage_rook-ceph-mon-b [must-gather-g97bp] POD 2025-11-26T06:15:23.835371073Z openshift-storage_rook-ceph-mon-c' [must-gather-g97bp] POD 2025-11-26T06:15:23.835600699Z + tr ' ' '\n' [must-gather-g97bp] POD 2025-11-26T06:15:23.835775253Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'gather_pvc $1' -- '{}' [must-gather-g97bp] POD 2025-11-26T06:15:23.837144695Z sh -c 'gather_pvc $1' -- openshift-monitoring_prometheus-data-prometheus-k8s-0 [must-gather-g97bp] POD 2025-11-26T06:15:23.837781820Z sh -c 'gather_pvc $1' -- openshift-monitoring_prometheus-data-prometheus-k8s-1 [must-gather-g97bp] POD 2025-11-26T06:15:23.838335483Z sh -c 'gather_pvc $1' -- openshift-storage_noobaa-db-pg-cluster-1 [must-gather-g97bp] POD 2025-11-26T06:15:23.838851875Z sh -c 'gather_pvc $1' -- openshift-storage_noobaa-db-pg-cluster-2 [must-gather-g97bp] POD 2025-11-26T06:15:23.839573763Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-0-data-0p99qc [must-gather-g97bp] POD 2025-11-26T06:15:23.847836198Z NS: openshift-monitoring, PVC: prometheus-data-prometheus-k8s-0 [must-gather-g97bp] POD 2025-11-26T06:15:23.849390795Z NS: openshift-monitoring, PVC: prometheus-data-prometheus-k8s-1 [must-gather-g97bp] POD 2025-11-26T06:15:23.849874896Z NS: openshift-storage, PVC: noobaa-db-pg-cluster-1 [must-gather-g97bp] POD 2025-11-26T06:15:23.854576547Z NS: openshift-storage, PVC: noobaa-db-pg-cluster-2 [must-gather-g97bp] POD 2025-11-26T06:15:23.857424934Z NS: openshift-storage, PVC: ocs-deviceset-0-data-0p99qc [must-gather-g97bp] POD 2025-11-26T06:15:24.176690497Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:24.196700269Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:24.332994799Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:24.393258713Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:24.396288374Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:24.540133503Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-0-data-1j9gml [must-gather-g97bp] POD 2025-11-26T06:15:24.582770250Z NS: openshift-storage, PVC: ocs-deviceset-0-data-1j9gml [must-gather-g97bp] POD 2025-11-26T06:15:24.607600167Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-1-data-07jlw6 [must-gather-g97bp] POD 2025-11-26T06:15:24.686732966Z NS: openshift-storage, PVC: ocs-deviceset-1-data-07jlw6 [must-gather-g97bp] POD 2025-11-26T06:15:24.743281952Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-1-data-1gxnc6 [must-gather-g97bp] POD 2025-11-26T06:15:24.753342770Z NS: openshift-storage, PVC: ocs-deviceset-1-data-1gxnc6 [must-gather-g97bp] POD 2025-11-26T06:15:24.777888569Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-2-data-0ch8qr [must-gather-g97bp] POD 2025-11-26T06:15:24.790765924Z NS: openshift-storage, PVC: ocs-deviceset-2-data-0ch8qr [must-gather-g97bp] POD 2025-11-26T06:15:24.868438369Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-2-data-1dlnvd [must-gather-g97bp] POD 2025-11-26T06:15:24.912783206Z NS: openshift-storage, PVC: ocs-deviceset-2-data-1dlnvd [must-gather-g97bp] POD 2025-11-26T06:15:24.971714218Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:25.032060774Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:25.067787468Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:25.211460122Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:25.399765551Z sh -c 'gather_pvc $1' -- openshift-storage_rook-ceph-mon-a [must-gather-g97bp] POD 2025-11-26T06:15:25.417362896Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:25.430977408Z [disk usage checker] Volume usage percentage: current = 18 ; allowed = 70 [must-gather-g97bp] POD 2025-11-26T06:15:25.455861156Z NS: openshift-storage, PVC: rook-ceph-mon-a [must-gather-g97bp] POD 2025-11-26T06:15:25.471253219Z sh -c 'gather_pvc $1' -- openshift-storage_rook-ceph-mon-b [must-gather-g97bp] POD 2025-11-26T06:15:25.488977868Z sh -c 'gather_pvc $1' -- openshift-storage_rook-ceph-mon-c [must-gather-g97bp] POD 2025-11-26T06:15:25.504973226Z NS: openshift-storage, PVC: rook-ceph-mon-b [must-gather-g97bp] POD 2025-11-26T06:15:25.563673813Z NS: openshift-storage, PVC: rook-ceph-mon-c [must-gather-g97bp] POD 2025-11-26T06:15:25.801740046Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:25.883682372Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:25.952613801Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:26.243122024Z running gather_crds [must-gather-g97bp] POD 2025-11-26T06:15:26.245352786Z +++ dirname -- /usr/bin/gather_crds [must-gather-g97bp] POD 2025-11-26T06:15:26.247395094Z ++ cd -- /usr/bin [must-gather-g97bp] POD 2025-11-26T06:15:26.247563978Z ++ pwd [must-gather-g97bp] POD 2025-11-26T06:15:26.247998209Z + DIR_NAME=/usr/bin [must-gather-g97bp] POD 2025-11-26T06:15:26.248099781Z + source /usr/bin/common.sh [must-gather-g97bp] POD 2025-11-26T06:15:26.249167707Z ++++ dirname -- /usr/bin/common.sh [must-gather-g97bp] POD 2025-11-26T06:15:26.251479701Z +++ cd -- /usr/bin [must-gather-g97bp] POD 2025-11-26T06:15:26.251596294Z +++ pwd [must-gather-g97bp] POD 2025-11-26T06:15:26.251904131Z ++ DIR_NAME=/usr/bin [must-gather-g97bp] POD 2025-11-26T06:15:26.251967113Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-g97bp] POD 2025-11-26T06:15:26.252001593Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-g97bp] POD 2025-11-26T06:15:26.252081035Z ++ export PROS=5 [must-gather-g97bp] POD 2025-11-26T06:15:26.252118996Z ++ PROS=5 [must-gather-g97bp] POD 2025-11-26T06:15:26.252163867Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-g97bp] POD 2025-11-26T06:15:26.252193428Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-g97bp] POD 2025-11-26T06:15:26.252405263Z + check_command [must-gather-g97bp] POD 2025-11-26T06:15:26.252464564Z + [[ -z 1 ]] [must-gather-g97bp] POD 2025-11-26T06:15:26.252515546Z + get_log_collection_args [must-gather-g97bp] POD 2025-11-26T06:15:26.252558496Z + log_collection_args= [must-gather-g97bp] POD 2025-11-26T06:15:26.252601977Z + '[' -n '' ']' [must-gather-g97bp] POD 2025-11-26T06:15:26.252643618Z + '[' -n '' ']' [must-gather-g97bp] POD 2025-11-26T06:15:26.252663549Z + node_log_collection_args= [must-gather-g97bp] POD 2025-11-26T06:15:26.252688350Z + '[' -n '' ']' [must-gather-g97bp] POD 2025-11-26T06:15:26.252688350Z + '[' -n '' ']' [must-gather-g97bp] POD 2025-11-26T06:15:26.252688350Z + export log_collection_args [must-gather-g97bp] POD 2025-11-26T06:15:26.252688350Z + export node_log_collection_args [must-gather-g97bp] POD 2025-11-26T06:15:26.253722934Z ++ grep kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.253864657Z ++ /usr/bin/oc get crd [must-gather-g97bp] POD 2025-11-26T06:15:26.254115603Z ++ awk '{print $1}' [must-gather-g97bp] POD 2025-11-26T06:15:26.426646999Z + CRDS='aaqs.aaq.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426646999Z cdiconfigs.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426646999Z cdis.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426646999Z dataimportcrons.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426646999Z datasources.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426646999Z datavolumes.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426646999Z hostpathprovisioners.hostpathprovisioner.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426646999Z hyperconvergeds.hco.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426646999Z kubevirts.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426646999Z migrationpolicies.migrations.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426646999Z networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426646999Z objecttransfers.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426646999Z openstackvolumepopulators.forklift.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426646999Z ovirtvolumepopulators.forklift.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426646999Z ssps.ssp.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426646999Z storageprofiles.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426646999Z virtualmachineclones.clone.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426646999Z virtualmachineclusterinstancetypes.instancetype.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426646999Z virtualmachineclusterpreferences.instancetype.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426646999Z virtualmachineexports.export.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426646999Z virtualmachineinstancemigrations.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426646999Z virtualmachineinstancepresets.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426646999Z virtualmachineinstancereplicasets.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426646999Z virtualmachineinstances.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426646999Z virtualmachineinstancetypes.instancetype.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426646999Z virtualmachinepools.pool.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426646999Z virtualmachinepreferences.instancetype.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426646999Z virtualmachinerestores.snapshot.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426646999Z virtualmachines.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426646999Z virtualmachinesnapshotcontents.snapshot.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426646999Z virtualmachinesnapshots.snapshot.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426646999Z volumeclonesources.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426646999Z volumeimportsources.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426646999Z volumeuploadsources.cdi.kubevirt.io' [must-gather-g97bp] POD 2025-11-26T06:15:26.426942156Z + echo 'aaqs.aaq.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426942156Z cdiconfigs.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426942156Z cdis.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426942156Z dataimportcrons.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426942156Z datasources.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426942156Z datavolumes.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426942156Z hostpathprovisioners.hostpathprovisioner.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426942156Z hyperconvergeds.hco.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426942156Z kubevirts.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426942156Z migrationpolicies.migrations.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426942156Z networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426942156Z objecttransfers.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426942156Z openstackvolumepopulators.forklift.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426942156Z ovirtvolumepopulators.forklift.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426942156Z ssps.ssp.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426942156Z storageprofiles.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426942156Z virtualmachineclones.clone.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426942156Z virtualmachineclusterinstancetypes.instancetype.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426942156Z virtualmachineclusterpreferences.instancetype.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426942156Z virtualmachineexports.export.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426942156Z virtualmachineinstancemigrations.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426942156Z virtualmachineinstancepresets.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426942156Z virtualmachineinstancereplicasets.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426942156Z virtualmachineinstances.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426942156Z virtualmachineinstancetypes.instancetype.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426942156Z virtualmachinepools.pool.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426942156Z virtualmachinepreferences.instancetype.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426942156Z virtualmachinerestores.snapshot.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426942156Z virtualmachines.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426942156Z virtualmachinesnapshotcontents.snapshot.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426942156Z virtualmachinesnapshots.snapshot.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426942156Z volumeclonesources.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426942156Z volumeimportsources.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.426942156Z volumeuploadsources.cdi.kubevirt.io' [must-gather-g97bp] POD 2025-11-26T06:15:26.427073499Z + tr ' ' '\n' [must-gather-g97bp] POD 2025-11-26T06:15:26.427313725Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- '{}' [must-gather-g97bp] POD 2025-11-26T06:15:26.428505583Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- aaqs.aaq.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.428956114Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- cdiconfigs.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.429467576Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- cdis.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.429987388Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- dataimportcrons.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.430919050Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- datasources.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.846641141Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:26.850439261Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- datavolumes.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.866282455Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:26.868747713Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:26.876349403Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- hostpathprovisioners.hostpathprovisioner.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.883307687Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- hyperconvergeds.hco.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:26.955941493Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:26.960750017Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- kubevirts.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:27.007258536Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:27.014112407Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- migrationpolicies.migrations.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:27.250811299Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:27.255371987Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:27.348376764Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:27.357618302Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- objecttransfers.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:27.455860965Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:27.460412713Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:27.460823472Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- openstackvolumepopulators.forklift.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:27.465739059Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- ovirtvolumepopulators.forklift.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:27.586854295Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:27.595187633Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- ssps.ssp.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:27.852901612Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:27.857512922Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- storageprofiles.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:27.902685851Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:27.907568046Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineclones.clone.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:27.929819503Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:27.937311690Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:27.940940916Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:27.949210052Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineclusterpreferences.instancetype.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:28.219215572Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:28.223468203Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineexports.export.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:28.332506404Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:28.337939282Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstancemigrations.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:28.410243604Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:28.416417990Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstancepresets.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:28.424250445Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:28.430135544Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstancereplicasets.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:28.448847017Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:28.456536759Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstances.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:28.746965593Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:28.752003073Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:28.756269863Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstancetypes.instancetype.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:28.767191512Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinepools.pool.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:28.880342340Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:28.884491548Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinepreferences.instancetype.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:29.135760765Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:29.137287212Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:29.140495178Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinerestores.snapshot.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:29.143497319Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachines.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:29.221893134Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:29.227238251Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinesnapshotcontents.snapshot.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:29.291523442Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:29.295050356Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinesnapshots.snapshot.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:29.413425348Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:29.427191153Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- volumeclonesources.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:29.599377719Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:29.613047752Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- volumeimportsources.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:29.791473705Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:29.823641917Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- volumeuploadsources.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:29.831512753Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:29.862129008Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:29.967664746Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:30.011100483Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:30.065166383Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:15:30.070549961Z + exit 0 [must-gather-g97bp] POD 2025-11-26T06:15:30.070926610Z running gather_crs [must-gather-g97bp] POD 2025-11-26T06:15:30.073409068Z +++ dirname -- /usr/bin/gather_crs [must-gather-g97bp] POD 2025-11-26T06:15:30.074993966Z ++ cd -- /usr/bin [must-gather-g97bp] POD 2025-11-26T06:15:30.075089308Z ++ pwd [must-gather-g97bp] POD 2025-11-26T06:15:30.075316123Z + DIR_NAME=/usr/bin [must-gather-g97bp] POD 2025-11-26T06:15:30.075513748Z + source /usr/bin/common.sh [must-gather-g97bp] POD 2025-11-26T06:15:30.076309677Z ++++ dirname -- /usr/bin/common.sh [must-gather-g97bp] POD 2025-11-26T06:15:30.078061328Z +++ cd -- /usr/bin [must-gather-g97bp] POD 2025-11-26T06:15:30.078112029Z +++ pwd [must-gather-g97bp] POD 2025-11-26T06:15:30.078365155Z ++ DIR_NAME=/usr/bin [must-gather-g97bp] POD 2025-11-26T06:15:30.078450198Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-g97bp] POD 2025-11-26T06:15:30.078450198Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-g97bp] POD 2025-11-26T06:15:30.078662943Z ++ export PROS=5 [must-gather-g97bp] POD 2025-11-26T06:15:30.078662943Z ++ PROS=5 [must-gather-g97bp] POD 2025-11-26T06:15:30.078662943Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-g97bp] POD 2025-11-26T06:15:30.078662943Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-g97bp] POD 2025-11-26T06:15:30.078762885Z + check_command [must-gather-g97bp] POD 2025-11-26T06:15:30.078762885Z + [[ -z 1 ]] [must-gather-g97bp] POD 2025-11-26T06:15:30.078844297Z + export -f get_cr [must-gather-g97bp] POD 2025-11-26T06:15:30.079321278Z + export -f read_crs [must-gather-g97bp] POD 2025-11-26T06:15:30.079321278Z + mapfile -t resources [must-gather-g97bp] POD 2025-11-26T06:15:30.080207529Z ++ oc get crd -o=custom-columns=NAME:.metadata.name --no-headers [must-gather-g97bp] POD 2025-11-26T06:15:30.080433415Z ++ grep -e kubevirt.io -e snapshot.storage.k8s.io [must-gather-g97bp] POD 2025-11-26T06:15:30.080498896Z ++ grep -v virtualmachines.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:30.443422606Z [disk usage checker] Volume usage percentage: current = 18 ; allowed = 70 [must-gather-g97bp] POD 2025-11-26T06:15:31.468761334Z + echo aaqs.aaq.kubevirt.io cdiconfigs.cdi.kubevirt.io cdis.cdi.kubevirt.io dataimportcrons.cdi.kubevirt.io datasources.cdi.kubevirt.io datavolumes.cdi.kubevirt.io hostpathprovisioners.hostpathprovisioner.kubevirt.io hyperconvergeds.hco.kubevirt.io kubevirts.kubevirt.io migrationpolicies.migrations.kubevirt.io networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io objecttransfers.cdi.kubevirt.io openstackvolumepopulators.forklift.cdi.kubevirt.io ovirtvolumepopulators.forklift.cdi.kubevirt.io ssps.ssp.kubevirt.io storageprofiles.cdi.kubevirt.io virtualmachineclones.clone.kubevirt.io virtualmachineclusterinstancetypes.instancetype.kubevirt.io virtualmachineclusterpreferences.instancetype.kubevirt.io virtualmachineexports.export.kubevirt.io virtualmachineinstancemigrations.kubevirt.io virtualmachineinstancepresets.kubevirt.io virtualmachineinstancereplicasets.kubevirt.io virtualmachineinstances.kubevirt.io virtualmachineinstancetypes.instancetype.kubevirt.io virtualmachinepools.pool.kubevirt.io virtualmachinepreferences.instancetype.kubevirt.io virtualmachinerestores.snapshot.kubevirt.io virtualmachinesnapshotcontents.snapshot.kubevirt.io virtualmachinesnapshots.snapshot.kubevirt.io volumeclonesources.cdi.kubevirt.io volumeimportsources.cdi.kubevirt.io volumesnapshotclasses.snapshot.storage.k8s.io volumesnapshotcontents.snapshot.storage.k8s.io volumesnapshots.snapshot.storage.k8s.io volumeuploadsources.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:31.469063021Z + tr ' ' '\n' [must-gather-g97bp] POD 2025-11-26T06:15:31.469063021Z + xargs -t '-I{}' sh -c 'read_crs $1' -- '{}' [must-gather-g97bp] POD 2025-11-26T06:15:31.470525316Z sh -c 'read_crs $1' -- aaqs.aaq.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:31.618538059Z sh -c 'read_crs $1' -- cdiconfigs.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:31.756441833Z sh -c 'get_cr $1 $2' -- cdiconfigs.cdi.kubevirt.io 'config_' [must-gather-g97bp] POD 2025-11-26T06:15:31.909012214Z sh -c 'read_crs $1' -- cdis.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:32.049622192Z sh -c 'get_cr $1 $2' -- cdis.cdi.kubevirt.io 'cdi-kubevirt-hyperconverged_' [must-gather-g97bp] POD 2025-11-26T06:15:32.200092214Z sh -c 'read_crs $1' -- dataimportcrons.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:32.345736111Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io centos-stream10-image-cron_openshift-virtualization-os-images [must-gather-g97bp] POD 2025-11-26T06:15:32.346397336Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io centos-stream9-image-cron_openshift-virtualization-os-images [must-gather-g97bp] POD 2025-11-26T06:15:32.346964940Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io fedora-image-cron_openshift-virtualization-os-images [must-gather-g97bp] POD 2025-11-26T06:15:32.348606899Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io rhel10-image-cron_openshift-virtualization-os-images [must-gather-g97bp] POD 2025-11-26T06:15:32.350758120Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io rhel8-image-cron_openshift-virtualization-os-images [must-gather-g97bp] POD 2025-11-26T06:15:32.889628194Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io rhel9-image-cron_openshift-virtualization-os-images [must-gather-g97bp] POD 2025-11-26T06:15:33.102096583Z sh -c 'read_crs $1' -- datasources.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:33.250867094Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io centos-stream10_openshift-virtualization-os-images [must-gather-g97bp] POD 2025-11-26T06:15:33.251546720Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io centos-stream9_openshift-virtualization-os-images [must-gather-g97bp] POD 2025-11-26T06:15:33.253482476Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io fedora_openshift-virtualization-os-images [must-gather-g97bp] POD 2025-11-26T06:15:33.254662914Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io rhel10_openshift-virtualization-os-images [must-gather-g97bp] POD 2025-11-26T06:15:33.255631657Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io rhel7_openshift-virtualization-os-images [must-gather-g97bp] POD 2025-11-26T06:15:33.623158055Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io rhel8_openshift-virtualization-os-images [must-gather-g97bp] POD 2025-11-26T06:15:33.643372364Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io rhel9_openshift-virtualization-os-images [must-gather-g97bp] POD 2025-11-26T06:15:33.755619641Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win10_openshift-virtualization-os-images [must-gather-g97bp] POD 2025-11-26T06:15:33.763725482Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win11_openshift-virtualization-os-images [must-gather-g97bp] POD 2025-11-26T06:15:33.790818054Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win2k16_openshift-virtualization-os-images [must-gather-g97bp] POD 2025-11-26T06:15:34.090305292Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win2k19_openshift-virtualization-os-images [must-gather-g97bp] POD 2025-11-26T06:15:34.112379495Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win2k22_openshift-virtualization-os-images [must-gather-g97bp] POD 2025-11-26T06:15:34.180363754Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win2k25_openshift-virtualization-os-images [must-gather-g97bp] POD 2025-11-26T06:15:34.545535037Z sh -c 'read_crs $1' -- datavolumes.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:34.711922285Z sh -c 'read_crs $1' -- hostpathprovisioners.hostpathprovisioner.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:34.859433956Z sh -c 'read_crs $1' -- hyperconvergeds.hco.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:34.998276092Z sh -c 'get_cr $1 $2' -- hyperconvergeds.hco.kubevirt.io kubevirt-hyperconverged_openshift-cnv [must-gather-g97bp] POD 2025-11-26T06:15:35.158594647Z sh -c 'read_crs $1' -- kubevirts.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:35.323065730Z sh -c 'get_cr $1 $2' -- kubevirts.kubevirt.io kubevirt-kubevirt-hyperconverged_openshift-cnv [must-gather-g97bp] POD 2025-11-26T06:15:35.451152801Z [disk usage checker] Volume usage percentage: current = 18 ; allowed = 70 [must-gather-g97bp] POD 2025-11-26T06:15:35.523370591Z sh -c 'read_crs $1' -- migrationpolicies.migrations.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:35.680400807Z sh -c 'read_crs $1' -- networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:35.818002844Z sh -c 'get_cr $1 $2' -- networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io 'cluster_' [must-gather-g97bp] POD 2025-11-26T06:15:35.964094392Z sh -c 'read_crs $1' -- objecttransfers.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:36.107417554Z sh -c 'read_crs $1' -- openstackvolumepopulators.forklift.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:36.243322701Z sh -c 'read_crs $1' -- ovirtvolumepopulators.forklift.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:36.381074481Z sh -c 'read_crs $1' -- ssps.ssp.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:36.525548270Z sh -c 'get_cr $1 $2' -- ssps.ssp.kubevirt.io ssp-kubevirt-hyperconverged_openshift-cnv [must-gather-g97bp] POD 2025-11-26T06:15:36.670628835Z sh -c 'read_crs $1' -- storageprofiles.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:36.829957835Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'gp2-csi_' [must-gather-g97bp] POD 2025-11-26T06:15:36.830510519Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'gp3-csi_' [must-gather-g97bp] POD 2025-11-26T06:15:36.831754148Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'ocs-storagecluster-ceph-rbd_' [must-gather-g97bp] POD 2025-11-26T06:15:36.832865254Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'ocs-storagecluster-ceph-rbd-virtualization_' [must-gather-g97bp] POD 2025-11-26T06:15:36.835493626Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'ocs-storagecluster-cephfs_' [must-gather-g97bp] POD 2025-11-26T06:15:37.214286702Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'openshift-storage.noobaa.io_' [must-gather-g97bp] POD 2025-11-26T06:15:37.436964462Z sh -c 'read_crs $1' -- virtualmachineclones.clone.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:37.581305749Z sh -c 'read_crs $1' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:37.760217413Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.2xlarge_' [must-gather-g97bp] POD 2025-11-26T06:15:37.761009202Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.2xlarge1gi_' [must-gather-g97bp] POD 2025-11-26T06:15:37.761609366Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.4xlarge_' [must-gather-g97bp] POD 2025-11-26T06:15:37.762351794Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.4xlarge1gi_' [must-gather-g97bp] POD 2025-11-26T06:15:37.764176707Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.8xlarge_' [must-gather-g97bp] POD 2025-11-26T06:15:38.140461533Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.8xlarge1gi_' [must-gather-g97bp] POD 2025-11-26T06:15:38.147691094Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.large_' [must-gather-g97bp] POD 2025-11-26T06:15:38.161350567Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.large1gi_' [must-gather-g97bp] POD 2025-11-26T06:15:38.260016873Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.medium_' [must-gather-g97bp] POD 2025-11-26T06:15:38.271139906Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.medium1gi_' [must-gather-g97bp] POD 2025-11-26T06:15:38.592768429Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.xlarge_' [must-gather-g97bp] POD 2025-11-26T06:15:38.626481287Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.xlarge1gi_' [must-gather-g97bp] POD 2025-11-26T06:15:38.672968687Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.2xlarge_' [must-gather-g97bp] POD 2025-11-26T06:15:38.688906634Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.2xlarge1gi_' [must-gather-g97bp] POD 2025-11-26T06:15:38.730548890Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.4xlarge_' [must-gather-g97bp] POD 2025-11-26T06:15:39.004486743Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.4xlarge1gi_' [must-gather-g97bp] POD 2025-11-26T06:15:39.033945121Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.8xlarge_' [must-gather-g97bp] POD 2025-11-26T06:15:39.073422605Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.8xlarge1gi_' [must-gather-g97bp] POD 2025-11-26T06:15:39.144300212Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.large_' [must-gather-g97bp] POD 2025-11-26T06:15:39.149965326Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.large1gi_' [must-gather-g97bp] POD 2025-11-26T06:15:39.536906155Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.xlarge_' [must-gather-g97bp] POD 2025-11-26T06:15:39.600780967Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.xlarge1gi_' [must-gather-g97bp] POD 2025-11-26T06:15:39.707965924Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.2xlarge_' [must-gather-g97bp] POD 2025-11-26T06:15:39.728518200Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.4xlarge_' [must-gather-g97bp] POD 2025-11-26T06:15:39.764467821Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.8xlarge_' [must-gather-g97bp] POD 2025-11-26T06:15:40.014250103Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.large_' [must-gather-g97bp] POD 2025-11-26T06:15:40.046009315Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.medium_' [must-gather-g97bp] POD 2025-11-26T06:15:40.132340368Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.xlarge_' [must-gather-g97bp] POD 2025-11-26T06:15:40.135434131Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.2xlarge_' [must-gather-g97bp] POD 2025-11-26T06:15:40.269299519Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.4xlarge_' [must-gather-g97bp] POD 2025-11-26T06:15:40.439480087Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.8xlarge_' [must-gather-g97bp] POD 2025-11-26T06:15:40.470953832Z [disk usage checker] Volume usage percentage: current = 18 ; allowed = 70 [must-gather-g97bp] POD 2025-11-26T06:15:40.541647376Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.large_' [must-gather-g97bp] POD 2025-11-26T06:15:40.607849372Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.medium_' [must-gather-g97bp] POD 2025-11-26T06:15:40.610158977Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.micro_' [must-gather-g97bp] POD 2025-11-26T06:15:40.642321428Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.nano_' [must-gather-g97bp] POD 2025-11-26T06:15:40.946385535Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.small_' [must-gather-g97bp] POD 2025-11-26T06:15:40.963310696Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.xlarge_' [must-gather-g97bp] POD 2025-11-26T06:15:41.095989376Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.2xlarge_' [must-gather-g97bp] POD 2025-11-26T06:15:41.132000049Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.4xlarge_' [must-gather-g97bp] POD 2025-11-26T06:15:41.310748209Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.8xlarge_' [must-gather-g97bp] POD 2025-11-26T06:15:41.369499139Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.large_' [must-gather-g97bp] POD 2025-11-26T06:15:41.415465547Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.medium_' [must-gather-g97bp] POD 2025-11-26T06:15:41.587118180Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.micro_' [must-gather-g97bp] POD 2025-11-26T06:15:41.596002471Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.small_' [must-gather-g97bp] POD 2025-11-26T06:15:41.772785605Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.xlarge_' [must-gather-g97bp] POD 2025-11-26T06:15:41.830263005Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.2xlarge_' [must-gather-g97bp] POD 2025-11-26T06:15:41.906560541Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.2xmedium_' [must-gather-g97bp] POD 2025-11-26T06:15:41.979766884Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.4xlarge_' [must-gather-g97bp] POD 2025-11-26T06:15:42.067160212Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.8xlarge_' [must-gather-g97bp] POD 2025-11-26T06:15:42.214604652Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.large_' [must-gather-g97bp] POD 2025-11-26T06:15:42.253923273Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.medium_' [must-gather-g97bp] POD 2025-11-26T06:15:42.472994178Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.micro_' [must-gather-g97bp] POD 2025-11-26T06:15:42.648112093Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.nano_' [must-gather-g97bp] POD 2025-11-26T06:15:42.664765657Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.small_' [must-gather-g97bp] POD 2025-11-26T06:15:42.750525446Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.xlarge_' [must-gather-g97bp] POD 2025-11-26T06:15:43.071769300Z sh -c 'read_crs $1' -- virtualmachineclusterpreferences.instancetype.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:43.239192722Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'alpine_' [must-gather-g97bp] POD 2025-11-26T06:15:43.239741576Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream10_' [must-gather-g97bp] POD 2025-11-26T06:15:43.240590896Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream10.desktop_' [must-gather-g97bp] POD 2025-11-26T06:15:43.242868999Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream9_' [must-gather-g97bp] POD 2025-11-26T06:15:43.242868999Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream9.desktop_' [must-gather-g97bp] POD 2025-11-26T06:15:43.610087741Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream9.dpdk_' [must-gather-g97bp] POD 2025-11-26T06:15:43.650277692Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'cirros_' [must-gather-g97bp] POD 2025-11-26T06:15:43.699933428Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'debian_' [must-gather-g97bp] POD 2025-11-26T06:15:43.705019808Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'fedora_' [must-gather-g97bp] POD 2025-11-26T06:15:43.707844825Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'fedora.arm64_' [must-gather-g97bp] POD 2025-11-26T06:15:44.011155231Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'fedora.s390x_' [must-gather-g97bp] POD 2025-11-26T06:15:44.099229829Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'legacy_' [must-gather-g97bp] POD 2025-11-26T06:15:44.141551412Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'linux_' [must-gather-g97bp] POD 2025-11-26T06:15:44.206936016Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'linux.efi_' [must-gather-g97bp] POD 2025-11-26T06:15:44.208862062Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'linux.virtiotransitional_' [must-gather-g97bp] POD 2025-11-26T06:15:44.499881102Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'opensuse.leap_' [must-gather-g97bp] POD 2025-11-26T06:15:44.608779577Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'opensuse.tumbleweed_' [must-gather-g97bp] POD 2025-11-26T06:15:44.654100481Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'oraclelinux_' [must-gather-g97bp] POD 2025-11-26T06:15:44.690156387Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.10_' [must-gather-g97bp] POD 2025-11-26T06:15:44.741399080Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.10.arm64_' [must-gather-g97bp] POD 2025-11-26T06:15:44.943956834Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.10.s390x_' [must-gather-g97bp] POD 2025-11-26T06:15:45.028798965Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.7_' [must-gather-g97bp] POD 2025-11-26T06:15:45.074161310Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.7.desktop_' [must-gather-g97bp] POD 2025-11-26T06:15:45.163586099Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.8_' [must-gather-g97bp] POD 2025-11-26T06:15:45.277724758Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.8.desktop_' [must-gather-g97bp] POD 2025-11-26T06:15:45.389224114Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.8.dpdk_' [must-gather-g97bp] POD 2025-11-26T06:15:45.394939889Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9_' [must-gather-g97bp] POD 2025-11-26T06:15:45.550384707Z [disk usage checker] Volume usage percentage: current = 18 ; allowed = 70 [must-gather-g97bp] POD 2025-11-26T06:15:45.577591766Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9.arm64_' [must-gather-g97bp] POD 2025-11-26T06:15:45.661251189Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9.desktop_' [must-gather-g97bp] POD 2025-11-26T06:15:45.735785698Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9.dpdk_' [must-gather-g97bp] POD 2025-11-26T06:15:45.800825835Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9.realtime_' [must-gather-g97bp] POD 2025-11-26T06:15:45.817547757Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9.s390x_' [must-gather-g97bp] POD 2025-11-26T06:15:46.140841155Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'sles_' [must-gather-g97bp] POD 2025-11-26T06:15:46.147475991Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'ubuntu_' [must-gather-g97bp] POD 2025-11-26T06:15:46.177117886Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.10_' [must-gather-g97bp] POD 2025-11-26T06:15:46.208073863Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.10.virtio_' [must-gather-g97bp] POD 2025-11-26T06:15:46.291727336Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.11_' [must-gather-g97bp] POD 2025-11-26T06:15:46.545104253Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.11.virtio_' [must-gather-g97bp] POD 2025-11-26T06:15:46.580188056Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k12_' [must-gather-g97bp] POD 2025-11-26T06:15:46.627419495Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k12.virtio_' [must-gather-g97bp] POD 2025-11-26T06:15:46.669738488Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k16_' [must-gather-g97bp] POD 2025-11-26T06:15:46.830850620Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k16.virtio_' [must-gather-g97bp] POD 2025-11-26T06:15:46.932373422Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k19_' [must-gather-g97bp] POD 2025-11-26T06:15:46.982404657Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k19.virtio_' [must-gather-g97bp] POD 2025-11-26T06:15:47.101743727Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k22_' [must-gather-g97bp] POD 2025-11-26T06:15:47.172719503Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k22.virtio_' [must-gather-g97bp] POD 2025-11-26T06:15:47.209064236Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k25_' [must-gather-g97bp] POD 2025-11-26T06:15:47.412739986Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k25.virtio_' [must-gather-g97bp] POD 2025-11-26T06:15:47.507516601Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k3_' [must-gather-g97bp] POD 2025-11-26T06:15:47.520938156Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k8_' [must-gather-g97bp] POD 2025-11-26T06:15:47.992673167Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k8.virtio_' [must-gather-g97bp] POD 2025-11-26T06:15:48.041007082Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.7_' [must-gather-g97bp] POD 2025-11-26T06:15:48.252847924Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.7.virtio_' [must-gather-g97bp] POD 2025-11-26T06:15:48.343014350Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.xp_' [must-gather-g97bp] POD 2025-11-26T06:15:48.618705420Z sh -c 'read_crs $1' -- virtualmachineexports.export.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:48.767868671Z sh -c 'read_crs $1' -- virtualmachineinstancemigrations.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:48.924490637Z sh -c 'read_crs $1' -- virtualmachineinstancepresets.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:49.069102111Z sh -c 'read_crs $1' -- virtualmachineinstancereplicasets.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:49.208695427Z sh -c 'read_crs $1' -- virtualmachineinstances.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:49.348409567Z sh -c 'read_crs $1' -- virtualmachineinstancetypes.instancetype.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:49.506152209Z sh -c 'read_crs $1' -- virtualmachinepools.pool.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:49.646878372Z sh -c 'read_crs $1' -- virtualmachinepreferences.instancetype.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:49.797985208Z sh -c 'read_crs $1' -- virtualmachinerestores.snapshot.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:49.959982310Z sh -c 'read_crs $1' -- virtualmachinesnapshotcontents.snapshot.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:50.106404017Z sh -c 'read_crs $1' -- virtualmachinesnapshots.snapshot.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:50.255518556Z sh -c 'read_crs $1' -- volumeclonesources.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:50.396904264Z sh -c 'read_crs $1' -- volumeimportsources.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:50.541286423Z sh -c 'read_crs $1' -- volumesnapshotclasses.snapshot.storage.k8s.io [must-gather-g97bp] POD 2025-11-26T06:15:50.558762753Z [disk usage checker] Volume usage percentage: current = 18 ; allowed = 70 [must-gather-g97bp] POD 2025-11-26T06:15:50.734735044Z sh -c 'get_cr $1 $2' -- volumesnapshotclasses.snapshot.storage.k8s.io 'csi-aws-vsc_' [must-gather-g97bp] POD 2025-11-26T06:15:50.736558696Z sh -c 'get_cr $1 $2' -- volumesnapshotclasses.snapshot.storage.k8s.io 'ocs-storagecluster-cephfsplugin-snapclass_' [must-gather-g97bp] POD 2025-11-26T06:15:50.742208069Z sh -c 'get_cr $1 $2' -- volumesnapshotclasses.snapshot.storage.k8s.io 'ocs-storagecluster-rbdplugin-snapclass_' [must-gather-g97bp] POD 2025-11-26T06:15:51.017313425Z sh -c 'read_crs $1' -- volumesnapshotcontents.snapshot.storage.k8s.io [must-gather-g97bp] POD 2025-11-26T06:15:51.165422672Z sh -c 'get_cr $1 $2' -- volumesnapshotcontents.snapshot.storage.k8s.io 'snapcontent-4d877d21-b034-40ee-964b-0633f6328db7_' [must-gather-g97bp] POD 2025-11-26T06:15:51.165975925Z sh -c 'get_cr $1 $2' -- volumesnapshotcontents.snapshot.storage.k8s.io 'snapcontent-4eb8a249-9036-48da-bda7-8b73db38d5e4_' [must-gather-g97bp] POD 2025-11-26T06:15:51.166565139Z sh -c 'get_cr $1 $2' -- volumesnapshotcontents.snapshot.storage.k8s.io 'snapcontent-5c92a031-fd22-42f9-8ad2-489c50a1800a_' [must-gather-g97bp] POD 2025-11-26T06:15:51.167709785Z sh -c 'get_cr $1 $2' -- volumesnapshotcontents.snapshot.storage.k8s.io 'snapcontent-68974f68-b1a5-4ddf-a14f-b2e4d9039a94_' [must-gather-g97bp] POD 2025-11-26T06:15:51.168725629Z sh -c 'get_cr $1 $2' -- volumesnapshotcontents.snapshot.storage.k8s.io 'snapcontent-b51b9f63-9997-4da9-abf4-4f71736516d2_' [must-gather-g97bp] POD 2025-11-26T06:15:51.735847180Z sh -c 'get_cr $1 $2' -- volumesnapshotcontents.snapshot.storage.k8s.io 'snapcontent-f0d56f0c-0996-4df0-bf87-5107434df5c4_' [must-gather-g97bp] POD 2025-11-26T06:15:51.925473300Z sh -c 'read_crs $1' -- volumesnapshots.snapshot.storage.k8s.io [must-gather-g97bp] POD 2025-11-26T06:15:52.077805065Z sh -c 'get_cr $1 $2' -- volumesnapshots.snapshot.storage.k8s.io centos-stream10-125a2fc85c32_openshift-virtualization-os-images [must-gather-g97bp] POD 2025-11-26T06:15:52.078757378Z sh -c 'get_cr $1 $2' -- volumesnapshots.snapshot.storage.k8s.io centos-stream9-94865a10dc32_openshift-virtualization-os-images [must-gather-g97bp] POD 2025-11-26T06:15:52.079636898Z sh -c 'get_cr $1 $2' -- volumesnapshots.snapshot.storage.k8s.io fedora-68ed96832eca_openshift-virtualization-os-images [must-gather-g97bp] POD 2025-11-26T06:15:52.083573421Z sh -c 'get_cr $1 $2' -- volumesnapshots.snapshot.storage.k8s.io rhel10-c03936a065f2_openshift-virtualization-os-images [must-gather-g97bp] POD 2025-11-26T06:15:52.086155401Z sh -c 'get_cr $1 $2' -- volumesnapshots.snapshot.storage.k8s.io rhel8-4ccd8b6aee47_openshift-virtualization-os-images [must-gather-g97bp] POD 2025-11-26T06:15:52.527358486Z sh -c 'get_cr $1 $2' -- volumesnapshots.snapshot.storage.k8s.io rhel9-ab4ec16077fe_openshift-virtualization-os-images [must-gather-g97bp] POD 2025-11-26T06:15:52.711540979Z sh -c 'read_crs $1' -- volumeuploadsources.cdi.kubevirt.io [must-gather-g97bp] POD 2025-11-26T06:15:52.869167819Z + exit 0 [must-gather-g97bp] POD 2025-11-26T06:15:52.869509276Z running gather_hco [must-gather-g97bp] POD 2025-11-26T06:15:52.871728819Z +++ dirname -- /usr/bin/gather_hco [must-gather-g97bp] POD 2025-11-26T06:15:52.873544261Z ++ cd -- /usr/bin [must-gather-g97bp] POD 2025-11-26T06:15:52.873626423Z ++ pwd [must-gather-g97bp] POD 2025-11-26T06:15:52.873893959Z + DIR_NAME=/usr/bin [must-gather-g97bp] POD 2025-11-26T06:15:52.874000052Z + source /usr/bin/common.sh [must-gather-g97bp] POD 2025-11-26T06:15:52.874903023Z ++++ dirname -- /usr/bin/common.sh [must-gather-g97bp] POD 2025-11-26T06:15:52.876456330Z +++ cd -- /usr/bin [must-gather-g97bp] POD 2025-11-26T06:15:52.876523191Z +++ pwd [must-gather-g97bp] POD 2025-11-26T06:15:52.876777307Z ++ DIR_NAME=/usr/bin [must-gather-g97bp] POD 2025-11-26T06:15:52.876777307Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-g97bp] POD 2025-11-26T06:15:52.876777307Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-g97bp] POD 2025-11-26T06:15:52.876777307Z ++ export PROS=5 [must-gather-g97bp] POD 2025-11-26T06:15:52.876777307Z ++ PROS=5 [must-gather-g97bp] POD 2025-11-26T06:15:52.876777307Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-g97bp] POD 2025-11-26T06:15:52.876777307Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-g97bp] POD 2025-11-26T06:15:52.876912750Z + check_command [must-gather-g97bp] POD 2025-11-26T06:15:52.877063024Z + [[ -z 1 ]] [must-gather-g97bp] POD 2025-11-26T06:15:52.877164676Z + IFS=' [must-gather-g97bp] POD 2025-11-26T06:15:52.877227248Z ' [must-gather-g97bp] POD 2025-11-26T06:15:52.877270649Z + NAMESPACE_PATH=/must-gather/namespaces [must-gather-g97bp] POD 2025-11-26T06:15:52.877325240Z + mkdir -p /must-gather/namespaces/openshift-cnv [must-gather-g97bp] POD 2025-11-26T06:15:52.879766257Z + oc get packagemanifest -n openshift-cnv -o yaml [must-gather-g97bp] POD 2025-11-26T06:15:55.564356035Z [disk usage checker] Volume usage percentage: current = 18 ; allowed = 70 [must-gather-g97bp] POD 2025-11-26T06:15:56.691370155Z ++ oc get subscriptions -n openshift-cnv -o=custom-columns=NAME:.metadata.name --no-headers [must-gather-g97bp] POD 2025-11-26T06:15:56.794594148Z + for name in $(oc get subscriptions -n "${INSTALLATION_NAMESPACE}" -o=custom-columns=NAME:.metadata.name --no-headers) [must-gather-g97bp] POD 2025-11-26T06:15:56.794644539Z + oc get subscription kubevirt-hyperconverged -n openshift-cnv -o yaml [must-gather-g97bp] POD 2025-11-26T06:15:56.902531381Z + echo --------------- [must-gather-g97bp] POD 2025-11-26T06:15:56.903114985Z ++ oc get installplan -n openshift-cnv -o=custom-columns=NAME:.metadata.name --no-headers [must-gather-g97bp] POD 2025-11-26T06:15:57.022357164Z + for name in $(oc get installplan -n "${INSTALLATION_NAMESPACE}" -o=custom-columns=NAME:.metadata.name --no-headers) [must-gather-g97bp] POD 2025-11-26T06:15:57.022519047Z + oc get installplan install-lnn6j -n openshift-cnv -o yaml [must-gather-g97bp] POD 2025-11-26T06:15:57.139788140Z + echo --------------- [must-gather-g97bp] POD 2025-11-26T06:15:57.140268631Z running gather_nodes [must-gather-g97bp] POD 2025-11-26T06:15:57.142478203Z +++ dirname -- /usr/bin/gather_nodes [must-gather-g97bp] POD 2025-11-26T06:15:57.144089551Z ++ cd -- /usr/bin [must-gather-g97bp] POD 2025-11-26T06:15:57.144156372Z ++ pwd [must-gather-g97bp] POD 2025-11-26T06:15:57.144421368Z + DIR_NAME=/usr/bin [must-gather-g97bp] POD 2025-11-26T06:15:57.144447279Z + source /usr/bin/common.sh [must-gather-g97bp] POD 2025-11-26T06:15:57.145230007Z ++++ dirname -- /usr/bin/common.sh [must-gather-g97bp] POD 2025-11-26T06:15:57.146783164Z +++ cd -- /usr/bin [must-gather-g97bp] POD 2025-11-26T06:15:57.146846725Z +++ pwd [must-gather-g97bp] POD 2025-11-26T06:15:57.147144363Z ++ DIR_NAME=/usr/bin [must-gather-g97bp] POD 2025-11-26T06:15:57.147237345Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-g97bp] POD 2025-11-26T06:15:57.147237345Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-g97bp] POD 2025-11-26T06:15:57.147268305Z ++ export PROS=5 [must-gather-g97bp] POD 2025-11-26T06:15:57.147268305Z ++ PROS=5 [must-gather-g97bp] POD 2025-11-26T06:15:57.147268305Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-g97bp] POD 2025-11-26T06:15:57.147268305Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-g97bp] POD 2025-11-26T06:15:57.147436389Z + check_command [must-gather-g97bp] POD 2025-11-26T06:15:57.147592133Z + [[ -z 1 ]] [must-gather-g97bp] POD 2025-11-26T06:15:57.147690815Z + get_log_collection_args [must-gather-g97bp] POD 2025-11-26T06:15:57.147752797Z + log_collection_args= [must-gather-g97bp] POD 2025-11-26T06:15:57.147842469Z + '[' -n '' ']' [must-gather-g97bp] POD 2025-11-26T06:15:57.147911301Z + '[' -n '' ']' [must-gather-g97bp] POD 2025-11-26T06:15:57.147953102Z + node_log_collection_args= [must-gather-g97bp] POD 2025-11-26T06:15:57.148038993Z + '[' -n '' ']' [must-gather-g97bp] POD 2025-11-26T06:15:57.148113865Z + '[' -n '' ']' [must-gather-g97bp] POD 2025-11-26T06:15:57.148190187Z + export log_collection_args [must-gather-g97bp] POD 2025-11-26T06:15:57.148190187Z + export node_log_collection_args [must-gather-g97bp] POD 2025-11-26T06:15:57.148241028Z + MANIFEST_PATH=/etc [must-gather-g97bp] POD 2025-11-26T06:15:57.148280389Z + IFS=' [must-gather-g97bp] POD 2025-11-26T06:15:57.148280389Z ' [must-gather-g97bp] POD 2025-11-26T06:15:57.148320770Z + export NODES_PATH=/must-gather/nodes [must-gather-g97bp] POD 2025-11-26T06:15:57.148320770Z + NODES_PATH=/must-gather/nodes [must-gather-g97bp] POD 2025-11-26T06:15:57.148320770Z + mkdir -p /must-gather/nodes [must-gather-g97bp] POD 2025-11-26T06:15:57.150233985Z + CRD_MANIFEST=/etc/node-gather-crd.yaml [must-gather-g97bp] POD 2025-11-26T06:15:57.150233985Z + DAEMONSET_MANIFEST=/etc/node-gather-ds.yaml [must-gather-g97bp] POD 2025-11-26T06:15:57.150268306Z + [[ -z '' ]] [must-gather-g97bp] POD 2025-11-26T06:15:57.150661345Z ++ cat /var/run/secrets/kubernetes.io/serviceaccount/namespace [must-gather-g97bp] POD 2025-11-26T06:15:57.152217962Z + NAMESPACE=openshift-must-gather-qjptv [must-gather-g97bp] POD 2025-11-26T06:15:57.152592730Z ++ oc get pod -n openshift-must-gather-qjptv must-gather-g97bp -o 'jsonpath={.spec.containers[0].image}' [must-gather-g97bp] POD 2025-11-26T06:15:57.256753945Z + MUST_GATHER_IMAGE=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:13425c8ab8b4c584c8666d938ab677dbf1a584aad1e0c4a9cb7c44c027a8cefa [must-gather-g97bp] POD 2025-11-26T06:15:57.256807446Z + oc apply -f /etc/node-gather-crd.yaml [must-gather-g97bp] POD 2025-11-26T06:15:57.359148528Z namespace/node-gather created [must-gather-g97bp] POD 2025-11-26T06:15:57.396207288Z serviceaccount/node-gather created [must-gather-g97bp] POD 2025-11-26T06:15:57.403700164Z + oc adm policy add-scc-to-user privileged -n node-gather -z node-gather [must-gather-g97bp] POD 2025-11-26T06:15:57.525782889Z clusterrole.rbac.authorization.k8s.io/system:openshift:scc:privileged added: "node-gather" [must-gather-g97bp] POD 2025-11-26T06:15:57.530424488Z + sed -e s#MUST_GATHER_IMAGE#registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:13425c8ab8b4c584c8666d938ab677dbf1a584aad1e0c4a9cb7c44c027a8cefa# /etc/node-gather-ds.yaml [must-gather-g97bp] POD 2025-11-26T06:15:57.530998221Z + oc apply -f - [must-gather-g97bp] POD 2025-11-26T06:15:57.653798684Z daemonset.apps/node-gather-daemonset created [must-gather-g97bp] POD 2025-11-26T06:15:57.658978925Z + COUNTER=0 [must-gather-g97bp] POD 2025-11-26T06:15:57.659252222Z + check_node_gather_pods_ready [must-gather-g97bp] POD 2025-11-26T06:15:57.659820825Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-g97bp] POD 2025-11-26T06:15:57.829719852Z + line='6 0' [must-gather-g97bp] POD 2025-11-26T06:15:57.829719852Z + IFS=' ' [must-gather-g97bp] POD 2025-11-26T06:15:57.829719852Z + read -r desired ready [must-gather-g97bp] POD 2025-11-26T06:15:57.829838625Z + IFS=' [must-gather-g97bp] POD 2025-11-26T06:15:57.829838625Z ' [must-gather-g97bp] POD 2025-11-26T06:15:57.829838625Z + [[ 6 != \0 ]] [must-gather-g97bp] POD 2025-11-26T06:15:57.829838625Z + [[ 0 == \6 ]] [must-gather-g97bp] POD 2025-11-26T06:15:57.829838625Z + return 1 [must-gather-g97bp] POD 2025-11-26T06:15:57.829838625Z + '[' 0 -eq 300 ']' [must-gather-g97bp] POD 2025-11-26T06:15:57.829838625Z + [[ 0 == 0 ]] [must-gather-g97bp] POD 2025-11-26T06:15:57.829838625Z + echo 'Waiting for node-gather-daemonset to be ready' [must-gather-g97bp] POD 2025-11-26T06:15:57.829969909Z Waiting for node-gather-daemonset to be ready [must-gather-g97bp] POD 2025-11-26T06:15:57.830018719Z + (( COUNTER++ )) [must-gather-g97bp] POD 2025-11-26T06:15:57.830018719Z + sleep 1 [must-gather-g97bp] POD 2025-11-26T06:15:58.832472467Z + check_node_gather_pods_ready [must-gather-g97bp] POD 2025-11-26T06:15:58.833229195Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-g97bp] POD 2025-11-26T06:15:58.936059388Z + line='6 0' [must-gather-g97bp] POD 2025-11-26T06:15:58.936059388Z + IFS=' ' [must-gather-g97bp] POD 2025-11-26T06:15:58.936129270Z + read -r desired ready [must-gather-g97bp] POD 2025-11-26T06:15:58.936303214Z + IFS=' [must-gather-g97bp] POD 2025-11-26T06:15:58.936357945Z ' [must-gather-g97bp] POD 2025-11-26T06:15:58.936458278Z + [[ 6 != \0 ]] [must-gather-g97bp] POD 2025-11-26T06:15:58.936458278Z + [[ 0 == \6 ]] [must-gather-g97bp] POD 2025-11-26T06:15:58.936458278Z + return 1 [must-gather-g97bp] POD 2025-11-26T06:15:58.936458278Z + '[' 1 -eq 300 ']' [must-gather-g97bp] POD 2025-11-26T06:15:58.936458278Z + [[ 1 == 0 ]] [must-gather-g97bp] POD 2025-11-26T06:15:58.936486818Z + (( COUNTER++ )) [must-gather-g97bp] POD 2025-11-26T06:15:58.936486818Z + sleep 1 [must-gather-g97bp] POD 2025-11-26T06:15:59.938996557Z + check_node_gather_pods_ready [must-gather-g97bp] POD 2025-11-26T06:15:59.939556790Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-g97bp] POD 2025-11-26T06:16:00.052104062Z + line='6 0' [must-gather-g97bp] POD 2025-11-26T06:16:00.052226494Z + IFS=' ' [must-gather-g97bp] POD 2025-11-26T06:16:00.052321567Z + read -r desired ready [must-gather-g97bp] POD 2025-11-26T06:16:00.052479020Z + IFS=' [must-gather-g97bp] POD 2025-11-26T06:16:00.052558652Z ' [must-gather-g97bp] POD 2025-11-26T06:16:00.052594293Z + [[ 6 != \0 ]] [must-gather-g97bp] POD 2025-11-26T06:16:00.052671025Z + [[ 0 == \6 ]] [must-gather-g97bp] POD 2025-11-26T06:16:00.052671025Z + return 1 [must-gather-g97bp] POD 2025-11-26T06:16:00.052696265Z + '[' 2 -eq 300 ']' [must-gather-g97bp] POD 2025-11-26T06:16:00.052750667Z + [[ 2 == 0 ]] [must-gather-g97bp] POD 2025-11-26T06:16:00.052782627Z + (( COUNTER++ )) [must-gather-g97bp] POD 2025-11-26T06:16:00.052819998Z + sleep 1 [must-gather-g97bp] POD 2025-11-26T06:16:00.570198163Z [disk usage checker] Volume usage percentage: current = 18 ; allowed = 70 [must-gather-g97bp] POD 2025-11-26T06:16:01.055674557Z + check_node_gather_pods_ready [must-gather-g97bp] POD 2025-11-26T06:16:01.056111837Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-g97bp] POD 2025-11-26T06:16:01.175900176Z + line='6 0' [must-gather-g97bp] POD 2025-11-26T06:16:01.175900176Z + IFS=' ' [must-gather-g97bp] POD 2025-11-26T06:16:01.175965908Z + read -r desired ready [must-gather-g97bp] POD 2025-11-26T06:16:01.176018829Z + IFS=' [must-gather-g97bp] POD 2025-11-26T06:16:01.176096211Z ' [must-gather-g97bp] POD 2025-11-26T06:16:01.176119441Z + [[ 6 != \0 ]] [must-gather-g97bp] POD 2025-11-26T06:16:01.176119441Z + [[ 0 == \6 ]] [must-gather-g97bp] POD 2025-11-26T06:16:01.176119441Z + return 1 [must-gather-g97bp] POD 2025-11-26T06:16:01.176182833Z + '[' 3 -eq 300 ']' [must-gather-g97bp] POD 2025-11-26T06:16:01.176203073Z + [[ 3 == 0 ]] [must-gather-g97bp] POD 2025-11-26T06:16:01.176203073Z + (( COUNTER++ )) [must-gather-g97bp] POD 2025-11-26T06:16:01.176218994Z + sleep 1 [must-gather-g97bp] POD 2025-11-26T06:16:02.178576083Z + check_node_gather_pods_ready [must-gather-g97bp] POD 2025-11-26T06:16:02.179422053Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-g97bp] POD 2025-11-26T06:16:02.301242330Z + line='6 0' [must-gather-g97bp] POD 2025-11-26T06:16:02.301242330Z + IFS=' ' [must-gather-g97bp] POD 2025-11-26T06:16:02.301302391Z + read -r desired ready [must-gather-g97bp] POD 2025-11-26T06:16:02.301348022Z + IFS=' [must-gather-g97bp] POD 2025-11-26T06:16:02.301348022Z ' [must-gather-g97bp] POD 2025-11-26T06:16:02.301348022Z + [[ 6 != \0 ]] [must-gather-g97bp] POD 2025-11-26T06:16:02.301393533Z + [[ 0 == \6 ]] [must-gather-g97bp] POD 2025-11-26T06:16:02.301393533Z + return 1 [must-gather-g97bp] POD 2025-11-26T06:16:02.301408854Z + '[' 4 -eq 300 ']' [must-gather-g97bp] POD 2025-11-26T06:16:02.301408854Z + [[ 4 == 0 ]] [must-gather-g97bp] POD 2025-11-26T06:16:02.301408854Z + (( COUNTER++ )) [must-gather-g97bp] POD 2025-11-26T06:16:02.301421554Z + sleep 1 [must-gather-g97bp] POD 2025-11-26T06:16:03.304653504Z + check_node_gather_pods_ready [must-gather-g97bp] POD 2025-11-26T06:16:03.305175626Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-g97bp] POD 2025-11-26T06:16:03.416918065Z + line='6 0' [must-gather-g97bp] POD 2025-11-26T06:16:03.416968766Z + IFS=' ' [must-gather-g97bp] POD 2025-11-26T06:16:03.416968766Z + read -r desired ready [must-gather-g97bp] POD 2025-11-26T06:16:03.417050488Z + IFS=' [must-gather-g97bp] POD 2025-11-26T06:16:03.417050488Z ' [must-gather-g97bp] POD 2025-11-26T06:16:03.417081879Z + [[ 6 != \0 ]] [must-gather-g97bp] POD 2025-11-26T06:16:03.417081879Z + [[ 0 == \6 ]] [must-gather-g97bp] POD 2025-11-26T06:16:03.417081879Z + return 1 [must-gather-g97bp] POD 2025-11-26T06:16:03.417115049Z + '[' 5 -eq 300 ']' [must-gather-g97bp] POD 2025-11-26T06:16:03.417165181Z + [[ 5 == 0 ]] [must-gather-g97bp] POD 2025-11-26T06:16:03.417271683Z + (( COUNTER++ )) [must-gather-g97bp] POD 2025-11-26T06:16:03.417347605Z + sleep 1 [must-gather-g97bp] POD 2025-11-26T06:16:04.420131714Z + check_node_gather_pods_ready [must-gather-g97bp] POD 2025-11-26T06:16:04.420886752Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-g97bp] POD 2025-11-26T06:16:04.542086744Z + line='6 1' [must-gather-g97bp] POD 2025-11-26T06:16:04.542086744Z + IFS=' ' [must-gather-g97bp] POD 2025-11-26T06:16:04.542086744Z + read -r desired ready [must-gather-g97bp] POD 2025-11-26T06:16:04.542586946Z + IFS=' [must-gather-g97bp] POD 2025-11-26T06:16:04.542586946Z ' [must-gather-g97bp] POD 2025-11-26T06:16:04.542586946Z + [[ 6 != \0 ]] [must-gather-g97bp] POD 2025-11-26T06:16:04.542586946Z + [[ 1 == \6 ]] [must-gather-g97bp] POD 2025-11-26T06:16:04.542586946Z + return 1 [must-gather-g97bp] POD 2025-11-26T06:16:04.542586946Z + '[' 6 -eq 300 ']' [must-gather-g97bp] POD 2025-11-26T06:16:04.542586946Z + [[ 6 == 0 ]] [must-gather-g97bp] POD 2025-11-26T06:16:04.542586946Z + (( COUNTER++ )) [must-gather-g97bp] POD 2025-11-26T06:16:04.542586946Z + sleep 1 [must-gather-g97bp] POD 2025-11-26T06:16:05.544975076Z + check_node_gather_pods_ready [must-gather-g97bp] POD 2025-11-26T06:16:05.545552620Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-g97bp] POD 2025-11-26T06:16:05.576332246Z [disk usage checker] Volume usage percentage: current = 18 ; allowed = 70 [must-gather-g97bp] POD 2025-11-26T06:16:05.664975549Z + line='6 6' [must-gather-g97bp] POD 2025-11-26T06:16:05.664975549Z + IFS=' ' [must-gather-g97bp] POD 2025-11-26T06:16:05.665137753Z + read -r desired ready [must-gather-g97bp] POD 2025-11-26T06:16:05.665289047Z + IFS=' [must-gather-g97bp] POD 2025-11-26T06:16:05.665333428Z ' [must-gather-g97bp] POD 2025-11-26T06:16:05.665380909Z + [[ 6 != \0 ]] [must-gather-g97bp] POD 2025-11-26T06:16:05.665400610Z + [[ 6 == \6 ]] [must-gather-g97bp] POD 2025-11-26T06:16:05.665440480Z + return 0 [must-gather-g97bp] POD 2025-11-26T06:16:05.665981693Z ++ oc get pod -o=custom-columns=NODE:.spec.nodeName --no-headers '--field-selector=status.phase!=Running' -n node-gather [must-gather-g97bp] POD 2025-11-26T06:16:05.777948967Z + export -f gather_single_pod [must-gather-g97bp] POD 2025-11-26T06:16:05.779304879Z ++ oc get pod -o=custom-columns=NODE:.spec.nodeName,NAME:.metadata.name --no-headers --field-selector=status.phase=Running -n node-gather [must-gather-g97bp] POD 2025-11-26T06:16:05.779833272Z ++ awk '{print $1 "_" $2}' [must-gather-g97bp] POD 2025-11-26T06:16:05.925044931Z + pods='ip-10-0-121-133.us-east-2.compute.internal_node-gather-daemonset-7sgt2 [must-gather-g97bp] POD 2025-11-26T06:16:05.925044931Z ip-10-0-71-159.us-east-2.compute.internal_node-gather-daemonset-9kh8m [must-gather-g97bp] POD 2025-11-26T06:16:05.925044931Z ip-10-0-38-139.us-east-2.compute.internal_node-gather-daemonset-d8gm8 [must-gather-g97bp] POD 2025-11-26T06:16:05.925044931Z ip-10-0-36-227.us-east-2.compute.internal_node-gather-daemonset-km7jq [must-gather-g97bp] POD 2025-11-26T06:16:05.925044931Z ip-10-0-124-225.us-east-2.compute.internal_node-gather-daemonset-lddsg [must-gather-g97bp] POD 2025-11-26T06:16:05.925044931Z ip-10-0-89-231.us-east-2.compute.internal_node-gather-daemonset-mzxm5' [must-gather-g97bp] POD 2025-11-26T06:16:05.925558473Z + echo 'ip-10-0-121-133.us-east-2.compute.internal_node-gather-daemonset-7sgt2 [must-gather-g97bp] POD 2025-11-26T06:16:05.925558473Z ip-10-0-71-159.us-east-2.compute.internal_node-gather-daemonset-9kh8m [must-gather-g97bp] POD 2025-11-26T06:16:05.925558473Z ip-10-0-38-139.us-east-2.compute.internal_node-gather-daemonset-d8gm8 [must-gather-g97bp] POD 2025-11-26T06:16:05.925558473Z ip-10-0-36-227.us-east-2.compute.internal_node-gather-daemonset-km7jq [must-gather-g97bp] POD 2025-11-26T06:16:05.925558473Z ip-10-0-124-225.us-east-2.compute.internal_node-gather-daemonset-lddsg [must-gather-g97bp] POD 2025-11-26T06:16:05.925612084Z ip-10-0-89-231.us-east-2.compute.internal_node-gather-daemonset-mzxm5' [must-gather-g97bp] POD 2025-11-26T06:16:05.925874750Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'gather_single_pod $1' -- '{}' [must-gather-g97bp] POD 2025-11-26T06:16:05.926336561Z + tr ' ' '\n' [must-gather-g97bp] POD 2025-11-26T06:16:05.928192335Z sh -c 'gather_single_pod $1' -- ip-10-0-121-133.us-east-2.compute.internal_node-gather-daemonset-7sgt2 [must-gather-g97bp] POD 2025-11-26T06:16:05.929527967Z sh -c 'gather_single_pod $1' -- ip-10-0-71-159.us-east-2.compute.internal_node-gather-daemonset-9kh8m [must-gather-g97bp] POD 2025-11-26T06:16:05.931501213Z sh -c 'gather_single_pod $1' -- ip-10-0-38-139.us-east-2.compute.internal_node-gather-daemonset-d8gm8 [must-gather-g97bp] POD 2025-11-26T06:16:05.933005159Z sh -c 'gather_single_pod $1' -- ip-10-0-36-227.us-east-2.compute.internal_node-gather-daemonset-km7jq [must-gather-g97bp] POD 2025-11-26T06:16:05.936011810Z sh -c 'gather_single_pod $1' -- ip-10-0-124-225.us-east-2.compute.internal_node-gather-daemonset-lddsg [must-gather-g97bp] POD 2025-11-26T06:16:05.945156536Z node-gather-daemonset-7sgt2 - Gathering node data for ip-10-0-121-133.us-east-2.compute.internal [must-gather-g97bp] POD 2025-11-26T06:16:05.951354542Z node-gather-daemonset-9kh8m - Gathering node data for ip-10-0-71-159.us-east-2.compute.internal [must-gather-g97bp] POD 2025-11-26T06:16:05.953418551Z node-gather-daemonset-d8gm8 - Gathering node data for ip-10-0-38-139.us-east-2.compute.internal [must-gather-g97bp] POD 2025-11-26T06:16:05.955019038Z node-gather-daemonset-km7jq - Gathering node data for ip-10-0-36-227.us-east-2.compute.internal [must-gather-g97bp] POD 2025-11-26T06:16:05.956098194Z node-gather-daemonset-lddsg - Gathering node data for ip-10-0-124-225.us-east-2.compute.internal [must-gather-g97bp] POD 2025-11-26T06:16:10.606955468Z [disk usage checker] Volume usage percentage: current = 18 ; allowed = 70 [must-gather-g97bp] POD 2025-11-26T06:16:12.475156783Z tar: Removing leading `/' from member names [must-gather-g97bp] POD 2025-11-26T06:16:12.488104189Z sh -c 'gather_single_pod $1' -- ip-10-0-89-231.us-east-2.compute.internal_node-gather-daemonset-mzxm5 [must-gather-g97bp] POD 2025-11-26T06:16:12.501368282Z node-gather-daemonset-mzxm5 - Gathering node data for ip-10-0-89-231.us-east-2.compute.internal [must-gather-g97bp] POD 2025-11-26T06:16:12.676394765Z tar: Removing leading `/' from member names [must-gather-g97bp] POD 2025-11-26T06:16:12.928039317Z tar: Removing leading `/' from member names [must-gather-g97bp] POD 2025-11-26T06:16:13.067142542Z tar: Removing leading `/' from member names [must-gather-g97bp] POD 2025-11-26T06:16:13.325312808Z tar: Removing leading `/' from member names [must-gather-g97bp] POD 2025-11-26T06:16:15.618118160Z [disk usage checker] Volume usage percentage: current = 18 ; allowed = 70 [must-gather-g97bp] POD 2025-11-26T06:16:16.770847507Z tar: Removing leading `/' from member names [must-gather-g97bp] POD 2025-11-26T06:16:16.778171230Z ++ oc get nodes --no-headers -o custom-columns=:metadata.name [must-gather-g97bp] POD 2025-11-26T06:16:16.916836224Z + nodes='ip-10-0-121-133.us-east-2.compute.internal [must-gather-g97bp] POD 2025-11-26T06:16:16.916836224Z ip-10-0-124-225.us-east-2.compute.internal [must-gather-g97bp] POD 2025-11-26T06:16:16.916836224Z ip-10-0-36-227.us-east-2.compute.internal [must-gather-g97bp] POD 2025-11-26T06:16:16.916836224Z ip-10-0-38-139.us-east-2.compute.internal [must-gather-g97bp] POD 2025-11-26T06:16:16.916836224Z ip-10-0-71-159.us-east-2.compute.internal [must-gather-g97bp] POD 2025-11-26T06:16:16.916836224Z ip-10-0-89-231.us-east-2.compute.internal' [must-gather-g97bp] POD 2025-11-26T06:16:16.917327815Z + echo 'ip-10-0-121-133.us-east-2.compute.internal [must-gather-g97bp] POD 2025-11-26T06:16:16.917327815Z ip-10-0-124-225.us-east-2.compute.internal [must-gather-g97bp] POD 2025-11-26T06:16:16.917327815Z ip-10-0-36-227.us-east-2.compute.internal [must-gather-g97bp] POD 2025-11-26T06:16:16.917327815Z ip-10-0-38-139.us-east-2.compute.internal [must-gather-g97bp] POD 2025-11-26T06:16:16.917327815Z ip-10-0-71-159.us-east-2.compute.internal [must-gather-g97bp] POD 2025-11-26T06:16:16.917436328Z ip-10-0-89-231.us-east-2.compute.internal' [must-gather-g97bp] POD 2025-11-26T06:16:16.917457488Z + tr ' ' '\n' [must-gather-g97bp] POD 2025-11-26T06:16:16.917897759Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- '{}' '/must-gather/nodes/{}' [must-gather-g97bp] POD 2025-11-26T06:16:16.919497006Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-121-133.us-east-2.compute.internal /must-gather/nodes/ip-10-0-121-133.us-east-2.compute.internal [must-gather-g97bp] POD 2025-11-26T06:16:16.920174382Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-124-225.us-east-2.compute.internal /must-gather/nodes/ip-10-0-124-225.us-east-2.compute.internal [must-gather-g97bp] POD 2025-11-26T06:16:16.920785337Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-36-227.us-east-2.compute.internal /must-gather/nodes/ip-10-0-36-227.us-east-2.compute.internal [must-gather-g97bp] POD 2025-11-26T06:16:16.921528794Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-38-139.us-east-2.compute.internal /must-gather/nodes/ip-10-0-38-139.us-east-2.compute.internal [must-gather-g97bp] POD 2025-11-26T06:16:16.923072631Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-71-159.us-east-2.compute.internal /must-gather/nodes/ip-10-0-71-159.us-east-2.compute.internal [must-gather-g97bp] POD 2025-11-26T06:16:17.204087635Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-89-231.us-east-2.compute.internal /must-gather/nodes/ip-10-0-89-231.us-east-2.compute.internal [must-gather-g97bp] POD 2025-11-26T06:16:17.388129780Z + oc delete -f /etc/node-gather-ds.yaml [must-gather-g97bp] POD 2025-11-26T06:16:17.482781905Z daemonset.apps "node-gather-daemonset" deleted [must-gather-g97bp] POD 2025-11-26T06:16:17.490837385Z + oc delete -f /etc/node-gather-crd.yaml [must-gather-g97bp] POD 2025-11-26T06:16:17.649878370Z namespace "node-gather" deleted [must-gather-g97bp] POD 2025-11-26T06:16:17.659392994Z serviceaccount "node-gather" deleted [must-gather-g97bp] POD 2025-11-26T06:16:20.623836950Z [disk usage checker] Volume usage percentage: current = 18 ; allowed = 70 [must-gather-g97bp] POD 2025-11-26T06:16:24.578129964Z running gather_ns [must-gather-g97bp] POD 2025-11-26T06:16:24.581115644Z +++ dirname -- /usr/bin/gather_ns [must-gather-g97bp] POD 2025-11-26T06:16:24.582955008Z ++ cd -- /usr/bin [must-gather-g97bp] POD 2025-11-26T06:16:24.583018680Z ++ pwd [must-gather-g97bp] POD 2025-11-26T06:16:24.583315207Z + DIR_NAME=/usr/bin [must-gather-g97bp] POD 2025-11-26T06:16:24.583526652Z + source /usr/bin/common.sh [must-gather-g97bp] POD 2025-11-26T06:16:24.584185197Z ++++ dirname -- /usr/bin/common.sh [must-gather-g97bp] POD 2025-11-26T06:16:24.585771774Z +++ cd -- /usr/bin [must-gather-g97bp] POD 2025-11-26T06:16:24.585821636Z +++ pwd [must-gather-g97bp] POD 2025-11-26T06:16:24.586108833Z ++ DIR_NAME=/usr/bin [must-gather-g97bp] POD 2025-11-26T06:16:24.586367668Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-g97bp] POD 2025-11-26T06:16:24.586469001Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-g97bp] POD 2025-11-26T06:16:24.586572863Z ++ export PROS=5 [must-gather-g97bp] POD 2025-11-26T06:16:24.586607444Z ++ PROS=5 [must-gather-g97bp] POD 2025-11-26T06:16:24.586662975Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-g97bp] POD 2025-11-26T06:16:24.586695426Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-g97bp] POD 2025-11-26T06:16:24.586947712Z + check_command [must-gather-g97bp] POD 2025-11-26T06:16:24.586992573Z + [[ -z 1 ]] [must-gather-g97bp] POD 2025-11-26T06:16:24.587081505Z + get_log_collection_args [must-gather-g97bp] POD 2025-11-26T06:16:24.587193408Z + log_collection_args= [must-gather-g97bp] POD 2025-11-26T06:16:24.587297501Z + '[' -n '' ']' [must-gather-g97bp] POD 2025-11-26T06:16:24.587352182Z + '[' -n '' ']' [must-gather-g97bp] POD 2025-11-26T06:16:24.587384083Z + node_log_collection_args= [must-gather-g97bp] POD 2025-11-26T06:16:24.587416653Z + '[' -n '' ']' [must-gather-g97bp] POD 2025-11-26T06:16:24.587448224Z + '[' -n '' ']' [must-gather-g97bp] POD 2025-11-26T06:16:24.587501735Z + export log_collection_args [must-gather-g97bp] POD 2025-11-26T06:16:24.587555556Z + export node_log_collection_args [must-gather-g97bp] POD 2025-11-26T06:16:24.587621128Z + OS_IMAGE_NS=openshift-virtualization-os-images [must-gather-g97bp] POD 2025-11-26T06:16:24.587700920Z + namespaces=() [must-gather-g97bp] POD 2025-11-26T06:16:24.587747261Z + namespaces+=("${INSTALLATION_NAMESPACE}" openshift-operator-lifecycle-manager openshift-marketplace) [must-gather-g97bp] POD 2025-11-26T06:16:24.589187435Z ++ oc get network.config.openshift.io '-o=jsonpath={.items[0].spec.networkType}' [must-gather-g97bp] POD 2025-11-26T06:16:24.589751538Z ++ tr '[:upper:]' '[:lower:]' [must-gather-g97bp] POD 2025-11-26T06:16:24.732421716Z + NETWORK_TYPE=ovnkubernetes [must-gather-g97bp] POD 2025-11-26T06:16:24.732481468Z + [[ ovnkubernetes == \o\v\n\k\u\b\e\r\n\e\t\e\s ]] [must-gather-g97bp] POD 2025-11-26T06:16:24.732481468Z + namespaces+=(openshift-ovn-kubernetes) [must-gather-g97bp] POD 2025-11-26T06:16:24.732481468Z + namespaces+=("${OS_IMAGE_NS}") [must-gather-g97bp] POD 2025-11-26T06:16:24.732481468Z + resources+=(cdi) [must-gather-g97bp] POD 2025-11-26T06:16:24.732963049Z + echo openshift-cnv openshift-operator-lifecycle-manager openshift-marketplace openshift-ovn-kubernetes openshift-virtualization-os-images [must-gather-g97bp] POD 2025-11-26T06:16:24.732988530Z + tr ' ' '\n' [must-gather-g97bp] POD 2025-11-26T06:16:24.733366689Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'echo inspecting namespace $1 && oc adm inspect ${log_collection_args} --dest-dir "${BASE_COLLECTION_PATH}" namespace $1' -- '{}' [must-gather-g97bp] POD 2025-11-26T06:16:24.734643739Z sh -c 'echo inspecting namespace $1 && oc adm inspect ${log_collection_args} --dest-dir "${BASE_COLLECTION_PATH}" namespace $1' -- openshift-cnv [must-gather-g97bp] POD 2025-11-26T06:16:24.735492679Z sh -c 'echo inspecting namespace $1 && oc adm inspect ${log_collection_args} --dest-dir "${BASE_COLLECTION_PATH}" namespace $1' -- openshift-operator-lifecycle-manager [must-gather-g97bp] POD 2025-11-26T06:16:24.736232317Z sh -c 'echo inspecting namespace $1 && oc adm inspect ${log_collection_args} --dest-dir "${BASE_COLLECTION_PATH}" namespace $1' -- openshift-marketplace [must-gather-g97bp] POD 2025-11-26T06:16:24.737107287Z inspecting namespace openshift-cnv [must-gather-g97bp] POD 2025-11-26T06:16:24.737877345Z shinspecting namespace openshift-operator-lifecycle-manager [must-gather-g97bp] POD 2025-11-26T06:16:24.738856379Z -c 'echo inspecting namespace $1 && oc adm inspect ${log_collection_args} --dest-dir "${BASE_COLLECTION_PATH}" namespace $1'inspecting namespace openshift-marketplace [must-gather-g97bp] POD 2025-11-26T06:16:24.740366144Z -- openshift-ovn-kubernetes [must-gather-g97bp] POD 2025-11-26T06:16:24.741760037Z sh -c 'echo inspecting namespace $1 && oc adm inspect ${log_collection_args} --dest-dir "${BASE_COLLECTION_PATH}" namespace $1' -- openshift-virtualization-os-images [must-gather-g97bp] POD 2025-11-26T06:16:24.743960659Z inspecting namespace openshift-ovn-kubernetes [must-gather-g97bp] POD 2025-11-26T06:16:24.745888094Z inspecting namespace openshift-virtualization-os-images [must-gather-g97bp] POD 2025-11-26T06:16:25.084994030Z Gathering data for ns/openshift-operator-lifecycle-manager... [must-gather-g97bp] POD 2025-11-26T06:16:25.133275180Z Gathering data for ns/openshift-cnv... [must-gather-g97bp] POD 2025-11-26T06:16:25.165586533Z Gathering data for ns/openshift-virtualization-os-images... [must-gather-g97bp] POD 2025-11-26T06:16:25.172880825Z Gathering data for ns/openshift-marketplace... [must-gather-g97bp] POD 2025-11-26T06:16:25.215480731Z Gathering data for ns/openshift-ovn-kubernetes... [must-gather-g97bp] POD 2025-11-26T06:16:25.676350221Z [disk usage checker] Volume usage percentage: current = 18 ; allowed = 70 [must-gather-g97bp] POD 2025-11-26T06:16:26.567808177Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-g97bp] POD 2025-11-26T06:16:26.676049053Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-g97bp] POD 2025-11-26T06:16:27.547981207Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-g97bp] POD 2025-11-26T06:16:28.242336180Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:16:28.579220103Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-g97bp] POD 2025-11-26T06:16:28.607938621Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-g97bp] POD 2025-11-26T06:16:28.707219575Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-g97bp] POD 2025-11-26T06:16:28.741789251Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-g97bp] POD 2025-11-26T06:16:29.283650454Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-g97bp] POD 2025-11-26T06:16:29.647004322Z W1126 06:16:29.646951 5516 util.go:195] skipping , failed to read event err: Object 'Kind' is missing in '' [must-gather-g97bp] POD 2025-11-26T06:16:29.784757014Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-g97bp] POD 2025-11-26T06:16:29.978786095Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-g97bp] POD 2025-11-26T06:16:30.040889961Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-g97bp] POD 2025-11-26T06:16:30.068413570Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:16:30.486704976Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-g97bp] POD 2025-11-26T06:16:30.516553361Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:16:30.691164083Z [disk usage checker] Volume usage percentage: current = 18 ; allowed = 70 [must-gather-g97bp] POD 2025-11-26T06:16:30.983902594Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:16:32.777079063Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-g97bp] POD 2025-11-26T06:16:32.837440040Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-g97bp] POD 2025-11-26T06:16:33.648128689Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-g97bp] POD 2025-11-26T06:16:34.326139860Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:16:34.333884173Z running gather_resources [must-gather-g97bp] POD 2025-11-26T06:16:34.336136386Z +++ dirname -- /usr/bin/gather_resources [must-gather-g97bp] POD 2025-11-26T06:16:34.337826006Z ++ cd -- /usr/bin [must-gather-g97bp] POD 2025-11-26T06:16:34.337890568Z ++ pwd [must-gather-g97bp] POD 2025-11-26T06:16:34.338178614Z + DIR_NAME=/usr/bin [must-gather-g97bp] POD 2025-11-26T06:16:34.338359128Z + source /usr/bin/common.sh [must-gather-g97bp] POD 2025-11-26T06:16:34.339227969Z ++++ dirname -- /usr/bin/common.sh [must-gather-g97bp] POD 2025-11-26T06:16:34.340915199Z +++ cd -- /usr/bin [must-gather-g97bp] POD 2025-11-26T06:16:34.340975001Z +++ pwd [must-gather-g97bp] POD 2025-11-26T06:16:34.341240597Z ++ DIR_NAME=/usr/bin [must-gather-g97bp] POD 2025-11-26T06:16:34.341330969Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-g97bp] POD 2025-11-26T06:16:34.341402711Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-g97bp] POD 2025-11-26T06:16:34.341498183Z ++ export PROS=5 [must-gather-g97bp] POD 2025-11-26T06:16:34.341539964Z ++ PROS=5 [must-gather-g97bp] POD 2025-11-26T06:16:34.341591425Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-g97bp] POD 2025-11-26T06:16:34.341632156Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-g97bp] POD 2025-11-26T06:16:34.341957704Z + check_command [must-gather-g97bp] POD 2025-11-26T06:16:34.341957704Z + [[ -z 1 ]] [must-gather-g97bp] POD 2025-11-26T06:16:34.341985034Z + get_log_collection_args [must-gather-g97bp] POD 2025-11-26T06:16:34.341985034Z + log_collection_args= [must-gather-g97bp] POD 2025-11-26T06:16:34.342003065Z + '[' -n '' ']' [must-gather-g97bp] POD 2025-11-26T06:16:34.342045626Z + '[' -n '' ']' [must-gather-g97bp] POD 2025-11-26T06:16:34.342045626Z + node_log_collection_args= [must-gather-g97bp] POD 2025-11-26T06:16:34.342117577Z + '[' -n '' ']' [must-gather-g97bp] POD 2025-11-26T06:16:34.342117577Z + '[' -n '' ']' [must-gather-g97bp] POD 2025-11-26T06:16:34.342117577Z + export log_collection_args [must-gather-g97bp] POD 2025-11-26T06:16:34.342140178Z + export node_log_collection_args [must-gather-g97bp] POD 2025-11-26T06:16:34.342140178Z + resources=() [must-gather-g97bp] POD 2025-11-26T06:16:34.342157209Z + resources+=(catalogsource) [must-gather-g97bp] POD 2025-11-26T06:16:34.342172289Z + resources+=(Network-attachment-definitions) [must-gather-g97bp] POD 2025-11-26T06:16:34.342185339Z + resources+=(nodenetworkstates nodenetworkconfigurationenactments nodenetworkconfigurationpolicies) [must-gather-g97bp] POD 2025-11-26T06:16:34.342245571Z + resources+=(istag) [must-gather-g97bp] POD 2025-11-26T06:16:34.342267071Z + resources+=(nodes) [must-gather-g97bp] POD 2025-11-26T06:16:34.342267071Z + resources+=(machines) [must-gather-g97bp] POD 2025-11-26T06:16:34.342283301Z + resources+=(storageclasses csidrivers csinodes csistoragecapacities volumeattachments persistentvolumes) [must-gather-g97bp] POD 2025-11-26T06:16:34.342325082Z + /usr/bin/version [must-gather-g97bp] POD 2025-11-26T06:16:34.463286713Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-g97bp] POD 2025-11-26T06:16:34.471531117Z + echo catalogsource Network-attachment-definitions nodenetworkstates nodenetworkconfigurationenactments nodenetworkconfigurationpolicies istag nodes machines storageclasses csidrivers csinodes csistoragecapacities volumeattachments persistentvolumes [must-gather-g97bp] POD 2025-11-26T06:16:34.472430829Z + tr ' ' '\n' [must-gather-g97bp] POD 2025-11-26T06:16:34.472430829Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- '{}' [must-gather-g97bp] POD 2025-11-26T06:16:34.474267472Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- catalogsource [must-gather-g97bp] POD 2025-11-26T06:16:34.475118842Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- Network-attachment-definitions [must-gather-g97bp] POD 2025-11-26T06:16:34.475626934Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- nodenetworkstates [must-gather-g97bp] POD 2025-11-26T06:16:34.476541606Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- nodenetworkconfigurationenactments [must-gather-g97bp] POD 2025-11-26T06:16:34.476855223Z inspecting catalogsource [must-gather-g97bp] POD 2025-11-26T06:16:34.477147050Z inspecting Network-attachment-definitions [must-gather-g97bp] POD 2025-11-26T06:16:34.478727647Z inspecting nodenetworkstates [must-gather-g97bp] POD 2025-11-26T06:16:34.479685270Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- nodenetworkconfigurationpolicies [must-gather-g97bp] POD 2025-11-26T06:16:34.483981252Z inspecting nodenetworkconfigurationenactments [must-gather-g97bp] POD 2025-11-26T06:16:34.519445460Z inspecting nodenetworkconfigurationpolicies [must-gather-g97bp] POD 2025-11-26T06:16:34.891985189Z error: the server doesn't have a resource type "nodenetworkconfigurationenactments" [must-gather-g97bp] POD 2025-11-26T06:16:34.896550567Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- istag [must-gather-g97bp] POD 2025-11-26T06:16:34.902337774Z inspecting istag [must-gather-g97bp] POD 2025-11-26T06:16:34.904471934Z error: the server doesn't have a resource type "nodenetworkstates" [must-gather-g97bp] POD 2025-11-26T06:16:34.910541377Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- nodes [must-gather-g97bp] POD 2025-11-26T06:16:34.920322779Z inspecting nodes [must-gather-g97bp] POD 2025-11-26T06:16:34.990823546Z error: the server doesn't have a resource type "nodenetworkconfigurationpolicies" [must-gather-g97bp] POD 2025-11-26T06:16:34.994819160Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- machines [must-gather-g97bp] POD 2025-11-26T06:16:35.005658676Z inspecting machines [must-gather-g97bp] POD 2025-11-26T06:16:35.800905269Z [disk usage checker] Volume usage percentage: current = 18 ; allowed = 70 [must-gather-g97bp] POD 2025-11-26T06:16:36.023853041Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:16:36.029906574Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- storageclasses [must-gather-g97bp] POD 2025-11-26T06:16:36.088709824Z inspecting storageclasses [must-gather-g97bp] POD 2025-11-26T06:16:36.107580311Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:16:36.118292404Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- csidrivers [must-gather-g97bp] POD 2025-11-26T06:16:36.121322145Z inspecting csidrivers [must-gather-g97bp] POD 2025-11-26T06:16:36.867446777Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:16:36.874180876Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- csinodes [must-gather-g97bp] POD 2025-11-26T06:16:36.878223022Z inspecting csinodes [must-gather-g97bp] POD 2025-11-26T06:16:37.037507418Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:16:37.051576251Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- csistoragecapacities [must-gather-g97bp] POD 2025-11-26T06:16:37.053650090Z inspecting csistoragecapacities [must-gather-g97bp] POD 2025-11-26T06:16:37.504559441Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:16:37.513572174Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- volumeattachments [must-gather-g97bp] POD 2025-11-26T06:16:37.515886629Z inspecting volumeattachments [must-gather-g97bp] POD 2025-11-26T06:16:37.914985675Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:16:37.930262257Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- persistentvolumes [must-gather-g97bp] POD 2025-11-26T06:16:37.993207905Z inspecting persistentvolumes [must-gather-g97bp] POD 2025-11-26T06:16:38.061283655Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:16:38.568960588Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:16:38.782975538Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:16:38.917884768Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:16:39.098741185Z Wrote inspect data to /must-gather. [must-gather-g97bp] POD 2025-11-26T06:16:39.105655268Z running gather_ssp [must-gather-g97bp] POD 2025-11-26T06:16:39.108162387Z +++ dirname -- /usr/bin/gather_ssp [must-gather-g97bp] POD 2025-11-26T06:16:39.110350489Z ++ cd -- /usr/bin [must-gather-g97bp] POD 2025-11-26T06:16:39.110743088Z ++ pwd [must-gather-g97bp] POD 2025-11-26T06:16:39.110743088Z + DIR_NAME=/usr/bin [must-gather-g97bp] POD 2025-11-26T06:16:39.110743088Z + source /usr/bin/common.sh [must-gather-g97bp] POD 2025-11-26T06:16:39.111730272Z ++++ dirname -- /usr/bin/common.sh [must-gather-g97bp] POD 2025-11-26T06:16:39.114014686Z +++ cd -- /usr/bin [must-gather-g97bp] POD 2025-11-26T06:16:39.114411685Z +++ pwd [must-gather-g97bp] POD 2025-11-26T06:16:39.114849376Z ++ DIR_NAME=/usr/bin [must-gather-g97bp] POD 2025-11-26T06:16:39.114985249Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-g97bp] POD 2025-11-26T06:16:39.115087631Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-g97bp] POD 2025-11-26T06:16:39.115168313Z ++ export PROS=5 [must-gather-g97bp] POD 2025-11-26T06:16:39.115201744Z ++ PROS=5 [must-gather-g97bp] POD 2025-11-26T06:16:39.115372638Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-g97bp] POD 2025-11-26T06:16:39.115416239Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-g97bp] POD 2025-11-26T06:16:39.115676055Z + check_command [must-gather-g97bp] POD 2025-11-26T06:16:39.115733336Z + [[ -z 1 ]] [must-gather-g97bp] POD 2025-11-26T06:16:39.117227012Z ++ uniq [must-gather-g97bp] POD 2025-11-26T06:16:39.117227012Z ++ /usr/bin/oc get templates --all-namespaces -l template.kubevirt.io/type=base -o 'jsonpath={range .items[*]}{.metadata.namespace}{"\n"}{end}' [must-gather-g97bp] POD 2025-11-26T06:16:39.365688946Z + namespaces=openshift [must-gather-g97bp] POD 2025-11-26T06:16:39.366079045Z + echo openshift [must-gather-g97bp] POD 2025-11-26T06:16:39.366436574Z + xargs -t '-I{}' -P 5 --max-args=1 command sh -c 'mkdir -p $2; /usr/bin/oc get templates -n $1 -o yaml > $2/$1.yaml' -- '{}' '/must-gather/namespaces/{}/templates' [must-gather-g97bp] POD 2025-11-26T06:16:39.366590638Z + tr ' ' '\n' [must-gather-g97bp] POD 2025-11-26T06:16:39.368157735Z command sh -c 'mkdir -p $2; /usr/bin/oc get templates -n $1 -o yaml > $2/$1.yaml' -- openshift /must-gather/namespaces/openshift/templates [must-gather-g97bp] POD 2025-11-26T06:16:39.888542429Z + exit 0 [must-gather-g97bp] POD 2025-11-26T06:16:39.888946559Z running gather_virtualmachines [must-gather-g97bp] POD 2025-11-26T06:16:39.891737105Z +++ dirname -- /usr/bin/gather_virtualmachines [must-gather-g97bp] POD 2025-11-26T06:16:39.893575008Z ++ cd -- /usr/bin [must-gather-g97bp] POD 2025-11-26T06:16:39.893643819Z ++ pwd [must-gather-g97bp] POD 2025-11-26T06:16:39.893927176Z + DIR_NAME=/usr/bin [must-gather-g97bp] POD 2025-11-26T06:16:39.894017708Z + source /usr/bin/common.sh [must-gather-g97bp] POD 2025-11-26T06:16:39.895282688Z ++++ dirname -- /usr/bin/common.sh [must-gather-g97bp] POD 2025-11-26T06:16:39.897209064Z +++ cd -- /usr/bin [must-gather-g97bp] POD 2025-11-26T06:16:39.897275625Z +++ pwd [must-gather-g97bp] POD 2025-11-26T06:16:39.897610213Z ++ DIR_NAME=/usr/bin [must-gather-g97bp] POD 2025-11-26T06:16:39.897716626Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-g97bp] POD 2025-11-26T06:16:39.897759687Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-g97bp] POD 2025-11-26T06:16:39.897829998Z ++ export PROS=5 [must-gather-g97bp] POD 2025-11-26T06:16:39.897870179Z ++ PROS=5 [must-gather-g97bp] POD 2025-11-26T06:16:39.897918981Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-g97bp] POD 2025-11-26T06:16:39.898083124Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-g97bp] POD 2025-11-26T06:16:39.898361781Z + check_command [must-gather-g97bp] POD 2025-11-26T06:16:39.898428693Z + [[ -z 1 ]] [must-gather-g97bp] POD 2025-11-26T06:16:39.898476884Z + vmConvertor [must-gather-g97bp] POD 2025-11-26T06:16:39.911455861Z No VM found [must-gather-g97bp] POD 2025-11-26T06:16:39.912842644Z + exit 0 [must-gather-g97bp] POD 2025-11-26T06:16:39.913388566Z running gather_webhooks [must-gather-g97bp] POD 2025-11-26T06:16:39.916128981Z +++ dirname -- /usr/bin/gather_webhooks [must-gather-g97bp] POD 2025-11-26T06:16:39.918669121Z ++ cd -- /usr/bin [must-gather-g97bp] POD 2025-11-26T06:16:39.918764933Z ++ pwd [must-gather-g97bp] POD 2025-11-26T06:16:39.919110212Z + DIR_NAME=/usr/bin [must-gather-g97bp] POD 2025-11-26T06:16:39.919251655Z + source /usr/bin/common.sh [must-gather-g97bp] POD 2025-11-26T06:16:39.920266899Z ++++ dirname -- /usr/bin/common.sh [must-gather-g97bp] POD 2025-11-26T06:16:39.921951619Z +++ cd -- /usr/bin [must-gather-g97bp] POD 2025-11-26T06:16:39.922110243Z +++ pwd [must-gather-g97bp] POD 2025-11-26T06:16:39.922279827Z ++ DIR_NAME=/usr/bin [must-gather-g97bp] POD 2025-11-26T06:16:39.922347768Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-g97bp] POD 2025-11-26T06:16:39.922385299Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-g97bp] POD 2025-11-26T06:16:39.922433300Z ++ export PROS=5 [must-gather-g97bp] POD 2025-11-26T06:16:39.922482881Z ++ PROS=5 [must-gather-g97bp] POD 2025-11-26T06:16:39.922482881Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-g97bp] POD 2025-11-26T06:16:39.922504082Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-g97bp] POD 2025-11-26T06:16:39.922707737Z + check_command [must-gather-g97bp] POD 2025-11-26T06:16:39.922787909Z + [[ -z 1 ]] [must-gather-g97bp] POD 2025-11-26T06:16:39.922973013Z + export -f gather_validating_wh [must-gather-g97bp] POD 2025-11-26T06:16:39.923072275Z + export -f gather_mutating_wh [must-gather-g97bp] POD 2025-11-26T06:16:39.923576487Z ++ /usr/bin/oc get validatingwebhookconfiguration -o custom-columns=NAME:.metadata.name --no-headers [must-gather-g97bp] POD 2025-11-26T06:16:40.102666882Z + validating_wh='admissionwebhook.noobaa.io-t8jwx [must-gather-g97bp] POD 2025-11-26T06:16:40.102666882Z alertmanagerconfigs.openshift.io [must-gather-g97bp] POD 2025-11-26T06:16:40.102666882Z autoscaling.openshift.io [must-gather-g97bp] POD 2025-11-26T06:16:40.102666882Z cdi-api-dataimportcron-validate [must-gather-g97bp] POD 2025-11-26T06:16:40.102666882Z cdi-api-datavolume-validate [must-gather-g97bp] POD 2025-11-26T06:16:40.102666882Z cdi-api-populator-validate [must-gather-g97bp] POD 2025-11-26T06:16:40.102666882Z cdi-api-validate [must-gather-g97bp] POD 2025-11-26T06:16:40.102666882Z cluster-baremetal-validating-webhook-configuration [must-gather-g97bp] POD 2025-11-26T06:16:40.102666882Z controlplanemachineset.machine.openshift.io [must-gather-g97bp] POD 2025-11-26T06:16:40.102666882Z machine-api [must-gather-g97bp] POD 2025-11-26T06:16:40.102666882Z monitoringconfigmaps.openshift.io [must-gather-g97bp] POD 2025-11-26T06:16:40.102666882Z multus.openshift.io [must-gather-g97bp] POD 2025-11-26T06:16:40.102666882Z network-node-identity.openshift.io [must-gather-g97bp] POD 2025-11-26T06:16:40.102666882Z objecttransfer-api-validate [must-gather-g97bp] POD 2025-11-26T06:16:40.102666882Z performance-addon-operator [must-gather-g97bp] POD 2025-11-26T06:16:40.102666882Z prometheusrules.openshift.io [must-gather-g97bp] POD 2025-11-26T06:16:40.102666882Z validate-hco.kubevirt.io-zstlp [must-gather-g97bp] POD 2025-11-26T06:16:40.102666882Z validate-hostpath-provisioner.kubevirt.io-nrmzj [must-gather-g97bp] POD 2025-11-26T06:16:40.102666882Z validation.v1beta2.ssp.kubevirt.io-mm42j [must-gather-g97bp] POD 2025-11-26T06:16:40.102666882Z validation.v1beta3.ssp.kubevirt.io-xb2ct [must-gather-g97bp] POD 2025-11-26T06:16:40.102666882Z vbackup.cnpg.io-cjsf7 [must-gather-g97bp] POD 2025-11-26T06:16:40.102666882Z vcluster.cnpg.io-zs8n8 [must-gather-g97bp] POD 2025-11-26T06:16:40.102666882Z vdatabase.cnpg.io-srp6h [must-gather-g97bp] POD 2025-11-26T06:16:40.102666882Z virt-api-validator [must-gather-g97bp] POD 2025-11-26T06:16:40.102666882Z virt-operator-validator [must-gather-g97bp] POD 2025-11-26T06:16:40.102666882Z virt-template-validator [must-gather-g97bp] POD 2025-11-26T06:16:40.102666882Z vpooler.cnpg.io-7j966 [must-gather-g97bp] POD 2025-11-26T06:16:40.102666882Z vscheduledbackup.cnpg.io-q6flj' [must-gather-g97bp] POD 2025-11-26T06:16:40.104382802Z + tr ' ' '\n' [must-gather-g97bp] POD 2025-11-26T06:16:40.104382802Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'gather_validating_wh $1' -- '{}' [must-gather-g97bp] POD 2025-11-26T06:16:40.104558857Z + echo 'admissionwebhook.noobaa.io-t8jwx [must-gather-g97bp] POD 2025-11-26T06:16:40.104558857Z alertmanagerconfigs.openshift.io [must-gather-g97bp] POD 2025-11-26T06:16:40.104558857Z autoscaling.openshift.io [must-gather-g97bp] POD 2025-11-26T06:16:40.104558857Z cdi-api-dataimportcron-validate [must-gather-g97bp] POD 2025-11-26T06:16:40.104558857Z cdi-api-datavolume-validate [must-gather-g97bp] POD 2025-11-26T06:16:40.104558857Z cdi-api-populator-validate [must-gather-g97bp] POD 2025-11-26T06:16:40.104558857Z cdi-api-validate [must-gather-g97bp] POD 2025-11-26T06:16:40.104558857Z cluster-baremetal-validating-webhook-configuration [must-gather-g97bp] POD 2025-11-26T06:16:40.104558857Z controlplanemachineset.machine.openshift.io [must-gather-g97bp] POD 2025-11-26T06:16:40.104558857Z machine-api [must-gather-g97bp] POD 2025-11-26T06:16:40.104558857Z monitoringconfigmaps.openshift.io [must-gather-g97bp] POD 2025-11-26T06:16:40.104558857Z multus.openshift.io [must-gather-g97bp] POD 2025-11-26T06:16:40.104558857Z network-node-identity.openshift.io [must-gather-g97bp] POD 2025-11-26T06:16:40.104558857Z objecttransfer-api-validate [must-gather-g97bp] POD 2025-11-26T06:16:40.104558857Z performance-addon-operator [must-gather-g97bp] POD 2025-11-26T06:16:40.104558857Z prometheusrules.openshift.io [must-gather-g97bp] POD 2025-11-26T06:16:40.104558857Z validate-hco.kubevirt.io-zstlp [must-gather-g97bp] POD 2025-11-26T06:16:40.104558857Z validate-hostpath-provisioner.kubevirt.io-nrmzj [must-gather-g97bp] POD 2025-11-26T06:16:40.104558857Z validation.v1beta2.ssp.kubevirt.io-mm42j [must-gather-g97bp] POD 2025-11-26T06:16:40.104558857Z validation.v1beta3.ssp.kubevirt.io-xb2ct [must-gather-g97bp] POD 2025-11-26T06:16:40.104558857Z vbackup.cnpg.io-cjsf7 [must-gather-g97bp] POD 2025-11-26T06:16:40.104558857Z vcluster.cnpg.io-zs8n8 [must-gather-g97bp] POD 2025-11-26T06:16:40.104558857Z vdatabase.cnpg.io-srp6h [must-gather-g97bp] POD 2025-11-26T06:16:40.104558857Z virt-api-validator [must-gather-g97bp] POD 2025-11-26T06:16:40.104558857Z virt-operator-validator [must-gather-g97bp] POD 2025-11-26T06:16:40.104558857Z virt-template-validator [must-gather-g97bp] POD 2025-11-26T06:16:40.104558857Z vpooler.cnpg.io-7j966 [must-gather-g97bp] POD 2025-11-26T06:16:40.104558857Z vscheduledbackup.cnpg.io-q6flj' [must-gather-g97bp] POD 2025-11-26T06:16:40.105725174Z sh -c 'gather_validating_wh $1' -- admissionwebhook.noobaa.io-t8jwx [must-gather-g97bp] POD 2025-11-26T06:16:40.107325032Z sh -c 'gather_validating_wh $1' -- alertmanagerconfigs.openshift.io [must-gather-g97bp] POD 2025-11-26T06:16:40.108345136Z sh -c 'gather_validating_wh $1' -- autoscaling.openshift.io [must-gather-g97bp] POD 2025-11-26T06:16:40.109345780Z sh -c 'gather_validating_wh $1' -- cdi-api-dataimportcron-validate [must-gather-g97bp] POD 2025-11-26T06:16:40.111515891Z sh -c 'gather_validating_wh $1' -- cdi-api-datavolume-validate [must-gather-g97bp] POD 2025-11-26T06:16:40.833576794Z [disk usage checker] Volume usage percentage: current = 18 ; allowed = 70 [must-gather-g97bp] POD 2025-11-26T06:16:41.404655596Z sh -c 'gather_validating_wh $1' -- cdi-api-populator-validate [must-gather-g97bp] POD 2025-11-26T06:16:41.417094100Z sh -c 'gather_validating_wh $1' -- cdi-api-validate [must-gather-g97bp] POD 2025-11-26T06:16:41.425810267Z sh -c 'gather_validating_wh $1' -- cluster-baremetal-validating-webhook-configuration [must-gather-g97bp] POD 2025-11-26T06:16:41.491351136Z sh -c 'gather_validating_wh $1' -- controlplanemachineset.machine.openshift.io [must-gather-g97bp] POD 2025-11-26T06:16:41.501230180Z sh -c 'gather_validating_wh $1' -- machine-api [must-gather-g97bp] POD 2025-11-26T06:16:42.477200126Z sh -c 'gather_validating_wh $1' -- monitoringconfigmaps.openshift.io [must-gather-g97bp] POD 2025-11-26T06:16:42.535800162Z sh -c 'gather_validating_wh $1' -- multus.openshift.io [must-gather-g97bp] POD 2025-11-26T06:16:42.550929659Z sh -c 'gather_validating_wh $1' -- network-node-identity.openshift.io [must-gather-g97bp] POD 2025-11-26T06:16:42.641612784Z sh -c 'gather_validating_wh $1' -- objecttransfer-api-validate [must-gather-g97bp] POD 2025-11-26T06:16:42.653806552Z sh -c 'gather_validating_wh $1' -- performance-addon-operator [must-gather-g97bp] POD 2025-11-26T06:16:43.488119468Z sh -c 'gather_validating_wh $1' -- prometheusrules.openshift.io [must-gather-g97bp] POD 2025-11-26T06:16:43.540291832Z Error from server (NotFound): namespaces "