+ 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.59cn -xzvf - oc oc + oc whoami --show-console https://console-openshift-console.apps.ci-op-96kz7iwd-0bc9c.release-ci.cnv-qe.rhood.us ++ oc get subscription.operators.coreos.com -n openshift-cnv -o 'jsonpath={.items[0].metadata.name}' + HCO_SUBSCRIPTION=hco-operatorhub + oc get sc NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE gp2-csi ebs.csi.aws.com Delete WaitForFirstConsumer true 57m gp3-csi (default) ebs.csi.aws.com Delete WaitForFirstConsumer true 57m ocs-storagecluster-ceph-rbd (default) openshift-storage.rbd.csi.ceph.com Delete Immediate true 4m ocs-storagecluster-ceph-rbd-virtualization openshift-storage.rbd.csi.ceph.com Delete Immediate true 4m ocs-storagecluster-cephfs openshift-storage.cephfs.csi.ceph.com Delete Immediate true 4m openshift-storage.noobaa.io openshift-storage.noobaa.io/obc Delete Immediate false 51s + 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 57m gp3-csi ebs.csi.aws.com Delete WaitForFirstConsumer true 57m ocs-storagecluster-ceph-rbd openshift-storage.rbd.csi.ceph.com Delete Immediate true 4m1s ocs-storagecluster-ceph-rbd-virtualization (default) openshift-storage.rbd.csi.ceph.com Delete Immediate true 4m1s ocs-storagecluster-cephfs openshift-storage.cephfs.csi.ceph.com Delete Immediate true 4m1s openshift-storage.noobaa.io openshift-storage.noobaa.io/obc Delete Immediate false 52s + 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 + retry 5 5 oc patch hco kubevirt-hyperconverged -n openshift-cnv --type=merge -p '{"spec":{"enableCommonBootImageImport": false}}' + local max_retries=5 + shift + local delay=5 + shift + local count=0 + oc patch hco kubevirt-hyperconverged -n openshift-cnv --type=merge -p '{"spec":{"enableCommonBootImageImport": false}}' Error from server (Conflict): admission webhook "validate-hco.kubevirt.io" denied the request: Operation cannot be fulfilled on ssps.ssp.kubevirt.io "ssp-kubevirt-hyperconverged": the object has been modified; please apply your changes to the latest version and try again + exit_code=1 + count=1 + '[' 1 -lt 5 ']' + echo 'Command failed. Attempt 1/5. Retrying in 5 seconds...' Command failed. Attempt 1/5. Retrying in 5 seconds... + sleep 5 + oc patch hco kubevirt-hyperconverged -n openshift-cnv --type=merge -p '{"spec":{"enableCommonBootImageImport": false}}' hyperconverged.hco.kubevirt.io/kubevirt-hyperconverged patched + return 0 + 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-6e384fa0067b" deleted datavolume.cdi.kubevirt.io "centos-stream9-016145bc9406" deleted datavolume.cdi.kubevirt.io "fedora-68ed96832eca" deleted datavolume.cdi.kubevirt.io "rhel10-c03936a065f2" deleted datavolume.cdi.kubevirt.io "rhel8-004e24cfacec" 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-43584f7f-03de-495c-b663-530d20f487b7" deleted persistentvolumeclaim "prime-7b30c562-1c0d-4583-b9a7-eaa0dc5cb393" deleted persistentvolumeclaim "prime-c7da038a-c425-4368-a510-6228384fafaa" deleted persistentvolumeclaim "prime-d20333db-2c4d-4424-a555-8ecad06a16ca" deleted persistentvolumeclaim "prime-f3d618ed-625b-4494-aa70-1ff0dbe8d290" deleted persistentvolumeclaim "prime-f8567cee-0d73-478f-9b1e-87fcf5ab6ea1" deleted + echo '[DEBUG] Enable DataImportCron' [DEBUG] Enable DataImportCron + cnv::toggle_common_boot_image_import true + local status=true + retry 5 5 oc patch hco kubevirt-hyperconverged -n openshift-cnv --type=merge -p '{"spec":{"enableCommonBootImageImport": true}}' + local max_retries=5 + shift + local delay=5 + shift + local count=0 + oc patch hco kubevirt-hyperconverged -n openshift-cnv --type=merge -p '{"spec":{"enableCommonBootImageImport": true}}' hyperconverged.hco.kubevirt.io/kubevirt-hyperconverged patched + return 0 + 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 centos-stream9-016145bc9406 Terminating pvc-6071fafd-02b1-40d2-b1c9-30dfe2af36c6 30Gi RWX ocs-storagecluster-ceph-rbd-virtualization 110s fedora-68ed96832eca Terminating pvc-b0c4204d-d873-4842-a4a8-da7d4e5379e6 30Gi RWX ocs-storagecluster-ceph-rbd-virtualization 107s prime-2f419658-9947-4b48-9a15-3e06afc99b88 Terminating pvc-134e4b6b-5e7a-4a01-841e-2238967e104e 0 ocs-storagecluster-ceph-rbd-virtualization 112s prime-4c4f4eb9-51e5-4549-bedb-e93c24711155 Lost pvc-b0c4204d-d873-4842-a4a8-da7d4e5379e6 0 ocs-storagecluster-ceph-rbd-virtualization 107s + rc=0 + uv --verbose --cache-dir /tmp/uv-cache run pytest -o cache_dir=/tmp/pytest-cache -s -o log_cli=true --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 --tc-file=tests/global_config.py --tb=native --tc default_storage_class:ocs-storagecluster-ceph-rbd-virtualization --tc default_volume_mode:Block --tc hco_subscription:hco-operatorhub --latest-rhel --storage-class-matrix=ocs-storagecluster-ceph-rbd-virtualization --leftovers-collector -m smoke warning: The `tool.uv.dev-dependencies` field (used in `pyproject.toml`) is deprecated and will be removed in a future release; use `dependency-groups.dev` instead DEBUG uv 0.9.25 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-20` at: /openshift-virtualization-tests DEBUG Acquired exclusive lock for `/openshift-virtualization-tests` DEBUG Using Python request `3.12` from explicit request DEBUG Checking for Python environment at: `.venv` DEBUG The project environment's Python version satisfies the request: `Python 3.12` DEBUG Released lock at `/tmp/uv-8040f6fbf2d03ad4.lock` DEBUG Skipping environment synchronization due to `--no-sync` DEBUG Using Python 3.12.12 interpreter at: /openshift-virtualization-tests/.venv/bin/python3 DEBUG Running `pytest -o cache_dir=/tmp/pytest-cache -s -o log_cli=true --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 --tc-file=tests/global_config.py --tb=native --tc default_storage_class:ocs-storagecluster-ceph-rbd-virtualization --tc default_volume_mode:Block --tc hco_subscription:hco-operatorhub --latest-rhel --storage-class-matrix=ocs-storagecluster-ceph-rbd-virtualization --leftovers-collector -m smoke` DEBUG Spawned child 579 in process group 1 2026-01-17T03:16:09.299128 ocp_resources.resource INFO Trying to get client via new_client_from_config /openshift-virtualization-tests/.venv/lib/python3.12/site-packages/pytest_progress.py:155: PytestDeprecationWarning: The hookimpl ProgressTerminalReporter.pytest_report_teststatus uses old-style configuration options (marks or attributes). Please use the pytest.hookimpl(tryfirst=True) decorator instead to configure the hooks. See https://docs.pytest.org/en/latest/deprecations.html#configuring-hook-specs-impls-using-markers @pytest.mark.tryfirst 2026-01-17T03:16:10.441745 pyhelper_utils.shell INFO Running Hide By User command 2026-01-17T03:16:10.441167 utilities.pytest_utils INFO Getting artifactory server information using cluster host url: https://api.ci-op-96kz7iwd-0bc9c.release-ci.cnv-qe.rhood.us:6443 2026-01-17T03:16:10.441508 utilities.pytest_utils INFO Using user requested `ARTIFACTORY_SERVER` environment variable: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 2026-01-17T03:16:10.833746 utilities.bitwarden INFO Cache info stats for pulling secrets: CacheInfo(hits=0, misses=1, maxsize=None, currsize=0) 2026-01-17T03:16:10.971319 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.12/site-packages/kubernetes/client/exceptions.py:91: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.6.0. Instead access HTTPResponse.headers directly. self.headers = http_resp.getheaders() /openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/client/exceptions.py:91: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.6.0. Instead access HTTPResponse.headers directly. self.headers = http_resp.getheaders() 2026-01-17T03:16:11.030790 ocp_resources Namespace INFO Create Namespace cnv-tests-run-in-progress-ns 2026-01-17T03:16:11.030949 ocp_resources Namespace INFO Posting {'apiVersion': 'v1', 'kind': 'Namespace', 'metadata': {'name': 'cnv-tests-run-in-progress-ns'}, 'spec': {}} 2026-01-17T03:16:11.066982 ocp_resources Namespace INFO Wait until Namespace cnv-tests-run-in-progress-ns is created 2026-01-17T03:16:11.067283 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait.lambda: self.exists) 2026-01-17T03:16:11.075301 timeout_sampler INFO Elapsed time: 0.00010037422180175781 [0:00:00.000100] 2026-01-17T03:16:11.075413 ocp_resources Namespace INFO Wait for Namespace cnv-tests-run-in-progress-ns status to be Active 2026-01-17T03:16:11.075616 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2026-01-17T03:16:11.081677 ocp_resources Namespace INFO Status of Namespace cnv-tests-run-in-progress-ns is Active 2026-01-17T03:16:11.081834 timeout_sampler INFO Elapsed time: 7.557868957519531e-05 [0:00:00.000076] 2026-01-17T03:16:11.081928 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 5 times] 2026-01-17T03:16:11.082002 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'}} 2026-01-17T03:16:11.092762 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-01-17T03:16:11.101276 ocp_resources ConfigMap INFO Create ConfigMap cnv-tests-run-in-progress 2026-01-17T03:16:11.101427 ocp_resources ConfigMap INFO Posting {'apiVersion': 'v1', 'kind': 'ConfigMap', 'metadata': {'name': 'cnv-tests-run-in-progress', 'namespace': 'cnv-tests-run-in-progress-ns'}, 'data': '*******'} 2026-01-17T03:16:12.763618 ocp_resources.resource INFO kind: StorageClass api version: storage.k8s.io/v1 ============================= test session starts ============================== platform linux -- Python 3.12.12, pytest-8.4.2, pluggy-1.6.0 cachedir: /tmp/pytest-cache benchmark: 5.1.0 (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 testpaths: tests plugins: anyio-4.11.0, benchmark-5.1.0, 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.3.0, 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 2082 items / 2060 deselected / 22 selected tests/infrastructure/instance_types/supported_os/test_rhel_os.py 2026-01-17 03:16:14,034 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:16:14,034 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-01-17 03:16:14,034 INFO sqlalchemy.engine.Engine [raw sql] () 2026-01-17T03:16:14.034091 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17 03:16:14,035 INFO sqlalchemy.engine.Engine PRAGMA temp.table_info("CnvTestTable") 2026-01-17 03:16:14,035 INFO sqlalchemy.engine.Engine [raw sql] () 2026-01-17T03:16:14.034350 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-01-17T03:16:14.034459 sqlalchemy.engine.Engine INFO [raw sql] () 2026-01-17 03:16:14,035 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) ) 2026-01-17 03:16:14,035 INFO sqlalchemy.engine.Engine [no key 0.00012s] () 2026-01-17T03:16:14.035048 sqlalchemy.engine.Engine INFO PRAGMA temp.table_info("CnvTestTable") 2026-01-17T03:16:14.035169 sqlalchemy.engine.Engine INFO [raw sql] () 2026-01-17T03:16:14.035862 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) )  2026-01-17T03:16:14.035980 sqlalchemy.engine.Engine INFO [no key 0.00012s] () 2026-01-17 03:16:14,044 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17 03:16:14,046 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:16:14,047 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17 03:16:14,047 INFO sqlalchemy.engine.Engine [generated in 0.00017s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1768619774) 2026-01-17T03:16:14.044310 sqlalchemy.engine.Engine INFO COMMIT 2026-01-17T03:16:14.045076 sqlalchemy.orm.mapper.Mapper INFO (CnvTestTable|CnvTestTable) _post_configure_properties() started 2026-01-17 03:16:14,048 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17T03:16:14.045275 sqlalchemy.orm.mapper.Mapper INFO (CnvTestTable|CnvTestTable) initialize prop id 2026-01-17T03:16:14.045650 sqlalchemy.orm.mapper.Mapper INFO (CnvTestTable|CnvTestTable) initialize prop test_name 2026-01-17T03:16:14.045798 sqlalchemy.orm.mapper.Mapper INFO (CnvTestTable|CnvTestTable) initialize prop start_time 2026-01-17T03:16:14.045911 sqlalchemy.orm.mapper.Mapper INFO (CnvTestTable|CnvTestTable) _post_configure_properties() complete 2026-01-17T03:16:14.046258 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17T03:16:14.047169 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17T03:16:14.047286 sqlalchemy.engine.Engine INFO [generated in 0.00017s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1768619774) 2026-01-17T03:16:14.048073 sqlalchemy.engine.Engine INFO COMMIT ------------------------ test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] ------------------------ -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-01-17T03:16:14.056156 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] 2026-01-17T03:16:14.055822 conftest INFO Executing session fixture: admin_client 2026-01-17T03:16:14.063944 conftest INFO Executing session fixture: pytestconfig 2026-01-17T03:16:14.064095 conftest INFO Executing session fixture: installing_cnv 2026-01-17T03:16:14.064209 conftest INFO Executing session fixture: cnv_tests_utilities_namespace 2026-01-17T03:16:14.077502 ocp_resources Namespace INFO Create Namespace cnv-tests-utilities 2026-01-17T03:16:14.077758 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': {}} 2026-01-17T03:16:14.097345 ocp_resources Namespace INFO Wait for Namespace cnv-tests-utilities status to be Active 2026-01-17T03:16:14.097570 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2026-01-17T03:16:14.100835 ocp_resources Namespace INFO Status of Namespace cnv-tests-utilities is Active 2026-01-17T03:16:14.101014 timeout_sampler INFO Elapsed time: 0.00011944770812988281 [0:00:00.000119] 2026-01-17T03:16:14.101216 conftest INFO Executing session fixture: skip_unprivileged_client 2026-01-17T03:16:14.101381 conftest INFO Executing session fixture: identity_provider_config 2026-01-17T03:16:14.102034 ocp_resources.resource INFO kind: OAuth api version: config.openshift.io/v1 2026-01-17T03:16:14.102201 conftest INFO Executing session fixture: leftovers_cleanup 2026-01-17T03:16:14.102295 tests.conftest INFO Checking for leftover resources 2026-01-17T03:16:14.102889 ocp_resources.resource INFO kind: DaemonSet api version: apps/v1 2026-01-17T03:16:14.127838 ocp_resources.resource INFO ResourceEdits: Updating data for resource OAuth cluster 2026-01-17T03:16:14.127978 ocp_resources OAuth INFO Update OAuth cluster: {'metadata': {'name': 'cluster'}, 'spec': {}} 2026-01-17T03:16:14.135444 conftest INFO Executing session fixture: artifactory_setup 2026-01-17T03:16:14.135745 tests.conftest INFO Checking for artifactory credentials: 2026-01-17T03:16:14.136093 conftest INFO Executing session fixture: os_path_environment 2026-01-17T03:16:14.136286 conftest INFO Executing session fixture: tmpdir_factory 2026-01-17T03:16:14.136389 conftest INFO Executing session fixture: bin_directory 2026-01-17T03:16:14.137711 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-01-17T03:16:14.137456 conftest INFO Executing session fixture: virtctl_binary 2026-01-17T03:16:14.146986 ocp_resources.resource INFO kind: ConsoleCLIDownload api version: console.openshift.io/v1 2026-01-17T03:16:14.164112 utilities.infra INFO Downloading archive using: url=https://hyperconverged-cluster-cli-download-openshift-cnv.apps.ci-op-96kz7iwd-0bc9c.release-ci.cnv-qe.rhood.us/amd64/linux/virtctl.tar.gz 2026-01-17T03:16:14.307517 utilities.infra INFO Extract the downloaded archive. 2026-01-17T03:16:14.601909 utilities.infra INFO Downloaded file: ['virtctl'] 2026-01-17T03:16:14.608913 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-01-17T03:16:14.608488 conftest INFO Executing session fixture: oc_binary 2026-01-17T03:16:14.617111 ocp_resources.resource INFO kind: ConsoleCLIDownload api version: console.openshift.io/v1 2026-01-17T03:16:14.645818 utilities.infra INFO Downloading archive using: url=https://downloads-openshift-console.apps.ci-op-96kz7iwd-0bc9c.release-ci.cnv-qe.rhood.us/amd64/linux/oc.tar 2026-01-17T03:16:15.444707 utilities.infra INFO Extract the downloaded archive. 2026-01-17T03:16:15.620604 utilities.infra INFO Downloaded file: ['oc'] 2026-01-17T03:16:15.649019 ocp_resources.resource INFO kind: ClusterVersion api version: config.openshift.io/v1 2026-01-17T03:16:15.648435 conftest INFO Executing session fixture: bin_directory_to_os_path 2026-01-17T03:16:15.648695 tests.conftest INFO Adding /tmp/pytest-o6k6hsZcd6P66qZ4bgYspK/bin0 to $PATH 2026-01-17T03:16:15.648849 conftest INFO Executing session fixture: openshift_current_version 2026-01-17T03:16:15.662447 conftest INFO Executing session fixture: hco_namespace 2026-01-17T03:16:15.669181 conftest INFO Executing session fixture: csv_scope_session 2026-01-17T03:16:15.687583 ocp_resources.resource INFO kind: Subscription api version: operators.coreos.com/v1alpha1 2026-01-17T03:16:15.696374 ocp_resources.resource INFO kind: ClusterServiceVersion api version: operators.coreos.com/v1alpha1 2026-01-17T03:16:15.724630 conftest INFO Executing session fixture: cnv_current_version 2026-01-17T03:16:15.745346 ocp_resources.resource INFO kind: Subscription api version: operators.coreos.com/v1alpha1 2026-01-17T03:16:15.745172 conftest INFO Executing session fixture: cnv_subscription_scope_session 2026-01-17T03:16:15.749604 conftest INFO Executing session fixture: hco_image 2026-01-17T03:16:15.755875 ocp_resources.resource INFO kind: CatalogSource api version: operators.coreos.com/v1alpha1 2026-01-17T03:16:15.766995 ocp_resources.resource INFO kind: StorageClass api version: storage.k8s.io/v1 2026-01-17T03:16:15.766820 conftest INFO Executing session fixture: cluster_storage_classes 2026-01-17T03:16:15.770793 ocp_resources.resource INFO kind: ClusterServiceVersion api version: operators.coreos.com/v1alpha1 2026-01-17T03:16:15.770483 conftest INFO Executing session fixture: ocs_storage_class 2026-01-17T03:16:15.770658 conftest INFO Executing session fixture: ocs_current_version 2026-01-17T03:16:15.785763 conftest INFO Executing session fixture: kubevirt_resource_scope_session 2026-01-17T03:16:15.800096 ocp_resources.resource INFO kind: KubeVirt api version: kubevirt.io/v1 2026-01-17T03:16:15.808813 ocp_resources.resource INFO kind: Network api version: config.openshift.io/v1 2026-01-17T03:16:15.808296 conftest INFO Executing session fixture: cluster_service_network 2026-01-17T03:16:15.812399 conftest INFO Executing session fixture: ipv6_supported_cluster 2026-01-17T03:16:15.812631 conftest INFO Executing session fixture: ipv4_supported_cluster 2026-01-17T03:16:15.812792 conftest INFO Executing session fixture: nodes 2026-01-17T03:16:15.827507 conftest INFO Executing session fixture: workers 2026-01-17T03:16:15.872332 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-01-17T03:16:15.871643 conftest INFO Executing session fixture: cnv_source 2026-01-17T03:16:15.871848 conftest INFO Executing session fixture: is_production_source 2026-01-17T03:16:15.871965 conftest INFO Executing session fixture: generated_pulled_secret 2026-01-17T03:16:15.896345 conftest INFO Executing session fixture: cnv_tests_utilities_service_account 2026-01-17T03:16:15.904576 ocp_resources ServiceAccount INFO Create ServiceAccount cnv-tests-sa 2026-01-17T03:16:15.904746 ocp_resources ServiceAccount INFO Posting {'apiVersion': 'v1', 'kind': 'ServiceAccount', 'metadata': {'name': 'cnv-tests-sa', 'namespace': 'cnv-tests-utilities'}} 2026-01-17T03:16:16.019141 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/tmpfw0xkp17-cnv-tests-pull-secret/pull-secrets.json'}) 2026-01-17T03:16:16.019392 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/tmpfw0xkp17-cnv-tests-pull-secret/pull-secrets.json command 2026-01-17T03:16:16.018900 conftest INFO Executing session fixture: utility_daemonset 2026-01-17T03:16:17.330245 timeout_sampler INFO Elapsed time: 0.0001838207244873047 [0:00:00.000184] 2026-01-17T03:16:17.351510 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] 2026-01-17T03:16:17.358511 ocp_resources DaemonSet INFO Create DaemonSet utility 2026-01-17T03:16:17.358783 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'}}} 2026-01-17T03:16:17.394636 ocp_resources DaemonSet INFO Wait for DaemonSet utility to deploy all desired pods 2026-01-17T03:16:17.394924 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'}) 2026-01-17T03:16:34.495842 timeout_sampler INFO Elapsed time: 17.09617304801941 [0:00:17.096173] 2026-01-17T03:16:34.496255 conftest INFO Executing session fixture: workers_utility_pods 2026-01-17T03:16:34.614989 conftest INFO Executing session fixture: workers_type 2026-01-17T03:16:34.628422 ocp_resources Pod INFO Execute ['chroot', '/host', 'bash', '-c', 'systemd-detect-virt'] on utility-hbhh4 (ip-10-0-45-153.us-east-2.compute.internal) 2026-01-17T03:16:34.692906 tests.conftest INFO Cluster workers are: physical 2026-01-17T03:16:34.693431 conftest INFO Executing session fixture: nodes_cpu_architecture 2026-01-17T03:16:34.732934 pyhelper_utils.shell INFO Running virtctl --kubeconfig /tmp/kubeconfig-2729690302 version command 2026-01-17T03:16:34.732743 conftest INFO Executing session fixture: cluster_info 2026-01-17T03:16:34.768528 ocp_resources.resource INFO kind: Network api version: config.openshift.io/v1 2026-01-17T03:16:34.774726 tests.conftest INFO Cluster info: Openshift version: 4.20.0-0.nightly-2026-01-16-181948 CNV version: 4.20.3 HCO image: registry.redhat.io/redhat/redhat-operator-index:v4.20 OCS version: 4.20.5-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.6.3-42-gf72ce58db2", GitCommit:"f72ce58db218d0dfe60ce157ea6c37032a0fda17", GitTreeState:"clean", BuildDate:"2025-12-07T09:01:32Z", 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.6.3-42-gf72ce58db2", GitCommit:"f72ce58db218d0dfe60ce157ea6c37032a0fda17", GitTreeState:"clean", BuildDate:"2025-12-12T08:29:44Z", GoVersion:"go1.24.6 (Red Hat 1.24.6-1.el9_6) X:strictfipsruntime", Compiler:"gc", Platform:"linux/amd64"}  2026-01-17T03:16:34.775090 conftest INFO Executing function fixture: term_handler_scope_function 2026-01-17T03:16:34.775305 conftest INFO Executing class fixture: term_handler_scope_class 2026-01-17T03:16:34.775462 conftest INFO Executing module fixture: term_handler_scope_module 2026-01-17T03:16:34.775670 conftest INFO Executing session fixture: term_handler_scope_session 2026-01-17T03:16:34.775811 conftest INFO Executing session fixture: record_testsuite_property 2026-01-17T03:16:34.775932 conftest INFO Executing session fixture: junitxml_polarion 2026-01-17T03:16:34.779747 conftest INFO Executing session fixture: cluster_storage_classes_names 2026-01-17T03:16:34.779891 conftest INFO Executing session fixture: junitxml_plugin 2026-01-17T03:16:34.780369 conftest INFO Executing session fixture: hyperconverged_resource_scope_session 2026-01-17T03:16:34.795043 ocp_resources.resource INFO kind: HyperConverged api version: hco.kubevirt.io/v1beta1 2026-01-17T03:16:34.800418 conftest INFO Executing session fixture: cluster_sanity_scope_session 2026-01-17T03:16:34.807102 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. 2026-01-17T03:16:34.806858 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2026-01-17T03:16:34.806963 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2026-01-17T03:16:34.807040 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2026-01-17T03:16:34.837597 ocp_utilities.infra INFO Verify all nodes are schedulable. 2026-01-17T03:16:34.868169 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2026-01-17T03:16:35.366979 timeout_sampler INFO Elapsed time: 0.00014019012451171875 [0:00:00.000140] 2026-01-17T03:16:35.367285 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) 2026-01-17T03:16:35.367166 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 2026-01-17T03:16:45.414440 timeout_sampler INFO Elapsed time: 10.032257080078125 [0:00:10.032257] 2026-01-17T03:16:45.414825 conftest INFO Executing module fixture: cluster_sanity_scope_module 2026-01-17T03:16:45.420864 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. 2026-01-17T03:16:45.420630 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2026-01-17T03:16:45.420737 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2026-01-17T03:16:45.420813 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2026-01-17T03:16:45.463007 ocp_utilities.infra INFO Verify all nodes are schedulable. 2026-01-17T03:16:45.493442 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2026-01-17T03:16:45.869817 timeout_sampler INFO Elapsed time: 0.00010991096496582031 [0:00:00.000110] 2026-01-17T03:16:45.870139 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) 2026-01-17T03:16:45.870018 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 2026-01-17T03:16:55.907764 timeout_sampler INFO Elapsed time: 10.023445844650269 [0:00:10.023446] 2026-01-17T03:16:55.908173 conftest INFO Executing session fixture: ssh_key_tmpdir_scope_session 2026-01-17T03:16:55.909111 conftest INFO Executing session fixture: generated_ssh_key_for_vm_access 2026-01-17T03:16:55.960160 conftest INFO Executing function fixture: autouse_fixtures 2026-01-17T03:16:55.960398 conftest INFO Executing session fixture: unprivileged_secret 2026-01-17T03:16:55.962848 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-01-17T03:16:55.971372 ocp_resources Secret INFO Create Secret htpass-secret-for-cnv-tests 2026-01-17T03:16:55.971594 ocp_resources Secret INFO Posting {'apiVersion': 'v1', 'kind': 'Secret', 'metadata': {'name': 'htpass-secret-for-cnv-tests', 'namespace': 'openshift-config'}, 'data': '*******'} 2026-01-17T03:16:55.993859 ocp_resources.resource INFO ResourceEdit: Backing up old data 2026-01-17T03:16:55.993659 conftest INFO Executing session fixture: identity_provider_with_htpasswd 2026-01-17T03:16:55.997844 ocp_resources.resource INFO ResourceEdits: Updating data for resource OAuth cluster 2026-01-17T03:16:55.997967 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}}} 2026-01-17T03:16:56.013116 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-01-17T03:16:56.022306 ocp_resources.resource INFO kind: Deployment api version: apps/v1 2026-01-17T03:16:56.035228 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: tests.conftest..lambda: dp.instance.status.conditions) 2026-01-17T03:16:56.035088 tests.conftest INFO Wait for oauth-openshift -> Type: Progressing -> Reason: ReplicaSetUpdated 2026-01-17T03:17:02.074239 timeout_sampler INFO Elapsed time: 6.034336090087891 [0:00:06.034336] 2026-01-17T03:17:02.074518 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: tests.conftest..lambda: dp.instance.status.conditions) 2026-01-17T03:17:02.074400 tests.conftest INFO Wait for oauth-openshift -> Type: Progressing -> Reason: NewReplicaSetAvailable 2026-01-17T03:17:56.406247 timeout_sampler INFO Elapsed time: 54.3239848613739 [0:00:54.323985] 2026-01-17T03:17:56.406708 conftest INFO Executing session fixture: kubeconfig_export_path 2026-01-17T03:17:56.406871 conftest INFO Executing session fixture: exported_kubeconfig 2026-01-17T03:17:56.407330 tests.conftest INFO Setting KUBECONFIG dir for this run to point to: /tmp/tmpv6xh96_2-cnv-tests-kubeconfig 2026-01-17T03:17:56.407412 tests.conftest INFO Copy KUBECONFIG to /tmp/tmpv6xh96_2-cnv-tests-kubeconfig/kubeconfig 2026-01-17T03:17:56.407900 tests.conftest INFO Set: KUBECONFIG=/tmp/tmpv6xh96_2-cnv-tests-kubeconfig/kubeconfig 2026-01-17T03:17:56.408049 conftest INFO Executing session fixture: unprivileged_client 2026-01-17T03:17:56.513900 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-96kz7iwd-0bc9c.release-ci.cnv-qe.rhood.us:6443 -u unprivileged-user -p unprivileged-password', 'shell': True, 'stdout': -1, 'stderr': -1}) 2026-01-17T03:17:56.513694 utilities.infra INFO Trying to login to account 2026-01-17T03:17:56.905314 timeout_sampler INFO Elapsed time: 0.0003066062927246094 [0:00:00.000307] 2026-01-17T03:17:56.905104 utilities.infra INFO Login - success 2026-01-17T03:17:56.913529 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-96kz7iwd-0bc9c.release-ci.cnv-qe.rhood.us:6443 -u system:admin', 'shell': True, 'stdout': -1, 'stderr': -1}) 2026-01-17T03:17:56.913433 utilities.infra INFO Trying to login to account 2026-01-17T03:17:57.076987 timeout_sampler INFO Elapsed time: 0.00010514259338378906 [0:00:00.000105] 2026-01-17T03:17:57.077492 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-01-17T03:17:57.076770 utilities.infra INFO Login - success 2026-01-17T03:17:57.090224 conftest INFO Executing session fixture: golden_images_namespace 2026-01-17T03:17:57.096518 conftest INFO Executing session fixture: schedulable_nodes 2026-01-17T03:17:57.203753 conftest INFO Executing session fixture: cluster_node_cpus 2026-01-17T03:17:57.225471 conftest INFO Executing session fixture: cluster_common_modern_node_cpu 2026-01-17T03:17:57.225740 conftest INFO Executing session fixture: host_cpu_model 2026-01-17T03:17:57.247277 ocp_resources.resource INFO kind: ProjectRequest api version: project.openshift.io/v1 2026-01-17T03:17:57.246286 conftest INFO Executing session fixture: modern_cpu_for_migration 2026-01-17T03:17:57.247415 ocp_resources ProjectRequest INFO Create ProjectRequest instance-types-supported-os-test-rhel-os 2026-01-17T03:17:57.247663 ocp_resources ProjectRequest INFO Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'instance-types-supported-os-test-rhel-os'}} 2026-01-17T03:17:57.246403 utilities.infra INFO Host model cpus for all nodes are same {'ip-10-0-35-94.us-east-2.compute.internal': 'Skylake-Server-IBRS', 'ip-10-0-45-153.us-east-2.compute.internal': 'Skylake-Server-IBRS', 'ip-10-0-82-238.us-east-2.compute.internal': 'Skylake-Server-IBRS'}. No common cpus are needed 2026-01-17T03:17:57.246608 conftest INFO Executing module fixture: namespace 2026-01-17T03:17:57.336651 ocp_resources.resource INFO kind: Project api version: project.openshift.io/v1 2026-01-17T03:17:57.336782 ocp_resources Project INFO Wait for Project instance-types-supported-os-test-rhel-os status to be Active 2026-01-17T03:17:57.336942 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2026-01-17T03:17:57.345071 ocp_resources Project INFO Status of Project instance-types-supported-os-test-rhel-os is Active 2026-01-17T03:17:57.345232 timeout_sampler INFO Elapsed time: 7.271766662597656e-05 [0:00:00.000073] 2026-01-17T03:17:57.350481 ocp_resources Namespace INFO Wait for Namespace instance-types-supported-os-test-rhel-os status to be Active 2026-01-17T03:17:57.350704 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2026-01-17T03:17:57.354953 ocp_resources Namespace INFO Status of Namespace instance-types-supported-os-test-rhel-os is Active 2026-01-17T03:17:57.355113 timeout_sampler INFO Elapsed time: 8.177757263183594e-05 [0:00:00.000082] 2026-01-17T03:17:57.355198 ocp_resources.resource INFO ResourceEdits: Updating data for resource Namespace instance-types-supported-os-test-rhel-os 2026-01-17T03:17:57.355287 ocp_resources Namespace INFO Update Namespace instance-types-supported-os-test-rhel-os: {'metadata': {'labels': None, 'name': 'instance-types-supported-os-test-rhel-os'}} 2026-01-17T03:17:57.370777 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-01-17T03:17:57.370110 conftest INFO Executing module fixture: instance_type_rhel_os_matrix__module__ 2026-01-17T03:17:57.370294 conftest INFO Executing module fixture: storage_class_matrix__module__ 2026-01-17T03:17:57.370409 conftest INFO Executing module fixture: golden_image_rhel_vm_with_instance_type 2026-01-17T03:17:57.407939 ocp_resources.resource INFO kind: DataSource api version: cdi.kubevirt.io/v1beta1 2026-01-17T03:17:57.413685 ocp_resources.resource INFO kind: VolumeSnapshot api version: snapshot.storage.k8s.io/v1 2026-01-17T03:17:57.420191 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-01-17T03:17:57.433874 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2026-01-17T03:17:57.434245 ocp_resources.resource INFO kind: VirtualMachine api version: kubevirt.io/v1 2026-01-17T03:17:57.435358 ocp_resources.resource INFO Trying to get client via new_client_from_config --------------------------------------------------------- CALL --------------------------------------------------------- 2026-01-17T03:17:57.449147 ocp_resources.resource INFO kind: StorageProfile api version: cdi.kubevirt.io/v1beta1 2026-01-17T03:17:57.512292 ocp_resources VirtualMachine INFO Create VirtualMachine rhel10-vm-with-instance-type-1768619877-434009 2026-01-17T03:17:57.512565 ocp_resources VirtualMachine INFO Posting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachine', 'metadata': {'name': 'rhel10-vm-with-instance-type-1768619877-434009', 'namespace': 'instance-types-supported-os-test-rhel-os', 'labels': {}}, 'spec': {'template': {'spec': {'domain': {'devices': {'rng': {}, 'disks': [{'disk': {'bus': 'virtio'}, 'name': 'dv-disk'}, {'disk': {'bus': 'virtio'}, 'name': 'cloudinitdisk'}]}}, 'volumes': [{'name': 'dv-disk', 'dataVolume': {'name': 'rhel10-1768619877-4199271'}}, {'name': 'cloudinitdisk', 'cloudInitNoCloud': {'userData': '*******'}}]}, 'metadata': {'labels': {'kubevirt.io/vm': 'rhel10-vm-with-instance-type-1768619877-434009', 'kubevirt.io/domain': 'rhel10-vm-with-instance-type-1768619877-434009', 'debugLogs': 'true'}}}, 'runStrategy': 'Halted', 'instancetype': {'inferFromVolume': 'dv-disk'}, 'preference': {'inferFromVolume': 'dv-disk'}, 'dataVolumeTemplates': [{'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'name': 'rhel10-1768619877-4199271'}, 'spec': {'storage': {'storageClassName': 'ocs-storagecluster-ceph-rbd-virtualization', 'resources': {'requests': {'storage': '30Gi'}}}, 'sourceRef': {'kind': 'DataSource', 'name': 'rhel10', 'namespace': 'openshift-virtualization-os-images'}}}]}} F _ TestVMCreationAndValidation.test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] _ Traceback (most recent call last): File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/ocp_resources/resource.py", line 1137, in retry_cluster_exceptions for sample in sampler: ^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/timeout_sampler/__init__.py", line 168, in __iter__ raise TimeoutExpiredError( timeout_sampler.TimeoutExpiredError: Timed Out: 10 Function: kubernetes.dynamic.client.create Kwargs: {'body': {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachine', 'metadata': {'name': 'rhel10-vm-with-instance-type-1768619877-434009', 'namespace': 'instance-types-supported-os-test-rhel-os', 'labels': {}}, 'spec': {'template': {'spec': {'domain': {'devices': {'rng': {}, 'disks': [{'disk': {'bus': 'virtio'}, 'name': 'dv-disk'}, {'disk': {'bus': 'virtio'}, 'name': 'cloudinitdisk'}]}}, 'volumes': [{'name': 'dv-disk', 'dataVolume': {'name': 'rhel10-1768619877-4199271'}}, {'name': 'cloudinitdisk', 'cloudInitNoCloud': {'userData': '#cloud-config\nchpasswd:\n expire: false\npassword: password\nuser: fedora\nssh_pwauth: true\n\nssh_authorized_keys:\n [ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRgTGntd1g5nEsm2/45b6n9aZ53F/GALdXMMK/4xy5a+QuKmCzg2XntvZXl7ZBi9iGDnWymO0kJWEiuyHSxYLZLRUoUnoA1T4Iqar/E8EumB5zhrxOpfDeyGsI90dI2SIlWk5SjY1y+2HxNCGO45wF1KzSbPg7CUm0rRkUOXJNIkbF/1iL2k4XGhhs6bpVBsHnAQq8r3x0IMAUp82ozoEbOd36WT/h1ecs9NZJKG9gEKuectDWWzytvO09w8yPqUTdwr8fWhsbeq6R8lJvzoYRGrFsyadm3DCNHDthPICyifwGFDEUHzw19uAWAc6EN1+KL8SML99iouoWn8CHuzZ1 root@exec1.rdocloud]\nruncmd: [\'grep ssh-rsa /etc/crypto-policies/back-ends/opensshserver.config || sudo update-crypto-policies --set LEGACY || true\', "sudo sed -i \'s/^#\\\\?PasswordAuthentication no/PasswordAuthentication yes/g\' /etc/ssh/sshd_config", \'sudo systemctl enable sshd\', \'sudo systemctl restart sshd\']'}}]}, 'metadata': {'labels': {'kubevirt.io/vm': 'rhel10-vm-with-instance-type-1768619877-434009', 'kubevirt.io/domain': 'rhel10-vm-with-instance-type-1768619877-434009', 'debugLogs': 'true'}}}, 'runStrategy': 'Halted', 'instancetype': {'inferFromVolume': 'dv-disk'}, 'preference': {'inferFromVolume': 'dv-disk'}, 'dataVolumeTemplates': [{'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'name': 'rhel10-1768619877-4199271'}, 'spec': {'storage': {'storageClassName': 'ocs-storagecluster-ceph-rbd-virtualization', 'resources': {'requests': {'storage': '30Gi'}}}, 'sourceRef': {'kind': 'DataSource', 'name': 'rhel10', 'namespace': 'openshift-virtualization-os-images'}}}]}}, 'namespace': 'instance-types-supported-os-test-rhel-os'} Last exception: BadRequestError: 400 Reason: Bad Request HTTP response headers: HTTPHeaderDict({'Audit-Id': '88bd16ef-4542-456c-b4ab-5c6cdcb42d71', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'X-Kubernetes-Pf-Flowschema-Uid': 'ae108877-29bb-460a-8c0a-3eaa0d50ad17', 'X-Kubernetes-Pf-Prioritylevel-Uid': 'a0d83c96-cca6-429c-b2a1-51482464f52d', 'Date': 'Sat, 17 Jan 2026 03:17:57 GMT', 'Content-Length': '252'}) HTTP response body: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"admission webhook \\"virtualmachines-mutator.kubevirt.io\\" denied the request: unable to infer defaults from DataSource that doesn\'t provide DataVolumeSourcePVC","code":400}\n' Original traceback: File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/dynamic/client.py", line 55, in inner resp = func(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/dynamic/client.py", line 273, in request api_response = self.client.call_api( ^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/client/api_client.py", line 348, in call_api return self.__call_api(resource_path, method, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/client/api_client.py", line 180, in __call_api response_data = self.request( ^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/client/api_client.py", line 391, in request return self.rest_client.POST(url, ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/client/rest.py", line 279, in POST return self.request("POST", url, ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/client/rest.py", line 238, in request raise ApiException(http_resp=r) . Elapsed time: 0.021221637725830078 [0:00:00.021222] During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/runner.py", line 344, in from_call result: TResult | None = func() ^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/runner.py", line 246, in lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/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.12/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.12/site-packages/pluggy/_callers.py", line 167, in _multicall raise exception File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/capture.py", line 900, in pytest_runtest_call return (yield) ^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/skipping.py", line 263, in pytest_runtest_call return (yield) ^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/pluggy/_callers.py", line 121, in _multicall res = hook_impl.function(*args) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/runner.py", line 178, in pytest_runtest_call item.runtest() File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/python.py", line 1671, in runtest self.ihook.pytest_pyfunc_call(pyfuncitem=self) File "/openshift-virtualization-tests/.venv/lib/python3.12/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.12/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.12/site-packages/pluggy/_callers.py", line 167, in _multicall raise exception File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/pluggy/_callers.py", line 121, in _multicall res = hook_impl.function(*args) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/python.py", line 157, in pytest_pyfunc_call result = testfunction(**testargs) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py", line 42, in test_create_vm golden_image_rhel_vm_with_instance_type.create(wait=True) File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/ocp_resources/resource.py", line 1037, in create resource_ = Resource.retry_cluster_exceptions( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/ocp_resources/resource.py", line 1142, in retry_cluster_exceptions raise exp.last_exp File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/timeout_sampler/__init__.py", line 159, in __iter__ yield self.func(*self.func_args, **self.func_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/dynamic/client.py", line 119, in create return self.request('post', path, body=body, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/dynamic/client.py", line 57, in inner raise api_exception(e) kubernetes.dynamic.exceptions.BadRequestError: 400 Reason: Bad Request HTTP response headers: HTTPHeaderDict({'Audit-Id': '88bd16ef-4542-456c-b4ab-5c6cdcb42d71', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'X-Kubernetes-Pf-Flowschema-Uid': 'ae108877-29bb-460a-8c0a-3eaa0d50ad17', 'X-Kubernetes-Pf-Prioritylevel-Uid': 'a0d83c96-cca6-429c-b2a1-51482464f52d', 'Date': 'Sat, 17 Jan 2026 03:17:57 GMT', 'Content-Length': '252'}) HTTP response body: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"admission webhook \\"virtualmachines-mutator.kubevirt.io\\" denied the request: unable to infer defaults from DataSource that doesn\'t provide DataVolumeSourcePVC","code":400}\n' Original traceback: File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/dynamic/client.py", line 55, in inner resp = func(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/dynamic/client.py", line 273, in request api_response = self.client.call_api( ^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/client/api_client.py", line 348, in call_api return self.__call_api(resource_path, method, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/client/api_client.py", line 180, in __call_api response_data = self.request( ^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/client/api_client.py", line 391, in request return self.rest_client.POST(url, ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/client/rest.py", line 279, in POST return self.request("POST", url, ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/client/rest.py", line 238, in request raise ApiException(http_resp=r) 2026-01-17 03:17:57,545 INFO sqlalchemy.engine.Engine BEGIN (implicit) TEST: TestVMCreationAndValidation.test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] STATUS: FAILED 2026-01-17 03:17:57,545 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-01-17 03:17:57,545 INFO sqlalchemy.engine.Engine [raw sql] () Traceback (most recent call last): File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/ocp_resources/resource.py", line 1137, in retry_cluster_exceptions for sample in sampler: ^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/timeout_sampler/__init__.py", line 168, in __iter__ raise TimeoutExpiredError( timeout_sampler.TimeoutExpiredError: Timed Out: 10 Function: kubernetes.dynamic.client.create Kwargs: {'body': {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachine', 'metadata': {'name': 'rhel10-vm-with-instance-type-1768619877-434009', 'namespace': 'instance-types-supported-os-test-rhel-os', 'labels': {}}, 'spec': {'template': {'spec': {'domain': {'devices': {'rng': {}, 'disks': [{'disk': {'bus': 'virtio'}, 'name': 'dv-disk'}, {'disk': {'bus': 'virtio'}, 'name': 'cloudinitdisk'}]}}, 'volumes': [{'name': 'dv-disk', 'dataVolume': {'name': 'rhel10-1768619877-4199271'}}, {'name': 'cloudinitdisk', 'cloudInitNoCloud': {'userData': '#cloud-config\nchpasswd:\n expire: false\npassword: password\nuser: fedora\nssh_pwauth: true\n\nssh_authorized_keys:\n [ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRgTGntd1g5nEsm2/45b6n9aZ53F/GALdXMMK/4xy5a+QuKmCzg2XntvZXl7ZBi9iGDnWymO0kJWEiuyHSxYLZLRUoUnoA1T4Iqar/E8EumB5zhrxOpfDeyGsI90dI2SIlWk5SjY1y+2HxNCGO45wF1KzSbPg7CUm0rRkUOXJNIkbF/1iL2k4XGhhs6bpVBsHnAQq8r3x0IMAUp82ozoEbOd36WT/h1ecs9NZJKG9gEKuectDWWzytvO09w8yPqUTdwr8fWhsbeq6R8lJvzoYRGrFsyadm3DCNHDthPICyifwGFDEUHzw19uAWAc6EN1+KL8SML99iouoWn8CHuzZ1 root@exec1.rdocloud]\nruncmd: [\'grep ssh-rsa /etc/crypto-policies/back-ends/opensshserver.config || sudo update-crypto-policies --set LEGACY || true\', "sudo sed -i \'s/^#\\\\?PasswordAuthentication no/PasswordAuthentication yes/g\' /etc/ssh/sshd_config", \'sudo systemctl enable sshd\', \'sudo systemctl restart sshd\']'}}]}, 'metadata': {'labels': {'kubevirt.io/vm': 'rhel10-vm-with-instance-type-1768619877-434009', 'kubevirt.io/domain': 'rhel10-vm-with-instance-type-1768619877-434009', 'debugLogs': 'true'}}}, 'runStrategy': 'Halted', 'instancetype': {'inferFromVolume': 'dv-disk'}, 'preference': {'inferFromVolume': 'dv-disk'}, 'dataVolumeTemplates': [{'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'name': 'rhel10-1768619877-4199271'}, 'spec': {'storage': {'storageClassName': 'ocs-storagecluster-ceph-rbd-virtualization', 'resources': {'requests': {'storage': '30Gi'}}}, 'sourceRef': {'kind': 'DataSource', 'name': 'rhel10', 'namespace': 'openshift-virtualization-os-images'}}}]}}, 'namespace': 'instance-types-supported-os-test-rhel-os'} Last exception: BadRequestError: 400 Reason: Bad Request HTTP response headers: HTTPHeaderDict({'Audit-Id': '88bd16ef-4542-456c-b4ab-5c6cdcb42d71', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'X-Kubernetes-Pf-Flowschema-Uid': 'ae108877-29bb-460a-8c0a-3eaa0d50ad17', 'X-Kubernetes-Pf-Prioritylevel-Uid': 'a0d83c96-cca6-429c-b2a1-51482464f52d', 'Date': 'Sat, 17 Jan 2026 03:17:57 GMT', 'Content-Length': '252'}) HTTP response body: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"admission webhook \\"virtualmachines-mutator.kubevirt.io\\" denied the request: unable to infer defaults from DataSource that doesn\'t provide DataVolumeSourcePVC","code":400}\n' Original traceback: File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/dynamic/client.py", line 55, in inner resp = func(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/dynamic/client.py", line 273, in request api_response = self.client.call_api( ^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/client/api_client.py", line 348, in call_api return self.__call_api(resource_path, method, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/client/api_client.py", line 180, in __call_api response_data = self.request( ^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/client/api_client.py", line 391, in request return self.rest_client.POST(url, ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/client/rest.py", line 279, in POST return self.request("POST", url, ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/client/rest.py", line 238, in request raise ApiException(http_resp=r) . Elapsed time: 0.021221637725830078 [0:00:00.021222] During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/runner.py", line 344, in from_call result: TResult | None = func() ^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/runner.py", line 246, in lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/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.12/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.12/site-packages/pluggy/_callers.py", line 167, in _multicall raise exception File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/capture.py", line 900, in pytest_runtest_call return (yield) ^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/skipping.py", line 263, in pytest_runtest_call return (yield) ^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/pluggy/_callers.py", line 121, in _multicall res = hook_impl.function(*args) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/runner.py", line 178, in pytest_runtest_call item.runtest() File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/python.py", line 1671, in runtest self.ihook.pytest_pyfunc_call(pyfuncitem=self) File "/openshift-virtualization-tests/.venv/lib/python3.12/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.12/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.12/site-packages/pluggy/_callers.py", line 167, in _multicall raise exception File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/pluggy/_callers.py", line 121, in _multicall res = hook_impl.function(*args) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/python.py", line 157, in pytest_pyfunc_call result = testfunction(**testargs) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py", line 42, in test_create_vm golden_image_rhel_vm_with_instance_type.create(wait=True) File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/ocp_resources/resource.py", line 1037, in create resource_ = Resource.retry_cluster_exceptions( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/ocp_resources/resource.py", line 1142, in retry_cluster_exceptions raise exp.last_exp File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/timeout_sampler/__init__.py", line 159, in __iter__ yield self.func(*self.func_args, **self.func_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/dynamic/client.py", line 119, in create return self.request('post', path, body=body, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/dynamic/client.py", line 57, in inner raise api_exception(e) kubernetes.dynamic.exceptions.BadRequestError: 400 Reason: Bad Request HTTP response headers: HTTPHeaderDict({'Audit-Id': '88bd16ef-4542-456c-b4ab-5c6cdcb42d71', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'X-Kubernetes-Pf-Flowschema-Uid': 'ae108877-29bb-460a-8c0a-3eaa0d50ad17', 'X-Kubernetes-Pf-Prioritylevel-Uid': 'a0d83c96-cca6-429c-b2a1-51482464f52d', 'Date': 'Sat, 17 Jan 2026 03:17:57 GMT', 'Content-Length': '252'}) HTTP response body: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"admission webhook \\"virtualmachines-mutator.kubevirt.io\\" denied the request: unable to infer defaults from DataSource that doesn\'t provide DataVolumeSourcePVC","code":400}\n' Original traceback: File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/dynamic/client.py", line 55, in inner resp = func(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/dynamic/client.py", line 273, in request api_response = self.client.call_api( ^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/client/api_client.py", line 348, in call_api return self.__call_api(resource_path, method, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/client/api_client.py", line 180, in __call_api response_data = self.request( ^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/client/api_client.py", line 391, in request return self.rest_client.POST(url, ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/client/rest.py", line 279, in POST return self.request("POST", url, ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/client/rest.py", line 238, in request raise ApiException(http_resp=r) 2026-01-17T03:17:57.544164 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#]. 2026-01-17 03:17:57,545 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17 03:17:57,546 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:17:57,548 INFO sqlalchemy.engine.Engine SELECT "CnvTestTable".start_time AS "CnvTestTable_start_time" FROM "CnvTestTable" WHERE "CnvTestTable".test_name = ? 2026-01-17 03:17:57,548 INFO sqlalchemy.engine.Engine [generated in 0.00025s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]',) 2026-01-17 03:17:57,548 INFO sqlalchemy.engine.Engine ROLLBACK 2026-01-17T03:17:57.545017 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17T03:17:57.549294 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-01-17T03:17:57.545244 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-01-17T03:17:57.545361 sqlalchemy.engine.Engine INFO [raw sql] () 2026-01-17T03:17:57.545939 sqlalchemy.engine.Engine INFO COMMIT 2026-01-17T03:17:57.546680 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17T03:17:57.548160 sqlalchemy.engine.Engine INFO SELECT "CnvTestTable".start_time AS "CnvTestTable_start_time" FROM "CnvTestTable" WHERE "CnvTestTable".test_name = ? 2026-01-17T03:17:57.548347 sqlalchemy.engine.Engine INFO [generated in 0.00025s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]',) 2026-01-17T03:17:57.548791 sqlalchemy.engine.Engine INFO ROLLBACK 2026-01-17T03:17:57.576439 ocp_resources.resource INFO kind: Subscription api version: operators.coreos.com/v1alpha1 2026-01-17T03:17:57.614996 utilities.data_collector INFO Collecting cnv-must gather using CSV: kubevirt-hyperconverged-operator.v4.20.3 2026-01-17T03:17:57.634778 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:cb51501b85b3734f42c933d8a6e20dd4312c426e0c34175ac83c86af789b8878 --since=103s --timeout=900s -- /usr/bin/gather --vms_details command 2026-01-17T03:20:00.412344 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, 1 Fail, 0 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/infrastructure/instance_types/supported_os/test_rhel_os.py 2026-01-17 03:20:00,417 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:20:00,417 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-01-17 03:20:00,418 INFO sqlalchemy.engine.Engine [raw sql] () 2026-01-17T03:20:00.417663 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17T03:20:00.417928 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-01-17 03:20:00,418 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17 03:20:00,419 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:20:00,420 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17 03:20:00,420 INFO sqlalchemy.engine.Engine [generated in 0.00035s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1768620000) 2026-01-17T03:20:00.418138 sqlalchemy.engine.Engine INFO [raw sql] () 2026-01-17T03:20:00.418873 sqlalchemy.engine.Engine INFO COMMIT 2026-01-17T03:20:00.419461 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17T03:20:00.420094 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17T03:20:00.420394 sqlalchemy.engine.Engine INFO [generated in 0.00035s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1768620000) 2026-01-17 03:20:00,421 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17T03:20:00.421400 sqlalchemy.engine.Engine INFO COMMIT s ------------------------ test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] ------------------------ -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-01-17T03:20:00.560717 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 ------------------------------------------------------- _ 2 of 22 completed, 0 Pass, 1 Fail, 1 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/infrastructure/instance_types/supported_os/test_rhel_os.py 2026-01-17 03:20:00,575 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:20:00,575 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-01-17 03:20:00,575 INFO sqlalchemy.engine.Engine [raw sql] () 2026-01-17T03:20:00.575271 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17 03:20:00,576 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17 03:20:00,576 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:20:00,576 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17 03:20:00,577 INFO sqlalchemy.engine.Engine [generated in 0.00016s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_vm_console[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1768620000) 2026-01-17T03:20:00.575447 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-01-17T03:20:00.575539 sqlalchemy.engine.Engine INFO [raw sql] () 2026-01-17T03:20:00.576059 sqlalchemy.engine.Engine INFO COMMIT 2026-01-17T03:20:00.576455 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17 03:20:00,577 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17T03:20:00.576930 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17T03:20:00.577038 sqlalchemy.engine.Engine INFO [generated in 0.00016s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_vm_console[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1768620000) 2026-01-17T03:20:00.577653 sqlalchemy.engine.Engine INFO COMMIT s ----------------------- test_vm_console[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] ----------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-01-17T03:20:00.691451 pytest_dependency INFO skip test_vm_console[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] because it depends on TestCommonInstancetypeRhel::TestVMCreationAndValidation::test_start_vm TEST: TestVMCreationAndValidation.test_vm_console[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] STATUS: SKIPPED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 3 of 22 completed, 0 Pass, 1 Fail, 2 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/infrastructure/instance_types/supported_os/test_rhel_os.py 2026-01-17 03:20:00,700 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:20:00,700 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-01-17 03:20:00,701 INFO sqlalchemy.engine.Engine [raw sql] () 2026-01-17T03:20:00.700743 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17T03:20:00.700940 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-01-17T03:20:00.701193 sqlalchemy.engine.Engine INFO [raw sql] () 2026-01-17 03:20:00,701 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17 03:20:00,702 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:20:00,702 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17 03:20:00,702 INFO sqlalchemy.engine.Engine [generated in 0.00017s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_expose_ssh[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1768620000) 2026-01-17T03:20:00.701747 sqlalchemy.engine.Engine INFO COMMIT 2026-01-17T03:20:00.702115 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17T03:20:00.702761 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17 03:20:00,703 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17T03:20:00.702887 sqlalchemy.engine.Engine INFO [generated in 0.00017s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_expose_ssh[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1768620000) 2026-01-17T03:20:00.703468 sqlalchemy.engine.Engine INFO COMMIT s ----------------------- test_expose_ssh[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] ----------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-01-17T03:20:00.797512 pytest_dependency INFO skip test_expose_ssh[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] because it depends on TestCommonInstancetypeRhel::TestVMCreationAndValidation::test_start_vm TEST: TestVMCreationAndValidation.test_expose_ssh[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] STATUS: SKIPPED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 4 of 22 completed, 0 Pass, 1 Fail, 3 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/infrastructure/instance_types/supported_os/test_rhel_os.py 2026-01-17 03:20:00,808 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:20:00,809 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-01-17 03:20:00,809 INFO sqlalchemy.engine.Engine [raw sql] () 2026-01-17T03:20:00.808900 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17 03:20:00,809 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17T03:20:00.809115 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-01-17T03:20:00.809238 sqlalchemy.engine.Engine INFO [raw sql] () 2026-01-17 03:20:00,810 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:20:00,810 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17 03:20:00,811 INFO sqlalchemy.engine.Engine [generated in 0.00032s] ('/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#]', 1768620000) 2026-01-17T03:20:00.809807 sqlalchemy.engine.Engine INFO COMMIT 2026-01-17T03:20:00.810348 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17T03:20:00.810890 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17T03:20:00.811155 sqlalchemy.engine.Engine INFO [generated in 0.00032s] ('/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#]', 1768620000) 2026-01-17 03:20:00,811 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17T03:20:00.811775 sqlalchemy.engine.Engine INFO COMMIT s ----------------- test_vmi_guest_agent_exists[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] ----------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-01-17T03:20:00.930648 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, 1 Fail, 4 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/infrastructure/instance_types/supported_os/test_rhel_os.py 2026-01-17 03:20:00,936 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:20:00,936 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-01-17 03:20:00,936 INFO sqlalchemy.engine.Engine [raw sql] () 2026-01-17T03:20:00.936492 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17T03:20:00.936737 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-01-17T03:20:00.936987 sqlalchemy.engine.Engine INFO [raw sql] () 2026-01-17 03:20:00,937 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17 03:20:00,937 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:20:00,938 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17 03:20:00,938 INFO sqlalchemy.engine.Engine [generated in 0.00016s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_vm_deletion[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1768620000) 2026-01-17 03:20:00,938 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17T03:20:00.937512 sqlalchemy.engine.Engine INFO COMMIT 2026-01-17T03:20:00.937923 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17T03:20:00.938415 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17T03:20:00.938528 sqlalchemy.engine.Engine INFO [generated in 0.00016s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_vm_deletion[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1768620000) 2026-01-17T03:20:00.938984 sqlalchemy.engine.Engine INFO COMMIT s2026-01-17T03:20:01.096162 ocp_resources Namespace INFO Delete Namespace instance-types-supported-os-test-rhel-os ----------------------- test_vm_deletion[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] ----------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-01-17T03:20:01.094919 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 ------------------------------------------------------- 2026-01-17T03:20:01.117252 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'instance-types-supported-os-test-rhel-os', 'uid': '7c107e46-968f-40c7-adeb-49fefd93a82c', 'resourceVersion': '72954', 'creationTimestamp': '2026-01-17T03:17:57Z', '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/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:c28,c17', 'openshift.io/sa.scc.supplemental-groups': '1000790000/10000', 'openshift.io/sa.scc.uid-range': '1000790000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'pod-security-admission-label-synchronization-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2026-01-17T03:17:57Z', '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/warn': {}, 'f:pod-security.kubernetes.io/warn-version': {}}}}}, {'manager': 'cluster-policy-controller', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-01-17T03:17:57Z', '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': 'openshift-apiserver', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-01-17T03:17:57Z', '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': '2026-01-17T03:17:57Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2026-01-17T03:20:01.136254 ocp_resources Namespace INFO Wait until Namespace instance-types-supported-os-test-rhel-os is deleted 2026-01-17T03:20:01.136590 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-01-17T03:20:09.186526 timeout_sampler INFO Elapsed time: 8.045548915863037 [0:00:08.045549] _ 6 of 22 completed, 0 Pass, 1 Fail, 5 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/install_upgrade_operators/csv/test_csv.py 2026-01-17 03:20:09,189 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:20:09,189 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-01-17 03:20:09,189 INFO sqlalchemy.engine.Engine [raw sql] () 2026-01-17T03:20:09.189597 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17T03:20:09.189857 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-01-17 03:20:09,190 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17 03:20:09,191 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17T03:20:09.189992 sqlalchemy.engine.Engine INFO [raw sql] () 2026-01-17 03:20:09,191 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17 03:20:09,192 INFO sqlalchemy.engine.Engine [generated in 0.00026s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_keywords', 1768620009) 2026-01-17T03:20:09.190734 sqlalchemy.engine.Engine INFO COMMIT 2026-01-17T03:20:09.191236 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17T03:20:09.191841 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17T03:20:09.192050 sqlalchemy.engine.Engine INFO [generated in 0.00026s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_keywords', 1768620009) 2026-01-17 03:20:09,192 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17T03:20:09.192966 sqlalchemy.engine.Engine INFO COMMIT -------------------------------------------------- test_csv_keywords -------------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-01-17T03:20:09.204860 conftest INFO Executing function fixture: term_handler_scope_function 2026-01-17T03:20:09.205045 conftest INFO Executing class fixture: term_handler_scope_class 2026-01-17T03:20:09.205171 conftest INFO Executing module fixture: term_handler_scope_module 2026-01-17T03:20:09.205383 conftest INFO Executing module fixture: cluster_sanity_scope_module 2026-01-17T03:20:09.212928 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. 2026-01-17T03:20:09.212722 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2026-01-17T03:20:09.212815 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2026-01-17T03:20:09.212877 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2026-01-17T03:20:09.248320 ocp_utilities.infra INFO Verify all nodes are schedulable. 2026-01-17T03:20:09.300842 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2026-01-17T03:20:09.681989 timeout_sampler INFO Elapsed time: 0.0001575946807861328 [0:00:00.000158] 2026-01-17T03:20:09.682311 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) 2026-01-17T03:20:09.682168 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 2026-01-17T03:20:19.721535 timeout_sampler INFO Elapsed time: 10.024060487747192 [0:00:10.024060] 2026-01-17T03:20:19.721983 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- . TEST: test_csv_keywords STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 7 of 22 completed, 1 Pass, 1 Fail, 5 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/install_upgrade_operators/csv/test_csv.py 2026-01-17 03:20:19,748 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:20:19,748 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-01-17 03:20:19,748 INFO sqlalchemy.engine.Engine [raw sql] () 2026-01-17T03:20:19.748696 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17 03:20:19,749 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17 03:20:19,749 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17T03:20:19.748884 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-01-17 03:20:19,750 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17T03:20:19.748973 sqlalchemy.engine.Engine INFO [raw sql] () 2026-01-17 03:20:19,750 INFO sqlalchemy.engine.Engine [generated in 0.00028s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_links', 1768620019) 2026-01-17T03:20:19.749406 sqlalchemy.engine.Engine INFO COMMIT 2026-01-17T03:20:19.749846 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17 03:20:19,751 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17T03:20:19.750411 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17T03:20:19.750650 sqlalchemy.engine.Engine INFO [generated in 0.00028s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_links', 1768620019) 2026-01-17T03:20:19.751353 sqlalchemy.engine.Engine INFO COMMIT ---------------------------------------------------- test_csv_links ---------------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-01-17T03:20:19.758462 conftest INFO Executing function fixture: term_handler_scope_function 2026-01-17T03:20:19.758695 conftest INFO Executing class fixture: term_handler_scope_class 2026-01-17T03:20:19.758936 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- . TEST: test_csv_links STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 8 of 22 completed, 2 Pass, 1 Fail, 5 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/install_upgrade_operators/csv/test_csv.py 2026-01-17 03:20:19,812 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:20:19,812 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-01-17 03:20:19,812 INFO sqlalchemy.engine.Engine [raw sql] () 2026-01-17T03:20:19.812274 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17T03:20:19.812537 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-01-17T03:20:19.812758 sqlalchemy.engine.Engine INFO [raw sql] () 2026-01-17 03:20:19,813 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17 03:20:19,813 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:20:19,814 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17 03:20:19,814 INFO sqlalchemy.engine.Engine [generated in 0.00022s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_icon', 1768620019) 2026-01-17T03:20:19.813405 sqlalchemy.engine.Engine INFO COMMIT 2026-01-17T03:20:19.813923 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17 03:20:19,815 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17T03:20:19.814572 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17T03:20:19.814705 sqlalchemy.engine.Engine INFO [generated in 0.00022s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_icon', 1768620019) 2026-01-17T03:20:19.815315 sqlalchemy.engine.Engine INFO COMMIT ---------------------------------------------------- test_csv_icon ---------------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-01-17T03:20:19.822742 conftest INFO Executing function fixture: term_handler_scope_function 2026-01-17T03:20:19.822954 conftest INFO Executing class fixture: term_handler_scope_class 2026-01-17T03:20:19.823176 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- . TEST: test_csv_icon STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 9 of 22 completed, 3 Pass, 1 Fail, 5 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/install_upgrade_operators/csv/test_csv.py 2026-01-17 03:20:19,892 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:20:19,892 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-01-17 03:20:19,892 INFO sqlalchemy.engine.Engine [raw sql] () 2026-01-17T03:20:19.892576 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17T03:20:19.892784 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-01-17 03:20:19,893 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17 03:20:19,893 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:20:19,894 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17 03:20:19,894 INFO sqlalchemy.engine.Engine [generated in 0.00022s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_properties', 1768620019) 2026-01-17T03:20:19.892938 sqlalchemy.engine.Engine INFO [raw sql] () 2026-01-17T03:20:19.893491 sqlalchemy.engine.Engine INFO COMMIT 2026-01-17T03:20:19.893892 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17T03:20:19.894336 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17T03:20:19.894504 sqlalchemy.engine.Engine INFO [generated in 0.00022s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_properties', 1768620019) 2026-01-17 03:20:19,895 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17T03:20:19.895233 sqlalchemy.engine.Engine INFO COMMIT ------------------------------------------------- test_csv_properties ------------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-01-17T03:20:19.901512 conftest INFO Executing function fixture: term_handler_scope_function 2026-01-17T03:20:19.901716 conftest INFO Executing class fixture: term_handler_scope_class 2026-01-17T03:20:19.901932 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- . TEST: test_csv_properties STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 10 of 22 completed, 4 Pass, 1 Fail, 5 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/storage/cdi_clone/test_clone.py 2026-01-17 03:20:19,968 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:20:19,968 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-01-17 03:20:19,968 INFO sqlalchemy.engine.Engine [raw sql] () 2026-01-17T03:20:19.968646 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17 03:20:19,969 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17T03:20:19.968850 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-01-17 03:20:19,970 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:20:19,970 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17 03:20:19,970 INFO sqlalchemy.engine.Engine [generated in 0.00021s] ('/openshift-virtualization-tests/tests/storage/cdi_clone/test_clone.py::test_clone_from_block_to_fs_using_dv_template', 1768620019) 2026-01-17T03:20:19.968974 sqlalchemy.engine.Engine INFO [raw sql] () 2026-01-17T03:20:19.969491 sqlalchemy.engine.Engine INFO COMMIT 2026-01-17T03:20:19.970035 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17T03:20:19.970577 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17T03:20:19.970699 sqlalchemy.engine.Engine INFO [generated in 0.00021s] ('/openshift-virtualization-tests/tests/storage/cdi_clone/test_clone.py::test_clone_from_block_to_fs_using_dv_template', 1768620019) 2026-01-17 03:20:19,971 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17T03:20:19.971415 sqlalchemy.engine.Engine INFO COMMIT ------------------------------------ test_clone_from_block_to_fs_using_dv_template ------------------------------------ -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-01-17T03:20:19.979220 conftest INFO Executing function fixture: term_handler_scope_function 2026-01-17T03:20:19.979436 conftest INFO Executing class fixture: term_handler_scope_class 2026-01-17T03:20:19.979713 conftest INFO Executing module fixture: term_handler_scope_module 2026-01-17T03:20:19.979940 conftest INFO Executing module fixture: cluster_sanity_scope_module 2026-01-17T03:20:19.987058 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. 2026-01-17T03:20:19.986822 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2026-01-17T03:20:19.986944 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2026-01-17T03:20:19.987009 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2026-01-17T03:20:20.020688 ocp_utilities.infra INFO Verify all nodes are schedulable. 2026-01-17T03:20:20.051608 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2026-01-17T03:20:20.594767 timeout_sampler INFO Elapsed time: 0.00020742416381835938 [0:00:00.000207] 2026-01-17T03:20:20.595157 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) 2026-01-17T03:20:20.595010 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 2026-01-17T03:20:30.629576 timeout_sampler INFO Elapsed time: 10.023298025131226 [0:00:10.023298] 2026-01-17T03:20:30.630775 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-01-17T03:20:30.629941 conftest INFO Executing function fixture: autouse_fixtures 2026-01-17T03:20:30.630192 conftest INFO Executing session fixture: available_storage_classes_names 2026-01-17T03:20:30.630334 conftest INFO Executing session fixture: storage_class_with_filesystem_volume_mode 2026-01-17T03:20:30.644373 ocp_resources.resource INFO kind: StorageProfile api version: cdi.kubevirt.io/v1beta1 2026-01-17T03:20:30.660347 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-01-17T03:20:30.659809 utilities.storage INFO Storage class with volume mode 'Filesystem': 'ocs-storagecluster-ceph-rbd-virtualization' 2026-01-17T03:20:30.660063 conftest INFO Executing session fixture: storage_class_with_block_volume_mode 2026-01-17T03:20:30.672902 ocp_resources.resource INFO kind: StorageProfile api version: cdi.kubevirt.io/v1beta1 2026-01-17T03:20:30.690919 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-01-17T03:20:30.690413 utilities.storage INFO Storage class with volume mode 'Block': 'ocs-storagecluster-ceph-rbd-virtualization' 2026-01-17T03:20:30.690658 conftest INFO Executing session fixture: cdi_config 2026-01-17T03:20:30.703898 ocp_resources.resource INFO kind: CDIConfig api version: cdi.kubevirt.io/v1beta1 2026-01-17T03:20:30.723112 ocp_resources.resource INFO kind: ProjectRequest api version: project.openshift.io/v1 2026-01-17T03:20:30.723235 ocp_resources ProjectRequest INFO Create ProjectRequest cdi-clone-test-clone 2026-01-17T03:20:30.723524 ocp_resources ProjectRequest INFO Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'cdi-clone-test-clone'}} 2026-01-17T03:20:30.722707 conftest INFO Executing module fixture: skip_test_if_no_block_sc 2026-01-17T03:20:30.722915 conftest INFO Executing module fixture: namespace 2026-01-17T03:20:30.848203 ocp_resources.resource INFO kind: Project api version: project.openshift.io/v1 2026-01-17T03:20:30.848365 ocp_resources Project INFO Wait for Project cdi-clone-test-clone status to be Active 2026-01-17T03:20:30.848585 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2026-01-17T03:20:30.897886 ocp_resources Project INFO Status of Project cdi-clone-test-clone is Active 2026-01-17T03:20:30.898163 timeout_sampler INFO Elapsed time: 0.000102996826171875 [0:00:00.000103] 2026-01-17T03:20:30.906775 ocp_resources Namespace INFO Wait for Namespace cdi-clone-test-clone status to be Active 2026-01-17T03:20:30.907014 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2026-01-17T03:20:30.910462 ocp_resources Namespace INFO Status of Namespace cdi-clone-test-clone is Active 2026-01-17T03:20:30.910717 timeout_sampler INFO Elapsed time: 9.131431579589844e-05 [0:00:00.000091] 2026-01-17T03:20:30.910838 ocp_resources.resource INFO ResourceEdits: Updating data for resource Namespace cdi-clone-test-clone 2026-01-17T03:20:30.910939 ocp_resources Namespace INFO Update Namespace cdi-clone-test-clone: {'metadata': {'labels': None, 'name': 'cdi-clone-test-clone'}} 2026-01-17T03:20:30.926083 timeout_sampler INFO Waiting for 60 seconds [0:01:00], retry every 5 seconds. (Function: utilities.storage..lambda: artifactory_connection_url.requests.get.utilities.infra.get_artifactory_header) 2026-01-17T03:20:30.925826 conftest INFO Executing module fixture: cirros_dv_with_block_volume_mode 2026-01-17T03:20:30.925992 utilities.storage INFO Testing connectivity to https://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/artifactory/cnv-qe-server-local/ HTTPS server 2026-01-17T03:20:31.688807 timeout_sampler INFO Elapsed time: 9.703636169433594e-05 [0:00:00.000097] 2026-01-17T03:20:31.690311 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'}) 2026-01-17T03:20:31.866423 timeout_sampler INFO Elapsed time: 0.0006060600280761719 [0:00:00.000606] 2026-01-17T03:20:31.867323 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-01-17T03:20:31.896176 ocp_resources Secret INFO Create Secret cnv-tests-artifactory-secret 2026-01-17T03:20:31.896365 ocp_resources Secret INFO Posting {'apiVersion': 'v1', 'kind': 'Secret', 'metadata': {'name': 'cnv-tests-artifactory-secret', 'namespace': 'cdi-clone-test-clone'}, 'data': '*******'} 2026-01-17T03:20:31.997729 ocp_resources ConfigMap INFO Create ConfigMap artifactory-configmap 2026-01-17T03:20:31.997914 ocp_resources ConfigMap INFO Posting {'apiVersion': 'v1', 'kind': 'ConfigMap', 'metadata': {'name': 'artifactory-configmap', 'namespace': 'cdi-clone-test-clone'}, 'data': '*******'} 2026-01-17T03:20:32.022891 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 --- [DuplicateFilter: Last log `Trying to get client via new_client_from_config` repeated 2 times] 2026-01-17T03:20:32.023087 ocp_resources DataVolume INFO Create DataVolume dv-cirros-block 2026-01-17T03:20:32.023239 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'}}}} 2026-01-17T03:20:32.059523 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-01-17T03:20:32.094988 ocp_resources DataVolume INFO Wait DV success for 600 seconds 2026-01-17T03:20:32.095216 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) 2026-01-17T03:20:42.107792 timeout_sampler INFO Elapsed time: 10.006433248519897 [0:00:10.006433] 2026-01-17T03:20:42.107991 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) 2026-01-17T03:20:59.205897 timeout_sampler INFO Elapsed time: 17.086615324020386 [0:00:17.086615] 2026-01-17T03:20:59.206454 ocp_resources PersistentVolumeClaim INFO Wait for PersistentVolumeClaim dv-cirros-block status to be Bound 2026-01-17T03:20:59.206674 timeout_sampler INFO Waiting for 60 seconds [0:01:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2026-01-17T03:20:59.215162 ocp_resources PersistentVolumeClaim INFO Status of PersistentVolumeClaim dv-cirros-block is Bound 2026-01-17T03:20:59.215365 timeout_sampler INFO Elapsed time: 8.20159912109375e-05 [0:00:00.000082] 2026-01-17T03:20:59.215690 conftest INFO Executing function fixture: default_fs_overhead --------------------------------------------------------- CALL --------------------------------------------------------- 2026-01-17T03:20:59.245445 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2026-01-17T03:20:59.245713 ocp_resources.resource INFO kind: VirtualMachine api version: kubevirt.io/v1 2026-01-17T03:20:59.246062 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-01-17T03:20:59.260165 ocp_resources.resource INFO kind: StorageProfile api version: cdi.kubevirt.io/v1beta1 2026-01-17T03:20:59.278324 ocp_resources VirtualMachine INFO Create VirtualMachine vm-5608-1768620059-2456012 2026-01-17T03:20:59.278509 ocp_resources VirtualMachine INFO Posting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachine', 'metadata': {'name': 'vm-5608-1768620059-2456012', '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-1768620059-2456012', 'kubevirt.io/domain': 'vm-5608-1768620059-2456012', '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'}}}}]}} 2026-01-17T03:20:59.564400 timeout_sampler INFO Waiting for 5 seconds [0:00:05], retry every 1 seconds. (Function: utilities.virt..lambda: vm.instance.get) 2026-01-17T03:20:59.575437 timeout_sampler INFO Elapsed time: 0.00023436546325683594 [0:00:00.000234] 2026-01-17T03:20:59.581593 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-01-17T03:20:59.580741 utilities.virt INFO VM vm-5608-1768620059-2456012 status before dv check: Provisioning 2026-01-17T03:20:59.580990 utilities.virt INFO Volume(s) in VM spec: ['dv-5608']  2026-01-17T03:20:59.594500 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2026-01-17T03:20:59.594605 ocp_resources DataVolume INFO Wait DV success for 1800 seconds 2026-01-17T03:20:59.594812 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) 2026-01-17T03:20:59.633038 timeout_sampler INFO Elapsed time: 7.319450378417969e-05 [0:00:00.000073] 2026-01-17T03:20:59.633183 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) 2026-01-17T03:21:33.868289 timeout_sampler INFO Elapsed time: 34.22866201400757 [0:00:34.228662] 2026-01-17T03:21:33.868496 ocp_resources PersistentVolumeClaim INFO Wait for PersistentVolumeClaim dv-5608 status to be Bound 2026-01-17T03:21:33.868752 timeout_sampler INFO Waiting for 60 seconds [0:01:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2026-01-17T03:21:33.874124 ocp_resources PersistentVolumeClaim INFO Status of PersistentVolumeClaim dv-5608 is Bound 2026-01-17T03:21:33.874372 timeout_sampler INFO Elapsed time: 7.963180541992188e-05 [0:00:00.000080] 2026-01-17T03:21:33.874503 timeout_sampler INFO Waiting for 5 seconds [0:00:05], retry every 1 seconds. (Function: utilities.virt..lambda: vm.instance.get) 2026-01-17T03:21:33.883132 timeout_sampler INFO Elapsed time: 0.00012493133544921875 [0:00:00.000125] 2026-01-17T03:21:33.883709 ocp_resources.resource INFO kind: VirtualMachineInstance api version: kubevirt.io/v1 2026-01-17T03:21:33.883798 ocp_resources VirtualMachineInstance INFO Wait for VirtualMachineInstance vm-5608-1768620059-2456012 status to be Running 2026-01-17T03:21:33.883977 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2026-01-17T03:21:33.887971 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance vm-5608-1768620059-2456012 is Scheduling 2026-01-17T03:21:38.916634 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance vm-5608-1768620059-2456012 is Scheduled 2026-01-17T03:21:40.927541 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance vm-5608-1768620059-2456012 is Running 2026-01-17T03:21:40.927875 timeout_sampler INFO Elapsed time: 7.037966251373291 [0:00:07.037966] 2026-01-17T03:21:40.928336 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}) 2026-01-17T03:21:40.927999 utilities.virt INFO Wait for vm-5608-1768620059-2456012 SSH connectivity. 2026-01-17T03:21:40.928115 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/vm-5608-1768620059-2456012/cdi-clone-test-clone 22' cirros@vm-5608-1768620059-2456012 2026-01-17T03:21:40.928436 Host INFO [vm-5608-1768620059-2456012] Executing command exit 2026-01-17T03:21:55.936259 paramiko.transport ERROR Exception (client): Error reading SSH protocol banner 2026-01-17T03:21:55.937660 paramiko.transport ERROR Traceback (most recent call last): 2026-01-17T03:21:55.937768 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/transport.py", line 2363, in _check_banner 2026-01-17T03:21:55.937826 paramiko.transport ERROR buf = self.packetizer.readline(timeout) 2026-01-17T03:21:55.937872 paramiko.transport ERROR ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-01-17T03:21:55.937914 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/packet.py", line 395, in readline 2026-01-17T03:21:55.937953 paramiko.transport ERROR buf += self._read_timeout(timeout) 2026-01-17T03:21:55.937991 paramiko.transport ERROR ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-01-17T03:21:55.938028 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/packet.py", line 673, in _read_timeout 2026-01-17T03:21:55.938065 paramiko.transport ERROR raise socket.timeout() 2026-01-17T03:21:55.938101 paramiko.transport ERROR TimeoutError 2026-01-17T03:21:55.938137 paramiko.transport ERROR  2026-01-17T03:21:55.938171 paramiko.transport ERROR During handling of the above exception, another exception occurred: 2026-01-17T03:21:55.938208 paramiko.transport ERROR  2026-01-17T03:21:55.938261 paramiko.transport ERROR Traceback (most recent call last): 2026-01-17T03:21:55.938299 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/transport.py", line 2179, in run 2026-01-17T03:21:55.938335 paramiko.transport ERROR self._check_banner() 2026-01-17T03:21:55.938370 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/transport.py", line 2367, in _check_banner 2026-01-17T03:21:55.938405 paramiko.transport ERROR raise SSHException( 2026-01-17T03:21:55.938441 paramiko.transport ERROR paramiko.ssh_exception.SSHException: Error reading SSH protocol banner 2026-01-17T03:21:55.938476 paramiko.transport ERROR  2026-01-17T03:22:00.939160 Host INFO [vm-5608-1768620059-2456012] Executing command exit 2026-01-17T03:22:15.942365 paramiko.transport ERROR Exception (client): Error reading SSH protocol banner 2026-01-17T03:22:15.943034 paramiko.transport ERROR Traceback (most recent call last): 2026-01-17T03:22:15.943104 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/transport.py", line 2363, in _check_banner 2026-01-17T03:22:15.943155 paramiko.transport ERROR buf = self.packetizer.readline(timeout) 2026-01-17T03:22:15.943197 paramiko.transport ERROR ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-01-17T03:22:15.943236 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/packet.py", line 395, in readline 2026-01-17T03:22:15.943274 paramiko.transport ERROR buf += self._read_timeout(timeout) 2026-01-17T03:22:15.943311 paramiko.transport ERROR ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-01-17T03:22:15.943347 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/packet.py", line 673, in _read_timeout 2026-01-17T03:22:15.943383 paramiko.transport ERROR raise socket.timeout() 2026-01-17T03:22:15.943417 paramiko.transport ERROR TimeoutError 2026-01-17T03:22:15.943454 paramiko.transport ERROR  2026-01-17T03:22:15.943489 paramiko.transport ERROR During handling of the above exception, another exception occurred: 2026-01-17T03:22:15.943529 paramiko.transport ERROR  2026-01-17T03:22:15.943590 paramiko.transport ERROR Traceback (most recent call last): 2026-01-17T03:22:15.943632 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/transport.py", line 2179, in run 2026-01-17T03:22:15.943668 paramiko.transport ERROR self._check_banner() 2026-01-17T03:22:15.943705 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/transport.py", line 2367, in _check_banner 2026-01-17T03:22:15.943745 paramiko.transport ERROR raise SSHException( 2026-01-17T03:22:15.943783 paramiko.transport ERROR paramiko.ssh_exception.SSHException: Error reading SSH protocol banner 2026-01-17T03:22:15.943820 paramiko.transport ERROR  2026-01-17T03:22:20.944609 Host INFO [vm-5608-1768620059-2456012] Executing command exit 2026-01-17T03:22:35.947746 paramiko.transport ERROR Exception (client): Error reading SSH protocol banner 2026-01-17T03:22:35.948432 paramiko.transport ERROR Traceback (most recent call last): 2026-01-17T03:22:35.948523 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/transport.py", line 2363, in _check_banner 2026-01-17T03:22:35.948601 paramiko.transport ERROR buf = self.packetizer.readline(timeout) 2026-01-17T03:22:35.948651 paramiko.transport ERROR ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-01-17T03:22:35.948691 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/packet.py", line 395, in readline 2026-01-17T03:22:35.948728 paramiko.transport ERROR buf += self._read_timeout(timeout) 2026-01-17T03:22:35.948764 paramiko.transport ERROR ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-01-17T03:22:35.948797 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/packet.py", line 673, in _read_timeout 2026-01-17T03:22:35.948833 paramiko.transport ERROR raise socket.timeout() 2026-01-17T03:22:35.948867 paramiko.transport ERROR TimeoutError 2026-01-17T03:22:35.948912 paramiko.transport ERROR  2026-01-17T03:22:35.948951 paramiko.transport ERROR During handling of the above exception, another exception occurred: 2026-01-17T03:22:35.948987 paramiko.transport ERROR  2026-01-17T03:22:35.949021 paramiko.transport ERROR Traceback (most recent call last): 2026-01-17T03:22:35.949055 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/transport.py", line 2179, in run 2026-01-17T03:22:35.949089 paramiko.transport ERROR self._check_banner() 2026-01-17T03:22:35.949121 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/transport.py", line 2367, in _check_banner 2026-01-17T03:22:35.949155 paramiko.transport ERROR raise SSHException( 2026-01-17T03:22:35.949187 paramiko.transport ERROR paramiko.ssh_exception.SSHException: Error reading SSH protocol banner 2026-01-17T03:22:35.949219 paramiko.transport ERROR  2026-01-17T03:22:40.949980 Host INFO [vm-5608-1768620059-2456012] Executing command exit 2026-01-17T03:22:41.018464 paramiko.transport INFO Connected (version 2.0, client dropbear_2015.67) 2026-01-17T03:22:41.043686 paramiko.transport INFO Authentication (password) successful! 2026-01-17T03:22:41.056288 timeout_sampler INFO Elapsed time: 60.02162456512451 [0:01:00.021625] 2026-01-17T03:22:41.056450 utilities.storage INFO Check disk count. 2026-01-17T03:22:41.056586 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/vm-5608-1768620059-2456012/cdi-clone-test-clone 22' cirros@vm-5608-1768620059-2456012 2026-01-17T03:22:41.108331 paramiko.transport INFO Connected (version 2.0, client dropbear_2015.67) 2026-01-17T03:22:41.129608 paramiko.transport INFO Authentication (password) successful! 2026-01-17T03:22:41.160674 pyhelper_utils.shell INFO [SSH][vm-5608-1768620059-2456012] Executed: lsblk | grep disk | grep -v SWAP| wc -l, rc:0, out: 1 , error:  2026-01-17T03:22:41.249390 ocp_resources VirtualMachine INFO Wait for VirtualMachine vm-5608-1768620059-2456012 status to be None 2026-01-17T03:22:41.250038 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-1768620059-2456012', 'namespace': 'cdi-clone-test-clone'}) 2026-01-17T03:22:42.268770 timeout_sampler INFO Elapsed time: 1.0101735591888428 [0:00:01.010174] 2026-01-17T03:22:42.269063 ocp_resources VirtualMachineInstance INFO Wait until VirtualMachineInstance vm-5608-1768620059-2456012 is deleted 2026-01-17T03:22:42.269225 timeout_sampler INFO Waiting for 480 seconds [0:08:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-01-17T03:22:47.307610 timeout_sampler INFO Elapsed time: 5.032978057861328 [0:00:05.032978] 2026-01-17T03:22:47.307768 ocp_resources VirtualMachine INFO Delete VirtualMachine vm-5608-1768620059-2456012 2026-01-17T03:22:47.319887 ocp_resources VirtualMachine INFO Deleting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachine', 'metadata': {'annotations': {'kubemacpool.io/transaction-timestamp': '2026-01-17T03:22:41.222166869Z', 'kubevirt.io/latest-observed-api-version': 'v1', 'kubevirt.io/storage-observed-api-version': 'v1'}, 'creationTimestamp': '2026-01-17T03:20:59Z', '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': '2026-01-17T03:20:59Z'}, {'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': '2026-01-17T03:20:59Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:runStrategy': {}}}, 'manager': 'virt-api', 'operation': 'Update', 'time': '2026-01-17T03:22:41Z'}, {'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': '2026-01-17T03:22:47Z'}], 'name': 'vm-5608-1768620059-2456012', 'namespace': 'cdi-clone-test-clone', 'resourceVersion': '78203', 'uid': '13b473fa-354b-4873-b560-84bd32ed6aa7'}, '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-1768620059-2456012', 'kubevirt.io/vm': 'vm-5608-1768620059-2456012'}}, 'spec': {'architecture': 'amd64', 'domain': {'devices': {'disks': [{'disk': {'bus': 'virtio'}, 'name': 'dv-disk'}], 'rng': {}}, 'firmware': {'serial': '111a03c5-ee4a-4d55-a810-79a6bc56b445', 'uuid': 'bd6fb494-723b-46c1-95f8-c2b6eed0373c'}, 'machine': {'type': 'pc-q35-rhel9.6.0'}, 'memory': {'guest': '64M'}, 'resources': {}}, 'volumes': [{'dataVolume': {'name': 'dv-5608'}, 'name': 'dv-disk'}]}}}, 'status': {'conditions': [{'lastProbeTime': '2026-01-17T03:22:47Z', 'lastTransitionTime': '2026-01-17T03:22:47Z', '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'}]}} 2026-01-17T03:22:47.348480 ocp_resources VirtualMachine INFO Wait until VirtualMachine vm-5608-1768620059-2456012 is deleted 2026-01-17T03:22:47.348762 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-01-17T03:22:48.359521 timeout_sampler INFO Elapsed time: 1.0039315223693848 [0:00:01.003932] . TEST: test_clone_from_block_to_fs_using_dv_template STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- 2026-01-17T03:22:48.385150 ocp_resources DataVolume INFO Delete DataVolume dv-cirros-block 2026-01-17T03:22:48.395676 ocp_resources DataVolume INFO Deleting {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'annotations': {'cdi.kubevirt.io/storage.usePopulator': 'true'}, 'creationTimestamp': '2026-01-17T03:20:32Z', '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': '2026-01-17T03:20:32Z'}, {'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': '2026-01-17T03:20:32Z'}, {'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': '2026-01-17T03:20:58Z'}], 'name': 'dv-cirros-block', 'namespace': 'cdi-clone-test-clone', 'resourceVersion': '76076', 'uid': '68e88ad7-2258-4da7-8a39-a93ddf1415ae'}, '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': '2026-01-17T03:20:58Z', 'lastTransitionTime': '2026-01-17T03:20:58Z', 'message': 'PVC dv-cirros-block Bound', 'reason': 'Bound', 'status': 'True', 'type': 'Bound'}, {'lastHeartbeatTime': '2026-01-17T03:20:58Z', 'lastTransitionTime': '2026-01-17T03:20:58Z', 'status': 'True', 'type': 'Ready'}, {'lastHeartbeatTime': '2026-01-17T03:20:57Z', 'lastTransitionTime': '2026-01-17T03:20:57Z', 'message': 'Import Complete', 'reason': 'Completed', 'status': 'False', 'type': 'Running'}], 'phase': 'Succeeded', 'progress': '100.0%'}} 2026-01-17T03:22:48.404934 ocp_resources DataVolume INFO Wait until DataVolume dv-cirros-block is deleted 2026-01-17T03:22:48.405240 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-01-17T03:22:48.411653 timeout_sampler INFO Elapsed time: 7.510185241699219e-05 [0:00:00.000075] 2026-01-17T03:22:48.411770 ocp_resources PersistentVolumeClaim INFO Wait until PersistentVolumeClaim dv-cirros-block is deleted 2026-01-17T03:22:48.411908 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-01-17T03:22:49.422121 timeout_sampler INFO Elapsed time: 1.00630784034729 [0:00:01.006308] 2026-01-17T03:22:49.422286 ocp_resources Secret INFO Delete Secret cnv-tests-artifactory-secret 2026-01-17T03:22:49.437457 ocp_resources Secret INFO Deleting {'kind': 'Secret', 'apiVersion': 'v1', 'metadata': {'name': 'cnv-tests-artifactory-secret', 'namespace': 'cdi-clone-test-clone', 'uid': 'e37a53b5-248b-483b-bc30-13720be8c6a8', 'resourceVersion': '75500', 'creationTimestamp': '2026-01-17T03:20:31Z', 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-01-17T03:20:31Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:data': {'.': {}, 'f:accessKeyId': {}, 'f:secretKey': {}}, 'f:type': {}}}]}, 'data': '*******', 'type': 'Opaque'} 2026-01-17T03:22:49.446690 ocp_resources Secret INFO Wait until Secret cnv-tests-artifactory-secret is deleted 2026-01-17T03:22:49.447081 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-01-17T03:22:49.450474 timeout_sampler INFO Elapsed time: 0.00019621849060058594 [0:00:00.000196] 2026-01-17T03:22:49.450591 ocp_resources ConfigMap INFO Delete ConfigMap artifactory-configmap 2026-01-17T03:22:49.467499 ocp_resources ConfigMap INFO Deleting {'kind': 'ConfigMap', 'apiVersion': 'v1', 'metadata': {'name': 'artifactory-configmap', 'namespace': 'cdi-clone-test-clone', 'uid': 'b9251154-36bb-496b-b450-9a02bf7b9971', 'resourceVersion': '75501', 'creationTimestamp': '2026-01-17T03:20:32Z', 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-01-17T03:20:31Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:data': {'.': {}, 'f:tlsregistry.crt': {}}}}]}, 'data': '*******'} 2026-01-17T03:22:49.477497 ocp_resources ConfigMap INFO Wait until ConfigMap artifactory-configmap is deleted 2026-01-17T03:22:49.477684 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-01-17T03:22:49.481042 timeout_sampler INFO Elapsed time: 7.081031799316406e-05 [0:00:00.000071] 2026-01-17T03:22:49.481313 ocp_resources Namespace INFO Delete Namespace cdi-clone-test-clone 2026-01-17T03:22:49.499484 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'cdi-clone-test-clone', 'uid': '99257b9e-10c0-4049-b14a-36138af0633d', 'resourceVersion': '75485', 'creationTimestamp': '2026-01-17T03:20:30Z', '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/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:c29,c9', 'openshift.io/sa.scc.supplemental-groups': '1000830000/10000', 'openshift.io/sa.scc.uid-range': '1000830000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'pod-security-admission-label-synchronization-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2026-01-17T03:20:30Z', '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/warn': {}, 'f:pod-security.kubernetes.io/warn-version': {}}}}}, {'manager': 'cluster-policy-controller', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-01-17T03:20:30Z', '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': 'openshift-apiserver', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-01-17T03:20:30Z', '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': '2026-01-17T03:20:30Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2026-01-17T03:22:49.508979 ocp_resources Namespace INFO Wait until Namespace cdi-clone-test-clone is deleted 2026-01-17T03:22:49.509238 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-01-17T03:22:58.563478 timeout_sampler INFO Elapsed time: 9.04943585395813 [0:00:09.049436] _ 11 of 22 completed, 5 Pass, 1 Fail, 5 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/storage/cdi_import/test_import_http.py 2026-01-17 03:22:58,566 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:22:58,567 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-01-17 03:22:58,567 INFO sqlalchemy.engine.Engine [raw sql] () 2026-01-17 03:22:58,567 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17 03:22:58,568 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:22:58,568 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17 03:22:58,568 INFO sqlalchemy.engine.Engine [generated in 0.00019s] ('/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]', 1768620178) 2026-01-17T03:22:58.566811 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17T03:22:58.567045 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-01-17T03:22:58.567151 sqlalchemy.engine.Engine INFO [raw sql] () 2026-01-17 03:22:58,569 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17T03:22:58.567677 sqlalchemy.engine.Engine INFO COMMIT 2026-01-17T03:22:58.568100 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17T03:22:58.568619 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17T03:22:58.568733 sqlalchemy.engine.Engine INFO [generated in 0.00019s] ('/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]', 1768620178) 2026-01-17T03:22:58.569304 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] -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-01-17T03:22:58.576525 conftest INFO Executing function fixture: term_handler_scope_function 2026-01-17T03:22:58.576763 conftest INFO Executing class fixture: term_handler_scope_class 2026-01-17T03:22:58.576887 conftest INFO Executing module fixture: term_handler_scope_module 2026-01-17T03:22:58.577041 conftest INFO Executing module fixture: cluster_sanity_scope_module 2026-01-17T03:22:58.583932 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. 2026-01-17T03:22:58.583729 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2026-01-17T03:22:58.583821 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2026-01-17T03:22:58.583883 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2026-01-17T03:22:58.618256 ocp_utilities.infra INFO Verify all nodes are schedulable. 2026-01-17T03:22:58.648051 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2026-01-17T03:22:58.989147 timeout_sampler INFO Elapsed time: 0.00015163421630859375 [0:00:00.000152] 2026-01-17T03:22:58.989596 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) 2026-01-17T03:22:58.989445 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 2026-01-17T03:23:09.025361 timeout_sampler INFO Elapsed time: 10.023792505264282 [0:00:10.023793] 2026-01-17T03:23:09.026392 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-01-17T03:23:09.025766 conftest INFO Executing function fixture: autouse_fixtures 2026-01-17T03:23:09.025974 conftest INFO Executing session fixture: internal_http_deployment 2026-01-17T03:23:09.039471 ocp_resources.resource INFO kind: Deployment api version: apps/v1 2026-01-17T03:23:09.039619 ocp_resources Deployment INFO Create Deployment internal-http 2026-01-17T03:23:09.039835 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}} 2026-01-17T03:23:09.069204 ocp_resources Deployment INFO Wait for Deployment internal-http to be deployed: True 2026-01-17T03:23:09.069382 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.deployment.wait_for_replicas.lambda: self.exists) 2026-01-17T03:23:09.074613 timeout_sampler INFO Elapsed time: 8.0108642578125e-05 [0:00:00.000080] 2026-01-17T03:23:09.074710 timeout_sampler INFO Waiting for 239.99466609954834 seconds [0:03:59.994666], retry every 1 seconds. (Function: ocp_resources.deployment.wait_for_replicas.lambda: self.instance) 2026-01-17T03:24:35.633460 timeout_sampler INFO Elapsed time: 86.55247354507446 [0:01:26.552474] 2026-01-17T03:24:35.634372 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-01-17T03:24:35.633884 conftest INFO Executing session fixture: internal_http_service 2026-01-17T03:24:35.647655 ocp_resources Service INFO Create Service internal-http 2026-01-17T03:24:35.647819 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}]}} 2026-01-17T03:24:35.695543 ocp_resources.resource INFO kind: ProjectRequest api version: project.openshift.io/v1 2026-01-17T03:24:35.695893 ocp_resources ProjectRequest INFO Create ProjectRequest cdi-import-test-import-htt 2026-01-17T03:24:35.694988 conftest INFO Executing session fixture: images_internal_http_server 2026-01-17T03:24:35.696107 ocp_resources ProjectRequest INFO Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'cdi-import-test-import-htt'}} 2026-01-17T03:24:35.695338 conftest INFO Executing module fixture: namespace 2026-01-17T03:24:35.817357 ocp_resources.resource INFO kind: Project api version: project.openshift.io/v1 2026-01-17T03:24:35.817505 ocp_resources Project INFO Wait for Project cdi-import-test-import-htt status to be Active 2026-01-17T03:24:35.817716 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2026-01-17T03:24:35.853187 ocp_resources Project INFO Status of Project cdi-import-test-import-htt is Active 2026-01-17T03:24:35.853537 timeout_sampler INFO Elapsed time: 7.891654968261719e-05 [0:00:00.000079] 2026-01-17T03:24:35.861860 ocp_resources Namespace INFO Wait for Namespace cdi-import-test-import-htt status to be Active 2026-01-17T03:24:35.862055 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2026-01-17T03:24:35.869601 ocp_resources Namespace INFO Status of Namespace cdi-import-test-import-htt is Active 2026-01-17T03:24:35.869881 timeout_sampler INFO Elapsed time: 7.939338684082031e-05 [0:00:00.000079] 2026-01-17T03:24:35.870039 ocp_resources.resource INFO ResourceEdits: Updating data for resource Namespace cdi-import-test-import-htt 2026-01-17T03:24:35.870179 ocp_resources Namespace INFO Update Namespace cdi-import-test-import-htt: {'metadata': {'labels': None, 'name': 'cdi-import-test-import-htt'}} 2026-01-17T03:24:35.914266 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-01-17T03:24:35.913476 conftest INFO Executing module fixture: storage_class_matrix__module__ 2026-01-17T03:24:35.913718 conftest INFO Executing module fixture: storage_class_name_scope_module 2026-01-17T03:24:35.913847 conftest INFO Executing module fixture: internal_http_secret 2026-01-17T03:24:35.935333 ocp_resources Secret INFO Create Secret internal-http-secret 2026-01-17T03:24:35.935597 ocp_resources Secret INFO Posting {'apiVersion': 'v1', 'kind': 'Secret', 'metadata': {'name': 'internal-http-secret', 'namespace': 'cdi-import-test-import-htt'}, 'data': '*******'} 2026-01-17T03:24:35.970976 conftest INFO Executing function fixture: content_type 2026-01-17T03:24:35.971270 conftest INFO Executing function fixture: file_name --------------------------------------------------------- CALL --------------------------------------------------------- 2026-01-17T03:24:36.078457 ocp_resources ConfigMap INFO Create ConfigMap artifactory-configmap 2026-01-17T03:24:36.078686 ocp_resources ConfigMap INFO Posting {'apiVersion': 'v1', 'kind': 'ConfigMap', 'metadata': {'name': 'artifactory-configmap', 'namespace': 'cdi-import-test-import-htt'}, 'data': '*******'} 2026-01-17T03:24:36.118671 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 --- [DuplicateFilter: Last log `Trying to get client via new_client_from_config` repeated 2 times] 2026-01-17T03:24:36.118837 ocp_resources DataVolume INFO Create DataVolume import-http-dv 2026-01-17T03:24:36.118991 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'}}}} 2026-01-17T03:24:36.171118 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-01-17T03:24:36.202509 ocp_resources DataVolume INFO Wait DV success for 600 seconds 2026-01-17T03:24:36.202793 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) 2026-01-17T03:24:46.214721 timeout_sampler INFO Elapsed time: 10.007604122161865 [0:00:10.007604] 2026-01-17T03:24:46.214884 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) 2026-01-17T03:24:56.270771 timeout_sampler INFO Elapsed time: 10.050549268722534 [0:00:10.050549] 2026-01-17T03:24:56.270994 ocp_resources PersistentVolumeClaim INFO Wait for PersistentVolumeClaim import-http-dv status to be Bound 2026-01-17T03:24:56.271188 timeout_sampler INFO Waiting for 60 seconds [0:01:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2026-01-17T03:24:56.275330 ocp_resources PersistentVolumeClaim INFO Status of PersistentVolumeClaim import-http-dv is Bound 2026-01-17T03:24:56.275580 timeout_sampler INFO Elapsed time: 0.0001537799835205078 [0:00:00.000154] 2026-01-17T03:24:56.279274 ocp_resources DataVolume INFO Delete DataVolume import-http-dv 2026-01-17T03:24:56.287409 ocp_resources DataVolume INFO Deleting {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'annotations': {'cdi.kubevirt.io/storage.usePopulator': 'true'}, 'creationTimestamp': '2026-01-17T03:24:36Z', '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': '2026-01-17T03:24:36Z'}, {'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': '2026-01-17T03:24:36Z'}, {'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': '2026-01-17T03:24:55Z'}], 'name': 'import-http-dv', 'namespace': 'cdi-import-test-import-htt', 'resourceVersion': '80529', 'uid': '0b9ad04f-a1d2-404b-aaf7-332de7d10f81'}, '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': '2026-01-17T03:24:55Z', 'lastTransitionTime': '2026-01-17T03:24:55Z', 'message': 'PVC import-http-dv Bound', 'reason': 'Bound', 'status': 'True', 'type': 'Bound'}, {'lastHeartbeatTime': '2026-01-17T03:24:55Z', 'lastTransitionTime': '2026-01-17T03:24:55Z', 'status': 'True', 'type': 'Ready'}, {'lastHeartbeatTime': '2026-01-17T03:24:54Z', 'lastTransitionTime': '2026-01-17T03:24:54Z', 'message': 'Import Complete', 'reason': 'Completed', 'status': 'False', 'type': 'Running'}], 'phase': 'Succeeded', 'progress': '100.0%'}} 2026-01-17T03:24:56.297778 ocp_resources DataVolume INFO Wait until DataVolume import-http-dv is deleted 2026-01-17T03:24:56.297971 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-01-17T03:24:56.301795 timeout_sampler INFO Elapsed time: 8.249282836914062e-05 [0:00:00.000082] 2026-01-17T03:24:56.301914 ocp_resources PersistentVolumeClaim INFO Wait until PersistentVolumeClaim import-http-dv is deleted 2026-01-17T03:24:56.302088 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-01-17T03:24:57.310975 timeout_sampler INFO Elapsed time: 1.0034773349761963 [0:00:01.003477] 2026-01-17T03:24:57.311130 ocp_resources ConfigMap INFO Delete ConfigMap artifactory-configmap 2026-01-17T03:24:57.321797 ocp_resources ConfigMap INFO Deleting {'kind': 'ConfigMap', 'apiVersion': 'v1', 'metadata': {'name': 'artifactory-configmap', 'namespace': 'cdi-import-test-import-htt', 'uid': '78348ab8-fb55-4590-8cfd-d4bf3973e398', 'resourceVersion': '80030', 'creationTimestamp': '2026-01-17T03:24:36Z', 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-01-17T03:24:36Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:data': {'.': {}, 'f:tlsregistry.crt': {}}}}]}, 'data': '*******'} 2026-01-17T03:24:57.330299 ocp_resources ConfigMap INFO Wait until ConfigMap artifactory-configmap is deleted 2026-01-17T03:24:57.330542 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-01-17T03:24:57.336526 timeout_sampler INFO Elapsed time: 0.0001227855682373047 [0:00:00.000123] .2026-01-17T03:24:57.337413 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 ------------------------------------------------------- 2026-01-17T03:24:57.347955 ocp_resources Secret INFO Deleting {'kind': 'Secret', 'apiVersion': 'v1', 'metadata': {'name': 'internal-http-secret', 'namespace': 'cdi-import-test-import-htt', 'uid': '32aea51c-43be-46b6-880e-7b85b0f9b584', 'resourceVersion': '80027', 'creationTimestamp': '2026-01-17T03:24:35Z', 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-01-17T03:24:35Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:data': {'.': {}, 'f:accessKeyId': {}, 'f:secretKey': {}}, 'f:type': {}}}]}, 'data': '*******', 'type': 'Opaque'} 2026-01-17T03:24:57.355035 ocp_resources Secret INFO Wait until Secret internal-http-secret is deleted 2026-01-17T03:24:57.355231 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-01-17T03:24:57.358849 timeout_sampler INFO Elapsed time: 9.036064147949219e-05 [0:00:00.000090] 2026-01-17T03:24:57.359125 ocp_resources Namespace INFO Delete Namespace cdi-import-test-import-htt 2026-01-17T03:24:57.368028 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'cdi-import-test-import-htt', 'uid': '796b7aa7-0224-4a0e-895b-0ab5d90c83f3', 'resourceVersion': '80026', 'creationTimestamp': '2026-01-17T03:24:35Z', '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/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:c29,c14', 'openshift.io/sa.scc.supplemental-groups': '1000840000/10000', 'openshift.io/sa.scc.uid-range': '1000840000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'pod-security-admission-label-synchronization-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2026-01-17T03:24:35Z', '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/warn': {}, 'f:pod-security.kubernetes.io/warn-version': {}}}}}, {'manager': 'cluster-policy-controller', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-01-17T03:24:35Z', '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': 'openshift-apiserver', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-01-17T03:24:35Z', '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': '2026-01-17T03:24:35Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2026-01-17T03:24:57.379592 ocp_resources Namespace INFO Wait until Namespace cdi-import-test-import-htt is deleted 2026-01-17T03:24:57.379803 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-01-17T03:25:05.420595 timeout_sampler INFO Elapsed time: 8.03550124168396 [0:00:08.035501] _ 12 of 22 completed, 6 Pass, 1 Fail, 5 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/storage/cdi_import/test_import_registry.py 2026-01-17 03:25:05,423 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:25:05,423 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-01-17 03:25:05,423 INFO sqlalchemy.engine.Engine [raw sql] () 2026-01-17T03:25:05.423353 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17T03:25:05.423594 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-01-17 03:25:05,424 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17 03:25:05,424 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17T03:25:05.423694 sqlalchemy.engine.Engine INFO [raw sql] () 2026-01-17 03:25:05,425 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17 03:25:05,425 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]', 1768620305) 2026-01-17T03:25:05.424291 sqlalchemy.engine.Engine INFO COMMIT 2026-01-17T03:25:05.424765 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17T03:25:05.425303 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17T03:25:05.425411 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]', 1768620305) 2026-01-17 03:25:05,425 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17T03:25:05.425994 sqlalchemy.engine.Engine INFO COMMIT test_public_registry_data_volume[#ocs-storagecluster-ceph-rbd-virtualization#-import-public-registry-no-content-type-dv] -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-01-17T03:25:05.434439 conftest INFO Executing function fixture: term_handler_scope_function 2026-01-17T03:25:05.434616 conftest INFO Executing class fixture: term_handler_scope_class 2026-01-17T03:25:05.434741 conftest INFO Executing module fixture: term_handler_scope_module 2026-01-17T03:25:05.434899 conftest INFO Executing module fixture: cluster_sanity_scope_module 2026-01-17T03:25:05.441268 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. 2026-01-17T03:25:05.441072 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2026-01-17T03:25:05.441159 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2026-01-17T03:25:05.441219 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2026-01-17T03:25:05.475011 ocp_utilities.infra INFO Verify all nodes are schedulable. 2026-01-17T03:25:05.507296 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2026-01-17T03:25:05.887713 timeout_sampler INFO Elapsed time: 0.00012564659118652344 [0:00:00.000126] 2026-01-17T03:25:05.888072 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) 2026-01-17T03:25:05.887941 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 2026-01-17T03:25:15.923881 timeout_sampler INFO Elapsed time: 10.023529291152954 [0:00:10.023529] 2026-01-17T03:25:15.924788 ocp_resources.resource INFO kind: ProjectRequest api version: project.openshift.io/v1 2026-01-17T03:25:15.924893 ocp_resources ProjectRequest INFO Create ProjectRequest cdi-import-test-import-registr 2026-01-17T03:25:15.924279 conftest INFO Executing function fixture: autouse_fixtures 2026-01-17T03:25:15.925318 ocp_resources ProjectRequest INFO Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'cdi-import-test-import-registr'}} 2026-01-17T03:25:15.924581 conftest INFO Executing module fixture: namespace 2026-01-17T03:25:16.036127 ocp_resources.resource INFO kind: Project api version: project.openshift.io/v1 2026-01-17T03:25:16.036289 ocp_resources Project INFO Wait for Project cdi-import-test-import-registr status to be Active 2026-01-17T03:25:16.036453 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2026-01-17T03:25:16.044328 ocp_resources Project INFO Status of Project cdi-import-test-import-registr is Active 2026-01-17T03:25:16.044536 timeout_sampler INFO Elapsed time: 8.0108642578125e-05 [0:00:00.000080] 2026-01-17T03:25:16.051978 ocp_resources Namespace INFO Wait for Namespace cdi-import-test-import-registr status to be Active 2026-01-17T03:25:16.052198 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2026-01-17T03:25:16.057209 ocp_resources Namespace INFO Status of Namespace cdi-import-test-import-registr is Active 2026-01-17T03:25:16.057385 timeout_sampler INFO Elapsed time: 9.036064147949219e-05 [0:00:00.000090] 2026-01-17T03:25:16.057481 ocp_resources.resource INFO ResourceEdits: Updating data for resource Namespace cdi-import-test-import-registr 2026-01-17T03:25:16.057573 ocp_resources Namespace INFO Update Namespace cdi-import-test-import-registr: {'metadata': {'labels': None, 'name': 'cdi-import-test-import-registr'}} 2026-01-17T03:25:16.072333 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-01-17T03:25:16.070994 conftest INFO Executing function fixture: dv_name 2026-01-17T03:25:16.071213 conftest INFO Executing function fixture: content_type 2026-01-17T03:25:16.071353 conftest INFO Executing function fixture: storage_class_matrix__function__ 2026-01-17T03:25:16.071462 conftest INFO Executing function fixture: storage_class_name_scope_function --------------------------------------------------------- CALL --------------------------------------------------------- 2026-01-17T03:25:16.086273 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2026-01-17T03:25:16.086412 ocp_resources DataVolume INFO Create DataVolume import-public-registry-no-content-type-dv 2026-01-17T03:25:16.086580 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'}}}} 2026-01-17T03:25:16.128804 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-01-17T03:25:16.173814 ocp_resources DataVolume INFO Wait DV success for 600 seconds 2026-01-17T03:25:16.174089 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) 2026-01-17T03:25:26.186319 timeout_sampler INFO Elapsed time: 10.00607419013977 [0:00:10.006074] 2026-01-17T03:25:26.186495 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) 2026-01-17T03:26:22.572697 timeout_sampler INFO Elapsed time: 56.37916588783264 [0:00:56.379166] 2026-01-17T03:26:22.572918 ocp_resources PersistentVolumeClaim INFO Wait for PersistentVolumeClaim import-public-registry-no-content-type-dv status to be Bound 2026-01-17T03:26:22.573143 timeout_sampler INFO Waiting for 60 seconds [0:01:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2026-01-17T03:26:22.578010 ocp_resources PersistentVolumeClaim INFO Status of PersistentVolumeClaim import-public-registry-no-content-type-dv is Bound 2026-01-17T03:26:22.578222 timeout_sampler INFO Elapsed time: 8.106231689453125e-05 [0:00:00.000081] 2026-01-17T03:26:22.591506 ocp_resources.resource INFO kind: VirtualMachine api version: kubevirt.io/v1 2026-01-17T03:26:22.636260 ocp_resources VirtualMachine INFO Create VirtualMachine fedora-vm-from-dv-1768620382-5783453 2026-01-17T03:26:22.636518 ocp_resources VirtualMachine INFO Posting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachine', 'metadata': {'name': 'fedora-vm-from-dv-1768620382-5783453', 'namespace': 'cdi-import-test-import-registr', 'labels': {}}, 'spec': {'template': {'spec': {'domain': {'devices': {'rng': {}, 'disks': [{'disk': {'bus': 'virtio'}, 'name': 'dv-disk'}, {'disk': {'bus': 'virtio'}, 'name': 'cloudinitdisk'}]}, 'memory': {'guest': '1Gi'}}, 'volumes': [{'name': 'dv-disk', 'dataVolume': {'name': 'import-public-registry-no-content-type-dv'}}, {'name': 'cloudinitdisk', 'cloudInitNoCloud': {'userData': '*******'}}]}, 'metadata': {'labels': {'kubevirt.io/vm': 'fedora-vm-from-dv-1768620382-5783453', 'kubevirt.io/domain': 'fedora-vm-from-dv-1768620382-5783453', 'debugLogs': 'true'}}}, 'runStrategy': 'Halted'}} 2026-01-17T03:26:22.737265 timeout_sampler INFO Waiting for 5 seconds [0:00:05], retry every 1 seconds. (Function: utilities.virt..lambda: vm.instance.get) 2026-01-17T03:26:22.745584 timeout_sampler INFO Elapsed time: 0.00025916099548339844 [0:00:00.000259] 2026-01-17T03:26:22.752171 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-01-17T03:26:22.751409 utilities.virt INFO VM fedora-vm-from-dv-1768620382-5783453 status before dv check: Stopped 2026-01-17T03:26:22.751688 utilities.virt INFO Volume(s) in VM spec: ['import-public-registry-no-content-type-dv']  2026-01-17T03:26:22.911097 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2026-01-17T03:26:22.911246 ocp_resources DataVolume INFO Wait DV success for 1800 seconds 2026-01-17T03:26:22.911429 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) 2026-01-17T03:26:22.942489 timeout_sampler INFO Elapsed time: 8.463859558105469e-05 [0:00:00.000085] 2026-01-17T03:26:22.942789 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) 2026-01-17T03:26:22.946722 timeout_sampler INFO Elapsed time: 9.012222290039062e-05 [0:00:00.000090] 2026-01-17T03:26:22.946829 ocp_resources PersistentVolumeClaim INFO Wait for PersistentVolumeClaim import-public-registry-no-content-type-dv status to be Bound 2026-01-17T03:26:22.946969 timeout_sampler INFO Waiting for 60 seconds [0:01:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2026-01-17T03:26:22.953352 ocp_resources PersistentVolumeClaim INFO Status of PersistentVolumeClaim import-public-registry-no-content-type-dv is Bound 2026-01-17T03:26:22.953570 timeout_sampler INFO Elapsed time: 6.747245788574219e-05 [0:00:00.000067] 2026-01-17T03:26:22.953683 timeout_sampler INFO Waiting for 5 seconds [0:00:05], retry every 1 seconds. (Function: utilities.virt..lambda: vm.instance.get) 2026-01-17T03:26:22.963532 timeout_sampler INFO Elapsed time: 6.937980651855469e-05 [0:00:00.000069] 2026-01-17T03:26:22.963921 ocp_resources.resource INFO kind: VirtualMachineInstance api version: kubevirt.io/v1 2026-01-17T03:26:22.964001 ocp_resources VirtualMachineInstance INFO Wait for VirtualMachineInstance fedora-vm-from-dv-1768620382-5783453 status to be Running 2026-01-17T03:26:22.964139 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2026-01-17T03:26:22.969866 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance fedora-vm-from-dv-1768620382-5783453 is Scheduling 2026-01-17T03:26:36.044349 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance fedora-vm-from-dv-1768620382-5783453 is Scheduled 2026-01-17T03:26:37.049765 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance fedora-vm-from-dv-1768620382-5783453 is Running 2026-01-17T03:26:37.050013 timeout_sampler INFO Elapsed time: 14.080581426620483 [0:00:14.080581] 2026-01-17T03:26:37.050397 ocp_resources VirtualMachineInstance INFO Wait for VirtualMachineInstance/fedora-vm-from-dv-1768620382-5783453's 'AgentConnected' condition to be 'True' 2026-01-17T03:26:37.050581 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_condition.lambda: self.exists) 2026-01-17T03:26:37.050288 utilities.virt INFO Wait until guest agent is active on fedora-vm-from-dv-1768620382-5783453 2026-01-17T03:26:37.055705 timeout_sampler INFO Elapsed time: 0.00010633468627929688 [0:00:00.000106] 2026-01-17T03:26:37.055796 timeout_sampler INFO Waiting for 719.9947595596313 seconds [0:11:59.994760], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_condition.lambda: self.instance) 2026-01-17T03:26:58.184854 timeout_sampler INFO Elapsed time: 21.12283158302307 [0:00:21.122832] 2026-01-17T03:26:58.185144 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 1 seconds. (Function: utilities.virt..lambda: vmi.instance) 2026-01-17T03:26:58.185016 utilities.virt INFO Wait for fedora-vm-from-dv-1768620382-5783453 network interfaces 2026-01-17T03:26:58.190060 timeout_sampler INFO Elapsed time: 9.131431579589844e-05 [0:00:00.000091] 2026-01-17T03:26:58.190190 utilities.virt INFO Wait for fedora-vm-from-dv-1768620382-5783453 SSH connectivity. 2026-01-17T03:26:58.190290 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/fedora-vm-from-dv-1768620382-5783453/cdi-import-test-import-registr 22' fedora@fedora-vm-from-dv-1768620382-5783453 2026-01-17T03:26:58.209176 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}) 2026-01-17T03:26:58.209268 Host INFO [fedora-vm-from-dv-1768620382-5783453] Executing command exit 2026-01-17T03:26:58.322311 paramiko.transport INFO Connected (version 2.0, client OpenSSH_9.8) 2026-01-17T03:26:58.371905 paramiko.transport INFO Authentication (publickey) successful! 2026-01-17T03:26:58.673707 timeout_sampler INFO Elapsed time: 0.00010251998901367188 [0:00:00.000103] 2026-01-17T03:26:58.673877 utilities.storage INFO Check disk count. 2026-01-17T03:26:58.673983 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/fedora-vm-from-dv-1768620382-5783453/cdi-import-test-import-registr 22' fedora@fedora-vm-from-dv-1768620382-5783453 2026-01-17T03:26:58.785963 paramiko.transport INFO Connected (version 2.0, client OpenSSH_9.8) 2026-01-17T03:26:58.820104 paramiko.transport INFO Authentication (publickey) successful! 2026-01-17T03:26:58.942023 pyhelper_utils.shell INFO [SSH][fedora-vm-from-dv-1768620382-5783453] Executed: lsblk | grep disk | grep -v SWAP| wc -l, rc:0, out: 2 , error:  2026-01-17T03:26:59.046463 ocp_resources VirtualMachine INFO Wait for VirtualMachine fedora-vm-from-dv-1768620382-5783453 status to be None 2026-01-17T03:26:59.046794 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: kubernetes.dynamic.client.get Kwargs: {'field_selector': 'metadata.name==fedora-vm-from-dv-1768620382-5783453', 'namespace': 'cdi-import-test-import-registr'}) 2026-01-17T03:27:00.080766 timeout_sampler INFO Elapsed time: 1.0122535228729248 [0:00:01.012254] 2026-01-17T03:27:00.081076 ocp_resources VirtualMachineInstance INFO Wait until VirtualMachineInstance fedora-vm-from-dv-1768620382-5783453 is deleted 2026-01-17T03:27:00.081250 timeout_sampler INFO Waiting for 480 seconds [0:08:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-01-17T03:27:05.119961 timeout_sampler INFO Elapsed time: 5.032576560974121 [0:00:05.032577] 2026-01-17T03:27:05.120147 ocp_resources VirtualMachine INFO Delete VirtualMachine fedora-vm-from-dv-1768620382-5783453 2026-01-17T03:27:05.130816 ocp_resources VirtualMachine INFO Deleting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachine', 'metadata': {'annotations': {'kubemacpool.io/transaction-timestamp': '2026-01-17T03:26:59.011368078Z', 'kubevirt.io/latest-observed-api-version': 'v1', 'kubevirt.io/storage-observed-api-version': 'v1'}, 'creationTimestamp': '2026-01-17T03:26:22Z', 'finalizers': ['kubevirt.io/virtualMachineControllerFinalize'], 'generation': 3, 'managedFields': [{'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'.': {}, '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': '2026-01-17T03:26:22Z'}, {'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': '2026-01-17T03:26:22Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:runStrategy': {}}}, 'manager': 'virt-api', 'operation': 'Update', 'time': '2026-01-17T03:26:58Z'}, {'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': '2026-01-17T03:27:04Z'}], 'name': 'fedora-vm-from-dv-1768620382-5783453', 'namespace': 'cdi-import-test-import-registr', 'resourceVersion': '82923', 'uid': '59136316-c8d8-4d93-80cb-ded386455dad'}, 'spec': {'runStrategy': 'Halted', 'template': {'metadata': {'creationTimestamp': None, 'labels': {'debugLogs': 'true', 'kubevirt.io/domain': 'fedora-vm-from-dv-1768620382-5783453', 'kubevirt.io/vm': 'fedora-vm-from-dv-1768620382-5783453'}}, 'spec': {'architecture': 'amd64', 'domain': {'devices': {'disks': [{'disk': {'bus': 'virtio'}, 'name': 'dv-disk'}, {'disk': {'bus': 'virtio'}, 'name': 'cloudinitdisk'}], 'rng': {}}, 'firmware': {'serial': '557e767f-a558-45be-9830-a6b72b601144', 'uuid': '19f72eca-6a42-49c9-94c6-b05ddf2fdb51'}, 'machine': {'type': 'pc-q35-rhel9.6.0'}, 'memory': {'guest': '1Gi'}, 'resources': {}}, 'volumes': [{'dataVolume': {'name': 'import-public-registry-no-content-type-dv'}, 'name': 'dv-disk'}, {'cloudInitNoCloud': {'userData': '*******'}, 'name': 'cloudinitdisk'}]}}}, 'status': {'conditions': [{'lastProbeTime': '2026-01-17T03:27:04Z', 'lastTransitionTime': '2026-01-17T03:27:04Z', '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, 'status': 'True', 'type': 'LiveMigratable'}, {'lastProbeTime': None, 'lastTransitionTime': None, 'status': 'True', 'type': 'StorageLiveMigratable'}], 'desiredGeneration': 3, 'observedGeneration': 3, 'printableStatus': 'Stopped', 'runStrategy': 'Halted', 'volumeSnapshotStatuses': [{'enabled': True, 'name': 'dv-disk'}, {'enabled': False, 'name': 'cloudinitdisk', 'reason': 'Snapshot is not supported for this volumeSource type [cloudinitdisk]'}]}} 2026-01-17T03:27:05.161613 ocp_resources VirtualMachine INFO Wait until VirtualMachine fedora-vm-from-dv-1768620382-5783453 is deleted 2026-01-17T03:27:05.161824 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-01-17T03:27:06.169911 timeout_sampler INFO Elapsed time: 1.0035254955291748 [0:00:01.003525] 2026-01-17T03:27:06.176682 ocp_resources DataVolume INFO Delete DataVolume import-public-registry-no-content-type-dv 2026-01-17T03:27:06.188108 ocp_resources DataVolume INFO Deleting {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'annotations': {'cdi.kubevirt.io/storage.usePopulator': 'true'}, 'creationTimestamp': '2026-01-17T03:25:16Z', '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': '2026-01-17T03:25:16Z'}, {'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': '2026-01-17T03:25:16Z'}, {'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': '2026-01-17T03:26:22Z'}], 'name': 'import-public-registry-no-content-type-dv', 'namespace': 'cdi-import-test-import-registr', 'resourceVersion': '82218', 'uid': '44ce7728-e871-4289-895f-0f0c43dc5217'}, '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': '2026-01-17T03:26:22Z', 'lastTransitionTime': '2026-01-17T03:26:22Z', 'message': 'PVC import-public-registry-no-content-type-dv Bound', 'reason': 'Bound', 'status': 'True', 'type': 'Bound'}, {'lastHeartbeatTime': '2026-01-17T03:26:22Z', 'lastTransitionTime': '2026-01-17T03:26:22Z', 'status': 'True', 'type': 'Ready'}, {'lastHeartbeatTime': '2026-01-17T03:26:21Z', 'lastTransitionTime': '2026-01-17T03:26:21Z', 'message': 'Import Complete', 'reason': 'Completed', 'status': 'False', 'type': 'Running'}], 'phase': 'Succeeded', 'progress': '100.0%'}} 2026-01-17T03:27:06.199711 ocp_resources DataVolume INFO Wait until DataVolume import-public-registry-no-content-type-dv is deleted 2026-01-17T03:27:06.199923 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-01-17T03:27:06.204996 timeout_sampler INFO Elapsed time: 9.369850158691406e-05 [0:00:00.000094] 2026-01-17T03:27:06.205132 ocp_resources PersistentVolumeClaim INFO Wait until PersistentVolumeClaim import-public-registry-no-content-type-dv is deleted 2026-01-17T03:27:06.205305 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-01-17T03:27:07.227993 timeout_sampler INFO Elapsed time: 1.0068235397338867 [0:00:01.006824] .2026-01-17T03:27:07.229046 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 ------------------------------------------------------- 2026-01-17T03:27:07.252800 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'cdi-import-test-import-registr', 'uid': 'f9347482-b90e-4caf-99b4-1d2dbf43c5dc', 'resourceVersion': '80982', 'creationTimestamp': '2026-01-17T03:25:15Z', '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/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:c29,c24', 'openshift.io/sa.scc.supplemental-groups': '1000860000/10000', 'openshift.io/sa.scc.uid-range': '1000860000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'pod-security-admission-label-synchronization-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2026-01-17T03:25: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/warn': {}, 'f:pod-security.kubernetes.io/warn-version': {}}}}}, {'manager': 'openshift-apiserver', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-01-17T03:25:15Z', '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': '2026-01-17T03:25:15Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}, {'manager': 'cluster-policy-controller', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-01-17T03:25: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': {}}}}}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2026-01-17T03:27:07.261682 ocp_resources Namespace INFO Wait until Namespace cdi-import-test-import-registr is deleted 2026-01-17T03:27:07.261960 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-01-17T03:27:15.307330 timeout_sampler INFO Elapsed time: 8.040417671203613 [0:00:08.040418] _ 13 of 22 completed, 7 Pass, 1 Fail, 5 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/storage/cdi_upload/test_upload_virtctl.py 2026-01-17 03:27:15,310 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:27:15,310 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-01-17 03:27:15,310 INFO sqlalchemy.engine.Engine [raw sql] () 2026-01-17 03:27:15,311 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17T03:27:15.310140 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17 03:27:15,311 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:27:15,312 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17 03:27:15,312 INFO sqlalchemy.engine.Engine [generated in 0.00017s] ('/openshift-virtualization-tests/tests/storage/cdi_upload/test_upload_virtctl.py::test_virtctl_image_upload_dv[#ocs-storagecluster-ceph-rbd-virtualization#]', 1768620435) 2026-01-17T03:27:15.310359 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-01-17T03:27:15.310466 sqlalchemy.engine.Engine INFO [raw sql] () 2026-01-17T03:27:15.311010 sqlalchemy.engine.Engine INFO COMMIT 2026-01-17T03:27:15.311493 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17 03:27:15,313 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17T03:27:15.312314 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17T03:27:15.312440 sqlalchemy.engine.Engine INFO [generated in 0.00017s] ('/openshift-virtualization-tests/tests/storage/cdi_upload/test_upload_virtctl.py::test_virtctl_image_upload_dv[#ocs-storagecluster-ceph-rbd-virtualization#]', 1768620435) 2026-01-17T03:27:15.313086 sqlalchemy.engine.Engine INFO COMMIT ---------------------- test_virtctl_image_upload_dv[#ocs-storagecluster-ceph-rbd-virtualization#] ---------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-01-17T03:27:15.320616 conftest INFO Executing function fixture: term_handler_scope_function 2026-01-17T03:27:15.320772 conftest INFO Executing class fixture: term_handler_scope_class 2026-01-17T03:27:15.320891 conftest INFO Executing module fixture: term_handler_scope_module 2026-01-17T03:27:15.321043 conftest INFO Executing module fixture: cluster_sanity_scope_module 2026-01-17T03:27:15.327504 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. 2026-01-17T03:27:15.327273 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2026-01-17T03:27:15.327375 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2026-01-17T03:27:15.327446 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2026-01-17T03:27:15.361350 ocp_utilities.infra INFO Verify all nodes are schedulable. 2026-01-17T03:27:15.396508 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2026-01-17T03:27:15.760399 timeout_sampler INFO Elapsed time: 0.00016760826110839844 [0:00:00.000168] 2026-01-17T03:27:15.760765 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) 2026-01-17T03:27:15.760630 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 2026-01-17T03:27:25.798936 timeout_sampler INFO Elapsed time: 10.023854970932007 [0:00:10.023855] 2026-01-17T03:27:25.799827 ocp_resources.resource INFO kind: ProjectRequest api version: project.openshift.io/v1 --- [DuplicateFilter: Last log `kind: VirtualMachineInstance api version: kubevirt.io/v1` repeated 2 times] 2026-01-17T03:27:25.799929 ocp_resources ProjectRequest INFO Create ProjectRequest cdi-upload-test-upload-virtctl 2026-01-17T03:27:25.800278 ocp_resources ProjectRequest INFO Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'cdi-upload-test-upload-virtctl'}} 2026-01-17T03:27:25.799336 conftest INFO Executing function fixture: autouse_fixtures 2026-01-17T03:27:25.799642 conftest INFO Executing module fixture: namespace 2026-01-17T03:27:25.951990 ocp_resources.resource INFO kind: Project api version: project.openshift.io/v1 2026-01-17T03:27:25.952140 ocp_resources Project INFO Wait for Project cdi-upload-test-upload-virtctl status to be Active 2026-01-17T03:27:25.952298 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2026-01-17T03:27:25.960377 ocp_resources Project INFO Status of Project cdi-upload-test-upload-virtctl is Active 2026-01-17T03:27:25.960598 timeout_sampler INFO Elapsed time: 7.700920104980469e-05 [0:00:00.000077] 2026-01-17T03:27:25.964729 ocp_resources Namespace INFO Wait for Namespace cdi-upload-test-upload-virtctl status to be Active 2026-01-17T03:27:25.965117 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2026-01-17T03:27:25.969399 ocp_resources Namespace INFO Status of Namespace cdi-upload-test-upload-virtctl is Active 2026-01-17T03:27:25.969660 timeout_sampler INFO Elapsed time: 0.00011038780212402344 [0:00:00.000110] 2026-01-17T03:27:25.969807 ocp_resources.resource INFO ResourceEdits: Updating data for resource Namespace cdi-upload-test-upload-virtctl 2026-01-17T03:27:25.969916 ocp_resources Namespace INFO Update Namespace cdi-upload-test-upload-virtctl: {'metadata': {'labels': None, 'name': 'cdi-upload-test-upload-virtctl'}} 2026-01-17T03:27:25.984500 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'}) 2026-01-17T03:27:25.984669 timeout_sampler INFO Waiting for 60 seconds [0:01:00], retry every 5 seconds. (Function: utilities.storage..lambda: artifactory_connection_url.requests.get.utilities.infra.get_artifactory_header) 2026-01-17T03:27:25.984127 conftest INFO Executing module fixture: storage_class_matrix_immediate_matrix__module__ 2026-01-17T03:27:25.984296 conftest INFO Executing module fixture: storage_class_name_immediate_binding_scope_module 2026-01-17T03:27:25.984417 conftest INFO Executing function fixture: download_image 2026-01-17T03:27:25.984599 utilities.storage INFO Testing connectivity to https://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/artifactory/cnv-qe-server-local/ HTTPS server 2026-01-17T03:27:26.570642 timeout_sampler INFO Elapsed time: 6.794929504394531e-05 [0:00:00.000068] 2026-01-17T03:27:26.737517 utilities.storage INFO Download https://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/artifactory/cnv-qe-server-local/cnv-tests/cdi-test-images/cirros-qcow2.img to /tmp/cirros-qcow2.img 2026-01-17T03:27:27.245202 timeout_sampler INFO Elapsed time: 9.369850158691406e-05 [0:00:00.000094] 2026-01-17T03:27:27.246545 ocp_resources.resource INFO Trying to get client via new_client_from_config --------------------------------------------------------- CALL --------------------------------------------------------- 2026-01-17T03:27:27.259866 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2026-01-17T03:27:27.260104 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-01-17T03:27:27.298823 pyhelper_utils.shell INFO Running virtctl -n cdi-upload-test-upload-virtctl --kubeconfig /tmp/tmpv6xh96_2-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 2026-01-17T03:27:41.564795 utilities.storage INFO Check status and output of virtctl 2026-01-17T03:27:41.578676 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2026-01-17T03:27:41.578779 ocp_resources DataVolume INFO Wait DV success for 60 seconds 2026-01-17T03:27:41.578941 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) 2026-01-17T03:27:41.609997 timeout_sampler INFO Elapsed time: 7.82012939453125e-05 [0:00:00.000078] 2026-01-17T03:27:41.610106 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) 2026-01-17T03:27:41.613615 timeout_sampler INFO Elapsed time: 9.274482727050781e-05 [0:00:00.000093] 2026-01-17T03:27:41.613739 ocp_resources PersistentVolumeClaim INFO Wait for PersistentVolumeClaim cnv-3724-ocs-storagecluster-ceph-rbd-virtualization status to be Bound 2026-01-17T03:27:41.613889 timeout_sampler INFO Waiting for 60 seconds [0:01:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2026-01-17T03:27:41.617496 ocp_resources PersistentVolumeClaim INFO Status of PersistentVolumeClaim cnv-3724-ocs-storagecluster-ceph-rbd-virtualization is Bound 2026-01-17T03:27:41.617807 timeout_sampler INFO Elapsed time: 6.771087646484375e-05 [0:00:00.000068] 2026-01-17T03:27:41.618111 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-01-17T03:27:41.631003 ocp_resources.resource INFO kind: VirtualMachine api version: kubevirt.io/v1 2026-01-17T03:27:41.635940 ocp_resources VirtualMachine INFO Create VirtualMachine cirros-vm-1768620461-6179016 2026-01-17T03:27:41.636111 ocp_resources VirtualMachine INFO Posting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachine', 'metadata': {'name': 'cirros-vm-1768620461-6179016', 'namespace': 'cdi-upload-test-upload-virtctl', 'labels': {}}, 'spec': {'template': {'spec': {'domain': {'devices': {'rng': {}, 'disks': [{'disk': {'bus': 'virtio'}, 'name': 'dv-disk'}]}, 'memory': {'guest': '64M'}}, 'volumes': [{'name': 'dv-disk', 'dataVolume': {'name': 'cnv-3724-ocs-storagecluster-ceph-rbd-virtualization'}}]}, 'metadata': {'labels': {'kubevirt.io/vm': 'cirros-vm-1768620461-6179016', 'kubevirt.io/domain': 'cirros-vm-1768620461-6179016', 'debugLogs': 'true'}}}, 'runStrategy': 'Halted'}} 2026-01-17T03:27:41.753803 timeout_sampler INFO Waiting for 5 seconds [0:00:05], retry every 1 seconds. (Function: utilities.virt..lambda: vm.instance.get) 2026-01-17T03:27:41.765847 timeout_sampler INFO Elapsed time: 0.00015544891357421875 [0:00:00.000155] 2026-01-17T03:27:41.771652 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-01-17T03:27:41.771162 utilities.virt INFO VM cirros-vm-1768620461-6179016 status before dv check: Stopped 2026-01-17T03:27:41.771279 utilities.virt INFO Volume(s) in VM spec: ['cnv-3724-ocs-storagecluster-ceph-rbd-virtualization']  2026-01-17T03:27:41.785301 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2026-01-17T03:27:41.785391 ocp_resources DataVolume INFO Wait DV success for 1800 seconds 2026-01-17T03:27:41.785542 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) 2026-01-17T03:27:41.798585 timeout_sampler INFO Elapsed time: 9.512901306152344e-05 [0:00:00.000095] 2026-01-17T03:27:41.798688 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) 2026-01-17T03:27:41.805516 timeout_sampler INFO Elapsed time: 7.510185241699219e-05 [0:00:00.000075] 2026-01-17T03:27:41.805933 ocp_resources PersistentVolumeClaim INFO Wait for PersistentVolumeClaim cnv-3724-ocs-storagecluster-ceph-rbd-virtualization status to be Bound 2026-01-17T03:27:41.806147 timeout_sampler INFO Waiting for 60 seconds [0:01:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2026-01-17T03:27:41.809432 ocp_resources PersistentVolumeClaim INFO Status of PersistentVolumeClaim cnv-3724-ocs-storagecluster-ceph-rbd-virtualization is Bound 2026-01-17T03:27:41.809623 timeout_sampler INFO Elapsed time: 0.00010895729064941406 [0:00:00.000109] 2026-01-17T03:27:41.809714 timeout_sampler INFO Waiting for 5 seconds [0:00:05], retry every 1 seconds. (Function: utilities.virt..lambda: vm.instance.get) 2026-01-17T03:27:41.827049 timeout_sampler INFO Elapsed time: 6.723403930664062e-05 [0:00:00.000067] 2026-01-17T03:27:41.827245 ocp_resources.resource INFO kind: VirtualMachineInstance api version: kubevirt.io/v1 2026-01-17T03:27:41.827335 ocp_resources VirtualMachineInstance INFO Wait for VirtualMachineInstance cirros-vm-1768620461-6179016 status to be Running 2026-01-17T03:27:41.827497 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2026-01-17T03:27:41.835268 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance cirros-vm-1768620461-6179016 is Pending 2026-01-17T03:27:42.842471 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance cirros-vm-1768620461-6179016 is Scheduling 2026-01-17T03:27:46.877896 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance cirros-vm-1768620461-6179016 is Scheduled 2026-01-17T03:27:48.893641 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance cirros-vm-1768620461-6179016 is Running 2026-01-17T03:27:48.893882 timeout_sampler INFO Elapsed time: 7.0598719120025635 [0:00:07.059872] 2026-01-17T03:27:48.893982 utilities.virt INFO Wait for cirros-vm-1768620461-6179016 SSH connectivity. 2026-01-17T03:27:48.894080 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/cirros-vm-1768620461-6179016/cdi-upload-test-upload-virtctl 22' cirros@cirros-vm-1768620461-6179016 2026-01-17T03:27:48.948965 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}) 2026-01-17T03:27:48.949085 Host INFO [cirros-vm-1768620461-6179016] Executing command exit 2026-01-17T03:28:03.954790 paramiko.transport ERROR Exception (client): Error reading SSH protocol banner 2026-01-17T03:28:03.955608 paramiko.transport ERROR Traceback (most recent call last): 2026-01-17T03:28:03.955705 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/transport.py", line 2363, in _check_banner 2026-01-17T03:28:03.955761 paramiko.transport ERROR buf = self.packetizer.readline(timeout) 2026-01-17T03:28:03.955806 paramiko.transport ERROR ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-01-17T03:28:03.955845 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/packet.py", line 395, in readline 2026-01-17T03:28:03.955881 paramiko.transport ERROR buf += self._read_timeout(timeout) 2026-01-17T03:28:03.955915 paramiko.transport ERROR ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-01-17T03:28:03.955950 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/packet.py", line 673, in _read_timeout 2026-01-17T03:28:03.955985 paramiko.transport ERROR raise socket.timeout() 2026-01-17T03:28:03.956019 paramiko.transport ERROR TimeoutError 2026-01-17T03:28:03.956053 paramiko.transport ERROR  2026-01-17T03:28:03.956089 paramiko.transport ERROR During handling of the above exception, another exception occurred: 2026-01-17T03:28:03.956123 paramiko.transport ERROR  2026-01-17T03:28:03.956156 paramiko.transport ERROR Traceback (most recent call last): 2026-01-17T03:28:03.956192 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/transport.py", line 2179, in run 2026-01-17T03:28:03.956228 paramiko.transport ERROR self._check_banner() 2026-01-17T03:28:03.956263 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/transport.py", line 2367, in _check_banner 2026-01-17T03:28:03.956301 paramiko.transport ERROR raise SSHException( 2026-01-17T03:28:03.956335 paramiko.transport ERROR paramiko.ssh_exception.SSHException: Error reading SSH protocol banner 2026-01-17T03:28:03.956369 paramiko.transport ERROR  2026-01-17T03:28:08.957042 Host INFO [cirros-vm-1768620461-6179016] Executing command exit 2026-01-17T03:28:23.960158 paramiko.transport ERROR Exception (client): Error reading SSH protocol banner 2026-01-17T03:28:23.960936 paramiko.transport ERROR Traceback (most recent call last): 2026-01-17T03:28:23.961018 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/transport.py", line 2363, in _check_banner 2026-01-17T03:28:23.961073 paramiko.transport ERROR buf = self.packetizer.readline(timeout) 2026-01-17T03:28:23.961117 paramiko.transport ERROR ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-01-17T03:28:23.961156 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/packet.py", line 395, in readline 2026-01-17T03:28:23.961195 paramiko.transport ERROR buf += self._read_timeout(timeout) 2026-01-17T03:28:23.961231 paramiko.transport ERROR ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-01-17T03:28:23.961267 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/packet.py", line 673, in _read_timeout 2026-01-17T03:28:23.961304 paramiko.transport ERROR raise socket.timeout() 2026-01-17T03:28:23.961343 paramiko.transport ERROR TimeoutError 2026-01-17T03:28:23.961380 paramiko.transport ERROR  2026-01-17T03:28:23.961417 paramiko.transport ERROR During handling of the above exception, another exception occurred: 2026-01-17T03:28:23.961454 paramiko.transport ERROR  2026-01-17T03:28:23.961491 paramiko.transport ERROR Traceback (most recent call last): 2026-01-17T03:28:23.961529 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/transport.py", line 2179, in run 2026-01-17T03:28:23.961591 paramiko.transport ERROR self._check_banner() 2026-01-17T03:28:23.961634 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/transport.py", line 2367, in _check_banner 2026-01-17T03:28:23.961673 paramiko.transport ERROR raise SSHException( 2026-01-17T03:28:23.961710 paramiko.transport ERROR paramiko.ssh_exception.SSHException: Error reading SSH protocol banner 2026-01-17T03:28:23.961746 paramiko.transport ERROR  2026-01-17T03:28:28.962072 Host INFO [cirros-vm-1768620461-6179016] Executing command exit 2026-01-17T03:28:43.965220 paramiko.transport ERROR Exception (client): Error reading SSH protocol banner 2026-01-17T03:28:43.966043 paramiko.transport ERROR Traceback (most recent call last): 2026-01-17T03:28:43.966151 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/transport.py", line 2363, in _check_banner 2026-01-17T03:28:43.966228 paramiko.transport ERROR buf = self.packetizer.readline(timeout) 2026-01-17T03:28:43.966274 paramiko.transport ERROR ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-01-17T03:28:43.966328 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/packet.py", line 395, in readline 2026-01-17T03:28:43.966373 paramiko.transport ERROR buf += self._read_timeout(timeout) 2026-01-17T03:28:43.966411 paramiko.transport ERROR ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-01-17T03:28:43.966446 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/packet.py", line 673, in _read_timeout 2026-01-17T03:28:43.966480 paramiko.transport ERROR raise socket.timeout() 2026-01-17T03:28:43.966514 paramiko.transport ERROR TimeoutError 2026-01-17T03:28:43.966567 paramiko.transport ERROR  2026-01-17T03:28:43.966627 paramiko.transport ERROR During handling of the above exception, another exception occurred: 2026-01-17T03:28:43.966668 paramiko.transport ERROR  2026-01-17T03:28:43.966704 paramiko.transport ERROR Traceback (most recent call last): 2026-01-17T03:28:43.966739 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/transport.py", line 2179, in run 2026-01-17T03:28:43.966775 paramiko.transport ERROR self._check_banner() 2026-01-17T03:28:43.966809 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/transport.py", line 2367, in _check_banner 2026-01-17T03:28:43.966843 paramiko.transport ERROR raise SSHException( 2026-01-17T03:28:43.966877 paramiko.transport ERROR paramiko.ssh_exception.SSHException: Error reading SSH protocol banner 2026-01-17T03:28:43.966911 paramiko.transport ERROR  2026-01-17T03:28:48.967717 Host INFO [cirros-vm-1768620461-6179016] Executing command exit 2026-01-17T03:28:49.024425 paramiko.transport INFO Connected (version 2.0, client dropbear_2015.67) 2026-01-17T03:28:49.046659 paramiko.transport INFO Authentication (password) successful! 2026-01-17T03:28:49.056667 timeout_sampler INFO Elapsed time: 60.018717765808105 [0:01:00.018718] 2026-01-17T03:28:49.056795 utilities.storage INFO Check disk count. 2026-01-17T03:28:49.056881 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/cirros-vm-1768620461-6179016/cdi-upload-test-upload-virtctl 22' cirros@cirros-vm-1768620461-6179016 2026-01-17T03:28:49.141721 paramiko.transport INFO Connected (version 2.0, client dropbear_2015.67) 2026-01-17T03:28:49.158200 paramiko.transport INFO Authentication (password) successful! 2026-01-17T03:28:49.184727 pyhelper_utils.shell INFO [SSH][cirros-vm-1768620461-6179016] Executed: lsblk | grep disk | grep -v SWAP| wc -l, rc:0, out: 1 , error:  2026-01-17T03:28:49.238867 ocp_resources VirtualMachine INFO Wait for VirtualMachine cirros-vm-1768620461-6179016 status to be None 2026-01-17T03:28:49.239180 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: kubernetes.dynamic.client.get Kwargs: {'field_selector': 'metadata.name==cirros-vm-1768620461-6179016', 'namespace': 'cdi-upload-test-upload-virtctl'}) 2026-01-17T03:28:50.265723 timeout_sampler INFO Elapsed time: 1.012157917022705 [0:00:01.012158] 2026-01-17T03:28:50.266062 ocp_resources VirtualMachineInstance INFO Wait until VirtualMachineInstance cirros-vm-1768620461-6179016 is deleted 2026-01-17T03:28:50.266292 timeout_sampler INFO Waiting for 480 seconds [0:08:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-01-17T03:28:55.306649 timeout_sampler INFO Elapsed time: 5.0329999923706055 [0:00:05.033000] 2026-01-17T03:28:55.306808 ocp_resources VirtualMachine INFO Delete VirtualMachine cirros-vm-1768620461-6179016 2026-01-17T03:28:55.323196 ocp_resources VirtualMachine INFO Deleting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachine', 'metadata': {'annotations': {'kubemacpool.io/transaction-timestamp': '2026-01-17T03:28:49.22026854Z', 'kubevirt.io/latest-observed-api-version': 'v1', 'kubevirt.io/storage-observed-api-version': 'v1'}, 'creationTimestamp': '2026-01-17T03:27:41Z', 'finalizers': ['kubevirt.io/virtualMachineControllerFinalize'], 'generation': 3, 'managedFields': [{'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'.': {}, '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': '2026-01-17T03:27:41Z'}, {'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': '2026-01-17T03:27:41Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:runStrategy': {}}}, 'manager': 'virt-api', 'operation': 'Update', 'time': '2026-01-17T03:28:49Z'}, {'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': '2026-01-17T03:28:55Z'}], 'name': 'cirros-vm-1768620461-6179016', 'namespace': 'cdi-upload-test-upload-virtctl', 'resourceVersion': '84859', 'uid': 'c4ebd2e6-6f31-4651-8e86-00d6a8238796'}, 'spec': {'runStrategy': 'Halted', 'template': {'metadata': {'creationTimestamp': None, 'labels': {'debugLogs': 'true', 'kubevirt.io/domain': 'cirros-vm-1768620461-6179016', 'kubevirt.io/vm': 'cirros-vm-1768620461-6179016'}}, 'spec': {'architecture': 'amd64', 'domain': {'devices': {'disks': [{'disk': {'bus': 'virtio'}, 'name': 'dv-disk'}], 'rng': {}}, 'firmware': {'serial': 'f77469d4-4fbf-428b-899c-d17794ed785a', 'uuid': '605a1293-a5d6-455b-8b7c-021872bdaf3f'}, 'machine': {'type': 'pc-q35-rhel9.6.0'}, 'memory': {'guest': '64M'}, 'resources': {}}, 'volumes': [{'dataVolume': {'name': 'cnv-3724-ocs-storagecluster-ceph-rbd-virtualization'}, 'name': 'dv-disk'}]}}}, 'status': {'conditions': [{'lastProbeTime': '2026-01-17T03:28:55Z', 'lastTransitionTime': '2026-01-17T03:28:55Z', '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, 'status': 'True', 'type': 'LiveMigratable'}, {'lastProbeTime': None, 'lastTransitionTime': None, 'status': 'True', 'type': 'StorageLiveMigratable'}], 'desiredGeneration': 3, 'observedGeneration': 3, 'printableStatus': 'Stopped', 'runStrategy': 'Halted', 'volumeSnapshotStatuses': [{'enabled': True, 'name': 'dv-disk'}]}} 2026-01-17T03:28:55.353812 ocp_resources VirtualMachine INFO Wait until VirtualMachine cirros-vm-1768620461-6179016 is deleted 2026-01-17T03:28:55.354037 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-01-17T03:28:56.366258 timeout_sampler INFO Elapsed time: 1.005587100982666 [0:00:01.005587] 2026-01-17T03:28:56.391190 ocp_resources DataVolume INFO Delete DataVolume cnv-3724-ocs-storagecluster-ceph-rbd-virtualization 2026-01-17T03:28:56.400345 ocp_resources DataVolume INFO Deleting {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'annotations': {'cdi.kubevirt.io/storage.usePopulator': 'true'}, 'creationTimestamp': '2026-01-17T03:27:27Z', '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': '2026-01-17T03:27:27Z'}, {'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': '2026-01-17T03:27:27Z'}, {'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': '2026-01-17T03:27:39Z'}], 'name': 'cnv-3724-ocs-storagecluster-ceph-rbd-virtualization', 'namespace': 'cdi-upload-test-upload-virtctl', 'resourceVersion': '83692', 'uid': 'f299e701-2e06-45eb-8a65-42d2f45958e8'}, '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': '2026-01-17T03:27:39Z', 'lastTransitionTime': '2026-01-17T03:27:39Z', 'message': 'PVC cnv-3724-ocs-storagecluster-ceph-rbd-virtualization Bound', 'reason': 'Bound', 'status': 'True', 'type': 'Bound'}, {'lastHeartbeatTime': '2026-01-17T03:27:39Z', 'lastTransitionTime': '2026-01-17T03:27:39Z', 'status': 'True', 'type': 'Ready'}, {'lastHeartbeatTime': '2026-01-17T03:27:38Z', 'lastTransitionTime': '2026-01-17T03:27:38Z', 'message': 'Upload Complete', 'reason': 'Completed', 'status': 'False', 'type': 'Running'}], 'phase': 'Succeeded', 'progress': 'N/A'}} 2026-01-17T03:28:56.409383 ocp_resources DataVolume INFO Wait until DataVolume cnv-3724-ocs-storagecluster-ceph-rbd-virtualization is deleted 2026-01-17T03:28:56.409643 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-01-17T03:28:56.415015 timeout_sampler INFO Elapsed time: 9.751319885253906e-05 [0:00:00.000098] 2026-01-17T03:28:56.415129 ocp_resources PersistentVolumeClaim INFO Wait until PersistentVolumeClaim cnv-3724-ocs-storagecluster-ceph-rbd-virtualization is deleted 2026-01-17T03:28:56.415276 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-01-17T03:28:57.425045 timeout_sampler INFO Elapsed time: 1.003093957901001 [0:00:01.003094] .2026-01-17T03:28:57.426094 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 ------------------------------------------------------- 2026-01-17T03:28:57.459702 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'cdi-upload-test-upload-virtctl', 'uid': '15af25a3-59d0-47c4-9c98-d55b5476128d', 'resourceVersion': '83333', 'creationTimestamp': '2026-01-17T03:27:25Z', '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/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:c30,c0', 'openshift.io/sa.scc.supplemental-groups': '1000870000/10000', 'openshift.io/sa.scc.uid-range': '1000870000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'pod-security-admission-label-synchronization-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2026-01-17T03:27:25Z', '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/warn': {}, 'f:pod-security.kubernetes.io/warn-version': {}}}}}, {'manager': 'cluster-policy-controller', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-01-17T03:27:25Z', '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': 'openshift-apiserver', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-01-17T03:27:25Z', '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': '2026-01-17T03:27:25Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2026-01-17T03:28:57.471906 ocp_resources Namespace INFO Wait until Namespace cdi-upload-test-upload-virtctl is deleted 2026-01-17T03:28:57.472185 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-01-17T03:29:05.526977 timeout_sampler INFO Elapsed time: 8.04741907119751 [0:00:08.047419] _ 14 of 22 completed, 8 Pass, 1 Fail, 5 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py 2026-01-17 03:29:05,530 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:29:05,530 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-01-17 03:29:05,530 INFO sqlalchemy.engine.Engine [raw sql] () 2026-01-17 03:29:05,531 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17 03:29:05,531 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:29:05,532 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17 03:29:05,532 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#]', 1768620545) 2026-01-17T03:29:05.530051 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17T03:29:05.530267 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-01-17 03:29:05,532 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17T03:29:05.530365 sqlalchemy.engine.Engine INFO [raw sql] () 2026-01-17T03:29:05.531136 sqlalchemy.engine.Engine INFO COMMIT 2026-01-17T03:29:05.531541 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17T03:29:05.532033 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17T03:29:05.532139 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#]', 1768620545) 2026-01-17T03:29:05.532825 sqlalchemy.engine.Engine INFO COMMIT ---------------------------------------------- test_create_vm[#rhel-9-6#] ---------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-01-17T03:29:05.543449 conftest INFO Executing function fixture: term_handler_scope_function 2026-01-17T03:29:05.543690 conftest INFO Executing class fixture: term_handler_scope_class 2026-01-17T03:29:05.543824 conftest INFO Executing module fixture: term_handler_scope_module 2026-01-17T03:29:05.543989 conftest INFO Executing module fixture: cluster_sanity_scope_module 2026-01-17T03:29:05.553716 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. 2026-01-17T03:29:05.553447 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2026-01-17T03:29:05.553574 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2026-01-17T03:29:05.553652 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2026-01-17T03:29:05.595194 ocp_utilities.infra INFO Verify all nodes are schedulable. 2026-01-17T03:29:05.632249 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2026-01-17T03:29:06.120270 timeout_sampler INFO Elapsed time: 0.00010752677917480469 [0:00:00.000108] 2026-01-17T03:29:06.120602 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) 2026-01-17T03:29:06.120448 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 2026-01-17T03:29:16.177775 timeout_sampler INFO Elapsed time: 10.04071831703186 [0:00:10.040718] 2026-01-17T03:29:16.178828 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-01-17T03:29:16.178146 conftest INFO Executing function fixture: autouse_fixtures 2026-01-17T03:29:16.178376 conftest INFO Executing session fixture: is_psi_cluster 2026-01-17T03:29:16.192309 ocp_resources.resource INFO kind: Infrastructure api version: config.openshift.io/v1 2026-01-17T03:29:16.209315 conftest INFO Executing session fixture: gpu_nodes 2026-01-17T03:29:16.250322 conftest INFO Executing session fixture: nodes_with_supported_gpus 2026-01-17T03:29:16.250495 conftest INFO Executing session fixture: sriov_workers 2026-01-17T03:29:16.272200 conftest INFO Executing session fixture: nodes_cpu_vendor 2026-01-17T03:29:16.286884 conftest INFO Executing session fixture: nodes_cpu_virt_extension 2026-01-17T03:29:16.287053 conftest INFO Executing session fixture: allocatable_memory_per_node_scope_session 2026-01-17T03:29:16.301678 tests.virt.utils INFO Node ip-10-0-35-94.us-east-2.compute.internal has 187.4186897277832 GiB of allocatable memory 2026-01-17T03:29:16.315102 tests.virt.utils INFO Node ip-10-0-45-153.us-east-2.compute.internal has 187.41872024536133 GiB of allocatable memory 2026-01-17T03:29:16.330285 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-01-17T03:29:16.329313 tests.virt.utils INFO Node ip-10-0-82-238.us-east-2.compute.internal has 187.41868591308594 GiB of allocatable memory 2026-01-17T03:29:16.329474 conftest INFO Executing session fixture: virt_special_infra_sanity 2026-01-17T03:29:16.329594 tests.virt.conftest INFO Verifying that cluster has all required capabilities for special_infra marked tests 2026-01-17T03:29:16.329956 tests.virt.conftest INFO Verifing default storage class ocs-storagecluster-ceph-rbd-virtualization supports RWX mode 2026-01-17T03:29:16.343602 ocp_resources.resource INFO kind: StorageProfile api version: cdi.kubevirt.io/v1beta1 2026-01-17T03:29:16.365090 ocp_resources.resource INFO kind: ProjectRequest api version: project.openshift.io/v1 2026-01-17T03:29:16.365182 ocp_resources ProjectRequest INFO Create ProjectRequest cluster-common-templates-rhel-test-rhel-os-support 2026-01-17T03:29:16.365434 ocp_resources ProjectRequest INFO Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'cluster-common-templates-rhel-test-rhel-os-support'}} 2026-01-17T03:29:16.364687 conftest INFO Executing session fixture: cluster_common_node_cpu 2026-01-17T03:29:16.364932 conftest INFO Executing module fixture: namespace 2026-01-17T03:29:16.500247 ocp_resources.resource INFO kind: Project api version: project.openshift.io/v1 2026-01-17T03:29:16.500394 ocp_resources Project INFO Wait for Project cluster-common-templates-rhel-test-rhel-os-support status to be Active 2026-01-17T03:29:16.500582 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2026-01-17T03:29:16.532087 ocp_resources Project INFO Status of Project cluster-common-templates-rhel-test-rhel-os-support is Active 2026-01-17T03:29:16.532283 timeout_sampler INFO Elapsed time: 0.00011396408081054688 [0:00:00.000114] 2026-01-17T03:29:16.538909 ocp_resources Namespace INFO Wait for Namespace cluster-common-templates-rhel-test-rhel-os-support status to be Active 2026-01-17T03:29:16.539156 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2026-01-17T03:29:16.546597 ocp_resources Namespace INFO Status of Namespace cluster-common-templates-rhel-test-rhel-os-support is Active 2026-01-17T03:29:16.546801 timeout_sampler INFO Elapsed time: 0.00010347366333007812 [0:00:00.000103] 2026-01-17T03:29:16.546906 ocp_resources.resource INFO ResourceEdits: Updating data for resource Namespace cluster-common-templates-rhel-test-rhel-os-support 2026-01-17T03:29:16.546985 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'}} 2026-01-17T03:29:16.563877 conftest INFO Executing class fixture: hyperconverged_resource_scope_class 2026-01-17T03:29:16.571693 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-01-17T03:29:16.571245 conftest INFO Executing class fixture: cluster_cpu_model_scope_class 2026-01-17T03:29:16.585836 ocp_resources.resource INFO ResourceEdit: Backing up old data 2026-01-17T03:29:16.585737 utilities.hco INFO Patches: {: {'spec': {'defaultCPUModel': 'Westmere-IBRS'}}} 2026-01-17T03:29:16.592796 ocp_resources.resource INFO ResourceEdits: Updating data for resource HyperConverged kubevirt-hyperconverged 2026-01-17T03:29:16.592885 ocp_resources HyperConverged INFO Update HyperConverged kubevirt-hyperconverged: {'spec': {'defaultCPUModel': 'Westmere-IBRS'}, 'metadata': {'name': 'kubevirt-hyperconverged'}} 2026-01-17T03:29:16.660079 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) 2026-01-17T03:29:16.659778 utilities.hco INFO Waiting for 1 CRs managed by HCO to reconcile:  2026-01-17T03:29:16.659983 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 2026-01-17T03:30:01.887363 timeout_sampler INFO Elapsed time: 45.21226620674133 [0:00:45.212266] 2026-01-17T03:30:01.887639 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) 2026-01-17T03:30:01.887513 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 2026-01-17T03:30:11.924010 timeout_sampler INFO Elapsed time: 10.024221897125244 [0:00:10.024222] 2026-01-17T03:30:11.924159 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) 2026-01-17T03:30:11.943279 timeout_sampler INFO Elapsed time: 6.985664367675781e-05 [0:00:00.000070] 2026-01-17T03:30:11.943466 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) 2026-01-17T03:30:11.943369 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 2026-01-17T03:30:21.997831 timeout_sampler INFO Elapsed time: 10.03854489326477 [0:00:10.038545] 2026-01-17T03:30:21.998311 conftest INFO Executing class fixture: rhel_os_matrix__class__ 2026-01-17T03:30:21.998483 conftest INFO Executing class fixture: matrix_rhel_os_golden_image_data_source 2026-01-17T03:30:22.013651 ocp_resources.resource INFO kind: DataSource api version: cdi.kubevirt.io/v1beta1 2026-01-17T03:30:22.024919 ocp_resources.resource INFO kind: VolumeSnapshot api version: snapshot.storage.k8s.io/v1 2026-01-17T03:30:22.029986 tests.virt.utils INFO DataSource rhel9 already exists and has a source pvc/snapshot. 2026-01-17T03:30:22.030175 conftest INFO Executing class fixture: matrix_rhel_os_vm_from_template 2026-01-17T03:30:22.041801 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-01-17T03:30:22.054688 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2026-01-17T03:30:22.055013 ocp_resources.resource INFO kind: VirtualMachine api version: kubevirt.io/v1 2026-01-17T03:30:22.055756 ocp_resources.resource INFO kind: Template api version: template.openshift.io/v1 --------------------------------------------------------- CALL --------------------------------------------------------- 2026-01-17T03:30:22.055607 test_rhel_os_support INFO Create VM from template. 2026-01-17T03:30:22.076145 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-01-17T03:30:22.075926 utilities.virt INFO Get VM credentials from cloud-init 2026-01-17T03:30:22.153921 ocp_resources VirtualMachine INFO Create VirtualMachine rhel-9-6-1768620622-054927 2026-01-17T03:30:22.154168 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-1768620622-054927', '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-1768620622-054927'}, 'spec': {'dataVolumeTemplates': [{'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'name': 'rhel9-1768620622-0414183'}, 'spec': {'storage': {'resources': {'requests': {'storage': '30Gi'}}, 'storageClassName': 'ocs-storagecluster-ceph-rbd-virtualization', 'accessModes': ['ReadWriteMany']}, '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-1768620622-054927', 'kubevirt.io/size': 'tiny', 'kubevirt.io/vm': 'rhel-9-6-1768620622-054927', '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-1768620622-0414183'}, 'name': 'rootdisk'}, {'cloudInitNoCloud': {'userData': '*******'}, 'name': 'cloudinitdisk'}]}}}} 2026-01-17T03:30:22.200090 ocp_resources VirtualMachine INFO Wait until VirtualMachine rhel-9-6-1768620622-054927 is created 2026-01-17T03:30:22.200268 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait.lambda: self.exists) 2026-01-17T03:30:22.204864 timeout_sampler INFO Elapsed time: 7.963180541992188e-05 [0:00:00.000080] . TEST: TestCommonTemplatesRhel.test_create_vm[#rhel-9-6#] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 15 of 22 completed, 9 Pass, 1 Fail, 5 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py 2026-01-17 03:30:22,208 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:30:22,208 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-01-17 03:30:22,208 INFO sqlalchemy.engine.Engine [raw sql] () 2026-01-17T03:30:22.208022 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17 03:30:22,208 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17 03:30:22,209 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17T03:30:22.208200 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-01-17 03:30:22,209 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17 03:30:22,209 INFO sqlalchemy.engine.Engine [generated in 0.00015s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_start_vm[#rhel-9-6#]', 1768620622) 2026-01-17T03:30:22.208288 sqlalchemy.engine.Engine INFO [raw sql] () 2026-01-17T03:30:22.208712 sqlalchemy.engine.Engine INFO COMMIT 2026-01-17T03:30:22.209087 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17 03:30:22,210 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17T03:30:22.209726 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17T03:30:22.209830 sqlalchemy.engine.Engine INFO [generated in 0.00015s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_start_vm[#rhel-9-6#]', 1768620622) 2026-01-17T03:30:22.210341 sqlalchemy.engine.Engine INFO COMMIT ---------------------------------------------- test_start_vm[#rhel-9-6#] ---------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-01-17T03:30:22.250133 conftest INFO Executing function fixture: term_handler_scope_function 2026-01-17T03:30:22.250382 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- 2026-01-17T03:30:22.289544 timeout_sampler INFO Waiting for 5 seconds [0:00:05], retry every 1 seconds. (Function: utilities.virt..lambda: vm.instance.get) 2026-01-17T03:30:22.298544 timeout_sampler INFO Elapsed time: 0.00015211105346679688 [0:00:00.000152] 2026-01-17T03:30:22.305203 utilities.virt INFO VM rhel-9-6-1768620622-054927 status before dv check: Stopped 2026-01-17T03:30:22.305303 utilities.virt INFO Volume(s) in VM spec: ['rhel9-1768620622-0414183']  2026-01-17T03:30:22.319034 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2026-01-17T03:30:22.319127 ocp_resources DataVolume INFO Wait DV success for 1800 seconds 2026-01-17T03:30:22.319274 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) 2026-01-17T03:30:22.334943 timeout_sampler INFO Elapsed time: 7.033348083496094e-05 [0:00:00.000070] 2026-01-17T03:30:22.335044 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) 2026-01-17T03:30:24.348926 timeout_sampler INFO Elapsed time: 2.00997257232666 [0:00:02.009973] 2026-01-17T03:30:24.349118 ocp_resources PersistentVolumeClaim INFO Wait for PersistentVolumeClaim rhel9-1768620622-0414183 status to be Bound 2026-01-17T03:30:24.349297 timeout_sampler INFO Waiting for 60 seconds [0:01:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2026-01-17T03:30:24.352691 ocp_resources PersistentVolumeClaim INFO Status of PersistentVolumeClaim rhel9-1768620622-0414183 is Bound 2026-01-17T03:30:24.352930 timeout_sampler INFO Elapsed time: 7.510185241699219e-05 [0:00:00.000075] 2026-01-17T03:30:24.353026 timeout_sampler INFO Waiting for 5 seconds [0:00:05], retry every 1 seconds. (Function: utilities.virt..lambda: vm.instance.get) 2026-01-17T03:30:24.365093 timeout_sampler INFO Elapsed time: 6.461143493652344e-05 [0:00:00.000065] 2026-01-17T03:30:24.365278 ocp_resources.resource INFO kind: VirtualMachineInstance api version: kubevirt.io/v1 2026-01-17T03:30:24.365357 ocp_resources VirtualMachineInstance INFO Wait for VirtualMachineInstance rhel-9-6-1768620622-054927 status to be Running 2026-01-17T03:30:24.365497 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2026-01-17T03:30:24.369828 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance rhel-9-6-1768620622-054927 is Scheduling 2026-01-17T03:30:31.414295 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance rhel-9-6-1768620622-054927 is Scheduled 2026-01-17T03:30:32.420094 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance rhel-9-6-1768620622-054927 is Running 2026-01-17T03:30:32.420336 timeout_sampler INFO Elapsed time: 8.049137830734253 [0:00:08.049138] 2026-01-17T03:30:32.420694 ocp_resources VirtualMachineInstance INFO Wait for VirtualMachineInstance/rhel-9-6-1768620622-054927's 'AgentConnected' condition to be 'True' 2026-01-17T03:30:32.420856 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_condition.lambda: self.exists) 2026-01-17T03:30:32.420590 utilities.virt INFO Wait until guest agent is active on rhel-9-6-1768620622-054927 2026-01-17T03:30:32.427128 timeout_sampler INFO Elapsed time: 7.748603820800781e-05 [0:00:00.000077] 2026-01-17T03:30:32.427225 timeout_sampler INFO Waiting for 719.9936287403107 seconds [0:11:59.993629], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_condition.lambda: self.instance) 2026-01-17T03:30:51.555072 timeout_sampler INFO Elapsed time: 19.12177848815918 [0:00:19.121778] 2026-01-17T03:30:51.555335 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 1 seconds. (Function: utilities.virt..lambda: vmi.instance) 2026-01-17T03:30:51.555228 utilities.virt INFO Wait for rhel-9-6-1768620622-054927 network interfaces 2026-01-17T03:30:51.561697 timeout_sampler INFO Elapsed time: 7.43865966796875e-05 [0:00:00.000074] 2026-01-17T03:30:51.561792 utilities.virt INFO Wait for rhel-9-6-1768620622-054927 SSH connectivity. 2026-01-17T03:30:51.561868 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/rhel-9-6-1768620622-054927/cluster-common-templates-rhel-test-rhel-os-support 22' cloud-user@rhel-9-6-1768620622-054927 2026-01-17T03:30:51.603718 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}) 2026-01-17T03:30:51.603869 Host INFO [rhel-9-6-1768620622-054927] Executing command exit 2026-01-17T03:31:06.644402 paramiko.transport ERROR Exception (client): Error reading SSH protocol banner 2026-01-17T03:31:06.645256 paramiko.transport ERROR Traceback (most recent call last): 2026-01-17T03:31:06.645355 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/transport.py", line 2363, in _check_banner 2026-01-17T03:31:06.645409 paramiko.transport ERROR buf = self.packetizer.readline(timeout) 2026-01-17T03:31:06.645453 paramiko.transport ERROR ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-01-17T03:31:06.645492 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/packet.py", line 395, in readline 2026-01-17T03:31:06.645529 paramiko.transport ERROR buf += self._read_timeout(timeout) 2026-01-17T03:31:06.645589 paramiko.transport ERROR ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-01-17T03:31:06.645629 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/packet.py", line 673, in _read_timeout 2026-01-17T03:31:06.645665 paramiko.transport ERROR raise socket.timeout() 2026-01-17T03:31:06.645702 paramiko.transport ERROR TimeoutError 2026-01-17T03:31:06.645736 paramiko.transport ERROR  2026-01-17T03:31:06.645773 paramiko.transport ERROR During handling of the above exception, another exception occurred: 2026-01-17T03:31:06.645808 paramiko.transport ERROR  2026-01-17T03:31:06.645842 paramiko.transport ERROR Traceback (most recent call last): 2026-01-17T03:31:06.645878 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/transport.py", line 2179, in run 2026-01-17T03:31:06.645911 paramiko.transport ERROR self._check_banner() 2026-01-17T03:31:06.645944 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/transport.py", line 2367, in _check_banner 2026-01-17T03:31:06.645982 paramiko.transport ERROR raise SSHException( 2026-01-17T03:31:06.646017 paramiko.transport ERROR paramiko.ssh_exception.SSHException: Error reading SSH protocol banner 2026-01-17T03:31:06.646051 paramiko.transport ERROR  2026-01-17T03:31:11.646838 Host INFO [rhel-9-6-1768620622-054927] Executing command exit 2026-01-17T03:31:11.752667 paramiko.transport INFO Connected (version 2.0, client OpenSSH_8.7) 2026-01-17T03:31:11.797410 paramiko.transport INFO Authentication (publickey) successful! 2026-01-17T03:31:12.160500 timeout_sampler INFO Elapsed time: 20.043095588684082 [0:00:20.043096] . TEST: TestCommonTemplatesRhel.test_start_vm[#rhel-9-6#] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 16 of 22 completed, 10 Pass, 1 Fail, 5 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py 2026-01-17 03:31:12,164 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:31:12,164 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-01-17 03:31:12,164 INFO sqlalchemy.engine.Engine [raw sql] () 2026-01-17T03:31:12.164034 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17 03:31:12,164 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17 03:31:12,165 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:31:12,165 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17 03:31:12,165 INFO sqlalchemy.engine.Engine [generated in 0.00018s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_vm_console[#rhel-9-6#]', 1768620672) 2026-01-17T03:31:12.164210 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-01-17T03:31:12.164298 sqlalchemy.engine.Engine INFO [raw sql] () 2026-01-17T03:31:12.164713 sqlalchemy.engine.Engine INFO COMMIT 2026-01-17 03:31:12,166 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17T03:31:12.165096 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17T03:31:12.165573 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17T03:31:12.165680 sqlalchemy.engine.Engine INFO [generated in 0.00018s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_vm_console[#rhel-9-6#]', 1768620672) 2026-01-17T03:31:12.166237 sqlalchemy.engine.Engine INFO COMMIT 2026-01-17T03:31:12.174957 timeout_sampler INFO Waiting for 300 seconds [0:05:00], retry every 10 seconds. (Function: utilities.console.connect Args: (,)) 2026-01-17T03:31:12.175093 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-1768620622-054927 -n cluster-common-templates-rhel-test-rhel-os-support', 'timeout': 1500, 'encoding': 'utf-8'}) --------------------------------------------- test_vm_console[#rhel-9-6#] --------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-01-17T03:31:12.173924 conftest INFO Executing function fixture: term_handler_scope_function 2026-01-17T03:31:12.174208 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- 2026-01-17T03:31:12.174856 test_rhel_os_support INFO Verify VM console connection. 2026-01-17T03:31:12.175030 utilities.console INFO Connect to rhel-9-6-1768620622-054927 console 2026-01-17T03:31:12.642197 timeout_sampler INFO Elapsed time: 6.151199340820312e-05 [0:00:00.000062] 2026-01-17T03:31:12.724622 utilities.console INFO rhel-9-6-1768620622-054927: Using username cloud-user 2026-01-17T03:31:12.807009 utilities.console INFO rhel-9-6-1768620622-054927: Using password password 2026-01-17T03:31:12.857302 utilities.console INFO rhel-9-6-1768620622-054927: waiting for terminal prompt '['\\$']' 2026-01-17T03:31:12.981706 timeout_sampler INFO Elapsed time: 8.177757263183594e-05 [0:00:00.000082] 2026-01-17T03:31:12.981490 utilities.console INFO rhel-9-6-1768620622-054927: Got prompt ['\\$'] 2026-01-17T03:31:12.981836 utilities.virt INFO Successfully connected to rhel-9-6-1768620622-054927 console . TEST: TestCommonTemplatesRhel.test_vm_console[#rhel-9-6#] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 17 of 22 completed, 11 Pass, 1 Fail, 5 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py 2026-01-17 03:31:15,400 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:31:15,400 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-01-17 03:31:15,400 INFO sqlalchemy.engine.Engine [raw sql] () 2026-01-17T03:31:15.400375 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17 03:31:15,401 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17 03:31:15,402 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:31:15,402 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17 03:31:15,402 INFO sqlalchemy.engine.Engine [generated in 0.00018s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_expose_ssh[#rhel-9-6#]', 1768620675) 2026-01-17 03:31:15,403 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17T03:31:15.400688 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-01-17T03:31:15.400796 sqlalchemy.engine.Engine INFO [raw sql] () 2026-01-17T03:31:15.401362 sqlalchemy.engine.Engine INFO COMMIT 2026-01-17T03:31:15.402007 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17T03:31:15.402712 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17T03:31:15.402818 sqlalchemy.engine.Engine INFO [generated in 0.00018s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_expose_ssh[#rhel-9-6#]', 1768620675) 2026-01-17T03:31:15.403333 sqlalchemy.engine.Engine INFO COMMIT --------------------------------------------- test_expose_ssh[#rhel-9-6#] --------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-01-17T03:31:15.410471 conftest INFO Executing function fixture: term_handler_scope_function 2026-01-17T03:31:15.410741 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- 2026-01-17T03:31:15.411320 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/rhel-9-6-1768620622-054927/cluster-common-templates-rhel-test-rhel-os-support 22' cloud-user@rhel-9-6-1768620622-054927 2026-01-17T03:31:15.483306 RemoteExecutor INFO [cloud-user@rhel-9-6-1768620622-054927//tmp/pytest-o6k6hsZcd6P66qZ4bgYspK/vm-ssh-key-folder0/vm_ssh_key.key] Check if address is connective via ssh in given timeout 120 2026-01-17T03:31:15.553733 paramiko.transport INFO Connected (version 2.0, client OpenSSH_8.7) 2026-01-17T03:31:15.583139 paramiko.transport INFO Authentication (publickey) successful! . TEST: TestCommonTemplatesRhel.test_expose_ssh[#rhel-9-6#] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 18 of 22 completed, 12 Pass, 1 Fail, 5 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py 2026-01-17 03:31:15,676 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:31:15,676 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-01-17 03:31:15,676 INFO sqlalchemy.engine.Engine [raw sql] () 2026-01-17T03:31:15.676590 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17 03:31:15,677 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17 03:31:15,677 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:31:15,678 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17 03:31:15,678 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#]', 1768620675) 2026-01-17T03:31:15.676781 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-01-17T03:31:15.676869 sqlalchemy.engine.Engine INFO [raw sql] () 2026-01-17T03:31:15.677588 sqlalchemy.engine.Engine INFO COMMIT 2026-01-17 03:31:15,679 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17T03:31:15.677977 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17T03:31:15.678420 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17T03:31:15.678625 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#]', 1768620675) 2026-01-17T03:31:15.679154 sqlalchemy.engine.Engine INFO COMMIT --------------------------------------- test_vmi_guest_agent_exists[#rhel-9-6#] --------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-01-17T03:31:15.686143 conftest INFO Executing function fixture: term_handler_scope_function 2026-01-17T03:31:15.686346 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- 2026-01-17T03:31:15.686906 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/rhel-9-6-1768620622-054927/cluster-common-templates-rhel-test-rhel-os-support 22' cloud-user@rhel-9-6-1768620622-054927 2026-01-17T03:31:15.881014 paramiko.transport INFO Connected (version 2.0, client OpenSSH_8.7) 2026-01-17T03:31:15.910889 paramiko.transport INFO Authentication (publickey) successful! 2026-01-17T03:31:16.016044 PackageManagerProxy INFO [rhel-9-6-1768620622-054927] Using dnf package manager for Host(rhel-9-6-1768620622-054927) 2026-01-17T03:31:16.016291 DnfPackageManager INFO [rhel-9-6-1768620622-054927] Check if host Host(rhel-9-6-1768620622-054927) have qemu-guest-agent package 2026-01-17T03:31:16.016371 DnfPackageManager INFO [rhel-9-6-1768620622-054927] Execute command 'dnf -q list installed qemu-guest-agent' on host Host(rhel-9-6-1768620622-054927) 2026-01-17T03:31:16.089626 paramiko.transport INFO Connected (version 2.0, client OpenSSH_8.7) 2026-01-17T03:31:16.110733 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, 1 Fail, 5 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py 2026-01-17 03:31:17,552 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:31:17,553 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-01-17 03:31:17,553 INFO sqlalchemy.engine.Engine [raw sql] () 2026-01-17T03:31:17.552995 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17T03:31:17.553198 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-01-17 03:31:17,553 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17 03:31:17,554 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:31:17,554 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17 03:31:17,554 INFO sqlalchemy.engine.Engine [generated in 0.00016s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_migrate_vm[#rhel-9-6#]', 1768620677) 2026-01-17T03:31:17.553290 sqlalchemy.engine.Engine INFO [raw sql] () 2026-01-17T03:31:17.553922 sqlalchemy.engine.Engine INFO COMMIT 2026-01-17T03:31:17.554395 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17 03:31:17,555 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17T03:31:17.554888 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17T03:31:17.554996 sqlalchemy.engine.Engine INFO [generated in 0.00016s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_migrate_vm[#rhel-9-6#]', 1768620677) 2026-01-17T03:31:17.555665 sqlalchemy.engine.Engine INFO COMMIT --------------------------------------------- test_migrate_vm[#rhel-9-6#] --------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-01-17T03:31:17.562698 conftest INFO Executing function fixture: term_handler_scope_function 2026-01-17T03:31:17.562941 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- 2026-01-17T03:31:17.587181 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] 2026-01-17T03:31:17.586053 utilities.virt INFO VMI rhel-9-6-1768620622-054927 is running on ip-10-0-35-94.us-east-2.compute.internal before migration. 2026-01-17T03:31:17.600331 ocp_resources.resource INFO kind: VirtualMachineInstanceMigration api version: kubevirt.io/v1 2026-01-17T03:31:17.600460 ocp_resources VirtualMachineInstanceMigration INFO Create VirtualMachineInstanceMigration rhel-9-6-1768620622-054927 2026-01-17T03:31:17.600641 ocp_resources VirtualMachineInstanceMigration INFO Posting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachineInstanceMigration', 'metadata': {'name': 'rhel-9-6-1768620622-054927', 'namespace': 'cluster-common-templates-rhel-test-rhel-os-support'}, 'spec': {'vmiName': 'rhel-9-6-1768620622-054927'}} 2026-01-17T03:31:17.635671 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 10 seconds. (Function: utilities.virt..lambda: migration.instance.status.phase) 2026-01-17T03:31:37.651637 timeout_sampler INFO Elapsed time: 20.008846521377563 [0:00:20.008847] 2026-01-17T03:31:37.651800 ocp_resources VirtualMachineInstanceMigration INFO Delete VirtualMachineInstanceMigration rhel-9-6-1768620622-054927 2026-01-17T03:31:37.659667 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': '2026-01-17T03:31:17Z', 'generation': 1, 'labels': {'kubevirt.io/vmi-name': 'rhel-9-6-1768620622-054927'}, 'managedFields': [{'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'.': {}, 'f:vmiName': {}}}, 'manager': 'OpenAPI-Generator', 'operation': 'Update', 'time': '2026-01-17T03:31:17Z'}, {'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': '2026-01-17T03:31:17Z'}, {'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:41019': {}, 'f:43847': {}, 'f:46691': {}}, 'f:targetNode': {}, 'f:targetNodeAddress': {}, 'f:targetNodeDomainDetected': {}, 'f:targetNodeDomainReadyTimestamp': {}, 'f:targetPod': {}}, 'f:phase': {}, 'f:phaseTransitionTimestamps': {}}}, 'manager': 'virt-controller', 'operation': 'Update', 'subresource': 'status', 'time': '2026-01-17T03:31:32Z'}], 'name': 'rhel-9-6-1768620622-054927', 'namespace': 'cluster-common-templates-rhel-test-rhel-os-support', 'resourceVersion': '87742', 'uid': '4e08b9b2-be5b-4562-9a8d-d166be8fb050'}, 'spec': {'vmiName': 'rhel-9-6-1768620622-054927'}, 'status': {'migrationState': {'completed': True, 'endTimestamp': '2026-01-17T03:31:31Z', 'migrationConfiguration': {'allowAutoConverge': False, 'allowPostCopy': False, 'allowWorkloadDisruption': False, 'bandwidthPerMigration': '0', 'completionTimeoutPerGiB': 150, 'nodeDrainTaintKey': 'kubevirt.io/drain', 'parallelMigrationsPerCluster': 5, 'parallelOutboundMigrationsPerNode': 2, 'progressTimeout': 150, 'unsafeMigrationOverride': False}, 'migrationUid': '4e08b9b2-be5b-4562-9a8d-d166be8fb050', 'mode': 'PreCopy', 'sourceNode': 'ip-10-0-35-94.us-east-2.compute.internal', 'sourcePod': 'virt-launcher-rhel-9-6-1768620622-054927-bq282', 'startTimestamp': '2026-01-17T03:31:29Z', 'targetDirectMigrationNodePorts': {'41019': 0, '43847': 49152, '46691': 49153}, 'targetNode': 'ip-10-0-45-153.us-east-2.compute.internal', 'targetNodeAddress': '10.131.0.33', 'targetNodeDomainDetected': True, 'targetNodeDomainReadyTimestamp': '2026-01-17T03:31:31Z', 'targetPod': 'virt-launcher-rhel-9-6-1768620622-054927-l45k7'}, 'phase': 'Succeeded', 'phaseTransitionTimestamps': [{'phase': 'Pending', 'phaseTransitionTimestamp': '2026-01-17T03:31:17Z'}, {'phase': 'Scheduling', 'phaseTransitionTimestamp': '2026-01-17T03:31:17Z'}, {'phase': 'Scheduled', 'phaseTransitionTimestamp': '2026-01-17T03:31:29Z'}, {'phase': 'PreparingTarget', 'phaseTransitionTimestamp': '2026-01-17T03:31:29Z'}, {'phase': 'TargetReady', 'phaseTransitionTimestamp': '2026-01-17T03:31:29Z'}, {'phase': 'Running', 'phaseTransitionTimestamp': '2026-01-17T03:31:29Z'}, {'phase': 'Succeeded', 'phaseTransitionTimestamp': '2026-01-17T03:31:32Z'}]}} 2026-01-17T03:31:37.672660 ocp_resources VirtualMachineInstanceMigration INFO Wait until VirtualMachineInstanceMigration rhel-9-6-1768620622-054927 is deleted 2026-01-17T03:31:37.672866 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-01-17T03:31:37.677037 timeout_sampler INFO Elapsed time: 9.202957153320312e-05 [0:00:00.000092] 2026-01-17T03:31:37.677254 ocp_resources.resource INFO kind: VirtualMachineInstance api version: kubevirt.io/v1 2026-01-17T03:31:37.688725 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_condition.lambda: self.exists) 2026-01-17T03:31:37.688578 utilities.virt INFO Wait until guest agent is active on rhel-9-6-1768620622-054927 2026-01-17T03:31:37.693439 timeout_sampler INFO Elapsed time: 7.796287536621094e-05 [0:00:00.000078] 2026-01-17T03:31:37.693534 timeout_sampler INFO Waiting for 719.9951891899109 seconds [0:11:59.995189], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_condition.lambda: self.instance) 2026-01-17T03:31:37.698673 timeout_sampler INFO Elapsed time: 0.0001068115234375 [0:00:00.000107] 2026-01-17T03:31:37.698865 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 1 seconds. (Function: utilities.virt..lambda: vmi.instance) 2026-01-17T03:31:37.698773 utilities.virt INFO Wait for rhel-9-6-1768620622-054927 network interfaces 2026-01-17T03:31:37.705145 timeout_sampler INFO Elapsed time: 7.390975952148438e-05 [0:00:00.000074] 2026-01-17T03:31:37.705264 utilities.virt INFO Wait for rhel-9-6-1768620622-054927 SSH connectivity. 2026-01-17T03:31:37.705359 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/rhel-9-6-1768620622-054927/cluster-common-templates-rhel-test-rhel-os-support 22' cloud-user@rhel-9-6-1768620622-054927 2026-01-17T03:31:37.753910 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}) 2026-01-17T03:31:37.754077 Host INFO [rhel-9-6-1768620622-054927] Executing command exit 2026-01-17T03:31:37.841740 paramiko.transport INFO Connected (version 2.0, client OpenSSH_8.7) 2026-01-17T03:31:37.875511 paramiko.transport INFO Authentication (publickey) successful! 2026-01-17T03:31:38.099053 timeout_sampler INFO Elapsed time: 0.00019073486328125 [0:00:00.000191] 2026-01-17T03:31:38.099813 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] 2026-01-17T03:31:38.113027 ocp_resources.resource INFO kind: VirtualMachineInstance api version: kubevirt.io/v1 2026-01-17T03:31:38.165087 ocp_resources Pod INFO Execute ['virsh', 'list', '--persistent'] on virt-launcher-rhel-9-6-1768620622-054927-l45k7 (ip-10-0-45-153.us-east-2.compute.internal) . TEST: TestCommonTemplatesRhel.test_migrate_vm[#rhel-9-6#] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 20 of 22 completed, 14 Pass, 1 Fail, 5 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py 2026-01-17 03:31:38,243 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:31:38,244 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-01-17 03:31:38,244 INFO sqlalchemy.engine.Engine [raw sql] () 2026-01-17T03:31:38.243902 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17 03:31:38,244 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17 03:31:38,245 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:31:38,245 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17 03:31:38,245 INFO sqlalchemy.engine.Engine [generated in 0.00015s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_vm_deletion[#rhel-9-6#]', 1768620698) 2026-01-17T03:31:38.244093 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-01-17T03:31:38.244184 sqlalchemy.engine.Engine INFO [raw sql] () 2026-01-17T03:31:38.244729 sqlalchemy.engine.Engine INFO COMMIT 2026-01-17T03:31:38.245152 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17T03:31:38.245680 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17 03:31:38,246 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17T03:31:38.245784 sqlalchemy.engine.Engine INFO [generated in 0.00015s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_vm_deletion[#rhel-9-6#]', 1768620698) 2026-01-17T03:31:38.246542 sqlalchemy.engine.Engine INFO COMMIT 2026-01-17T03:31:38.255174 ocp_resources VirtualMachine INFO Delete VirtualMachine rhel-9-6-1768620622-054927 --------------------------------------------- test_vm_deletion[#rhel-9-6#] --------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-01-17T03:31:38.254428 conftest INFO Executing function fixture: term_handler_scope_function 2026-01-17T03:31:38.254652 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- 2026-01-17T03:31:38.269426 ocp_resources VirtualMachine INFO Deleting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachine', 'metadata': {'annotations': {'kubemacpool.io/transaction-timestamp': '2026-01-17T03:30:22.270849428Z', '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': '2026-01-17T03:30:22Z', 'finalizers': ['kubevirt.io/virtualMachineControllerFinalize'], 'generation': 2, 'labels': {'app': 'rhel-9-6-1768620622-054927', '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': '2026-01-17T03:30:22Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:runStrategy': {}}}, 'manager': 'virt-api', 'operation': 'Update', 'time': '2026-01-17T03:30:22Z'}, {'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': '2026-01-17T03:30:22Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:status': {'.': {}, 'f:conditions': {}, 'f:created': {}, 'f:desiredGeneration': {}, 'f:observedGeneration': {}, 'f:printableStatus': {}, 'f:ready': {}, 'f:runStrategy': {}, 'f:volumeSnapshotStatuses': {}}}, 'manager': 'virt-controller', 'operation': 'Update', 'subresource': 'status', 'time': '2026-01-17T03:31:33Z'}], 'name': 'rhel-9-6-1768620622-054927', 'namespace': 'cluster-common-templates-rhel-test-rhel-os-support', 'resourceVersion': '87757', 'uid': '0d2f971e-d890-42ac-9db4-0e1907a1efc8'}, 'spec': {'dataVolumeTemplates': [{'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'creationTimestamp': None, 'name': 'rhel9-1768620622-0414183'}, 'spec': {'sourceRef': {'kind': 'DataSource', 'name': 'rhel9', 'namespace': 'openshift-virtualization-os-images'}, 'storage': {'accessModes': ['ReadWriteMany'], 'resources': {'requests': {'storage': '30Gi'}}, 'storageClassName': 'ocs-storagecluster-ceph-rbd-virtualization'}}}], '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-1768620622-054927', 'kubevirt.io/size': 'tiny', 'kubevirt.io/vm': 'rhel-9-6-1768620622-054927'}}, '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:c5:9a:18:8e:94', 'masquerade': {}, 'model': 'virtio', 'name': 'default'}], 'rng': {}}, 'features': {'acpi': {}, 'smm': {'enabled': True}}, 'firmware': {'bootloader': {'efi': {}}, 'serial': '01f501e1-7d34-426b-ab45-3c5a5fdb0cb7', 'uuid': '89502be2-0f66-4126-97ce-c8c728d5f988'}, 'machine': {'type': 'pc-q35-rhel9.6.0'}, 'memory': {'guest': '1536Mi'}, 'resources': {}}, 'networks': [{'name': 'default', 'pod': {}}], 'terminationGracePeriodSeconds': 180, 'volumes': [{'dataVolume': {'name': 'rhel9-1768620622-0414183'}, 'name': 'rootdisk'}, {'cloudInitNoCloud': {'userData': '*******'}, 'name': 'cloudinitdisk'}]}}}, 'status': {'conditions': [{'lastProbeTime': None, 'lastTransitionTime': '2026-01-17T03:31:33Z', 'status': 'True', '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': '2026-01-17T03:30:51Z', 'lastTransitionTime': None, 'status': 'True', 'type': 'AgentConnected'}], 'created': True, 'desiredGeneration': 2, 'observedGeneration': 2, 'printableStatus': 'Running', 'ready': True, 'runStrategy': 'Always', 'volumeSnapshotStatuses': [{'enabled': True, 'name': 'rootdisk'}, {'enabled': False, 'name': 'cloudinitdisk', 'reason': 'Snapshot is not supported for this volumeSource type [cloudinitdisk]'}]}} 2026-01-17T03:31:38.313720 ocp_resources VirtualMachine INFO Wait until VirtualMachine rhel-9-6-1768620622-054927 is deleted 2026-01-17T03:31:38.314018 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-01-17T03:31:46.371013 timeout_sampler INFO Elapsed time: 8.051981925964355 [0:00:08.051982] .2026-01-17T03:31:46.372092 ocp_resources.resource INFO ResourceEdits: Restoring data for resource HyperConverged kubevirt-hyperconverged 2026-01-17T03:31:46.372198 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 ------------------------------------------------------- 2026-01-17T03:31:46.440636 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) 2026-01-17T03:31:46.440413 utilities.hco INFO Waiting for 1 CRs managed by HCO to reconcile:  2026-01-17T03:31:46.440545 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 2026-01-17T03:31:56.491625 timeout_sampler INFO Elapsed time: 10.038480758666992 [0:00:10.038481] 2026-01-17T03:31:56.491890 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) 2026-01-17T03:31:56.491783 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 2026-01-17T03:32:36.601153 timeout_sampler INFO Elapsed time: 40.09652519226074 [0:00:40.096525] 2026-01-17T03:32:36.601452 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) 2026-01-17T03:32:36.601340 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 2026-01-17T03:32:46.649327 timeout_sampler INFO Elapsed time: 10.03106951713562 [0:00:10.031070] 2026-01-17T03:32:46.649610 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) 2026-01-17T03:32:46.649477 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 2026-01-17T03:32:56.695438 timeout_sampler INFO Elapsed time: 10.030705213546753 [0:00:10.030705] 2026-01-17T03:32:56.696089 ocp_resources Namespace INFO Delete Namespace cluster-common-templates-rhel-test-rhel-os-support 2026-01-17T03:32:56.706868 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'cluster-common-templates-rhel-test-rhel-os-support', 'uid': '5912a5af-a5d9-43bc-b37f-64bf2c70d1e7', 'resourceVersion': '85297', 'creationTimestamp': '2026-01-17T03:29:16Z', '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/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:c30,c10', 'openshift.io/sa.scc.supplemental-groups': '1000890000/10000', 'openshift.io/sa.scc.uid-range': '1000890000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'pod-security-admission-label-synchronization-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2026-01-17T03:29: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/warn': {}, 'f:pod-security.kubernetes.io/warn-version': {}}}}}, {'manager': 'cluster-policy-controller', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-01-17T03:29: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': 'openshift-apiserver', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-01-17T03:29: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': '2026-01-17T03:29:16Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2026-01-17T03:32:56.718500 ocp_resources Namespace INFO Wait until Namespace cluster-common-templates-rhel-test-rhel-os-support is deleted 2026-01-17T03:32:56.718704 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-01-17T03:33:04.772708 timeout_sampler INFO Elapsed time: 8.047725677490234 [0:00:08.047726] _ 21 of 22 completed, 15 Pass, 1 Fail, 5 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/virt/node/general/test_container_disk_vm.py 2026-01-17 03:33:04,775 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:33:04,776 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-01-17 03:33:04,776 INFO sqlalchemy.engine.Engine [raw sql] () 2026-01-17T03:33:04.775996 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17 03:33:04,776 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17T03:33:04.776259 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-01-17 03:33:04,777 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:33:04,777 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17 03:33:04,777 INFO sqlalchemy.engine.Engine [generated in 0.00017s] ('/openshift-virtualization-tests/tests/virt/node/general/test_container_disk_vm.py::test_container_disk_vm', 1768620784) 2026-01-17T03:33:04.776358 sqlalchemy.engine.Engine INFO [raw sql] () 2026-01-17T03:33:04.776893 sqlalchemy.engine.Engine INFO COMMIT 2026-01-17T03:33:04.777375 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17 03:33:04,778 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17T03:33:04.777863 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-01-17T03:33:04.777968 sqlalchemy.engine.Engine INFO [generated in 0.00017s] ('/openshift-virtualization-tests/tests/virt/node/general/test_container_disk_vm.py::test_container_disk_vm', 1768620784) 2026-01-17T03:33:04.778579 sqlalchemy.engine.Engine INFO COMMIT ------------------------------------------------ test_container_disk_vm ------------------------------------------------ -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-01-17T03:33:04.788190 conftest INFO Executing function fixture: term_handler_scope_function 2026-01-17T03:33:04.788353 conftest INFO Executing class fixture: term_handler_scope_class 2026-01-17T03:33:04.788475 conftest INFO Executing module fixture: term_handler_scope_module 2026-01-17T03:33:04.788675 conftest INFO Executing module fixture: cluster_sanity_scope_module 2026-01-17T03:33:04.797574 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. 2026-01-17T03:33:04.797338 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2026-01-17T03:33:04.797431 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2026-01-17T03:33:04.797496 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2026-01-17T03:33:04.839153 ocp_utilities.infra INFO Verify all nodes are schedulable. 2026-01-17T03:33:04.883913 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2026-01-17T03:33:05.518599 timeout_sampler INFO Elapsed time: 0.00010156631469726562 [0:00:00.000102] 2026-01-17T03:33:05.519118 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) 2026-01-17T03:33:05.519010 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 2026-01-17T03:33:15.569330 timeout_sampler INFO Elapsed time: 10.034112453460693 [0:00:10.034112] 2026-01-17T03:33:15.570383 ocp_resources.resource INFO kind: ProjectRequest api version: project.openshift.io/v1 2026-01-17T03:33:15.570490 ocp_resources ProjectRequest INFO Create ProjectRequest node-general-test-container-disk-vm 2026-01-17T03:33:15.570889 ocp_resources ProjectRequest INFO Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'node-general-test-container-disk-vm'}} 2026-01-17T03:33:15.569739 conftest INFO Executing function fixture: autouse_fixtures 2026-01-17T03:33:15.570149 conftest INFO Executing module fixture: namespace 2026-01-17T03:33:15.677915 ocp_resources.resource INFO kind: Project api version: project.openshift.io/v1 2026-01-17T03:33:15.678011 ocp_resources Project INFO Wait for Project node-general-test-container-disk-vm status to be Active 2026-01-17T03:33:15.678160 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2026-01-17T03:33:15.692222 ocp_resources Project INFO Status of Project node-general-test-container-disk-vm is Active 2026-01-17T03:33:15.692411 timeout_sampler INFO Elapsed time: 7.963180541992188e-05 [0:00:00.000080] 2026-01-17T03:33:15.701424 ocp_resources Namespace INFO Wait for Namespace node-general-test-container-disk-vm status to be Active 2026-01-17T03:33:15.701953 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2026-01-17T03:33:15.707276 ocp_resources Namespace INFO Status of Namespace node-general-test-container-disk-vm is Active 2026-01-17T03:33:15.707751 timeout_sampler INFO Elapsed time: 7.677078247070312e-05 [0:00:00.000077] 2026-01-17T03:33:15.708004 ocp_resources.resource INFO ResourceEdits: Updating data for resource Namespace node-general-test-container-disk-vm 2026-01-17T03:33:15.708096 ocp_resources Namespace INFO Update Namespace node-general-test-container-disk-vm: {'metadata': {'labels': None, 'name': 'node-general-test-container-disk-vm'}} 2026-01-17T03:33:15.727756 ocp_resources.resource INFO Trying to get client via new_client_from_config --------------------------------------------------------- CALL --------------------------------------------------------- 2026-01-17T03:33:15.848312 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/tmpje3uu_fm-cnv-tests-pull-secret/pull-secrets.json'}) 2026-01-17T03:33:15.848497 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/tmpje3uu_fm-cnv-tests-pull-secret/pull-secrets.json command 2026-01-17T03:33:16.946535 timeout_sampler INFO Elapsed time: 0.00013303756713867188 [0:00:00.000133] 2026-01-17T03:33:16.949844 ocp_resources.resource INFO kind: VirtualMachine api version: kubevirt.io/v1 2026-01-17T03:33:16.995254 ocp_resources VirtualMachine INFO Create VirtualMachine container-disk-vm-1768620796-9497044 2026-01-17T03:33:16.995475 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-1768620796-9497044'}, 'spec': {'template': {'metadata': {'creationTimestamp': None, 'labels': {'kubevirt.io/vm': 'container-disk-vm-1768620796-9497044', 'kubevirt.io/domain': 'container-disk-vm-1768620796-9497044', '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'}} 2026-01-17T03:33:17.073310 timeout_sampler INFO Waiting for 5 seconds [0:00:05], retry every 1 seconds. (Function: utilities.virt..lambda: vm.instance.get) 2026-01-17T03:33:17.085483 timeout_sampler INFO Elapsed time: 0.00023603439331054688 [0:00:00.000236] 2026-01-17T03:33:17.085691 ocp_resources.resource INFO kind: VirtualMachineInstance api version: kubevirt.io/v1 2026-01-17T03:33:17.085783 ocp_resources VirtualMachineInstance INFO Wait for VirtualMachineInstance container-disk-vm-1768620796-9497044 status to be Running 2026-01-17T03:33:17.085949 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2026-01-17T03:33:18.095403 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance container-disk-vm-1768620796-9497044 is Scheduling 2026-01-17T03:34:18.489162 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance container-disk-vm-1768620796-9497044 is Scheduled 2026-01-17T03:34:20.501340 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance container-disk-vm-1768620796-9497044 is Running 2026-01-17T03:34:20.501672 timeout_sampler INFO Elapsed time: 63.40966200828552 [0:01:03.409662] 2026-01-17T03:34:20.502051 ocp_resources VirtualMachineInstance INFO Wait for VirtualMachineInstance/container-disk-vm-1768620796-9497044's 'AgentConnected' condition to be 'True' 2026-01-17T03:34:20.502434 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_condition.lambda: self.exists) 2026-01-17T03:34:20.501947 utilities.virt INFO Wait until guest agent is active on container-disk-vm-1768620796-9497044 2026-01-17T03:34:20.507252 timeout_sampler INFO Elapsed time: 7.867813110351562e-05 [0:00:00.000079] 2026-01-17T03:34:20.507345 timeout_sampler INFO Waiting for 719.9950850009918 seconds [0:11:59.995085], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_condition.lambda: self.instance) 2026-01-17T03:34:45.666903 timeout_sampler INFO Elapsed time: 25.15466284751892 [0:00:25.154663] 2026-01-17T03:34:45.667192 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 1 seconds. (Function: utilities.virt..lambda: vmi.instance) 2026-01-17T03:34:45.667066 utilities.virt INFO Wait for container-disk-vm-1768620796-9497044 network interfaces 2026-01-17T03:34:45.671245 timeout_sampler INFO Elapsed time: 8.678436279296875e-05 [0:00:00.000087] 2026-01-17T03:34:45.671355 utilities.virt INFO Wait for container-disk-vm-1768620796-9497044 SSH connectivity. 2026-01-17T03:34:45.671430 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/container-disk-vm-1768620796-9497044/node-general-test-container-disk-vm 22' fedora@container-disk-vm-1768620796-9497044 2026-01-17T03:34:45.772987 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}) 2026-01-17T03:34:45.773117 Host INFO [container-disk-vm-1768620796-9497044] Executing command exit 2026-01-17T03:34:45.974778 paramiko.transport INFO Connected (version 2.0, client OpenSSH_9.8) 2026-01-17T03:34:46.050297 paramiko.transport INFO Authentication (publickey) successful! 2026-01-17T03:34:46.423454 timeout_sampler INFO Elapsed time: 0.00014257431030273438 [0:00:00.000143] 2026-01-17T03:34:46.468710 ocp_resources VirtualMachine INFO Wait for VirtualMachine container-disk-vm-1768620796-9497044 status to be None 2026-01-17T03:34:46.469098 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-1768620796-9497044', 'namespace': 'node-general-test-container-disk-vm'}) 2026-01-17T03:34:47.489819 timeout_sampler INFO Elapsed time: 1.0118825435638428 [0:00:01.011883] 2026-01-17T03:34:47.490083 ocp_resources VirtualMachineInstance INFO Wait until VirtualMachineInstance container-disk-vm-1768620796-9497044 is deleted 2026-01-17T03:34:47.490249 timeout_sampler INFO Waiting for 480 seconds [0:08:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-01-17T03:34:52.529756 timeout_sampler INFO Elapsed time: 5.0309062004089355 [0:00:05.030906] 2026-01-17T03:34:52.529902 ocp_resources VirtualMachine INFO Delete VirtualMachine container-disk-vm-1768620796-9497044 2026-01-17T03:34:52.544049 ocp_resources VirtualMachine INFO Deleting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachine', 'metadata': {'annotations': {'kubemacpool.io/transaction-timestamp': '2026-01-17T03:34:46.452636548Z', 'kubevirt.io/latest-observed-api-version': 'v1', 'kubevirt.io/storage-observed-api-version': 'v1'}, 'creationTimestamp': '2026-01-17T03:33:17Z', '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': '2026-01-17T03:33:17Z'}, {'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': '2026-01-17T03:33:17Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:runStrategy': {}}}, 'manager': 'virt-api', 'operation': 'Update', 'time': '2026-01-17T03:34:46Z'}, {'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': '2026-01-17T03:34:51Z'}], 'name': 'container-disk-vm-1768620796-9497044', 'namespace': 'node-general-test-container-disk-vm', 'resourceVersion': '91191', 'uid': 'dfe66718-956d-4804-a597-dba99c851c6f'}, 'spec': {'runStrategy': 'Halted', 'template': {'metadata': {'creationTimestamp': None, 'labels': {'debugLogs': 'true', 'kubevirt.io/domain': 'container-disk-vm-1768620796-9497044', 'kubevirt.io/vm': 'container-disk-vm-1768620796-9497044'}}, 'spec': {'architecture': 'amd64', 'domain': {'cpu': {'cores': 1}, 'devices': {'disks': [{'disk': {'bus': 'virtio'}, 'name': 'containerdisk'}, {'disk': {'bus': 'virtio'}, 'name': 'cloudinitdisk'}], 'interfaces': [{'macAddress': '02:c5:9a:18:8e:95', 'masquerade': {}, 'name': 'default'}], 'rng': {}}, 'firmware': {'serial': '97a43cd2-44a3-4f56-82d4-fa6dd8f82520', 'uuid': 'e3f3ceaf-1e67-43d1-b0fb-678aeb9e5182'}, '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': '2026-01-17T03:34:51Z', 'lastTransitionTime': '2026-01-17T03:34:51Z', '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]'}]}} 2026-01-17T03:34:52.576089 ocp_resources VirtualMachine INFO Wait until VirtualMachine container-disk-vm-1768620796-9497044 is deleted 2026-01-17T03:34:52.576254 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-01-17T03:34:53.587398 timeout_sampler INFO Elapsed time: 1.0042695999145508 [0:00:01.004270] .2026-01-17T03:34:53.588310 ocp_resources Namespace INFO Delete Namespace node-general-test-container-disk-vm TEST: test_container_disk_vm STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- 2026-01-17T03:34:53.607458 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'node-general-test-container-disk-vm', 'uid': '981a09c2-7f22-4e01-b4bb-aadc9f7147d1', 'resourceVersion': '89630', 'creationTimestamp': '2026-01-17T03:33:15Z', '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/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:c30,c20', 'openshift.io/sa.scc.supplemental-groups': '1000910000/10000', 'openshift.io/sa.scc.uid-range': '1000910000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'pod-security-admission-label-synchronization-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2026-01-17T03:33:15Z', '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/warn': {}, 'f:pod-security.kubernetes.io/warn-version': {}}}}}, {'manager': 'cluster-policy-controller', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-01-17T03:33:15Z', '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': 'openshift-apiserver', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-01-17T03:33:15Z', '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': '2026-01-17T03:33:15Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2026-01-17T03:34:53.619522 ocp_resources Namespace INFO Wait until Namespace node-general-test-container-disk-vm is deleted 2026-01-17T03:34:53.619767 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-01-17T03:35:01.658300 timeout_sampler INFO Elapsed time: 8.03278923034668 [0:00:08.032789] 2026-01-17T03:35:01.659118 ocp_resources Service INFO Delete Service internal-http 2026-01-17T03:35:01.690583 ocp_resources Service INFO Deleting {'kind': 'Service', 'apiVersion': 'v1', 'metadata': {'name': 'internal-http', 'namespace': 'cnv-tests-utilities', 'uid': '250c7d69-0f9e-47d7-8bd8-dd8d25fada56', 'resourceVersion': '79990', 'creationTimestamp': '2026-01-17T03:24:35Z', 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-01-17T03:24:35Z', '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.102.103', 'clusterIPs': ['172.30.102.103'], 'type': 'ClusterIP', 'sessionAffinity': 'None', 'ipFamilies': ['IPv4'], 'ipFamilyPolicy': 'SingleStack', 'internalTrafficPolicy': 'Cluster'}, 'status': {'loadBalancer': {}}} 2026-01-17T03:35:01.770509 ocp_resources Service INFO Wait until Service internal-http is deleted 2026-01-17T03:35:01.770750 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-01-17T03:35:01.776667 timeout_sampler INFO Elapsed time: 8.249282836914062e-05 [0:00:00.000082] 2026-01-17T03:35:01.777004 ocp_resources Deployment INFO Delete Deployment internal-http 2026-01-17T03:35:01.822617 ocp_resources Deployment INFO Deleting {'kind': 'Deployment', 'apiVersion': 'apps/v1', 'metadata': {'name': 'internal-http', 'namespace': 'cnv-tests-utilities', 'uid': 'af0390c6-7613-45b0-b3ae-e446b4d8506b', 'resourceVersion': '79986', 'generation': 1, 'creationTimestamp': '2026-01-17T03:23:09Z', 'annotations': {'deployment.kubernetes.io/revision': '1'}, 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'apps/v1', 'time': '2026-01-17T03:23:09Z', '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': '2026-01-17T03:24:35Z', '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': {'creationTimestamp': None, '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': '2026-01-17T03:24:35Z', 'lastTransitionTime': '2026-01-17T03:24:35Z', 'reason': 'MinimumReplicasAvailable', 'message': 'Deployment has minimum availability.'}, {'type': 'Progressing', 'status': 'True', 'lastUpdateTime': '2026-01-17T03:24:35Z', 'lastTransitionTime': '2026-01-17T03:23:09Z', 'reason': 'NewReplicaSetAvailable', 'message': 'ReplicaSet "internal-http-7d44d6f8db" has successfully progressed.'}]}} 2026-01-17T03:35:01.835654 ocp_resources Deployment INFO Wait until Deployment internal-http is deleted 2026-01-17T03:35:01.836190 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-01-17T03:35:01.840856 timeout_sampler INFO Elapsed time: 0.00011706352233886719 [0:00:00.000117] 2026-01-17T03:35:01.841750 tests.conftest INFO Remove: /tmp/tmpv6xh96_2-cnv-tests-kubeconfig/kubeconfig 2026-01-17T03:35:01.842448 ocp_resources.resource INFO ResourceEdits: Restoring data for resource OAuth cluster --- [DuplicateFilter: Last log `kind: VirtualMachineInstance api version: kubevirt.io/v1` repeated 2 times] 2026-01-17T03:35:01.842535 ocp_resources OAuth INFO Update OAuth cluster: {'metadata': {'name': 'cluster'}, 'spec': {'identityProviders': None, 'tokenConfig': None}} 2026-01-17T03:35:01.842235 tests.conftest INFO Set: KUBECONFIG=/tmp/kubeconfig-2729690302 2026-01-17T03:35:01.849156 ocp_resources Secret INFO Delete Secret htpass-secret-for-cnv-tests 2026-01-17T03:35:01.873691 ocp_resources Secret INFO Deleting {'kind': 'Secret', 'apiVersion': 'v1', 'metadata': {'name': 'htpass-secret-for-cnv-tests', 'namespace': 'openshift-config', 'uid': '88c13693-fc7e-47b1-be01-27e1f7e2fc9b', 'resourceVersion': '71887', 'creationTimestamp': '2026-01-17T03:16:55Z', 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-01-17T03:16:55Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:data': {'.': {}, 'f:htpasswd': {}}, 'f:type': {}}}]}, 'data': '*******', 'type': 'Opaque'} 2026-01-17T03:35:01.896631 ocp_resources Secret INFO Wait until Secret htpass-secret-for-cnv-tests is deleted 2026-01-17T03:35:01.897105 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-01-17T03:35:01.902067 timeout_sampler INFO Elapsed time: 0.00018310546875 [0:00:00.000183] 2026-01-17T03:35:01.902479 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-01-17T03:35:01.910580 ocp_resources.resource INFO kind: Deployment api version: apps/v1 2026-01-17T03:35:01.942264 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: tests.conftest..lambda: dp.instance.status.conditions) 2026-01-17T03:35:01.942142 tests.conftest INFO Wait for oauth-openshift -> Type: Progressing -> Reason: ReplicaSetUpdated 2026-01-17T03:35:23.076064 timeout_sampler INFO Elapsed time: 21.1284396648407 [0:00:21.128440] 2026-01-17T03:35:23.076309 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: tests.conftest..lambda: dp.instance.status.conditions) 2026-01-17T03:35:23.076199 tests.conftest INFO Wait for oauth-openshift -> Type: Progressing -> Reason: NewReplicaSetAvailable 2026-01-17T03:36:17.420477 timeout_sampler INFO Elapsed time: 54.33816576004028 [0:00:54.338166] 2026-01-17T03:36:17.423179 ocp_resources DaemonSet INFO Delete DaemonSet utility 2026-01-17T03:36:17.457854 ocp_resources DaemonSet INFO Deleting {'kind': 'DaemonSet', 'apiVersion': 'apps/v1', 'metadata': {'name': 'utility', 'namespace': 'cnv-tests-utilities', 'uid': '2e8f748b-ba2d-4a88-8949-e89056765c6c', 'resourceVersion': '71546', 'generation': 1, 'creationTimestamp': '2026-01-17T03:16:17Z', 'labels': {'cnv-test': 'utility', 'tier': 'node'}, 'annotations': {'deprecated.daemonset.template.generation': '1'}, 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'apps/v1', 'time': '2026-01-17T03:16:17Z', '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': '2026-01-17T03:16:34Z', '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': {'creationTimestamp': None, '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}} 2026-01-17T03:36:17.473681 ocp_resources DaemonSet INFO Wait until DaemonSet utility is deleted 2026-01-17T03:36:17.473866 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-01-17T03:36:18.487002 timeout_sampler INFO Elapsed time: 1.0071780681610107 [0:00:01.007178] 2026-01-17T03:36:18.487370 ocp_resources ServiceAccount INFO Delete ServiceAccount cnv-tests-sa 2026-01-17T03:36:18.517995 ocp_resources ServiceAccount INFO Deleting {'kind': 'ServiceAccount', 'apiVersion': 'v1', 'metadata': {'name': 'cnv-tests-sa', 'namespace': 'cnv-tests-utilities', 'uid': '9ef65e58-1203-4ef4-a700-c5931f0a1e54', 'resourceVersion': '71164', 'creationTimestamp': '2026-01-17T03:16:15Z', 'annotations': {'openshift.io/internal-registry-pull-secret-ref': 'cnv-tests-sa-dockercfg-p5drv'}, 'managedFields': [{'manager': 'openshift.io/image-registry-pull-secrets_service-account-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2026-01-17T03:16:15Z', '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-p5drv"}': {}}}}]}, 'secrets': [{'name': 'cnv-tests-sa-dockercfg-p5drv'}], 'imagePullSecrets': [{'name': 'cnv-tests-sa-dockercfg-p5drv'}]} 2026-01-17T03:36:18.526679 ocp_resources ServiceAccount INFO Wait until ServiceAccount cnv-tests-sa is deleted 2026-01-17T03:36:18.526901 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-01-17T03:36:18.531348 timeout_sampler INFO Elapsed time: 0.00010967254638671875 [0:00:00.000110] 2026-01-17T03:36:18.533926 ocp_resources Namespace INFO Delete Namespace cnv-tests-utilities 2026-01-17T03:36:18.541280 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'cnv-tests-utilities', 'uid': '501dc74c-fb8a-4652-9323-39602d2da832', 'resourceVersion': '71117', 'creationTimestamp': '2026-01-17T03:16:14Z', '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:c28,c12', 'openshift.io/sa.scc.supplemental-groups': '1000780000/10000', 'openshift.io/sa.scc.uid-range': '1000780000/10000'}, 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-01-17T03:16:14Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:labels': {'.': {}, 'f:kubernetes.io/metadata.name': {}, 'f:pod-security.kubernetes.io/enforce': {}, 'f:security.openshift.io/scc.podSecurityLabelSync': {}}}}}, {'manager': 'cluster-policy-controller', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-01-17T03:16:14Z', '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': {}}}}}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2026-01-17T03:36:18.549971 ocp_resources Namespace INFO Wait until Namespace cnv-tests-utilities is deleted 2026-01-17T03:36:18.550152 timeout_sampler INFO Waiting for 360 seconds [0:06:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-01-17T03:36:25.586979 timeout_sampler INFO Elapsed time: 7.032455682754517 [0:00:07.032456] 2026-01-17T03:36:25.622772 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-01-17T03:36:25.631534 ocp_resources ConfigMap INFO Delete ConfigMap cnv-tests-run-in-progress 2026-01-17T03:36:25.650728 ocp_resources ConfigMap INFO Deleting {'kind': 'ConfigMap', 'apiVersion': 'v1', 'metadata': {'name': 'cnv-tests-run-in-progress', 'namespace': 'cnv-tests-run-in-progress-ns', 'uid': 'bde34267-6628-4510-a75f-6e3290a36017', 'resourceVersion': '71071', 'creationTimestamp': '2026-01-17T03:16:11Z', 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-01-17T03:16:11Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:data': {'.': {}, 'f:host': {}, 'f:pytest_cmd': {}, 'f:run-in-container': {}, 'f:running_from_dir': {}, 'f:session-id': {}, 'f:user': {}}}}]}, 'data': '*******'} 2026-01-17T03:36:25.661724 ocp_resources ConfigMap INFO Wait until ConfigMap cnv-tests-run-in-progress is deleted 2026-01-17T03:36:25.662060 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-01-17T03:36:25.666653 timeout_sampler INFO Elapsed time: 0.00013327598571777344 [0:00:00.000133] 2026-01-17T03:36:25.694392 ocp_resources Namespace INFO Delete Namespace cnv-tests-run-in-progress-ns 2026-01-17T03:36:25.704735 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'cnv-tests-run-in-progress-ns', 'uid': 'b5736316-0814-4859-9011-dd76b9b55b9d', 'resourceVersion': '71067', 'creationTimestamp': '2026-01-17T03:16:11Z', '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/warn': 'restricted', 'pod-security.kubernetes.io/warn-version': 'latest', 'security.openshift.io/scc.podSecurityLabelSync': 'false'}, 'annotations': {'openshift.io/sa.scc.mcs': 's0:c28,c7', 'openshift.io/sa.scc.supplemental-groups': '1000770000/10000', 'openshift.io/sa.scc.uid-range': '1000770000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'pod-security-admission-label-synchronization-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2026-01-17T03:16:11Z', '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/warn': {}, 'f:pod-security.kubernetes.io/warn-version': {}}}}}, {'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-01-17T03:16:11Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:labels': {'.': {}, 'f:kubernetes.io/metadata.name': {}, 'f:pod-security.kubernetes.io/enforce': {}, 'f:security.openshift.io/scc.podSecurityLabelSync': {}}}}}, {'manager': 'cluster-policy-controller', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-01-17T03:16:11Z', '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': {}}}}}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2026-01-17T03:36:25.717406 ocp_resources Namespace INFO Wait until Namespace cnv-tests-run-in-progress-ns is deleted 2026-01-17T03:36:25.717618 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-01-17T03:36:32.767575 timeout_sampler INFO Elapsed time: 7.043431997299194 [0:00:07.043432] _ 22 of 22 completed, 16 Pass, 1 Fail, 5 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ = 1 failed, 16 passed, 5 skipped, 2060 deselected, 66 warnings in 1221.63s (0:20:21) = 2026-01-17 03:36:32,768 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-01-17 03:36:32,769 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-01-17 03:36:32,769 INFO sqlalchemy.engine.Engine [raw sql] () 2026-01-17T03:36:32.768951 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-01-17 03:36:32,769 INFO sqlalchemy.engine.Engine COMMIT 2026-01-17T03:36:32.769189 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-01-17T03:36:32.769290 sqlalchemy.engine.Engine INFO [raw sql] () 2026-01-17T03:36:32.769891 sqlalchemy.engine.Engine INFO COMMIT 2026-01-17T03:36:32.770037 conftest INFO Removing database file path /logs/artifacts/cnvtests.db =================================== FAILURES =================================== _ TestVMCreationAndValidation.test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] _ Traceback (most recent call last): File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/ocp_resources/resource.py", line 1137, in retry_cluster_exceptions for sample in sampler: ^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/timeout_sampler/__init__.py", line 168, in __iter__ raise TimeoutExpiredError( timeout_sampler.TimeoutExpiredError: Timed Out: 10 Function: kubernetes.dynamic.client.create Kwargs: {'body': {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachine', 'metadata': {'name': 'rhel10-vm-with-instance-type-1768619877-434009', 'namespace': 'instance-types-supported-os-test-rhel-os', 'labels': {}}, 'spec': {'template': {'spec': {'domain': {'devices': {'rng': {}, 'disks': [{'disk': {'bus': 'virtio'}, 'name': 'dv-disk'}, {'disk': {'bus': 'virtio'}, 'name': 'cloudinitdisk'}]}}, 'volumes': [{'name': 'dv-disk', 'dataVolume': {'name': 'rhel10-1768619877-4199271'}}, {'name': 'cloudinitdisk', 'cloudInitNoCloud': {'userData': '#cloud-config\nchpasswd:\n expire: false\npassword: password\nuser: fedora\nssh_pwauth: true\n\nssh_authorized_keys:\n [ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRgTGntd1g5nEsm2/45b6n9aZ53F/GALdXMMK/4xy5a+QuKmCzg2XntvZXl7ZBi9iGDnWymO0kJWEiuyHSxYLZLRUoUnoA1T4Iqar/E8EumB5zhrxOpfDeyGsI90dI2SIlWk5SjY1y+2HxNCGO45wF1KzSbPg7CUm0rRkUOXJNIkbF/1iL2k4XGhhs6bpVBsHnAQq8r3x0IMAUp82ozoEbOd36WT/h1ecs9NZJKG9gEKuectDWWzytvO09w8yPqUTdwr8fWhsbeq6R8lJvzoYRGrFsyadm3DCNHDthPICyifwGFDEUHzw19uAWAc6EN1+KL8SML99iouoWn8CHuzZ1 root@exec1.rdocloud]\nruncmd: [\'grep ssh-rsa /etc/crypto-policies/back-ends/opensshserver.config || sudo update-crypto-policies --set LEGACY || true\', "sudo sed -i \'s/^#\\\\?PasswordAuthentication no/PasswordAuthentication yes/g\' /etc/ssh/sshd_config", \'sudo systemctl enable sshd\', \'sudo systemctl restart sshd\']'}}]}, 'metadata': {'labels': {'kubevirt.io/vm': 'rhel10-vm-with-instance-type-1768619877-434009', 'kubevirt.io/domain': 'rhel10-vm-with-instance-type-1768619877-434009', 'debugLogs': 'true'}}}, 'runStrategy': 'Halted', 'instancetype': {'inferFromVolume': 'dv-disk'}, 'preference': {'inferFromVolume': 'dv-disk'}, 'dataVolumeTemplates': [{'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'name': 'rhel10-1768619877-4199271'}, 'spec': {'storage': {'storageClassName': 'ocs-storagecluster-ceph-rbd-virtualization', 'resources': {'requests': {'storage': '30Gi'}}}, 'sourceRef': {'kind': 'DataSource', 'name': 'rhel10', 'namespace': 'openshift-virtualization-os-images'}}}]}}, 'namespace': 'instance-types-supported-os-test-rhel-os'} Last exception: BadRequestError: 400 Reason: Bad Request HTTP response headers: HTTPHeaderDict({'Audit-Id': '88bd16ef-4542-456c-b4ab-5c6cdcb42d71', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'X-Kubernetes-Pf-Flowschema-Uid': 'ae108877-29bb-460a-8c0a-3eaa0d50ad17', 'X-Kubernetes-Pf-Prioritylevel-Uid': 'a0d83c96-cca6-429c-b2a1-51482464f52d', 'Date': 'Sat, 17 Jan 2026 03:17:57 GMT', 'Content-Length': '252'}) HTTP response body: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"admission webhook \\"virtualmachines-mutator.kubevirt.io\\" denied the request: unable to infer defaults from DataSource that doesn\'t provide DataVolumeSourcePVC","code":400}\n' Original traceback: File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/dynamic/client.py", line 55, in inner resp = func(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/dynamic/client.py", line 273, in request api_response = self.client.call_api( ^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/client/api_client.py", line 348, in call_api return self.__call_api(resource_path, method, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/client/api_client.py", line 180, in __call_api response_data = self.request( ^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/client/api_client.py", line 391, in request return self.rest_client.POST(url, ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/client/rest.py", line 279, in POST return self.request("POST", url, ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/client/rest.py", line 238, in request raise ApiException(http_resp=r) . Elapsed time: 0.021221637725830078 [0:00:00.021222] During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/runner.py", line 344, in from_call result: TResult | None = func() ^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/runner.py", line 246, in lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/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.12/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.12/site-packages/pluggy/_callers.py", line 167, in _multicall raise exception File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/capture.py", line 900, in pytest_runtest_call return (yield) ^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/skipping.py", line 263, in pytest_runtest_call return (yield) ^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/pluggy/_callers.py", line 121, in _multicall res = hook_impl.function(*args) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/runner.py", line 178, in pytest_runtest_call item.runtest() File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/python.py", line 1671, in runtest self.ihook.pytest_pyfunc_call(pyfuncitem=self) File "/openshift-virtualization-tests/.venv/lib/python3.12/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.12/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.12/site-packages/pluggy/_callers.py", line 167, in _multicall raise exception File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/pluggy/_callers.py", line 121, in _multicall res = hook_impl.function(*args) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/python.py", line 157, in pytest_pyfunc_call result = testfunction(**testargs) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py", line 42, in test_create_vm golden_image_rhel_vm_with_instance_type.create(wait=True) File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/ocp_resources/resource.py", line 1037, in create resource_ = Resource.retry_cluster_exceptions( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/ocp_resources/resource.py", line 1142, in retry_cluster_exceptions raise exp.last_exp File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/timeout_sampler/__init__.py", line 159, in __iter__ yield self.func(*self.func_args, **self.func_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/dynamic/client.py", line 119, in create return self.request('post', path, body=body, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/dynamic/client.py", line 57, in inner raise api_exception(e) kubernetes.dynamic.exceptions.BadRequestError: 400 Reason: Bad Request HTTP response headers: HTTPHeaderDict({'Audit-Id': '88bd16ef-4542-456c-b4ab-5c6cdcb42d71', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'X-Kubernetes-Pf-Flowschema-Uid': 'ae108877-29bb-460a-8c0a-3eaa0d50ad17', 'X-Kubernetes-Pf-Prioritylevel-Uid': 'a0d83c96-cca6-429c-b2a1-51482464f52d', 'Date': 'Sat, 17 Jan 2026 03:17:57 GMT', 'Content-Length': '252'}) HTTP response body: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"admission webhook \\"virtualmachines-mutator.kubevirt.io\\" denied the request: unable to infer defaults from DataSource that doesn\'t provide DataVolumeSourcePVC","code":400}\n' Original traceback: File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/dynamic/client.py", line 55, in inner resp = func(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/dynamic/client.py", line 273, in request api_response = self.client.call_api( ^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/client/api_client.py", line 348, in call_api return self.__call_api(resource_path, method, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/client/api_client.py", line 180, in __call_api response_data = self.request( ^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/client/api_client.py", line 391, in request return self.rest_client.POST(url, ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/client/rest.py", line 279, in POST return self.request("POST", url, ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/client/rest.py", line 238, in request raise ApiException(http_resp=r) =============================== warnings summary =============================== tests/conftest.py:2075 /openshift-virtualization-tests/tests/conftest.py:2075: PytestRemovedIn9Warning: Marks applied to fixtures have no effect See docs: https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a-fixture-function @pytest.fixture(autouse=True) .venv/lib/python3.12/site-packages/_pytest/config/__init__.py:1474 /openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/config/__init__.py:1474: PytestConfigWarning: Unknown config option: self_contained_html self._warn_or_fail_if_strict(f"Unknown config option: {key}\n") tests/infrastructure/instance_types/supported_os/test_rhel_os.py: 6 warnings tests/storage/cdi_clone/test_clone.py: 10 warnings tests/storage/cdi_import/test_import_http.py: 7 warnings tests/storage/cdi_import/test_import_registry.py: 6 warnings tests/storage/cdi_upload/test_upload_virtctl.py: 6 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.12/site-packages/kubernetes/client/exceptions.py:91: 2 warnings /openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/client/exceptions.py:91: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.6.0. Instead access HTTPResponse.headers directly. self.headers = http_resp.getheaders() 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_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] /openshift-virtualization-tests/utilities/infra.py:965: DeprecationWarning: Python 3.14 will, by default, filter extracted tar archives and reject files or modify their metadata. Use the filter argument to control this behavior. archive_file_object.extractall(path=tmpdir) 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.12/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.12/site-packages/ocp_resources/resource.py:1023: 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:581: 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.12.12-linux-x86_64-gnu/lib/python3.12/pty.py:95: DeprecationWarning: This process (pid=579) 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 ============================ FAILED tests/infrastructure/instance_types/supported_os/test_rhel_os.py::TestVMCreationAndValidation::test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] - kubernetes.dynamic.exceptions.BadRequestError: 400 Reason: Bad Request HTTP response headers: HTTPHeaderDict({'Audit-Id': '88bd16ef-4542-456c-b4ab-5c6cdcb42d71', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'X-Kubernetes-Pf-Flowschema-Uid': 'ae108877-29bb-460a-8c0a-3eaa0d50ad17', 'X-Kubernetes-Pf-Prioritylevel-Uid': 'a0d83c96-cca6-429c-b2a1-51482464f52d', 'Date': 'Sat, 17 Jan 2026 03:17:57 GMT', 'Content-Length': '252'}) HTTP response body: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"admission webhook \\"virtualmachines-mutator.kubevirt.io\\" denied the request: unable to infer defaults from DataSource that doesn\'t provide DataVolumeSourcePVC","code":400}\n' Original traceback: File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/dynamic/client.py", line 55, in inner resp = func(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/dynamic/client.py", line 273, in request api_response = self.client.call_api( ^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/client/api_client.py", line 348, in call_api return self.__call_api(resource_path, method, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/client/api_client.py", line 180, in __call_api response_data = self.request( ^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/client/api_client.py", line 391, in request return self.rest_client.POST(url, ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/client/rest.py", line 279, in POST return self.request("POST", url, ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/kubernetes/client/rest.py", line 238, in request raise ApiException(http_resp=r) = 1 failed, 16 passed, 5 skipped, 2060 deselected, 68 warnings in 1221.66s (0:20:21) = DEBUG Command exited with code: 1 DEBUG Released lock at `/tmp/uv-cache/.lock` + rc=1 + mapTestsForComponentReadiness /logs/artifacts/junit_results.xml + [[ false != \t\r\u\e ]] + return + cp /logs/artifacts/junit_results.xml /tmp/secret + exit 1 + debug_on_exit + local exit_code=1 + local end_time=1354 + local execution_time=1354 + local debug_threshold=1200 + local hco_namespace=openshift-cnv + [[ 1354 -lt 1200 ]] + [[ 1 -ne 0 ]] + echo + echo -------------------------------------------------------- -------------------------------------------------------- + echo ' SCRIPT EXITED PREMATURELY (runtime: 1354s) ' SCRIPT EXITED PREMATURELY (runtime: 1354s) + 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.20 + 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:cb51501b85b3734f42c933d8a6e20dd4312c426e0c34175ac83c86af789b8878 + [[ -z registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:cb51501b85b3734f42c933d8a6e20dd4312c426e0c34175ac83c86af789b8878 ]] + 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:cb51501b85b3734f42c933d8a6e20dd4312c426e0c34175ac83c86af789b8878 -- /usr/bin/gather --vms_details + tee /logs/artifacts/must-gather-cnv/must-gather-cnv.log [must-gather ] OUT 2026-01-17T03:36:34.415415012Z Using must-gather plug-in image: registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:cb51501b85b3734f42c933d8a6e20dd4312c426e0c34175ac83c86af789b8878 When opening a support case, bugzilla, or issue please include the following summary data along with any other requested information: ClusterID: 6630991f-47d3-430d-8444-7d00238d8d37 ClientVersion: 4.20.10 ClusterVersion: Stable at "4.20.0-0.nightly-2026-01-16-181948" ClusterOperators: All healthy and stable [must-gather ] OUT 2026-01-17T03:36:34.459360075Z namespace/openshift-must-gather-h8szk created [must-gather ] OUT 2026-01-17T03:36:34.471955406Z clusterrolebinding.rbac.authorization.k8s.io/must-gather-6dcxr created [must-gather ] OUT 2026-01-17T03:36:34.525861751Z pod for plug-in image registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:cb51501b85b3734f42c933d8a6e20dd4312c426e0c34175ac83c86af789b8878 created [must-gather-gb849] POD 2026-01-17T03:36:35.466789512Z [disk usage checker] Started [must-gather-gb849] POD 2026-01-17T03:36:35.473420815Z [disk usage checker] Volume usage percentage: current = 18 ; allowed = 70 [must-gather-gb849] POD 2026-01-17T03:36:35.482792949Z running gather_apiservices [must-gather-gb849] POD 2026-01-17T03:36:35.487330068Z +++ dirname -- /usr/bin/gather_apiservices [must-gather-gb849] POD 2026-01-17T03:36:35.489105646Z ++ cd -- /usr/bin [must-gather-gb849] POD 2026-01-17T03:36:35.489207111Z ++ pwd [must-gather-gb849] POD 2026-01-17T03:36:35.489465235Z + DIR_NAME=/usr/bin [must-gather-gb849] POD 2026-01-17T03:36:35.489537119Z + source /usr/bin/common.sh [must-gather-gb849] POD 2026-01-17T03:36:35.490829390Z ++++ dirname -- /usr/bin/common.sh [must-gather-gb849] POD 2026-01-17T03:36:35.492527463Z +++ cd -- /usr/bin [must-gather-gb849] POD 2026-01-17T03:36:35.492688672Z +++ pwd [must-gather-gb849] POD 2026-01-17T03:36:35.492949096Z ++ DIR_NAME=/usr/bin [must-gather-gb849] POD 2026-01-17T03:36:35.493021780Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-gb849] POD 2026-01-17T03:36:35.493061752Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-gb849] POD 2026-01-17T03:36:35.493110305Z ++ export PROS=5 [must-gather-gb849] POD 2026-01-17T03:36:35.493168178Z ++ PROS=5 [must-gather-gb849] POD 2026-01-17T03:36:35.493232022Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-gb849] POD 2026-01-17T03:36:35.493275134Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-gb849] POD 2026-01-17T03:36:35.493493266Z + check_command [must-gather-gb849] POD 2026-01-17T03:36:35.493553519Z + [[ -z 1 ]] [must-gather-gb849] POD 2026-01-17T03:36:35.494252137Z ++ /usr/bin/oc get apiservices [must-gather-gb849] POD 2026-01-17T03:36:35.494565865Z ++ grep kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.496114040Z ++ awk '{ print $1 }' [must-gather-gb849] POD 2026-01-17T03:36:35.873879854Z + resources='v1.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.873879854Z v1.networkaddonsoperator.network.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.873879854Z v1.subresources.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.873879854Z v1alpha1.aaq.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.873879854Z v1alpha1.clone.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.873879854Z v1alpha1.export.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.873879854Z v1alpha1.migrations.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.873879854Z v1alpha1.networkaddonsoperator.network.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.873879854Z v1alpha1.pool.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.873879854Z v1alpha1.snapshot.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.873879854Z v1alpha3.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.873879854Z v1alpha3.subresources.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.873879854Z v1beta1.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.873879854Z v1beta1.clone.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.873879854Z v1beta1.export.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.873879854Z v1beta1.forklift.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.873879854Z v1beta1.hco.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.873879854Z v1beta1.hostpathprovisioner.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.873879854Z v1beta1.instancetype.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.873879854Z v1beta1.snapshot.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.873879854Z v1beta1.upload.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.873879854Z v1beta2.ssp.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.873879854Z v1beta3.ssp.kubevirt.io' [must-gather-gb849] POD 2026-01-17T03:36:35.873916326Z + export apiservice_collection_path=/must-gather/apiservices/ [must-gather-gb849] POD 2026-01-17T03:36:35.873916326Z + apiservice_collection_path=/must-gather/apiservices/ [must-gather-gb849] POD 2026-01-17T03:36:35.873964709Z + mkdir -p /must-gather/apiservices/ [must-gather-gb849] POD 2026-01-17T03:36:35.876429724Z + echo 'v1.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.876429724Z v1.networkaddonsoperator.network.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.876429724Z v1.subresources.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.876429724Z v1alpha1.aaq.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.876429724Z v1alpha1.clone.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.876429724Z v1alpha1.export.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.876429724Z v1alpha1.migrations.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.876429724Z v1alpha1.networkaddonsoperator.network.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.876429724Z v1alpha1.pool.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.876429724Z v1alpha1.snapshot.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.876429724Z v1alpha3.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.876429724Z v1alpha3.subresources.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.876429724Z v1beta1.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.876429724Z v1beta1.clone.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.876429724Z v1beta1.export.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.876429724Z v1beta1.forklift.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.876429724Z v1beta1.hco.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.876429724Z v1beta1.hostpathprovisioner.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.876429724Z v1beta1.instancetype.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.876429724Z v1beta1.snapshot.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.876429724Z v1beta1.upload.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.876429724Z v1beta2.ssp.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.876479687Z v1beta3.ssp.kubevirt.io' [must-gather-gb849] POD 2026-01-17T03:36:35.876681278Z + tr ' ' '\n' [must-gather-gb849] POD 2026-01-17T03:36:35.876888019Z + 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-gb849] POD 2026-01-17T03:36:35.878813035Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.879412878Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1.networkaddonsoperator.network.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.880098055Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1.subresources.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.880751671Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.aaq.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:35.882199870Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.clone.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:36.192127485Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.export.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:36.259303869Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.migrations.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:36.277520288Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.networkaddonsoperator.network.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:36.287853174Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.pool.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:36.310899958Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.snapshot.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:36.602225303Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha3.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:36.691588673Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha3.subresources.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:36.710259717Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:36.742694535Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.clone.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:36.749233634Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.export.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:36.981949205Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.forklift.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:37.055791424Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.hco.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:37.058179755Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.hostpathprovisioner.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:37.062151213Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.instancetype.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:37.065353348Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.snapshot.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:37.356747397Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.upload.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:37.388298607Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta2.ssp.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:37.392535939Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta3.ssp.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:37.568509919Z + exit 0 [must-gather-gb849] POD 2026-01-17T03:36:37.568771043Z running gather_cdi [must-gather-gb849] POD 2026-01-17T03:36:37.571207127Z +++ dirname -- /usr/bin/gather_cdi [must-gather-gb849] POD 2026-01-17T03:36:37.572781453Z ++ cd -- /usr/bin [must-gather-gb849] POD 2026-01-17T03:36:37.572852577Z ++ pwd [must-gather-gb849] POD 2026-01-17T03:36:37.573080849Z + DIR_NAME=/usr/bin [must-gather-gb849] POD 2026-01-17T03:36:37.573136672Z + source /usr/bin/common.sh [must-gather-gb849] POD 2026-01-17T03:36:37.573659251Z ++++ dirname -- /usr/bin/common.sh [must-gather-gb849] POD 2026-01-17T03:36:37.575074819Z +++ cd -- /usr/bin [must-gather-gb849] POD 2026-01-17T03:36:37.575136012Z +++ pwd [must-gather-gb849] POD 2026-01-17T03:36:37.575316152Z ++ DIR_NAME=/usr/bin [must-gather-gb849] POD 2026-01-17T03:36:37.575339553Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-gb849] POD 2026-01-17T03:36:37.575339553Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-gb849] POD 2026-01-17T03:36:37.575347234Z ++ export PROS=5 [must-gather-gb849] POD 2026-01-17T03:36:37.575347234Z ++ PROS=5 [must-gather-gb849] POD 2026-01-17T03:36:37.575355874Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-gb849] POD 2026-01-17T03:36:37.575355874Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-gb849] POD 2026-01-17T03:36:37.575442639Z + check_command [must-gather-gb849] POD 2026-01-17T03:36:37.575456540Z + [[ -z 1 ]] [must-gather-gb849] POD 2026-01-17T03:36:37.575466760Z + get_log_collection_args [must-gather-gb849] POD 2026-01-17T03:36:37.575476241Z + log_collection_args= [must-gather-gb849] POD 2026-01-17T03:36:37.575511993Z + '[' -n '' ']' [must-gather-gb849] POD 2026-01-17T03:36:37.575511993Z + '[' -n '' ']' [must-gather-gb849] POD 2026-01-17T03:36:37.575511993Z + node_log_collection_args= [must-gather-gb849] POD 2026-01-17T03:36:37.575523213Z + '[' -n '' ']' [must-gather-gb849] POD 2026-01-17T03:36:37.575523213Z + '[' -n '' ']' [must-gather-gb849] POD 2026-01-17T03:36:37.575532634Z + export log_collection_args [must-gather-gb849] POD 2026-01-17T03:36:37.575542074Z + export node_log_collection_args [must-gather-gb849] POD 2026-01-17T03:36:37.575627069Z + export -f gather_cdi_pod [must-gather-gb849] POD 2026-01-17T03:36:37.576101735Z ++ oc get pods -l cdi.kubevirt.io --no-headers -A [must-gather-gb849] POD 2026-01-17T03:36:37.576195920Z ++ awk '{print $1 "_" $2}' [must-gather-gb849] POD 2026-01-17T03:36:37.689896415Z + cdi_pods='openshift-cnv_cdi-apiserver-5b6dc84b97-wxwfr [must-gather-gb849] POD 2026-01-17T03:36:37.689896415Z openshift-cnv_cdi-deployment-898b96c5d-lbglp [must-gather-gb849] POD 2026-01-17T03:36:37.689896415Z openshift-cnv_cdi-operator-7dbc78c4dd-pc6jh [must-gather-gb849] POD 2026-01-17T03:36:37.689896415Z openshift-cnv_cdi-uploadproxy-5987c9ddc8-zts67' [must-gather-gb849] POD 2026-01-17T03:36:37.690274596Z + echo 'openshift-cnv_cdi-apiserver-5b6dc84b97-wxwfr [must-gather-gb849] POD 2026-01-17T03:36:37.690274596Z openshift-cnv_cdi-deployment-898b96c5d-lbglp [must-gather-gb849] POD 2026-01-17T03:36:37.690274596Z openshift-cnv_cdi-operator-7dbc78c4dd-pc6jh [must-gather-gb849] POD 2026-01-17T03:36:37.690324649Z openshift-cnv_cdi-uploadproxy-5987c9ddc8-zts67' [must-gather-gb849] POD 2026-01-17T03:36:37.690405623Z + tr ' ' '\n' [must-gather-gb849] POD 2026-01-17T03:36:37.690586783Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'gather_cdi_pod $1' -- '{}' [must-gather-gb849] POD 2026-01-17T03:36:37.691956198Z sh -c 'gather_cdi_pod $1' -- openshift-cnv_cdi-apiserver-5b6dc84b97-wxwfr [must-gather-gb849] POD 2026-01-17T03:36:37.692607154Z sh -c 'gather_cdi_pod $1' -- openshift-cnv_cdi-deployment-898b96c5d-lbglp [must-gather-gb849] POD 2026-01-17T03:36:37.693090130Z sh -c 'gather_cdi_pod $1' -- openshift-cnv_cdi-operator-7dbc78c4dd-pc6jh [must-gather-gb849] POD 2026-01-17T03:36:37.693778678Z sh -c 'gather_cdi_pod $1' -- openshift-cnv_cdi-uploadproxy-5987c9ddc8-zts67 [must-gather-gb849] POD 2026-01-17T03:36:37.701391525Z NS: openshift-cnv, POD: cdi-apiserver-5b6dc84b97-wxwfr [must-gather-gb849] POD 2026-01-17T03:36:37.701919234Z NS: openshift-cnv, POD: cdi-deployment-898b96c5d-lbglp [must-gather-gb849] POD 2026-01-17T03:36:37.702882797Z NS: openshift-cnv, POD: cdi-operator-7dbc78c4dd-pc6jh [must-gather-gb849] POD 2026-01-17T03:36:37.703902123Z NS: openshift-cnv, POD: cdi-uploadproxy-5987c9ddc8-zts67 [must-gather-gb849] POD 2026-01-17T03:36:38.041273602Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:38.073034464Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:38.086577877Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:38.115540255Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:38.715809361Z + export -f gather_pvc [must-gather-gb849] POD 2026-01-17T03:36:38.716564302Z ++ oc get pvc --no-headers -A [must-gather-gb849] POD 2026-01-17T03:36:38.716699529Z ++ awk '{print $1 "_" $2}' [must-gather-gb849] POD 2026-01-17T03:36:38.841201046Z + pvcs='openshift-monitoring_prometheus-data-prometheus-k8s-0 [must-gather-gb849] POD 2026-01-17T03:36:38.841201046Z openshift-monitoring_prometheus-data-prometheus-k8s-1 [must-gather-gb849] POD 2026-01-17T03:36:38.841201046Z openshift-storage_noobaa-db-pg-cluster-1 [must-gather-gb849] POD 2026-01-17T03:36:38.841201046Z openshift-storage_noobaa-db-pg-cluster-2 [must-gather-gb849] POD 2026-01-17T03:36:38.841201046Z openshift-storage_ocs-deviceset-0-data-0nz4j6 [must-gather-gb849] POD 2026-01-17T03:36:38.841201046Z openshift-storage_ocs-deviceset-1-data-0qwk7q [must-gather-gb849] POD 2026-01-17T03:36:38.841201046Z openshift-storage_ocs-deviceset-2-data-08zr88 [must-gather-gb849] POD 2026-01-17T03:36:38.841201046Z openshift-storage_rook-ceph-mon-a [must-gather-gb849] POD 2026-01-17T03:36:38.841201046Z openshift-storage_rook-ceph-mon-b [must-gather-gb849] POD 2026-01-17T03:36:38.841201046Z openshift-storage_rook-ceph-mon-c' [must-gather-gb849] POD 2026-01-17T03:36:38.841566636Z + echo 'openshift-monitoring_prometheus-data-prometheus-k8s-0 [must-gather-gb849] POD 2026-01-17T03:36:38.841566636Z openshift-monitoring_prometheus-data-prometheus-k8s-1 [must-gather-gb849] POD 2026-01-17T03:36:38.841566636Z openshift-storage_noobaa-db-pg-cluster-1 [must-gather-gb849] POD 2026-01-17T03:36:38.841566636Z openshift-storage_noobaa-db-pg-cluster-2 [must-gather-gb849] POD 2026-01-17T03:36:38.841566636Z openshift-storage_ocs-deviceset-0-data-0nz4j6 [must-gather-gb849] POD 2026-01-17T03:36:38.841566636Z openshift-storage_ocs-deviceset-1-data-0qwk7q [must-gather-gb849] POD 2026-01-17T03:36:38.841566636Z openshift-storage_ocs-deviceset-2-data-08zr88 [must-gather-gb849] POD 2026-01-17T03:36:38.841566636Z openshift-storage_rook-ceph-mon-a [must-gather-gb849] POD 2026-01-17T03:36:38.841566636Z openshift-storage_rook-ceph-mon-b [must-gather-gb849] POD 2026-01-17T03:36:38.841614589Z openshift-storage_rook-ceph-mon-c' [must-gather-gb849] POD 2026-01-17T03:36:38.841655201Z + tr ' ' '\n' [must-gather-gb849] POD 2026-01-17T03:36:38.842038392Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'gather_pvc $1' -- '{}' [must-gather-gb849] POD 2026-01-17T03:36:38.843095900Z sh -c 'gather_pvc $1' -- openshift-monitoring_prometheus-data-prometheus-k8s-0 [must-gather-gb849] POD 2026-01-17T03:36:38.843569016Z sh -c 'gather_pvc $1' -- openshift-monitoring_prometheus-data-prometheus-k8s-1 [must-gather-gb849] POD 2026-01-17T03:36:38.844030941Z sh -c 'gather_pvc $1' -- openshift-storage_noobaa-db-pg-cluster-1 [must-gather-gb849] POD 2026-01-17T03:36:38.844550140Z sh -c 'gather_pvc $1' -- openshift-storage_noobaa-db-pg-cluster-2 [must-gather-gb849] POD 2026-01-17T03:36:38.845226517Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-0-data-0nz4j6 [must-gather-gb849] POD 2026-01-17T03:36:38.853205304Z NS: openshift-monitoring, PVC: prometheus-data-prometheus-k8s-0 [must-gather-gb849] POD 2026-01-17T03:36:38.854794211Z NS: openshift-storage, PVC: noobaa-db-pg-cluster-1 [must-gather-gb849] POD 2026-01-17T03:36:38.855352062Z NS: openshift-monitoring, PVC: prometheus-data-prometheus-k8s-1 [must-gather-gb849] POD 2026-01-17T03:36:38.857390194Z NS: openshift-storage, PVC: noobaa-db-pg-cluster-2 [must-gather-gb849] POD 2026-01-17T03:36:38.857490299Z NS: openshift-storage, PVC: ocs-deviceset-0-data-0nz4j6 [must-gather-gb849] POD 2026-01-17T03:36:39.247819383Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:39.292572367Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:39.320837257Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:39.327889213Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:39.405149400Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:39.633812939Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-1-data-0qwk7q [must-gather-gb849] POD 2026-01-17T03:36:39.645428876Z NS: openshift-storage, PVC: ocs-deviceset-1-data-0qwk7q [must-gather-gb849] POD 2026-01-17T03:36:39.676307509Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-2-data-08zr88 [must-gather-gb849] POD 2026-01-17T03:36:39.688694738Z NS: openshift-storage, PVC: ocs-deviceset-2-data-08zr88 [must-gather-gb849] POD 2026-01-17T03:36:39.734655388Z sh -c 'gather_pvc $1' -- openshift-storage_rook-ceph-mon-a [must-gather-gb849] POD 2026-01-17T03:36:39.752435804Z NS: openshift-storage, PVC: rook-ceph-mon-a [must-gather-gb849] POD 2026-01-17T03:36:39.757565755Z sh -c 'gather_pvc $1' -- openshift-storage_rook-ceph-mon-b [must-gather-gb849] POD 2026-01-17T03:36:39.782860692Z NS: openshift-storage, PVC: rook-ceph-mon-b [must-gather-gb849] POD 2026-01-17T03:36:39.796731432Z sh -c 'gather_pvc $1' -- openshift-storage_rook-ceph-mon-c [must-gather-gb849] POD 2026-01-17T03:36:39.814628164Z NS: openshift-storage, PVC: rook-ceph-mon-c [must-gather-gb849] POD 2026-01-17T03:36:40.005279688Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:40.076885915Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:40.129336460Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:40.280242795Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:40.374230459Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:40.497576153Z [disk usage checker] Volume usage percentage: current = 17 ; allowed = 70 [must-gather-gb849] POD 2026-01-17T03:36:40.605671130Z running gather_crds [must-gather-gb849] POD 2026-01-17T03:36:40.608178348Z +++ dirname -- /usr/bin/gather_crds [must-gather-gb849] POD 2026-01-17T03:36:40.609603116Z ++ cd -- /usr/bin [must-gather-gb849] POD 2026-01-17T03:36:40.609669179Z ++ pwd [must-gather-gb849] POD 2026-01-17T03:36:40.609850560Z + DIR_NAME=/usr/bin [must-gather-gb849] POD 2026-01-17T03:36:40.609870930Z + source /usr/bin/common.sh [must-gather-gb849] POD 2026-01-17T03:36:40.610453662Z ++++ dirname -- /usr/bin/common.sh [must-gather-gb849] POD 2026-01-17T03:36:40.611828448Z +++ cd -- /usr/bin [must-gather-gb849] POD 2026-01-17T03:36:40.611874880Z +++ pwd [must-gather-gb849] POD 2026-01-17T03:36:40.612110703Z ++ DIR_NAME=/usr/bin [must-gather-gb849] POD 2026-01-17T03:36:40.612124064Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-gb849] POD 2026-01-17T03:36:40.612131114Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-gb849] POD 2026-01-17T03:36:40.612137925Z ++ export PROS=5 [must-gather-gb849] POD 2026-01-17T03:36:40.612137925Z ++ PROS=5 [must-gather-gb849] POD 2026-01-17T03:36:40.612146555Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-gb849] POD 2026-01-17T03:36:40.612146555Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-gb849] POD 2026-01-17T03:36:40.612262312Z + check_command [must-gather-gb849] POD 2026-01-17T03:36:40.612271492Z + [[ -z 1 ]] [must-gather-gb849] POD 2026-01-17T03:36:40.612279853Z + get_log_collection_args [must-gather-gb849] POD 2026-01-17T03:36:40.612290113Z + log_collection_args= [must-gather-gb849] POD 2026-01-17T03:36:40.612302394Z + '[' -n '' ']' [must-gather-gb849] POD 2026-01-17T03:36:40.612312624Z + '[' -n '' ']' [must-gather-gb849] POD 2026-01-17T03:36:40.612322705Z + node_log_collection_args= [must-gather-gb849] POD 2026-01-17T03:36:40.612322705Z + '[' -n '' ']' [must-gather-gb849] POD 2026-01-17T03:36:40.612332845Z + '[' -n '' ']' [must-gather-gb849] POD 2026-01-17T03:36:40.612339866Z + export log_collection_args [must-gather-gb849] POD 2026-01-17T03:36:40.612339866Z + export node_log_collection_args [must-gather-gb849] POD 2026-01-17T03:36:40.612815682Z ++ /usr/bin/oc get crd [must-gather-gb849] POD 2026-01-17T03:36:40.613001762Z ++ grep kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.613174842Z ++ awk '{print $1}' [must-gather-gb849] POD 2026-01-17T03:36:40.776892699Z + CRDS='aaqs.aaq.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.776892699Z cdiconfigs.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.776892699Z cdis.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.776892699Z dataimportcrons.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.776892699Z datasources.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.776892699Z datavolumes.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.776892699Z hostpathprovisioners.hostpathprovisioner.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.776892699Z hyperconvergeds.hco.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.776892699Z kubevirts.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.776892699Z migrationpolicies.migrations.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.776892699Z networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.776892699Z objecttransfers.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.776892699Z openstackvolumepopulators.forklift.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.776892699Z ovirtvolumepopulators.forklift.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.776892699Z ssps.ssp.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.776892699Z storageprofiles.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.776892699Z virtualmachineclones.clone.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.776892699Z virtualmachineclusterinstancetypes.instancetype.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.776892699Z virtualmachineclusterpreferences.instancetype.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.776892699Z virtualmachineexports.export.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.776892699Z virtualmachineinstancemigrations.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.776892699Z virtualmachineinstancepresets.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.776892699Z virtualmachineinstancereplicasets.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.776892699Z virtualmachineinstances.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.776892699Z virtualmachineinstancetypes.instancetype.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.776892699Z virtualmachinepools.pool.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.776892699Z virtualmachinepreferences.instancetype.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.776892699Z virtualmachinerestores.snapshot.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.776892699Z virtualmachines.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.776892699Z virtualmachinesnapshotcontents.snapshot.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.776892699Z virtualmachinesnapshots.snapshot.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.776892699Z volumeclonesources.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.776892699Z volumeimportsources.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.776892699Z volumeuploadsources.cdi.kubevirt.io' [must-gather-gb849] POD 2026-01-17T03:36:40.777194726Z + echo 'aaqs.aaq.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.777194726Z cdiconfigs.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.777194726Z cdis.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.777194726Z dataimportcrons.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.777194726Z datasources.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.777194726Z datavolumes.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.777194726Z hostpathprovisioners.hostpathprovisioner.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.777194726Z hyperconvergeds.hco.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.777194726Z kubevirts.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.777194726Z migrationpolicies.migrations.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.777194726Z networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.777194726Z objecttransfers.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.777194726Z openstackvolumepopulators.forklift.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.777194726Z ovirtvolumepopulators.forklift.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.777194726Z ssps.ssp.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.777194726Z storageprofiles.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.777194726Z virtualmachineclones.clone.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.777194726Z virtualmachineclusterinstancetypes.instancetype.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.777194726Z virtualmachineclusterpreferences.instancetype.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.777194726Z virtualmachineexports.export.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.777194726Z virtualmachineinstancemigrations.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.777194726Z virtualmachineinstancepresets.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.777194726Z virtualmachineinstancereplicasets.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.777194726Z virtualmachineinstances.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.777194726Z virtualmachineinstancetypes.instancetype.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.777194726Z virtualmachinepools.pool.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.777194726Z virtualmachinepreferences.instancetype.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.777194726Z virtualmachinerestores.snapshot.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.777194726Z virtualmachines.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.777194726Z virtualmachinesnapshotcontents.snapshot.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.777194726Z virtualmachinesnapshots.snapshot.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.777194726Z volumeclonesources.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.777194726Z volumeimportsources.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.777194726Z volumeuploadsources.cdi.kubevirt.io' [must-gather-gb849] POD 2026-01-17T03:36:40.777286231Z + tr ' ' '\n' [must-gather-gb849] POD 2026-01-17T03:36:40.777475831Z + 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-gb849] POD 2026-01-17T03:36:40.778631505Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- aaqs.aaq.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.779131322Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- cdiconfigs.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.779575576Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- cdis.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.780116916Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- dataimportcrons.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:40.780616584Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- datasources.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:41.234092580Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:41.242114630Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- datavolumes.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:41.248603835Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:41.255278672Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- hostpathprovisioners.hostpathprovisioner.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:41.265446679Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:41.275177452Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- hyperconvergeds.hco.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:41.334178398Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:41.347059404Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- kubevirts.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:41.351119517Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:41.356718954Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- migrationpolicies.migrations.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:41.792919163Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:41.809604408Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:41.809640310Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:41.809640310Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- objecttransfers.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:41.877197844Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:41.887393833Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- openstackvolumepopulators.forklift.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:41.940689926Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:41.947664118Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- ovirtvolumepopulators.forklift.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:42.022641970Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:42.041376307Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- ssps.ssp.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:42.284913751Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:42.292348639Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- storageprofiles.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:42.313935503Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:42.330615687Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:42.331226841Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineclones.clone.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:42.340086397Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:42.411489532Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:42.418825374Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineclusterpreferences.instancetype.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:42.603587266Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:42.621117497Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineexports.export.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:42.810819499Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:42.815883016Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:42.816437587Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstancemigrations.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:42.822729102Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstancepresets.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:42.860535505Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:42.867154908Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstancereplicasets.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:42.868603958Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:42.873895658Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstances.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:43.171719739Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:43.178516572Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstancetypes.instancetype.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:43.227115586Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:43.237058442Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinepools.pool.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:43.333676260Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:43.345678828Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinepreferences.instancetype.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:43.434440005Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:43.466689233Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinerestores.snapshot.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:43.646314653Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:43.677406088Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachines.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:43.723431672Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:43.727994902Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinesnapshotcontents.snapshot.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:44.030000872Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:44.039686793Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinesnapshots.snapshot.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:44.046631454Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:44.055667830Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- volumeclonesources.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:44.090084477Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:44.103410808Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- volumeimportsources.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:44.379637275Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:44.414400891Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:44.419496510Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- volumeuploadsources.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:44.480187228Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:44.496197656Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:44.559732960Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:44.659435557Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:36:44.665317250Z + exit 0 [must-gather-gb849] POD 2026-01-17T03:36:44.665728702Z running gather_crs [must-gather-gb849] POD 2026-01-17T03:36:44.668491804Z +++ dirname -- /usr/bin/gather_crs [must-gather-gb849] POD 2026-01-17T03:36:44.670077441Z ++ cd -- /usr/bin [must-gather-gb849] POD 2026-01-17T03:36:44.670143554Z ++ pwd [must-gather-gb849] POD 2026-01-17T03:36:44.670402228Z + DIR_NAME=/usr/bin [must-gather-gb849] POD 2026-01-17T03:36:44.670469452Z + source /usr/bin/common.sh [must-gather-gb849] POD 2026-01-17T03:36:44.671318409Z ++++ dirname -- /usr/bin/common.sh [must-gather-gb849] POD 2026-01-17T03:36:44.673012722Z +++ cd -- /usr/bin [must-gather-gb849] POD 2026-01-17T03:36:44.673112107Z +++ pwd [must-gather-gb849] POD 2026-01-17T03:36:44.673626685Z ++ DIR_NAME=/usr/bin [must-gather-gb849] POD 2026-01-17T03:36:44.673727381Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-gb849] POD 2026-01-17T03:36:44.673766453Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-gb849] POD 2026-01-17T03:36:44.673872078Z ++ export PROS=5 [must-gather-gb849] POD 2026-01-17T03:36:44.673872078Z ++ PROS=5 [must-gather-gb849] POD 2026-01-17T03:36:44.673872078Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-gb849] POD 2026-01-17T03:36:44.673872078Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-gb849] POD 2026-01-17T03:36:44.674149044Z + check_command [must-gather-gb849] POD 2026-01-17T03:36:44.674149044Z + [[ -z 1 ]] [must-gather-gb849] POD 2026-01-17T03:36:44.674247399Z + export -f get_cr [must-gather-gb849] POD 2026-01-17T03:36:44.674325283Z + export -f read_crs [must-gather-gb849] POD 2026-01-17T03:36:44.674389107Z + mapfile -t resources [must-gather-gb849] POD 2026-01-17T03:36:44.675243454Z ++ oc get crd -o=custom-columns=NAME:.metadata.name --no-headers [must-gather-gb849] POD 2026-01-17T03:36:44.675446975Z ++ grep -e kubevirt.io -e snapshot.storage.k8s.io [must-gather-gb849] POD 2026-01-17T03:36:44.675541170Z ++ grep -v virtualmachines.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:45.503823719Z [disk usage checker] Volume usage percentage: current = 17 ; allowed = 70 [must-gather-gb849] POD 2026-01-17T03:36:46.304440536Z + 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-gb849] POD 2026-01-17T03:36:46.304514310Z + tr ' ' '\n' [must-gather-gb849] POD 2026-01-17T03:36:46.304821797Z + xargs -t '-I{}' sh -c 'read_crs $1' -- '{}' [must-gather-gb849] POD 2026-01-17T03:36:46.306332629Z sh -c 'read_crs $1' -- aaqs.aaq.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:46.448632507Z sh -c 'read_crs $1' -- cdiconfigs.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:46.606916088Z sh -c 'get_cr $1 $2' -- cdiconfigs.cdi.kubevirt.io 'config_' [must-gather-gb849] POD 2026-01-17T03:36:46.786310451Z sh -c 'read_crs $1' -- cdis.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:46.955769571Z sh -c 'get_cr $1 $2' -- cdis.cdi.kubevirt.io 'cdi-kubevirt-hyperconverged_' [must-gather-gb849] POD 2026-01-17T03:36:47.116243151Z sh -c 'read_crs $1' -- dataimportcrons.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:47.266478353Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io centos-stream10-image-cron_openshift-virtualization-os-images [must-gather-gb849] POD 2026-01-17T03:36:47.266975610Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io centos-stream9-image-cron_openshift-virtualization-os-images [must-gather-gb849] POD 2026-01-17T03:36:47.267765963Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io fedora-image-cron_openshift-virtualization-os-images [must-gather-gb849] POD 2026-01-17T03:36:47.269014451Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io rhel10-image-cron_openshift-virtualization-os-images [must-gather-gb849] POD 2026-01-17T03:36:47.272274919Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io rhel8-image-cron_openshift-virtualization-os-images [must-gather-gb849] POD 2026-01-17T03:36:47.679313279Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io rhel9-image-cron_openshift-virtualization-os-images [must-gather-gb849] POD 2026-01-17T03:36:47.914867008Z sh -c 'read_crs $1' -- datasources.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:48.079827133Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io centos-stream10_openshift-virtualization-os-images [must-gather-gb849] POD 2026-01-17T03:36:48.080583944Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io centos-stream9_openshift-virtualization-os-images [must-gather-gb849] POD 2026-01-17T03:36:48.081894696Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io fedora_openshift-virtualization-os-images [must-gather-gb849] POD 2026-01-17T03:36:48.082869259Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io rhel10_openshift-virtualization-os-images [must-gather-gb849] POD 2026-01-17T03:36:48.084689328Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io rhel7_openshift-virtualization-os-images [must-gather-gb849] POD 2026-01-17T03:36:48.472461377Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io rhel8_openshift-virtualization-os-images [must-gather-gb849] POD 2026-01-17T03:36:48.509284977Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io rhel9_openshift-virtualization-os-images [must-gather-gb849] POD 2026-01-17T03:36:48.605964574Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win10_openshift-virtualization-os-images [must-gather-gb849] POD 2026-01-17T03:36:48.652230530Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win11_openshift-virtualization-os-images [must-gather-gb849] POD 2026-01-17T03:36:48.727822877Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win2k16_openshift-virtualization-os-images [must-gather-gb849] POD 2026-01-17T03:36:48.890641015Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win2k19_openshift-virtualization-os-images [must-gather-gb849] POD 2026-01-17T03:36:49.029397159Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win2k22_openshift-virtualization-os-images [must-gather-gb849] POD 2026-01-17T03:36:49.077988642Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win2k25_openshift-virtualization-os-images [must-gather-gb849] POD 2026-01-17T03:36:49.382403459Z sh -c 'read_crs $1' -- datavolumes.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:49.527982957Z sh -c 'read_crs $1' -- hostpathprovisioners.hostpathprovisioner.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:49.656621289Z sh -c 'read_crs $1' -- hyperconvergeds.hco.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:49.819524532Z sh -c 'get_cr $1 $2' -- hyperconvergeds.hco.kubevirt.io kubevirt-hyperconverged_openshift-cnv [must-gather-gb849] POD 2026-01-17T03:36:49.984469926Z sh -c 'read_crs $1' -- kubevirts.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:50.127391038Z sh -c 'get_cr $1 $2' -- kubevirts.kubevirt.io kubevirt-kubevirt-hyperconverged_openshift-cnv [must-gather-gb849] POD 2026-01-17T03:36:50.269260222Z sh -c 'read_crs $1' -- migrationpolicies.migrations.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:50.419889415Z sh -c 'read_crs $1' -- networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:50.509410502Z [disk usage checker] Volume usage percentage: current = 17 ; allowed = 70 [must-gather-gb849] POD 2026-01-17T03:36:50.562571214Z sh -c 'get_cr $1 $2' -- networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io 'cluster_' [must-gather-gb849] POD 2026-01-17T03:36:50.701550081Z sh -c 'read_crs $1' -- objecttransfers.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:50.852147992Z sh -c 'read_crs $1' -- openstackvolumepopulators.forklift.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:50.992584068Z sh -c 'read_crs $1' -- ovirtvolumepopulators.forklift.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:51.141860407Z sh -c 'read_crs $1' -- ssps.ssp.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:51.291748669Z sh -c 'get_cr $1 $2' -- ssps.ssp.kubevirt.io ssp-kubevirt-hyperconverged_openshift-cnv [must-gather-gb849] POD 2026-01-17T03:36:51.435738589Z sh -c 'read_crs $1' -- storageprofiles.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:51.587653462Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'gp2-csi_' [must-gather-gb849] POD 2026-01-17T03:36:51.588342410Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'gp3-csi_' [must-gather-gb849] POD 2026-01-17T03:36:51.589273381Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'ocs-storagecluster-ceph-rbd_' [must-gather-gb849] POD 2026-01-17T03:36:51.590359530Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'ocs-storagecluster-ceph-rbd-virtualization_' [must-gather-gb849] POD 2026-01-17T03:36:51.592182640Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'ocs-storagecluster-cephfs_' [must-gather-gb849] POD 2026-01-17T03:36:51.952349381Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'openshift-storage.noobaa.io_' [must-gather-gb849] POD 2026-01-17T03:36:52.183427845Z sh -c 'read_crs $1' -- virtualmachineclones.clone.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:52.328808211Z sh -c 'read_crs $1' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:52.503810165Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.2xlarge_' [must-gather-gb849] POD 2026-01-17T03:36:52.504393817Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.2xlarge1gi_' [must-gather-gb849] POD 2026-01-17T03:36:52.504906574Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.4xlarge_' [must-gather-gb849] POD 2026-01-17T03:36:52.505868717Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.4xlarge1gi_' [must-gather-gb849] POD 2026-01-17T03:36:52.507359238Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.8xlarge_' [must-gather-gb849] POD 2026-01-17T03:36:52.891410553Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.8xlarge1gi_' [must-gather-gb849] POD 2026-01-17T03:36:52.901346586Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.large_' [must-gather-gb849] POD 2026-01-17T03:36:52.903886625Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.large1gi_' [must-gather-gb849] POD 2026-01-17T03:36:52.966374026Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.medium_' [must-gather-gb849] POD 2026-01-17T03:36:52.998157571Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.medium1gi_' [must-gather-gb849] POD 2026-01-17T03:36:53.306856112Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.xlarge_' [must-gather-gb849] POD 2026-01-17T03:36:53.360251217Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.xlarge1gi_' [must-gather-gb849] POD 2026-01-17T03:36:53.399999377Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.2xlarge_' [must-gather-gb849] POD 2026-01-17T03:36:53.417590207Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.2xlarge1gi_' [must-gather-gb849] POD 2026-01-17T03:36:53.503652465Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.4xlarge_' [must-gather-gb849] POD 2026-01-17T03:36:53.798125400Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.4xlarge1gi_' [must-gather-gb849] POD 2026-01-17T03:36:53.817181350Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.8xlarge_' [must-gather-gb849] POD 2026-01-17T03:36:53.831131122Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.8xlarge1gi_' [must-gather-gb849] POD 2026-01-17T03:36:53.838509845Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.large_' [must-gather-gb849] POD 2026-01-17T03:36:53.984342956Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.large1gi_' [must-gather-gb849] POD 2026-01-17T03:36:54.164440997Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.xlarge_' [must-gather-gb849] POD 2026-01-17T03:36:54.238654329Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.xlarge1gi_' [must-gather-gb849] POD 2026-01-17T03:36:54.272614952Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.2xlarge_' [must-gather-gb849] POD 2026-01-17T03:36:54.293049168Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.4xlarge_' [must-gather-gb849] POD 2026-01-17T03:36:54.467486190Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.8xlarge_' [must-gather-gb849] POD 2026-01-17T03:36:54.579016189Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.large_' [must-gather-gb849] POD 2026-01-17T03:36:54.677186308Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.medium_' [must-gather-gb849] POD 2026-01-17T03:36:54.714003517Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.xlarge_' [must-gather-gb849] POD 2026-01-17T03:36:54.744815899Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.2xlarge_' [must-gather-gb849] POD 2026-01-17T03:36:54.884973571Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.4xlarge_' [must-gather-gb849] POD 2026-01-17T03:36:55.048139787Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.8xlarge_' [must-gather-gb849] POD 2026-01-17T03:36:55.053720242Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.large_' [must-gather-gb849] POD 2026-01-17T03:36:55.119228078Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.medium_' [must-gather-gb849] POD 2026-01-17T03:36:55.149319571Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.micro_' [must-gather-gb849] POD 2026-01-17T03:36:55.376403027Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.nano_' [must-gather-gb849] POD 2026-01-17T03:36:55.426062088Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.small_' [must-gather-gb849] POD 2026-01-17T03:36:55.523162049Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.xlarge_' [must-gather-gb849] POD 2026-01-17T03:36:55.532911131Z [disk usage checker] Volume usage percentage: current = 17 ; allowed = 70 [must-gather-gb849] POD 2026-01-17T03:36:55.537288990Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.2xlarge_' [must-gather-gb849] POD 2026-01-17T03:36:55.833681020Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.4xlarge_' [must-gather-gb849] POD 2026-01-17T03:36:55.837815405Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.8xlarge_' [must-gather-gb849] POD 2026-01-17T03:36:55.899595838Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.large_' [must-gather-gb849] POD 2026-01-17T03:36:55.916423977Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.medium_' [must-gather-gb849] POD 2026-01-17T03:36:56.024215401Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.micro_' [must-gather-gb849] POD 2026-01-17T03:36:56.273321999Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.small_' [must-gather-gb849] POD 2026-01-17T03:36:56.333702185Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.xlarge_' [must-gather-gb849] POD 2026-01-17T03:36:56.380496770Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.2xlarge_' [must-gather-gb849] POD 2026-01-17T03:36:56.464183078Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.2xmedium_' [must-gather-gb849] POD 2026-01-17T03:36:56.479106183Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.4xlarge_' [must-gather-gb849] POD 2026-01-17T03:36:56.758334276Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.8xlarge_' [must-gather-gb849] POD 2026-01-17T03:36:56.777783638Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.large_' [must-gather-gb849] POD 2026-01-17T03:36:56.795397499Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.medium_' [must-gather-gb849] POD 2026-01-17T03:36:56.902666475Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.micro_' [must-gather-gb849] POD 2026-01-17T03:36:56.924285825Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.nano_' [must-gather-gb849] POD 2026-01-17T03:36:57.268350407Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.small_' [must-gather-gb849] POD 2026-01-17T03:36:57.283849713Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.xlarge_' [must-gather-gb849] POD 2026-01-17T03:36:57.548010524Z sh -c 'read_crs $1' -- virtualmachineclusterpreferences.instancetype.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:36:57.737487787Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'alpine_' [must-gather-gb849] POD 2026-01-17T03:36:57.738160754Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream10_' [must-gather-gb849] POD 2026-01-17T03:36:57.738984889Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream10.desktop_' [must-gather-gb849] POD 2026-01-17T03:36:57.739583791Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream9_' [must-gather-gb849] POD 2026-01-17T03:36:57.741004319Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream9.desktop_' [must-gather-gb849] POD 2026-01-17T03:36:58.072043870Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream9.dpdk_' [must-gather-gb849] POD 2026-01-17T03:36:58.131453753Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'cirros_' [must-gather-gb849] POD 2026-01-17T03:36:58.206275838Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'debian_' [must-gather-gb849] POD 2026-01-17T03:36:58.266154927Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'fedora_' [must-gather-gb849] POD 2026-01-17T03:36:58.342286442Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'fedora.arm64_' [must-gather-gb849] POD 2026-01-17T03:36:58.434088504Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'fedora.s390x_' [must-gather-gb849] POD 2026-01-17T03:36:58.600912990Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'legacy_' [must-gather-gb849] POD 2026-01-17T03:36:58.765033710Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'linux_' [must-gather-gb849] POD 2026-01-17T03:36:58.780400309Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'linux.efi_' [must-gather-gb849] POD 2026-01-17T03:36:58.855118367Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'linux.virtiotransitional_' [must-gather-gb849] POD 2026-01-17T03:36:58.876582529Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'opensuse.leap_' [must-gather-gb849] POD 2026-01-17T03:36:59.124243449Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'opensuse.tumbleweed_' [must-gather-gb849] POD 2026-01-17T03:36:59.197248834Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'oraclelinux_' [must-gather-gb849] POD 2026-01-17T03:36:59.233281441Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.10_' [must-gather-gb849] POD 2026-01-17T03:36:59.246129583Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.10.arm64_' [must-gather-gb849] POD 2026-01-17T03:36:59.308576512Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.10.s390x_' [must-gather-gb849] POD 2026-01-17T03:36:59.561703650Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.7_' [must-gather-gb849] POD 2026-01-17T03:36:59.642252247Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.7.desktop_' [must-gather-gb849] POD 2026-01-17T03:36:59.643499295Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.8_' [must-gather-gb849] POD 2026-01-17T03:36:59.707514329Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.8.desktop_' [must-gather-gb849] POD 2026-01-17T03:36:59.832091030Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.8.dpdk_' [must-gather-gb849] POD 2026-01-17T03:36:59.972088082Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9_' [must-gather-gb849] POD 2026-01-17T03:37:00.102603087Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9.arm64_' [must-gather-gb849] POD 2026-01-17T03:37:00.131227649Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9.desktop_' [must-gather-gb849] POD 2026-01-17T03:37:00.160353829Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9.dpdk_' [must-gather-gb849] POD 2026-01-17T03:37:00.206249085Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9.realtime_' [must-gather-gb849] POD 2026-01-17T03:37:00.503740464Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9.s390x_' [must-gather-gb849] POD 2026-01-17T03:37:00.604143725Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'sles_' [must-gather-gb849] POD 2026-01-17T03:37:00.616417166Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'ubuntu_' [must-gather-gb849] POD 2026-01-17T03:37:00.620453906Z [disk usage checker] Volume usage percentage: current = 17 ; allowed = 70 [must-gather-gb849] POD 2026-01-17T03:37:00.656915226Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.10_' [must-gather-gb849] POD 2026-01-17T03:37:00.665844934Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.10.virtio_' [must-gather-gb849] POD 2026-01-17T03:37:01.008974755Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.11_' [must-gather-gb849] POD 2026-01-17T03:37:01.024460630Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.11.virtio_' [must-gather-gb849] POD 2026-01-17T03:37:01.075470715Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k12_' [must-gather-gb849] POD 2026-01-17T03:37:01.097105146Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k12.virtio_' [must-gather-gb849] POD 2026-01-17T03:37:01.231603248Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k16_' [must-gather-gb849] POD 2026-01-17T03:37:01.386162505Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k16.virtio_' [must-gather-gb849] POD 2026-01-17T03:37:01.502643594Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k19_' [must-gather-gb849] POD 2026-01-17T03:37:01.560903354Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k19.virtio_' [must-gather-gb849] POD 2026-01-17T03:37:01.688250726Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k22_' [must-gather-gb849] POD 2026-01-17T03:37:01.791056218Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k22.virtio_' [must-gather-gb849] POD 2026-01-17T03:37:01.867608255Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k25_' [must-gather-gb849] POD 2026-01-17T03:37:01.957102258Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k25.virtio_' [must-gather-gb849] POD 2026-01-17T03:37:02.009706268Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k3_' [must-gather-gb849] POD 2026-01-17T03:37:02.195044320Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k8_' [must-gather-gb849] POD 2026-01-17T03:37:02.325008861Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k8.virtio_' [must-gather-gb849] POD 2026-01-17T03:37:02.352496031Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.7_' [must-gather-gb849] POD 2026-01-17T03:37:02.385859801Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.7.virtio_' [must-gather-gb849] POD 2026-01-17T03:37:02.671636494Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.xp_' [must-gather-gb849] POD 2026-01-17T03:37:02.919909080Z sh -c 'read_crs $1' -- virtualmachineexports.export.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:37:03.054399968Z sh -c 'read_crs $1' -- virtualmachineinstancemigrations.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:37:03.239131867Z sh -c 'read_crs $1' -- virtualmachineinstancepresets.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:37:03.389106070Z sh -c 'read_crs $1' -- virtualmachineinstancereplicasets.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:37:03.538767736Z sh -c 'read_crs $1' -- virtualmachineinstances.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:37:03.675499556Z sh -c 'read_crs $1' -- virtualmachineinstancetypes.instancetype.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:37:03.835297155Z sh -c 'read_crs $1' -- virtualmachinepools.pool.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:37:03.975015328Z sh -c 'read_crs $1' -- virtualmachinepreferences.instancetype.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:37:04.113066041Z sh -c 'read_crs $1' -- virtualmachinerestores.snapshot.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:37:04.259181043Z sh -c 'read_crs $1' -- virtualmachinesnapshotcontents.snapshot.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:37:04.394403300Z sh -c 'read_crs $1' -- virtualmachinesnapshots.snapshot.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:37:04.538114862Z sh -c 'read_crs $1' -- volumeclonesources.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:37:04.677882748Z sh -c 'read_crs $1' -- volumeimportsources.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:37:04.818327701Z sh -c 'read_crs $1' -- volumesnapshotclasses.snapshot.storage.k8s.io [must-gather-gb849] POD 2026-01-17T03:37:04.982635575Z sh -c 'get_cr $1 $2' -- volumesnapshotclasses.snapshot.storage.k8s.io 'csi-aws-vsc_' [must-gather-gb849] POD 2026-01-17T03:37:04.983864273Z sh -c 'get_cr $1 $2' -- volumesnapshotclasses.snapshot.storage.k8s.io 'ocs-storagecluster-cephfsplugin-snapclass_' [must-gather-gb849] POD 2026-01-17T03:37:04.985163813Z sh -c 'get_cr $1 $2' -- volumesnapshotclasses.snapshot.storage.k8s.io 'ocs-storagecluster-rbdplugin-snapclass_' [must-gather-gb849] POD 2026-01-17T03:37:05.357898000Z sh -c 'read_crs $1' -- volumesnapshotcontents.snapshot.storage.k8s.io [must-gather-gb849] POD 2026-01-17T03:37:05.515158571Z sh -c 'get_cr $1 $2' -- volumesnapshotcontents.snapshot.storage.k8s.io 'snapcontent-050da8bc-9a40-4c0c-ac5f-a88d450b6b57_' [must-gather-gb849] POD 2026-01-17T03:37:05.515748083Z sh -c 'get_cr $1 $2' -- volumesnapshotcontents.snapshot.storage.k8s.io 'snapcontent-1097fd43-f9a8-4f8f-85cc-e5c614503cc3_' [must-gather-gb849] POD 2026-01-17T03:37:05.517351330Z sh -c 'get_cr $1 $2' -- volumesnapshotcontents.snapshot.storage.k8s.io 'snapcontent-1e002271-b146-4d0f-b5dc-7d2114269160_' [must-gather-gb849] POD 2026-01-17T03:37:05.520684642Z sh -c 'get_cr $1 $2' -- volumesnapshotcontents.snapshot.storage.k8s.io 'snapcontent-1e41ff91-e537-4bd2-8b14-419b30c0065f_' [must-gather-gb849] POD 2026-01-17T03:37:05.525181638Z sh -c 'get_cr $1 $2' -- volumesnapshotcontents.snapshot.storage.k8s.io 'snapcontent-65bec383-4c8c-4d2a-a6b1-7c1bdead6da0_' [must-gather-gb849] POD 2026-01-17T03:37:05.660086008Z [disk usage checker] Volume usage percentage: current = 17 ; allowed = 70 [must-gather-gb849] POD 2026-01-17T03:37:05.967392775Z sh -c 'get_cr $1 $2' -- volumesnapshotcontents.snapshot.storage.k8s.io 'snapcontent-6d0ab8af-dc3f-4373-922b-810b61783cfe_' [must-gather-gb849] POD 2026-01-17T03:37:06.187802991Z sh -c 'read_crs $1' -- volumesnapshots.snapshot.storage.k8s.io [must-gather-gb849] POD 2026-01-17T03:37:06.325135054Z sh -c 'get_cr $1 $2' -- volumesnapshots.snapshot.storage.k8s.io centos-stream10-6e384fa0067b_openshift-virtualization-os-images [must-gather-gb849] POD 2026-01-17T03:37:06.325695185Z sh -c 'get_cr $1 $2' -- volumesnapshots.snapshot.storage.k8s.io centos-stream9-016145bc9406_openshift-virtualization-os-images [must-gather-gb849] POD 2026-01-17T03:37:06.327506913Z sh -c 'get_cr $1 $2' -- volumesnapshots.snapshot.storage.k8s.io fedora-68ed96832eca_openshift-virtualization-os-images [must-gather-gb849] POD 2026-01-17T03:37:06.328086145Z sh -c 'get_cr $1 $2' -- volumesnapshots.snapshot.storage.k8s.io rhel10-c03936a065f2_openshift-virtualization-os-images [must-gather-gb849] POD 2026-01-17T03:37:06.329358785Z sh -c 'get_cr $1 $2' -- volumesnapshots.snapshot.storage.k8s.io rhel8-004e24cfacec_openshift-virtualization-os-images [must-gather-gb849] POD 2026-01-17T03:37:06.702519955Z sh -c 'get_cr $1 $2' -- volumesnapshots.snapshot.storage.k8s.io rhel9-ab4ec16077fe_openshift-virtualization-os-images [must-gather-gb849] POD 2026-01-17T03:37:06.965557917Z sh -c 'read_crs $1' -- volumeuploadsources.cdi.kubevirt.io [must-gather-gb849] POD 2026-01-17T03:37:07.108761390Z + exit 0 [must-gather-gb849] POD 2026-01-17T03:37:07.109286749Z running gather_hco [must-gather-gb849] POD 2026-01-17T03:37:07.111642947Z +++ dirname -- /usr/bin/gather_hco [must-gather-gb849] POD 2026-01-17T03:37:07.113400433Z ++ cd -- /usr/bin [must-gather-gb849] POD 2026-01-17T03:37:07.113774704Z ++ pwd [must-gather-gb849] POD 2026-01-17T03:37:07.113774704Z + DIR_NAME=/usr/bin [must-gather-gb849] POD 2026-01-17T03:37:07.113774704Z + source /usr/bin/common.sh [must-gather-gb849] POD 2026-01-17T03:37:07.114450350Z ++++ dirname -- /usr/bin/common.sh [must-gather-gb849] POD 2026-01-17T03:37:07.115959743Z +++ cd -- /usr/bin [must-gather-gb849] POD 2026-01-17T03:37:07.116064698Z +++ pwd [must-gather-gb849] POD 2026-01-17T03:37:07.116276440Z ++ DIR_NAME=/usr/bin [must-gather-gb849] POD 2026-01-17T03:37:07.116360255Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-gb849] POD 2026-01-17T03:37:07.116360255Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-gb849] POD 2026-01-17T03:37:07.116360255Z ++ export PROS=5 [must-gather-gb849] POD 2026-01-17T03:37:07.116360255Z ++ PROS=5 [must-gather-gb849] POD 2026-01-17T03:37:07.116360255Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-gb849] POD 2026-01-17T03:37:07.116360255Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-gb849] POD 2026-01-17T03:37:07.116738825Z + check_command [must-gather-gb849] POD 2026-01-17T03:37:07.116738825Z + [[ -z 1 ]] [must-gather-gb849] POD 2026-01-17T03:37:07.116738825Z + IFS=' [must-gather-gb849] POD 2026-01-17T03:37:07.116738825Z ' [must-gather-gb849] POD 2026-01-17T03:37:07.116738825Z + NAMESPACE_PATH=/must-gather/namespaces [must-gather-gb849] POD 2026-01-17T03:37:07.116738825Z + mkdir -p /must-gather/namespaces/openshift-cnv [must-gather-gb849] POD 2026-01-17T03:37:07.118404346Z + oc get packagemanifest -n openshift-cnv -o yaml [must-gather-gb849] POD 2026-01-17T03:37:10.665940675Z [disk usage checker] Volume usage percentage: current = 17 ; allowed = 70 [must-gather-gb849] POD 2026-01-17T03:37:11.306647243Z ++ oc get subscriptions -n openshift-cnv -o=custom-columns=NAME:.metadata.name --no-headers [must-gather-gb849] POD 2026-01-17T03:37:11.411529636Z + for name in $(oc get subscriptions -n "${INSTALLATION_NAMESPACE}" -o=custom-columns=NAME:.metadata.name --no-headers) [must-gather-gb849] POD 2026-01-17T03:37:11.411529636Z + oc get subscription hco-operatorhub -n openshift-cnv -o yaml [must-gather-gb849] POD 2026-01-17T03:37:11.521735318Z + echo --------------- [must-gather-gb849] POD 2026-01-17T03:37:11.522217345Z ++ oc get installplan -n openshift-cnv -o=custom-columns=NAME:.metadata.name --no-headers [must-gather-gb849] POD 2026-01-17T03:37:11.634104289Z + for name in $(oc get installplan -n "${INSTALLATION_NAMESPACE}" -o=custom-columns=NAME:.metadata.name --no-headers) [must-gather-gb849] POD 2026-01-17T03:37:11.634183694Z + oc get installplan install-f7bhj -n openshift-cnv -o yaml [must-gather-gb849] POD 2026-01-17T03:37:11.752265847Z + echo --------------- [must-gather-gb849] POD 2026-01-17T03:37:11.752740702Z running gather_nodes [must-gather-gb849] POD 2026-01-17T03:37:11.755697044Z +++ dirname -- /usr/bin/gather_nodes [must-gather-gb849] POD 2026-01-17T03:37:11.757328353Z ++ cd -- /usr/bin [must-gather-gb849] POD 2026-01-17T03:37:11.757394576Z ++ pwd [must-gather-gb849] POD 2026-01-17T03:37:11.757624209Z + DIR_NAME=/usr/bin [must-gather-gb849] POD 2026-01-17T03:37:11.757691412Z + source /usr/bin/common.sh [must-gather-gb849] POD 2026-01-17T03:37:11.758441993Z ++++ dirname -- /usr/bin/common.sh [must-gather-gb849] POD 2026-01-17T03:37:11.759908124Z +++ cd -- /usr/bin [must-gather-gb849] POD 2026-01-17T03:37:11.760007949Z +++ pwd [must-gather-gb849] POD 2026-01-17T03:37:11.760288954Z ++ DIR_NAME=/usr/bin [must-gather-gb849] POD 2026-01-17T03:37:11.760288954Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-gb849] POD 2026-01-17T03:37:11.760288954Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-gb849] POD 2026-01-17T03:37:11.760288954Z ++ export PROS=5 [must-gather-gb849] POD 2026-01-17T03:37:11.760288954Z ++ PROS=5 [must-gather-gb849] POD 2026-01-17T03:37:11.760288954Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-gb849] POD 2026-01-17T03:37:11.760288954Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-gb849] POD 2026-01-17T03:37:11.760451143Z + check_command [must-gather-gb849] POD 2026-01-17T03:37:11.760451143Z + [[ -z 1 ]] [must-gather-gb849] POD 2026-01-17T03:37:11.760451143Z + get_log_collection_args [must-gather-gb849] POD 2026-01-17T03:37:11.760451143Z + log_collection_args= [must-gather-gb849] POD 2026-01-17T03:37:11.760451143Z + '[' -n '' ']' [must-gather-gb849] POD 2026-01-17T03:37:11.760479195Z + '[' -n '' ']' [must-gather-gb849] POD 2026-01-17T03:37:11.760479195Z + node_log_collection_args= [must-gather-gb849] POD 2026-01-17T03:37:11.760479195Z + '[' -n '' ']' [must-gather-gb849] POD 2026-01-17T03:37:11.760479195Z + '[' -n '' ']' [must-gather-gb849] POD 2026-01-17T03:37:11.760532838Z + export log_collection_args [must-gather-gb849] POD 2026-01-17T03:37:11.760532838Z + export node_log_collection_args [must-gather-gb849] POD 2026-01-17T03:37:11.760532838Z + MANIFEST_PATH=/etc [must-gather-gb849] POD 2026-01-17T03:37:11.760609822Z + IFS=' [must-gather-gb849] POD 2026-01-17T03:37:11.760609822Z ' [must-gather-gb849] POD 2026-01-17T03:37:11.760682106Z + export NODES_PATH=/must-gather/nodes [must-gather-gb849] POD 2026-01-17T03:37:11.760682106Z + NODES_PATH=/must-gather/nodes [must-gather-gb849] POD 2026-01-17T03:37:11.760682106Z + mkdir -p /must-gather/nodes [must-gather-gb849] POD 2026-01-17T03:37:11.762684415Z + CRD_MANIFEST=/etc/node-gather-crd.yaml [must-gather-gb849] POD 2026-01-17T03:37:11.762684415Z + DAEMONSET_MANIFEST=/etc/node-gather-ds.yaml [must-gather-gb849] POD 2026-01-17T03:37:11.762720827Z + [[ -z '' ]] [must-gather-gb849] POD 2026-01-17T03:37:11.763476988Z ++ cat /var/run/secrets/kubernetes.io/serviceaccount/namespace [must-gather-gb849] POD 2026-01-17T03:37:11.764857654Z + NAMESPACE=openshift-must-gather-h8szk [must-gather-gb849] POD 2026-01-17T03:37:11.765297258Z ++ oc get pod -n openshift-must-gather-h8szk must-gather-gb849 -o 'jsonpath={.spec.containers[0].image}' [must-gather-gb849] POD 2026-01-17T03:37:11.872322267Z + MUST_GATHER_IMAGE=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:cb51501b85b3734f42c933d8a6e20dd4312c426e0c34175ac83c86af789b8878 [must-gather-gb849] POD 2026-01-17T03:37:11.872380270Z + oc apply -f /etc/node-gather-crd.yaml [must-gather-gb849] POD 2026-01-17T03:37:11.967236886Z namespace/node-gather created [must-gather-gb849] POD 2026-01-17T03:37:11.993954043Z serviceaccount/node-gather created [must-gather-gb849] POD 2026-01-17T03:37:11.998624508Z + oc adm policy add-scc-to-user privileged -n node-gather -z node-gather [must-gather-gb849] POD 2026-01-17T03:37:12.123597087Z clusterrole.rbac.authorization.k8s.io/system:openshift:scc:privileged added: "node-gather" [must-gather-gb849] POD 2026-01-17T03:37:12.128314914Z + sed -e s#MUST_GATHER_IMAGE#registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:cb51501b85b3734f42c933d8a6e20dd4312c426e0c34175ac83c86af789b8878# /etc/node-gather-ds.yaml [must-gather-gb849] POD 2026-01-17T03:37:12.128456862Z + oc apply -f - [must-gather-gb849] POD 2026-01-17T03:37:12.249682626Z daemonset.apps/node-gather-daemonset created [must-gather-gb849] POD 2026-01-17T03:37:12.254497409Z + COUNTER=0 [must-gather-gb849] POD 2026-01-17T03:37:12.254539791Z + check_node_gather_pods_ready [must-gather-gb849] POD 2026-01-17T03:37:12.255416559Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-gb849] POD 2026-01-17T03:37:12.435874025Z + line='6 0' [must-gather-gb849] POD 2026-01-17T03:37:12.435874025Z + IFS=' ' [must-gather-gb849] POD 2026-01-17T03:37:12.435874025Z + read -r desired ready [must-gather-gb849] POD 2026-01-17T03:37:12.435980011Z + IFS=' [must-gather-gb849] POD 2026-01-17T03:37:12.435980011Z ' [must-gather-gb849] POD 2026-01-17T03:37:12.435980011Z + [[ 6 != \0 ]] [must-gather-gb849] POD 2026-01-17T03:37:12.435980011Z + [[ 0 == \6 ]] [must-gather-gb849] POD 2026-01-17T03:37:12.435980011Z + return 1 [must-gather-gb849] POD 2026-01-17T03:37:12.436011703Z + '[' 0 -eq 300 ']' [must-gather-gb849] POD 2026-01-17T03:37:12.436037594Z Waiting for node-gather-daemonset to be ready [must-gather-gb849] POD 2026-01-17T03:37:12.436052355Z + [[ 0 == 0 ]] [must-gather-gb849] POD 2026-01-17T03:37:12.436052355Z + echo 'Waiting for node-gather-daemonset to be ready' [must-gather-gb849] POD 2026-01-17T03:37:12.436052355Z + (( COUNTER++ )) [must-gather-gb849] POD 2026-01-17T03:37:12.436052355Z + sleep 1 [must-gather-gb849] POD 2026-01-17T03:37:13.438569724Z + check_node_gather_pods_ready [must-gather-gb849] POD 2026-01-17T03:37:13.439041560Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-gb849] POD 2026-01-17T03:37:13.582852456Z + line='6 0' [must-gather-gb849] POD 2026-01-17T03:37:13.583144242Z + IFS=' ' [must-gather-gb849] POD 2026-01-17T03:37:13.583306001Z + read -r desired ready [must-gather-gb849] POD 2026-01-17T03:37:13.583420527Z + IFS=' [must-gather-gb849] POD 2026-01-17T03:37:13.583458259Z ' [must-gather-gb849] POD 2026-01-17T03:37:13.583497731Z + [[ 6 != \0 ]] [must-gather-gb849] POD 2026-01-17T03:37:13.583534713Z + [[ 0 == \6 ]] [must-gather-gb849] POD 2026-01-17T03:37:13.583623718Z + return 1 [must-gather-gb849] POD 2026-01-17T03:37:13.583706943Z + '[' 1 -eq 300 ']' [must-gather-gb849] POD 2026-01-17T03:37:13.583755545Z + [[ 1 == 0 ]] [must-gather-gb849] POD 2026-01-17T03:37:13.583786717Z + (( COUNTER++ )) [must-gather-gb849] POD 2026-01-17T03:37:13.583822789Z + sleep 1 [must-gather-gb849] POD 2026-01-17T03:37:14.586291445Z + check_node_gather_pods_ready [must-gather-gb849] POD 2026-01-17T03:37:14.586748660Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-gb849] POD 2026-01-17T03:37:14.692190543Z + line='6 0' [must-gather-gb849] POD 2026-01-17T03:37:14.692248086Z + IFS=' ' [must-gather-gb849] POD 2026-01-17T03:37:14.692248086Z + read -r desired ready [must-gather-gb849] POD 2026-01-17T03:37:14.692352132Z + IFS=' [must-gather-gb849] POD 2026-01-17T03:37:14.692352132Z ' [must-gather-gb849] POD 2026-01-17T03:37:14.692352132Z + [[ 6 != \0 ]] [must-gather-gb849] POD 2026-01-17T03:37:14.692352132Z + [[ 0 == \6 ]] [must-gather-gb849] POD 2026-01-17T03:37:14.692435167Z + return 1 [must-gather-gb849] POD 2026-01-17T03:37:14.692435167Z + '[' 2 -eq 300 ']' [must-gather-gb849] POD 2026-01-17T03:37:14.692512901Z + [[ 2 == 0 ]] [must-gather-gb849] POD 2026-01-17T03:37:14.692643688Z + (( COUNTER++ )) [must-gather-gb849] POD 2026-01-17T03:37:14.692702751Z + sleep 1 [must-gather-gb849] POD 2026-01-17T03:37:15.672135070Z [disk usage checker] Volume usage percentage: current = 17 ; allowed = 70 [must-gather-gb849] POD 2026-01-17T03:37:15.695019069Z + check_node_gather_pods_ready [must-gather-gb849] POD 2026-01-17T03:37:15.695561379Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-gb849] POD 2026-01-17T03:37:15.816775232Z + line='6 0' [must-gather-gb849] POD 2026-01-17T03:37:15.816879618Z + IFS=' ' [must-gather-gb849] POD 2026-01-17T03:37:15.817043067Z + read -r desired ready [must-gather-gb849] POD 2026-01-17T03:37:15.817178164Z + IFS=' [must-gather-gb849] POD 2026-01-17T03:37:15.817204436Z ' [must-gather-gb849] POD 2026-01-17T03:37:15.817252418Z + [[ 6 != \0 ]] [must-gather-gb849] POD 2026-01-17T03:37:15.817293360Z + [[ 0 == \6 ]] [must-gather-gb849] POD 2026-01-17T03:37:15.817293360Z + return 1 [must-gather-gb849] POD 2026-01-17T03:37:15.817410907Z + '[' 3 -eq 300 ']' [must-gather-gb849] POD 2026-01-17T03:37:15.817492761Z + [[ 3 == 0 ]] [must-gather-gb849] POD 2026-01-17T03:37:15.817492761Z + (( COUNTER++ )) [must-gather-gb849] POD 2026-01-17T03:37:15.817492761Z + sleep 1 [must-gather-gb849] POD 2026-01-17T03:37:16.820055833Z + check_node_gather_pods_ready [must-gather-gb849] POD 2026-01-17T03:37:16.820499117Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-gb849] POD 2026-01-17T03:37:16.936661615Z + line='6 0' [must-gather-gb849] POD 2026-01-17T03:37:16.936661615Z + IFS=' ' [must-gather-gb849] POD 2026-01-17T03:37:16.936707687Z + read -r desired ready [must-gather-gb849] POD 2026-01-17T03:37:16.936756360Z + IFS=' [must-gather-gb849] POD 2026-01-17T03:37:16.936828404Z ' [must-gather-gb849] POD 2026-01-17T03:37:16.936914218Z + [[ 6 != \0 ]] [must-gather-gb849] POD 2026-01-17T03:37:16.936914218Z + [[ 0 == \6 ]] [must-gather-gb849] POD 2026-01-17T03:37:16.937015784Z + return 1 [must-gather-gb849] POD 2026-01-17T03:37:16.937043656Z + '[' 4 -eq 300 ']' [must-gather-gb849] POD 2026-01-17T03:37:16.937043656Z + [[ 4 == 0 ]] [must-gather-gb849] POD 2026-01-17T03:37:16.937043656Z + (( COUNTER++ )) [must-gather-gb849] POD 2026-01-17T03:37:16.937043656Z + sleep 1 [must-gather-gb849] POD 2026-01-17T03:37:17.939756268Z + check_node_gather_pods_ready [must-gather-gb849] POD 2026-01-17T03:37:17.940392023Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-gb849] POD 2026-01-17T03:37:18.069783678Z + line='6 0' [must-gather-gb849] POD 2026-01-17T03:37:18.069783678Z + IFS=' ' [must-gather-gb849] POD 2026-01-17T03:37:18.069946977Z + read -r desired ready [must-gather-gb849] POD 2026-01-17T03:37:18.069946977Z + IFS=' [must-gather-gb849] POD 2026-01-17T03:37:18.069946977Z ' [must-gather-gb849] POD 2026-01-17T03:37:18.069946977Z + [[ 6 != \0 ]] [must-gather-gb849] POD 2026-01-17T03:37:18.069946977Z + [[ 0 == \6 ]] [must-gather-gb849] POD 2026-01-17T03:37:18.069946977Z + return 1 [must-gather-gb849] POD 2026-01-17T03:37:18.069946977Z + '[' 5 -eq 300 ']' [must-gather-gb849] POD 2026-01-17T03:37:18.069946977Z + [[ 5 == 0 ]] [must-gather-gb849] POD 2026-01-17T03:37:18.069946977Z + (( COUNTER++ )) [must-gather-gb849] POD 2026-01-17T03:37:18.069946977Z + sleep 1 [must-gather-gb849] POD 2026-01-17T03:37:19.072226486Z + check_node_gather_pods_ready [must-gather-gb849] POD 2026-01-17T03:37:19.072775266Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-gb849] POD 2026-01-17T03:37:19.183228277Z + line='6 1' [must-gather-gb849] POD 2026-01-17T03:37:19.183281680Z + IFS=' ' [must-gather-gb849] POD 2026-01-17T03:37:19.183437449Z + read -r desired ready [must-gather-gb849] POD 2026-01-17T03:37:19.183469781Z + IFS=' [must-gather-gb849] POD 2026-01-17T03:37:19.183469781Z ' [must-gather-gb849] POD 2026-01-17T03:37:19.183496902Z + [[ 6 != \0 ]] [must-gather-gb849] POD 2026-01-17T03:37:19.183496902Z + [[ 1 == \6 ]] [must-gather-gb849] POD 2026-01-17T03:37:19.183496902Z + return 1 [must-gather-gb849] POD 2026-01-17T03:37:19.183514093Z + '[' 6 -eq 300 ']' [must-gather-gb849] POD 2026-01-17T03:37:19.183529124Z + [[ 6 == 0 ]] [must-gather-gb849] POD 2026-01-17T03:37:19.183542145Z + (( COUNTER++ )) [must-gather-gb849] POD 2026-01-17T03:37:19.183542145Z + sleep 1 [must-gather-gb849] POD 2026-01-17T03:37:20.186262668Z + check_node_gather_pods_ready [must-gather-gb849] POD 2026-01-17T03:37:20.186873151Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-gb849] POD 2026-01-17T03:37:20.302452732Z + line='6 6' [must-gather-gb849] POD 2026-01-17T03:37:20.302452732Z + IFS=' ' [must-gather-gb849] POD 2026-01-17T03:37:20.302505675Z + read -r desired ready [must-gather-gb849] POD 2026-01-17T03:37:20.302556648Z + IFS=' [must-gather-gb849] POD 2026-01-17T03:37:20.302556648Z ' [must-gather-gb849] POD 2026-01-17T03:37:20.302556648Z + [[ 6 != \0 ]] [must-gather-gb849] POD 2026-01-17T03:37:20.302572829Z + [[ 6 == \6 ]] [must-gather-gb849] POD 2026-01-17T03:37:20.302572829Z + return 0 [must-gather-gb849] POD 2026-01-17T03:37:20.303079686Z ++ oc get pod -o=custom-columns=NODE:.spec.nodeName --no-headers '--field-selector=status.phase!=Running' -n node-gather [must-gather-gb849] POD 2026-01-17T03:37:20.433343129Z + export -f gather_single_pod [must-gather-gb849] POD 2026-01-17T03:37:20.434491222Z ++ oc get pod -o=custom-columns=NODE:.spec.nodeName,NAME:.metadata.name --no-headers --field-selector=status.phase=Running -n node-gather [must-gather-gb849] POD 2026-01-17T03:37:20.434889204Z ++ awk '{print $1 "_" $2}' [must-gather-gb849] POD 2026-01-17T03:37:20.589147087Z + pods='ip-10-0-98-243.us-east-2.compute.internal_node-gather-daemonset-2wk6k [must-gather-gb849] POD 2026-01-17T03:37:20.589147087Z ip-10-0-82-238.us-east-2.compute.internal_node-gather-daemonset-75tlg [must-gather-gb849] POD 2026-01-17T03:37:20.589147087Z ip-10-0-45-153.us-east-2.compute.internal_node-gather-daemonset-clxxt [must-gather-gb849] POD 2026-01-17T03:37:20.589147087Z ip-10-0-57-5.us-east-2.compute.internal_node-gather-daemonset-j5d8b [must-gather-gb849] POD 2026-01-17T03:37:20.589147087Z ip-10-0-35-94.us-east-2.compute.internal_node-gather-daemonset-sp8mp [must-gather-gb849] POD 2026-01-17T03:37:20.589147087Z ip-10-0-3-7.us-east-2.compute.internal_node-gather-daemonset-tmhcn' [must-gather-gb849] POD 2026-01-17T03:37:20.589560929Z + echo 'ip-10-0-98-243.us-east-2.compute.internal_node-gather-daemonset-2wk6k [must-gather-gb849] POD 2026-01-17T03:37:20.589560929Z ip-10-0-82-238.us-east-2.compute.internal_node-gather-daemonset-75tlg [must-gather-gb849] POD 2026-01-17T03:37:20.589560929Z ip-10-0-45-153.us-east-2.compute.internal_node-gather-daemonset-clxxt [must-gather-gb849] POD 2026-01-17T03:37:20.589560929Z ip-10-0-57-5.us-east-2.compute.internal_node-gather-daemonset-j5d8b [must-gather-gb849] POD 2026-01-17T03:37:20.589560929Z ip-10-0-35-94.us-east-2.compute.internal_node-gather-daemonset-sp8mp [must-gather-gb849] POD 2026-01-17T03:37:20.589601762Z ip-10-0-3-7.us-east-2.compute.internal_node-gather-daemonset-tmhcn' [must-gather-gb849] POD 2026-01-17T03:37:20.589683626Z + tr ' ' '\n' [must-gather-gb849] POD 2026-01-17T03:37:20.589892078Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'gather_single_pod $1' -- '{}' [must-gather-gb849] POD 2026-01-17T03:37:20.591731088Z sh -c 'gather_single_pod $1' -- ip-10-0-98-243.us-east-2.compute.internal_node-gather-daemonset-2wk6k [must-gather-gb849] POD 2026-01-17T03:37:20.592324500Z sh -c 'gather_single_pod $1' -- ip-10-0-82-238.us-east-2.compute.internal_node-gather-daemonset-75tlg [must-gather-gb849] POD 2026-01-17T03:37:20.593152176Z sh -c 'gather_single_pod $1' -- ip-10-0-45-153.us-east-2.compute.internal_node-gather-daemonset-clxxt [must-gather-gb849] POD 2026-01-17T03:37:20.593877015Z sh -c 'gather_single_pod $1' -- ip-10-0-57-5.us-east-2.compute.internal_node-gather-daemonset-j5d8b [must-gather-gb849] POD 2026-01-17T03:37:20.594834077Z sh -c 'gather_single_pod $1' -- ip-10-0-35-94.us-east-2.compute.internal_node-gather-daemonset-sp8mp [must-gather-gb849] POD 2026-01-17T03:37:20.607687069Z node-gather-daemonset-2wk6k - Gathering node data for ip-10-0-98-243.us-east-2.compute.internal [must-gather-gb849] POD 2026-01-17T03:37:20.609121398Z node-gather-daemonset-clxxt - Gathering node data for ip-10-0-45-153.us-east-2.compute.internal [must-gather-gb849] POD 2026-01-17T03:37:20.609771723Z node-gather-daemonset-sp8mp - Gathering node data for ip-10-0-35-94.us-east-2.compute.internal [must-gather-gb849] POD 2026-01-17T03:37:20.612079049Z node-gather-daemonset-j5d8b - Gathering node data for ip-10-0-57-5.us-east-2.compute.internal [must-gather-gb849] POD 2026-01-17T03:37:20.614421597Z node-gather-daemonset-75tlg - Gathering node data for ip-10-0-82-238.us-east-2.compute.internal [must-gather-gb849] POD 2026-01-17T03:37:20.772067765Z [disk usage checker] Volume usage percentage: current = 17 ; allowed = 70 [must-gather-gb849] POD 2026-01-17T03:37:25.814519416Z [disk usage checker] Volume usage percentage: current = 17 ; allowed = 70 [must-gather-gb849] POD 2026-01-17T03:37:26.954113753Z tar: Removing leading `/' from member names [must-gather-gb849] POD 2026-01-17T03:37:26.962966536Z sh -c 'gather_single_pod $1' -- ip-10-0-3-7.us-east-2.compute.internal_node-gather-daemonset-tmhcn [must-gather-gb849] POD 2026-01-17T03:37:26.976579480Z node-gather-daemonset-tmhcn - Gathering node data for ip-10-0-3-7.us-east-2.compute.internal [must-gather-gb849] POD 2026-01-17T03:37:27.721506936Z tar: Removing leading `/' from member names [must-gather-gb849] POD 2026-01-17T03:37:27.834304295Z tar: Removing leading `/' from member names [must-gather-gb849] POD 2026-01-17T03:37:28.015296428Z tar: Removing leading `/' from member names [must-gather-gb849] POD 2026-01-17T03:37:28.044711114Z tar: Removing leading `/' from member names [must-gather-gb849] POD 2026-01-17T03:37:30.835489234Z [disk usage checker] Volume usage percentage: current = 17 ; allowed = 70 [must-gather-gb849] POD 2026-01-17T03:37:31.222667325Z tar: Removing leading `/' from member names [must-gather-gb849] POD 2026-01-17T03:37:31.231356480Z ++ oc get nodes --no-headers -o custom-columns=:metadata.name [must-gather-gb849] POD 2026-01-17T03:37:31.369896125Z + nodes='ip-10-0-3-7.us-east-2.compute.internal [must-gather-gb849] POD 2026-01-17T03:37:31.369896125Z ip-10-0-35-94.us-east-2.compute.internal [must-gather-gb849] POD 2026-01-17T03:37:31.369896125Z ip-10-0-45-153.us-east-2.compute.internal [must-gather-gb849] POD 2026-01-17T03:37:31.369896125Z ip-10-0-57-5.us-east-2.compute.internal [must-gather-gb849] POD 2026-01-17T03:37:31.369896125Z ip-10-0-82-238.us-east-2.compute.internal [must-gather-gb849] POD 2026-01-17T03:37:31.369896125Z ip-10-0-98-243.us-east-2.compute.internal' [must-gather-gb849] POD 2026-01-17T03:37:31.370416053Z + echo 'ip-10-0-3-7.us-east-2.compute.internal [must-gather-gb849] POD 2026-01-17T03:37:31.370416053Z ip-10-0-35-94.us-east-2.compute.internal [must-gather-gb849] POD 2026-01-17T03:37:31.370416053Z ip-10-0-45-153.us-east-2.compute.internal [must-gather-gb849] POD 2026-01-17T03:37:31.370416053Z ip-10-0-57-5.us-east-2.compute.internal [must-gather-gb849] POD 2026-01-17T03:37:31.370416053Z ip-10-0-82-238.us-east-2.compute.internal [must-gather-gb849] POD 2026-01-17T03:37:31.370465226Z ip-10-0-98-243.us-east-2.compute.internal' [must-gather-gb849] POD 2026-01-17T03:37:31.370662377Z + tr ' ' '\n' [must-gather-gb849] POD 2026-01-17T03:37:31.370956893Z + 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-gb849] POD 2026-01-17T03:37:31.372445434Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-3-7.us-east-2.compute.internal /must-gather/nodes/ip-10-0-3-7.us-east-2.compute.internal [must-gather-gb849] POD 2026-01-17T03:37:31.373061218Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-35-94.us-east-2.compute.internal /must-gather/nodes/ip-10-0-35-94.us-east-2.compute.internal [must-gather-gb849] POD 2026-01-17T03:37:31.373820629Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-45-153.us-east-2.compute.internal /must-gather/nodes/ip-10-0-45-153.us-east-2.compute.internal [must-gather-gb849] POD 2026-01-17T03:37:31.374415532Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-57-5.us-east-2.compute.internal /must-gather/nodes/ip-10-0-57-5.us-east-2.compute.internal [must-gather-gb849] POD 2026-01-17T03:37:31.376334036Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-82-238.us-east-2.compute.internal /must-gather/nodes/ip-10-0-82-238.us-east-2.compute.internal [must-gather-gb849] POD 2026-01-17T03:37:31.660799289Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-98-243.us-east-2.compute.internal /must-gather/nodes/ip-10-0-98-243.us-east-2.compute.internal [must-gather-gb849] POD 2026-01-17T03:37:31.816498801Z + oc delete -f /etc/node-gather-ds.yaml [must-gather-gb849] POD 2026-01-17T03:37:31.911974745Z daemonset.apps "node-gather-daemonset" deleted [must-gather-gb849] POD 2026-01-17T03:37:31.923220369Z + oc delete -f /etc/node-gather-crd.yaml [must-gather-gb849] POD 2026-01-17T03:37:32.056114015Z namespace "node-gather" deleted [must-gather-gb849] POD 2026-01-17T03:37:32.064403518Z serviceaccount "node-gather" deleted [must-gather-gb849] POD 2026-01-17T03:37:35.841234292Z [disk usage checker] Volume usage percentage: current = 17 ; allowed = 70 [must-gather-gb849] POD 2026-01-17T03:37:38.671478189Z running gather_ns [must-gather-gb849] POD 2026-01-17T03:37:38.674307734Z +++ dirname -- /usr/bin/gather_ns [must-gather-gb849] POD 2026-01-17T03:37:38.675962345Z ++ cd -- /usr/bin [must-gather-gb849] POD 2026-01-17T03:37:38.676296983Z ++ pwd [must-gather-gb849] POD 2026-01-17T03:37:38.676703475Z + DIR_NAME=/usr/bin [must-gather-gb849] POD 2026-01-17T03:37:38.676863264Z + source /usr/bin/common.sh [must-gather-gb849] POD 2026-01-17T03:37:38.677851608Z ++++ dirname -- /usr/bin/common.sh [must-gather-gb849] POD 2026-01-17T03:37:38.679794304Z +++ cd -- /usr/bin [must-gather-gb849] POD 2026-01-17T03:37:38.679986865Z +++ pwd [must-gather-gb849] POD 2026-01-17T03:37:38.680257100Z ++ DIR_NAME=/usr/bin [must-gather-gb849] POD 2026-01-17T03:37:38.680327113Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-gb849] POD 2026-01-17T03:37:38.680366306Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-gb849] POD 2026-01-17T03:37:38.680414308Z ++ export PROS=5 [must-gather-gb849] POD 2026-01-17T03:37:38.680449200Z ++ PROS=5 [must-gather-gb849] POD 2026-01-17T03:37:38.680703324Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-gb849] POD 2026-01-17T03:37:38.680888594Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-gb849] POD 2026-01-17T03:37:38.681381051Z + check_command [must-gather-gb849] POD 2026-01-17T03:37:38.681381051Z + [[ -z 1 ]] [must-gather-gb849] POD 2026-01-17T03:37:38.681381051Z + get_log_collection_args [must-gather-gb849] POD 2026-01-17T03:37:38.681381051Z + log_collection_args= [must-gather-gb849] POD 2026-01-17T03:37:38.681381051Z + '[' -n '' ']' [must-gather-gb849] POD 2026-01-17T03:37:38.681381051Z + '[' -n '' ']' [must-gather-gb849] POD 2026-01-17T03:37:38.681381051Z + node_log_collection_args= [must-gather-gb849] POD 2026-01-17T03:37:38.681381051Z + '[' -n '' ']' [must-gather-gb849] POD 2026-01-17T03:37:38.681381051Z + '[' -n '' ']' [must-gather-gb849] POD 2026-01-17T03:37:38.681381051Z + export log_collection_args [must-gather-gb849] POD 2026-01-17T03:37:38.681381051Z + export node_log_collection_args [must-gather-gb849] POD 2026-01-17T03:37:38.681381051Z + OS_IMAGE_NS=openshift-virtualization-os-images [must-gather-gb849] POD 2026-01-17T03:37:38.681381051Z + namespaces=() [must-gather-gb849] POD 2026-01-17T03:37:38.681381051Z + namespaces+=("${INSTALLATION_NAMESPACE}" openshift-operator-lifecycle-manager openshift-marketplace) [must-gather-gb849] POD 2026-01-17T03:37:38.682091230Z ++ oc get network.config.openshift.io '-o=jsonpath={.items[0].spec.networkType}' [must-gather-gb849] POD 2026-01-17T03:37:38.682703563Z ++ tr '[:upper:]' '[:lower:]' [must-gather-gb849] POD 2026-01-17T03:37:38.825756059Z + NETWORK_TYPE=ovnkubernetes [must-gather-gb849] POD 2026-01-17T03:37:38.825805302Z + [[ ovnkubernetes == \o\v\n\k\u\b\e\r\n\e\t\e\s ]] [must-gather-gb849] POD 2026-01-17T03:37:38.825805302Z + namespaces+=(openshift-ovn-kubernetes) [must-gather-gb849] POD 2026-01-17T03:37:38.825805302Z + namespaces+=("${OS_IMAGE_NS}") [must-gather-gb849] POD 2026-01-17T03:37:38.825805302Z + resources+=(cdi) [must-gather-gb849] POD 2026-01-17T03:37:38.826203233Z + echo openshift-cnv openshift-operator-lifecycle-manager openshift-marketplace openshift-ovn-kubernetes openshift-virtualization-os-images [must-gather-gb849] POD 2026-01-17T03:37:38.826309039Z + tr ' ' '\n' [must-gather-gb849] POD 2026-01-17T03:37:38.826948854Z + 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-gb849] POD 2026-01-17T03:37:38.828214834Z sh -c 'echo inspecting namespace $1 && oc adm inspect ${log_collection_args} --dest-dir "${BASE_COLLECTION_PATH}" namespace $1' -- openshift-cnv [must-gather-gb849] POD 2026-01-17T03:37:38.828772564Z 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-gb849] POD 2026-01-17T03:37:38.829575028Z sh -c 'echo inspecting namespace $1 && oc adm inspect ${log_collection_args} --dest-dir "${BASE_COLLECTION_PATH}" namespace $1' -- openshift-marketplace [must-gather-gb849] POD 2026-01-17T03:37:38.830071405Z inspecting namespace openshift-cnv [must-gather-gb849] POD 2026-01-17T03:37:38.830655597Z sh -c 'echo inspecting namespace $1 && oc adm inspect ${log_collection_args} --dest-dir "${BASE_COLLECTION_PATH}" namespace $1' -- openshift-ovn-kubernetes [must-gather-gb849] POD 2026-01-17T03:37:38.831087411Z inspecting namespace openshift-operator-lifecycle-manager [must-gather-gb849] POD 2026-01-17T03:37:38.832479357Z 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-gb849] POD 2026-01-17T03:37:38.833145663Z inspecting namespace openshift-marketplace [must-gather-gb849] POD 2026-01-17T03:37:38.834802074Z inspecting namespace openshift-ovn-kubernetes [must-gather-gb849] POD 2026-01-17T03:37:38.836609263Z inspecting namespace openshift-virtualization-os-images [must-gather-gb849] POD 2026-01-17T03:37:39.214659674Z Gathering data for ns/openshift-ovn-kubernetes... [must-gather-gb849] POD 2026-01-17T03:37:39.315450257Z Gathering data for ns/openshift-marketplace... [must-gather-gb849] POD 2026-01-17T03:37:39.318837733Z Gathering data for ns/openshift-cnv... [must-gather-gb849] POD 2026-01-17T03:37:39.348139936Z Gathering data for ns/openshift-operator-lifecycle-manager... [must-gather-gb849] POD 2026-01-17T03:37:39.408112406Z Gathering data for ns/openshift-virtualization-os-images... [must-gather-gb849] POD 2026-01-17T03:37:40.884306301Z [disk usage checker] Volume usage percentage: current = 17 ; allowed = 70 [must-gather-gb849] POD 2026-01-17T03:37:40.971677480Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-gb849] POD 2026-01-17T03:37:41.072455193Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-gb849] POD 2026-01-17T03:37:42.367859438Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-gb849] POD 2026-01-17T03:37:42.668864984Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-gb849] POD 2026-01-17T03:37:42.831057957Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-gb849] POD 2026-01-17T03:37:43.511424966Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:37:43.891249184Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-gb849] POD 2026-01-17T03:37:43.999318016Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-gb849] POD 2026-01-17T03:37:44.098123201Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-gb849] POD 2026-01-17T03:37:44.683846952Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:37:44.791420017Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-gb849] POD 2026-01-17T03:37:44.867880540Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-gb849] POD 2026-01-17T03:37:45.294761152Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-gb849] POD 2026-01-17T03:37:45.395837761Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-gb849] POD 2026-01-17T03:37:45.900122898Z [disk usage checker] Volume usage percentage: current = 17 ; allowed = 70 [must-gather-gb849] POD 2026-01-17T03:37:46.123809225Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:37:46.134661218Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-gb849] POD 2026-01-17T03:37:46.142722919Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:37:46.196312701Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-gb849] POD 2026-01-17T03:37:46.914227854Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-gb849] POD 2026-01-17T03:37:47.481951841Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:37:47.489362137Z running gather_resources [must-gather-gb849] POD 2026-01-17T03:37:47.491861783Z +++ dirname -- /usr/bin/gather_resources [must-gather-gb849] POD 2026-01-17T03:37:47.493454710Z ++ cd -- /usr/bin [must-gather-gb849] POD 2026-01-17T03:37:47.493521054Z ++ pwd [must-gather-gb849] POD 2026-01-17T03:37:47.493908045Z + DIR_NAME=/usr/bin [must-gather-gb849] POD 2026-01-17T03:37:47.493908045Z + source /usr/bin/common.sh [must-gather-gb849] POD 2026-01-17T03:37:47.494689848Z ++++ dirname -- /usr/bin/common.sh [must-gather-gb849] POD 2026-01-17T03:37:47.496284195Z +++ cd -- /usr/bin [must-gather-gb849] POD 2026-01-17T03:37:47.496383331Z +++ pwd [must-gather-gb849] POD 2026-01-17T03:37:47.496603433Z ++ DIR_NAME=/usr/bin [must-gather-gb849] POD 2026-01-17T03:37:47.496680607Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-gb849] POD 2026-01-17T03:37:47.496723409Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-gb849] POD 2026-01-17T03:37:47.496769682Z ++ export PROS=5 [must-gather-gb849] POD 2026-01-17T03:37:47.496790303Z ++ PROS=5 [must-gather-gb849] POD 2026-01-17T03:37:47.496803493Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-gb849] POD 2026-01-17T03:37:47.496803493Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-gb849] POD 2026-01-17T03:37:47.496994034Z + check_command [must-gather-gb849] POD 2026-01-17T03:37:47.497056898Z + [[ -z 1 ]] [must-gather-gb849] POD 2026-01-17T03:37:47.497133692Z + get_log_collection_args [must-gather-gb849] POD 2026-01-17T03:37:47.497133692Z + log_collection_args= [must-gather-gb849] POD 2026-01-17T03:37:47.497157823Z + '[' -n '' ']' [must-gather-gb849] POD 2026-01-17T03:37:47.497157823Z + '[' -n '' ']' [must-gather-gb849] POD 2026-01-17T03:37:47.497174294Z + node_log_collection_args= [must-gather-gb849] POD 2026-01-17T03:37:47.497174294Z + '[' -n '' ']' [must-gather-gb849] POD 2026-01-17T03:37:47.497174294Z + '[' -n '' ']' [must-gather-gb849] POD 2026-01-17T03:37:47.497189515Z + export log_collection_args [must-gather-gb849] POD 2026-01-17T03:37:47.497189515Z + export node_log_collection_args [must-gather-gb849] POD 2026-01-17T03:37:47.497203875Z + resources=() [must-gather-gb849] POD 2026-01-17T03:37:47.497216976Z + resources+=(catalogsource) [must-gather-gb849] POD 2026-01-17T03:37:47.497216976Z + resources+=(Network-attachment-definitions) [must-gather-gb849] POD 2026-01-17T03:37:47.497235907Z + resources+=(nodenetworkstates nodenetworkconfigurationenactments nodenetworkconfigurationpolicies) [must-gather-gb849] POD 2026-01-17T03:37:47.497249348Z + resources+=(istag) [must-gather-gb849] POD 2026-01-17T03:37:47.497262699Z + resources+=(nodes) [must-gather-gb849] POD 2026-01-17T03:37:47.497262699Z + resources+=(machines) [must-gather-gb849] POD 2026-01-17T03:37:47.497281680Z + resources+=(storageclasses csidrivers csinodes csistoragecapacities volumeattachments persistentvolumes) [must-gather-gb849] POD 2026-01-17T03:37:47.497294760Z + /usr/bin/version [must-gather-gb849] POD 2026-01-17T03:37:47.610498943Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-gb849] POD 2026-01-17T03:37:47.622073657Z + echo catalogsource Network-attachment-definitions nodenetworkstates nodenetworkconfigurationenactments nodenetworkconfigurationpolicies istag nodes machines storageclasses csidrivers csinodes csistoragecapacities volumeattachments persistentvolumes [must-gather-gb849] POD 2026-01-17T03:37:47.622142950Z + tr ' ' '\n' [must-gather-gb849] POD 2026-01-17T03:37:47.622387294Z + 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-gb849] POD 2026-01-17T03:37:47.624360202Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- catalogsource [must-gather-gb849] POD 2026-01-17T03:37:47.625118883Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- Network-attachment-definitions [must-gather-gb849] POD 2026-01-17T03:37:47.626197802Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- nodenetworkstates [must-gather-gb849] POD 2026-01-17T03:37:47.626435335Z inspecting catalogsource [must-gather-gb849] POD 2026-01-17T03:37:47.627643791Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- nodenetworkconfigurationenactments [must-gather-gb849] POD 2026-01-17T03:37:47.629054808Z inspecting nodenetworkstates [must-gather-gb849] POD 2026-01-17T03:37:47.629577777Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- nodenetworkconfigurationpolicies [must-gather-gb849] POD 2026-01-17T03:37:47.630877308Z inspecting Network-attachment-definitions [must-gather-gb849] POD 2026-01-17T03:37:47.632890278Z inspecting nodenetworkconfigurationenactments [must-gather-gb849] POD 2026-01-17T03:37:47.635439408Z inspecting nodenetworkconfigurationpolicies [must-gather-gb849] POD 2026-01-17T03:37:48.011370633Z error: the server doesn't have a resource type "nodenetworkconfigurationenactments" [must-gather-gb849] POD 2026-01-17T03:37:48.019737980Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- istag [must-gather-gb849] POD 2026-01-17T03:37:48.036533789Z inspecting istag [must-gather-gb849] POD 2026-01-17T03:37:48.174914459Z error: the server doesn't have a resource type "nodenetworkconfigurationpolicies" [must-gather-gb849] POD 2026-01-17T03:37:48.183525240Z error: the server doesn't have a resource type "nodenetworkstates" [must-gather-gb849] POD 2026-01-17T03:37:48.184353416Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- nodes [must-gather-gb849] POD 2026-01-17T03:37:48.186873784Z inspecting nodes [must-gather-gb849] POD 2026-01-17T03:37:48.193282644Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- machines [must-gather-gb849] POD 2026-01-17T03:37:48.200144500Z inspecting machines [must-gather-gb849] POD 2026-01-17T03:37:49.225483810Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:37:49.231594765Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- storageclasses [must-gather-gb849] POD 2026-01-17T03:37:49.341285495Z inspecting storageclasses [must-gather-gb849] POD 2026-01-17T03:37:49.368461962Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:37:49.379830383Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- csidrivers [must-gather-gb849] POD 2026-01-17T03:37:49.384242295Z inspecting csidrivers [must-gather-gb849] POD 2026-01-17T03:37:49.967413127Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:37:49.975134479Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- csinodes [must-gather-gb849] POD 2026-01-17T03:37:49.979173650Z inspecting csinodes [must-gather-gb849] POD 2026-01-17T03:37:49.995025308Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:37:50.021750050Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- csistoragecapacities [must-gather-gb849] POD 2026-01-17T03:37:50.030020092Z inspecting csistoragecapacities [must-gather-gb849] POD 2026-01-17T03:37:50.590309586Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:37:50.604497091Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- volumeattachments [must-gather-gb849] POD 2026-01-17T03:37:50.611473662Z inspecting volumeattachments [must-gather-gb849] POD 2026-01-17T03:37:50.992962567Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:37:51.002003281Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- persistentvolumes [must-gather-gb849] POD 2026-01-17T03:37:51.011590254Z inspecting persistentvolumes [must-gather-gb849] POD 2026-01-17T03:37:51.013844657Z [disk usage checker] Volume usage percentage: current = 17 ; allowed = 70 [must-gather-gb849] POD 2026-01-17T03:37:51.017944151Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:37:51.622658562Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:37:51.722007676Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:37:51.957367444Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:37:52.019105924Z Wrote inspect data to /must-gather. [must-gather-gb849] POD 2026-01-17T03:37:52.025059000Z running gather_ssp [must-gather-gb849] POD 2026-01-17T03:37:52.027492972Z +++ dirname -- /usr/bin/gather_ssp [must-gather-gb849] POD 2026-01-17T03:37:52.029078959Z ++ cd -- /usr/bin [must-gather-gb849] POD 2026-01-17T03:37:52.029138082Z ++ pwd [must-gather-gb849] POD 2026-01-17T03:37:52.029451809Z + DIR_NAME=/usr/bin [must-gather-gb849] POD 2026-01-17T03:37:52.029554005Z + source /usr/bin/common.sh [must-gather-gb849] POD 2026-01-17T03:37:52.030232922Z ++++ dirname -- /usr/bin/common.sh [must-gather-gb849] POD 2026-01-17T03:37:52.031840290Z +++ cd -- /usr/bin [must-gather-gb849] POD 2026-01-17T03:37:52.031877602Z +++ pwd [must-gather-gb849] POD 2026-01-17T03:37:52.032136036Z ++ DIR_NAME=/usr/bin [must-gather-gb849] POD 2026-01-17T03:37:52.032136036Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-gb849] POD 2026-01-17T03:37:52.032173218Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-gb849] POD 2026-01-17T03:37:52.032173218Z ++ export PROS=5 [must-gather-gb849] POD 2026-01-17T03:37:52.032173218Z ++ PROS=5 [must-gather-gb849] POD 2026-01-17T03:37:52.032173218Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-gb849] POD 2026-01-17T03:37:52.032173218Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-gb849] POD 2026-01-17T03:37:52.032327166Z + check_command [must-gather-gb849] POD 2026-01-17T03:37:52.032327166Z + [[ -z 1 ]] [must-gather-gb849] POD 2026-01-17T03:37:52.033146791Z ++ /usr/bin/oc get templates --all-namespaces -l template.kubevirt.io/type=base -o 'jsonpath={range .items[*]}{.metadata.namespace}{"\n"}{end}' [must-gather-gb849] POD 2026-01-17T03:37:52.033238826Z ++ uniq [must-gather-gb849] POD 2026-01-17T03:37:52.237248973Z + namespaces=openshift [must-gather-gb849] POD 2026-01-17T03:37:52.238171153Z + echo openshift [must-gather-gb849] POD 2026-01-17T03:37:52.238171153Z + 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-gb849] POD 2026-01-17T03:37:52.238832990Z + tr ' ' '\n' [must-gather-gb849] POD 2026-01-17T03:37:52.240784276Z 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-gb849] POD 2026-01-17T03:37:52.669412345Z + exit 0 [must-gather-gb849] POD 2026-01-17T03:37:52.669671159Z running gather_virtualmachines [must-gather-gb849] POD 2026-01-17T03:37:52.672387167Z +++ dirname -- /usr/bin/gather_virtualmachines [must-gather-gb849] POD 2026-01-17T03:37:52.674086390Z ++ cd -- /usr/bin [must-gather-gb849] POD 2026-01-17T03:37:52.674168855Z ++ pwd [must-gather-gb849] POD 2026-01-17T03:37:52.674459530Z + DIR_NAME=/usr/bin [must-gather-gb849] POD 2026-01-17T03:37:52.674506713Z + source /usr/bin/common.sh [must-gather-gb849] POD 2026-01-17T03:37:52.675192830Z ++++ dirname -- /usr/bin/common.sh [must-gather-gb849] POD 2026-01-17T03:37:52.676754036Z +++ cd -- /usr/bin [must-gather-gb849] POD 2026-01-17T03:37:52.676815339Z +++ pwd [must-gather-gb849] POD 2026-01-17T03:37:52.677103805Z ++ DIR_NAME=/usr/bin [must-gather-gb849] POD 2026-01-17T03:37:52.677103805Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-gb849] POD 2026-01-17T03:37:52.677103805Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-gb849] POD 2026-01-17T03:37:52.677189879Z ++ export PROS=5 [must-gather-gb849] POD 2026-01-17T03:37:52.677189879Z ++ PROS=5 [must-gather-gb849] POD 2026-01-17T03:37:52.677189879Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-gb849] POD 2026-01-17T03:37:52.677189879Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-gb849] POD 2026-01-17T03:37:52.677272694Z + check_command [must-gather-gb849] POD 2026-01-17T03:37:52.677377459Z + [[ -z 1 ]] [must-gather-gb849] POD 2026-01-17T03:37:52.677377459Z + vmConvertor [must-gather-gb849] POD 2026-01-17T03:37:52.693085117Z No VM found [must-gather-gb849] POD 2026-01-17T03:37:52.694398519Z + exit 0 [must-gather-gb849] POD 2026-01-17T03:37:52.694626891Z running gather_webhooks [must-gather-gb849] POD 2026-01-17T03:37:52.697078435Z +++ dirname -- /usr/bin/gather_webhooks [must-gather-gb849] POD 2026-01-17T03:37:52.698536895Z ++ cd -- /usr/bin [must-gather-gb849] POD 2026-01-17T03:37:52.698708894Z ++ pwd [must-gather-gb849] POD 2026-01-17T03:37:52.698883864Z + DIR_NAME=/usr/bin [must-gather-gb849] POD 2026-01-17T03:37:52.699084524Z + source /usr/bin/common.sh [must-gather-gb849] POD 2026-01-17T03:37:52.699766632Z ++++ dirname -- /usr/bin/common.sh [must-gather-gb849] POD 2026-01-17T03:37:52.701278854Z +++ cd -- /usr/bin [must-gather-gb849] POD 2026-01-17T03:37:52.701356899Z +++ pwd [must-gather-gb849] POD 2026-01-17T03:37:52.701646284Z ++ DIR_NAME=/usr/bin [must-gather-gb849] POD 2026-01-17T03:37:52.701646284Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-gb849] POD 2026-01-17T03:37:52.701646284Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-gb849] POD 2026-01-17T03:37:52.701646284Z ++ export PROS=5 [must-gather-gb849] POD 2026-01-17T03:37:52.701646284Z ++ PROS=5 [must-gather-gb849] POD 2026-01-17T03:37:52.701672186Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-gb849] POD 2026-01-17T03:37:52.701672186Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-gb849] POD 2026-01-17T03:37:52.701810784Z + check_command [must-gather-gb849] POD 2026-01-17T03:37:52.701810784Z + [[ -z 1 ]] [must-gather-gb849] POD 2026-01-17T03:37:52.701982673Z + export -f gather_validating_wh [must-gather-gb849] POD 2026-01-17T03:37:52.701982673Z + export -f gather_mutating_wh [must-gather-gb849] POD 2026-01-17T03:37:52.702339842Z ++ /usr/bin/oc get validatingwebhookconfiguration -o custom-columns=NAME:.metadata.name --no-headers [must-gather-gb849] POD 2026-01-17T03:37:52.838236641Z + validating_wh='admissionwebhook.noobaa.io-sfjfb [must-gather-gb849] POD 2026-01-17T03:37:52.838236641Z alertmanagerconfigs.openshift.io [must-gather-gb849] POD 2026-01-17T03:37:52.838236641Z autoscaling.openshift.io [must-gather-gb849] POD 2026-01-17T03:37:52.838236641Z cdi-api-dataimportcron-validate [must-gather-gb849] POD 2026-01-17T03:37:52.838236641Z cdi-api-datavolume-validate [must-gather-gb849] POD 2026-01-17T03:37:52.838236641Z cdi-api-populator-validate [must-gather-gb849] POD 2026-01-17T03:37:52.838236641Z cdi-api-validate [must-gather-gb849] POD 2026-01-17T03:37:52.838236641Z cluster-baremetal-validating-webhook-configuration [must-gather-gb849] POD 2026-01-17T03:37:52.838236641Z controlplanemachineset.machine.openshift.io [must-gather-gb849] POD 2026-01-17T03:37:52.838236641Z machine-api [must-gather-gb849] POD 2026-01-17T03:37:52.838236641Z monitoringconfigmaps.openshift.io [must-gather-gb849] POD 2026-01-17T03:37:52.838236641Z multus.openshift.io [must-gather-gb849] POD 2026-01-17T03:37:52.838236641Z network-node-identity.openshift.io [must-gather-gb849] POD 2026-01-17T03:37:52.838236641Z objecttransfer-api-validate [must-gather-gb849] POD 2026-01-17T03:37:52.838236641Z performance-addon-operator [must-gather-gb849] POD 2026-01-17T03:37:52.838236641Z prometheusrules.openshift.io [must-gather-gb849] POD 2026-01-17T03:37:52.838236641Z validate-hco.kubevirt.io-sj586 [must-gather-gb849] POD 2026-01-17T03:37:52.838236641Z validate-hostpath-provisioner.kubevirt.io-rv66p [must-gather-gb849] POD 2026-01-17T03:37:52.838236641Z validation.v1beta2.ssp.kubevirt.io-8tlk8 [must-gather-gb849] POD 2026-01-17T03:37:52.838236641Z validation.v1beta3.ssp.kubevirt.io-89zhd [must-gather-gb849] POD 2026-01-17T03:37:52.838236641Z vbackup.cnpg.io-vsxqz [must-gather-gb849] POD 2026-01-17T03:37:52.838236641Z vcluster.cnpg.io-cvdx9 [must-gather-gb849] POD 2026-01-17T03:37:52.838236641Z vdatabase.cnpg.io-w9wx4 [must-gather-gb849] POD 2026-01-17T03:37:52.838236641Z virt-api-validator [must-gather-gb849] POD 2026-01-17T03:37:52.838236641Z virt-operator-validator [must-gather-gb849] POD 2026-01-17T03:37:52.838236641Z virt-template-validator [must-gather-gb849] POD 2026-01-17T03:37:52.838236641Z vpooler.cnpg.io-q4zh6 [must-gather-gb849] POD 2026-01-17T03:37:52.838236641Z vscheduledbackup.cnpg.io-pc269' [must-gather-gb849] POD 2026-01-17T03:37:52.838624402Z + echo 'admissionwebhook.noobaa.io-sfjfb [must-gather-gb849] POD 2026-01-17T03:37:52.838624402Z alertmanagerconfigs.openshift.io [must-gather-gb849] POD 2026-01-17T03:37:52.838624402Z autoscaling.openshift.io [must-gather-gb849] POD 2026-01-17T03:37:52.838624402Z cdi-api-dataimportcron-validate [must-gather-gb849] POD 2026-01-17T03:37:52.838624402Z cdi-api-datavolume-validate [must-gather-gb849] POD 2026-01-17T03:37:52.838624402Z cdi-api-populator-validate [must-gather-gb849] POD 2026-01-17T03:37:52.838624402Z cdi-api-validate [must-gather-gb849] POD 2026-01-17T03:37:52.838624402Z cluster-baremetal-validating-webhook-configuration [must-gather-gb849] POD 2026-01-17T03:37:52.838624402Z controlplanemachineset.machine.openshift.io [must-gather-gb849] POD 2026-01-17T03:37:52.838624402Z machine-api [must-gather-gb849] POD 2026-01-17T03:37:52.838624402Z monitoringconfigmaps.openshift.io [must-gather-gb849] POD 2026-01-17T03:37:52.838624402Z multus.openshift.io [must-gather-gb849] POD 2026-01-17T03:37:52.838624402Z network-node-identity.openshift.io [must-gather-gb849] POD 2026-01-17T03:37:52.838624402Z objecttransfer-api-validate [must-gather-gb849] POD 2026-01-17T03:37:52.838624402Z performance-addon-operator [must-gather-gb849] POD 2026-01-17T03:37:52.838624402Z prometheusrules.openshift.io [must-gather-gb849] POD 2026-01-17T03:37:52.838624402Z validate-hco.kubevirt.io-sj586 [must-gather-gb849] POD 2026-01-17T03:37:52.838624402Z validate-hostpath-provisioner.kubevirt.io-rv66p [must-gather-gb849] POD 2026-01-17T03:37:52.838624402Z validation.v1beta2.ssp.kubevirt.io-8tlk8 [must-gather-gb849] POD 2026-01-17T03:37:52.838624402Z validation.v1beta3.ssp.kubevirt.io-89zhd [must-gather-gb849] POD 2026-01-17T03:37:52.838624402Z vbackup.cnpg.io-vsxqz [must-gather-gb849] POD 2026-01-17T03:37:52.838624402Z vcluster.cnpg.io-cvdx9 [must-gather-gb849] POD 2026-01-17T03:37:52.838624402Z vdatabase.cnpg.io-w9wx4 [must-gather-gb849] POD 2026-01-17T03:37:52.838624402Z virt-api-validator [must-gather-gb849] POD 2026-01-17T03:37:52.838624402Z virt-operator-validator [must-gather-gb849] POD 2026-01-17T03:37:52.838624402Z virt-template-validator [must-gather-gb849] POD 2026-01-17T03:37:52.838624402Z vpooler.cnpg.io-q4zh6 [must-gather-gb849] POD 2026-01-17T03:37:52.838683085Z vscheduledbackup.cnpg.io-pc269' [must-gather-gb849] POD 2026-01-17T03:37:52.838977911Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'gather_validating_wh $1' -- '{}' [must-gather-gb849] POD 2026-01-17T03:37:52.839097768Z + tr ' ' '\n' [must-gather-gb849] POD 2026-01-17T03:37:52.841065695Z sh -c 'gather_validating_wh $1' -- admissionwebhook.noobaa.io-sfjfb [must-gather-gb849] POD 2026-01-17T03:37:52.841698610Z sh -c 'gather_validating_wh $1' -- alertmanagerconfigs.openshift.io [must-gather-gb849] POD 2026-01-17T03:37:52.842229849Z sh -c 'gather_validating_wh $1' -- autoscaling.openshift.io [must-gather-gb849] POD 2026-01-17T03:37:52.842869924Z sh -c 'gather_validating_wh $1' -- cdi-api-dataimportcron-validate [must-gather-gb849] POD 2026-01-17T03:37:52.844014506Z sh -c 'gather_validating_wh $1' -- cdi-api-datavolume-validate [must-gather-gb849] POD 2026-01-17T03:37:53.813581515Z sh -c 'gather_validating_wh $1' -- cdi-api-populator-validate [must-gather-gb849] POD 2026-01-17T03:37:53.832786493Z sh -c 'gather_validating_wh $1' -- cdi-api-validate [must-gather-gb849] POD 2026-01-17T03:37:53.850638198Z sh -c 'gather_validating_wh $1' -- cluster-baremetal-validating-webhook-configuration [must-gather-gb849] POD 2026-01-17T03:37:53.854003922Z sh -c 'gather_validating_wh $1' -- controlplanemachineset.machine.openshift.io [must-gather-gb849] POD 2026-01-17T03:37:53.864127374Z sh -c 'gather_validating_wh $1' -- machine-api [must-gather-gb849] POD 2026-01-17T03:37:54.713873322Z sh -c 'gather_validating_wh $1' -- monitoringconfigmaps.openshift.io [must-gather-gb849] POD 2026-01-17T03:37:54.799176199Z sh -c 'gather_validating_wh $1' -- multus.openshift.io [must-gather-gb849] POD 2026-01-17T03:37:54.806093486Z sh -c 'gather_validating_wh $1' -- network-node-identity.openshift.io [must-gather-gb849] POD 2026-01-17T03:37:54.868252610Z sh -c 'gather_validating_wh $1' -- objecttransfer-api-validate [must-gather-gb849] POD 2026-01-17T03:37:54.876598705Z sh -c 'gather_validating_wh $1' -- performance-addon-operator [must-gather-gb849] POD 2026-01-17T03:37:55.691840270Z sh -c 'gather_validating_wh $1' -- prometheusrules.openshift.io [must-gather-gb849] POD 2026-01-17T03:37:55.777325466Z Error from server (NotFound): namespaces "