+ 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.FIkd -xzvf - oc oc + oc whoami --show-console https://console-openshift-console.apps.ci-op-qsnqr3vi-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 4m20s ocs-storagecluster-ceph-rbd-virtualization openshift-storage.rbd.csi.ceph.com Delete Immediate true 4m20s ocs-storagecluster-cephfs openshift-storage.cephfs.csi.ceph.com Delete Immediate true 4m20s openshift-storage.noobaa.io openshift-storage.noobaa.io/obc Delete Immediate false 44s + 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 4m22s ocs-storagecluster-ceph-rbd-virtualization (default) openshift-storage.rbd.csi.ceph.com Delete Immediate true 4m22s ocs-storagecluster-cephfs openshift-storage.cephfs.csi.ceph.com Delete Immediate true 4m22s openshift-storage.noobaa.io openshift-storage.noobaa.io/obc Delete Immediate false 46s + 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-da2ffd43fa26" deleted datavolume.cdi.kubevirt.io "centos-stream9-86bfc3da3797" 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-0d3314ae-0b99-40db-8ada-23e6a32c7d9c" deleted persistentvolumeclaim "prime-0e4cf201-5f09-4d37-9417-a63d5e3d7395" deleted persistentvolumeclaim "prime-61f18dbf-797e-4051-ac29-0b86f7a8ba06" deleted persistentvolumeclaim "prime-74f479c5-a32a-431f-b5b4-276e0fc91b1d" deleted persistentvolumeclaim "prime-c92f8226-1728-45d9-becc-9d99cf0d3d3d" deleted persistentvolumeclaim "prime-fcbd9531-5e1c-470d-b8e6-66fbc9babd84" 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 rhel10-c03936a065f2 Terminating pvc-10e4a281-7ce0-4486-bcfc-878139072ccc 30Gi RWX ocs-storagecluster-ceph-rbd-virtualization 108s + 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.28 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 562 in process group 1 2026-02-01T14:51:24.739496 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-02-01T14:51:26.215094 pyhelper_utils.shell INFO Running Hide By User command 2026-02-01T14:51:26.214364 utilities.pytest_utils INFO Getting artifactory server information using cluster host url: https://api.ci-op-qsnqr3vi-0bc9c.release-ci.cnv-qe.rhood.us:6443 2026-02-01T14:51:26.214798 utilities.pytest_utils INFO Using user requested `ARTIFACTORY_SERVER` environment variable: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 2026-02-01T14:51:26.596007 utilities.bitwarden INFO Cache info stats for pulling secrets: CacheInfo(hits=0, misses=1, maxsize=None, currsize=0) 2026-02-01T14:51:26.724207 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-02-01T14:51:26.785300 ocp_resources Namespace INFO Create Namespace cnv-tests-run-in-progress-ns 2026-02-01T14:51:26.785509 ocp_resources Namespace INFO Posting {'apiVersion': 'v1', 'kind': 'Namespace', 'metadata': {'name': 'cnv-tests-run-in-progress-ns'}, 'spec': {}} 2026-02-01T14:51:26.804296 ocp_resources Namespace INFO Wait until Namespace cnv-tests-run-in-progress-ns is created 2026-02-01T14:51:26.804656 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait.lambda: self.exists) 2026-02-01T14:51:26.817556 timeout_sampler INFO Elapsed time: 0.00012969970703125 [0:00:00.000130] 2026-02-01T14:51:26.817719 ocp_resources Namespace INFO Wait for Namespace cnv-tests-run-in-progress-ns status to be Active 2026-02-01T14:51:26.817939 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-02-01T14:51:26.824770 ocp_resources Namespace INFO Status of Namespace cnv-tests-run-in-progress-ns is Active 2026-02-01T14:51:26.824945 timeout_sampler INFO Elapsed time: 0.00012993812561035156 [0:00:00.000130] 2026-02-01T14:51:26.825099 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-02-01T14:51:26.825197 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-02-01T14:51:26.836674 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-02-01T14:51:26.846352 ocp_resources ConfigMap INFO Create ConfigMap cnv-tests-run-in-progress 2026-02-01T14:51:26.846564 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-02-01T14:51:28.980542 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 2070 items / 2048 deselected / 22 selected tests/infrastructure/instance_types/supported_os/test_rhel_os.py 2026-02-01 14:51:30,480 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 14:51:30,481 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-02-01 14:51:30,481 INFO sqlalchemy.engine.Engine [raw sql] () 2026-02-01 14:51:30,481 INFO sqlalchemy.engine.Engine PRAGMA temp.table_info("CnvTestTable") 2026-02-01 14:51:30,482 INFO sqlalchemy.engine.Engine [raw sql] () 2026-02-01 14:51:30,482 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-02-01T14:51:30.480644 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01 14:51:30,483 INFO sqlalchemy.engine.Engine [no key 0.00039s] () 2026-02-01T14:51:30.481028 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-02-01T14:51:30.481210 sqlalchemy.engine.Engine INFO [raw sql] () 2026-02-01T14:51:30.481897 sqlalchemy.engine.Engine INFO PRAGMA temp.table_info("CnvTestTable") 2026-02-01T14:51:30.482082 sqlalchemy.engine.Engine INFO [raw sql] () 2026-02-01T14:51:30.482843 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-02-01T14:51:30.483216 sqlalchemy.engine.Engine INFO [no key 0.00039s] () 2026-02-01 14:51:30,722 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01 14:51:30,724 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 14:51:30,726 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01 14:51:30,726 INFO sqlalchemy.engine.Engine [generated in 0.00021s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1769957490) 2026-02-01T14:51:30.722182 sqlalchemy.engine.Engine INFO COMMIT 2026-02-01T14:51:30.722946 sqlalchemy.orm.mapper.Mapper INFO (CnvTestTable|CnvTestTable) _post_configure_properties() started 2026-02-01T14:51:30.723332 sqlalchemy.orm.mapper.Mapper INFO (CnvTestTable|CnvTestTable) initialize prop id 2026-02-01T14:51:30.723892 sqlalchemy.orm.mapper.Mapper INFO (CnvTestTable|CnvTestTable) initialize prop test_name 2026-02-01 14:51:30,727 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01T14:51:30.724172 sqlalchemy.orm.mapper.Mapper INFO (CnvTestTable|CnvTestTable) initialize prop start_time 2026-02-01T14:51:30.724362 sqlalchemy.orm.mapper.Mapper INFO (CnvTestTable|CnvTestTable) _post_configure_properties() complete 2026-02-01T14:51:30.724957 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01T14:51:30.726264 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01T14:51:30.726419 sqlalchemy.engine.Engine INFO [generated in 0.00021s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1769957490) 2026-02-01T14:51:30.727366 sqlalchemy.engine.Engine INFO COMMIT ------------------------ test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] ------------------------ -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-02-01T14:51:30.821631 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-02-01T14:51:30.821163 conftest INFO Executing session fixture: admin_client 2026-02-01T14:51:30.830663 conftest INFO Executing session fixture: pytestconfig 2026-02-01T14:51:30.830881 conftest INFO Executing session fixture: installing_cnv 2026-02-01T14:51:30.831046 conftest INFO Executing session fixture: cnv_tests_utilities_namespace 2026-02-01T14:51:30.859842 ocp_resources Namespace INFO Create Namespace cnv-tests-utilities 2026-02-01T14:51:30.860124 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-02-01T14:51:30.882390 ocp_resources Namespace INFO Wait for Namespace cnv-tests-utilities status to be Active 2026-02-01T14:51:30.882713 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-02-01T14:51:30.896100 ocp_resources Namespace INFO Status of Namespace cnv-tests-utilities is Active 2026-02-01T14:51:30.896411 timeout_sampler INFO Elapsed time: 0.00011301040649414062 [0:00:00.000113] 2026-02-01T14:51:30.896775 conftest INFO Executing session fixture: skip_unprivileged_client 2026-02-01T14:51:30.897738 ocp_resources.resource INFO kind: OAuth api version: config.openshift.io/v1 2026-02-01T14:51:30.896946 conftest INFO Executing session fixture: identity_provider_config 2026-02-01T14:51:30.898057 conftest INFO Executing session fixture: leftovers_cleanup 2026-02-01T14:51:30.898847 ocp_resources.resource INFO kind: DaemonSet api version: apps/v1 2026-02-01T14:51:30.898177 tests.conftest INFO Checking for leftover resources 2026-02-01T14:51:30.921141 ocp_resources.resource INFO ResourceEdits: Updating data for resource OAuth cluster 2026-02-01T14:51:30.921281 ocp_resources OAuth INFO Update OAuth cluster: {'metadata': {'name': 'cluster'}, 'spec': {}} 2026-02-01T14:51:30.946283 conftest INFO Executing session fixture: artifactory_setup 2026-02-01T14:51:30.946497 tests.conftest INFO Checking for artifactory credentials: 2026-02-01T14:51:30.946697 conftest INFO Executing session fixture: os_path_environment 2026-02-01T14:51:30.946847 conftest INFO Executing session fixture: tmpdir_factory 2026-02-01T14:51:30.946963 conftest INFO Executing session fixture: bin_directory 2026-02-01T14:51:30.948549 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-02-01T14:51:30.948130 conftest INFO Executing session fixture: virtctl_binary 2026-02-01T14:51:30.957928 ocp_resources.resource INFO kind: ConsoleCLIDownload api version: console.openshift.io/v1 2026-02-01T14:51:30.987447 utilities.infra INFO Downloading archive using: url=https://hyperconverged-cluster-cli-download-openshift-cnv.apps.ci-op-qsnqr3vi-0bc9c.release-ci.cnv-qe.rhood.us/amd64/linux/virtctl.tar.gz 2026-02-01T14:51:31.123901 utilities.infra INFO Extract the downloaded archive. 2026-02-01T14:51:31.443660 utilities.infra INFO Downloaded file: ['virtctl'] 2026-02-01T14:51:31.450477 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-02-01T14:51:31.450004 conftest INFO Executing session fixture: oc_binary 2026-02-01T14:51:31.458924 ocp_resources.resource INFO kind: ConsoleCLIDownload api version: console.openshift.io/v1 2026-02-01T14:51:31.484286 utilities.infra INFO Downloading archive using: url=https://downloads-openshift-console.apps.ci-op-qsnqr3vi-0bc9c.release-ci.cnv-qe.rhood.us/amd64/linux/oc.tar 2026-02-01T14:51:32.431369 utilities.infra INFO Extract the downloaded archive. 2026-02-01T14:51:32.640525 utilities.infra INFO Downloaded file: ['oc'] 2026-02-01T14:51:32.669769 ocp_resources.resource INFO kind: ClusterVersion api version: config.openshift.io/v1 2026-02-01T14:51:32.668921 conftest INFO Executing session fixture: bin_directory_to_os_path 2026-02-01T14:51:32.669316 tests.conftest INFO Adding /tmp/pytest-6KVdyr87ASUVPWUdSZ9HsX/bin0 to $PATH 2026-02-01T14:51:32.669570 conftest INFO Executing session fixture: openshift_current_version 2026-02-01T14:51:32.680653 conftest INFO Executing session fixture: hco_namespace 2026-02-01T14:51:32.685143 conftest INFO Executing session fixture: csv_scope_session 2026-02-01T14:51:32.714358 ocp_resources.resource INFO kind: Subscription api version: operators.coreos.com/v1alpha1 2026-02-01T14:51:32.724062 ocp_resources.resource INFO kind: ClusterServiceVersion api version: operators.coreos.com/v1alpha1 2026-02-01T14:51:32.757215 conftest INFO Executing session fixture: cnv_current_version 2026-02-01T14:51:32.789879 ocp_resources.resource INFO kind: Subscription api version: operators.coreos.com/v1alpha1 2026-02-01T14:51:32.789509 conftest INFO Executing session fixture: cnv_subscription_scope_session 2026-02-01T14:51:32.797210 conftest INFO Executing session fixture: hco_image 2026-02-01T14:51:32.802102 ocp_resources.resource INFO kind: CatalogSource api version: operators.coreos.com/v1alpha1 2026-02-01T14:51:32.812100 ocp_resources.resource INFO kind: StorageClass api version: storage.k8s.io/v1 2026-02-01T14:51:32.811842 conftest INFO Executing session fixture: cluster_storage_classes 2026-02-01T14:51:32.821441 ocp_resources.resource INFO kind: ClusterServiceVersion api version: operators.coreos.com/v1alpha1 2026-02-01T14:51:32.821092 conftest INFO Executing session fixture: ocs_storage_class 2026-02-01T14:51:32.821286 conftest INFO Executing session fixture: ocs_current_version 2026-02-01T14:51:32.837207 conftest INFO Executing session fixture: kubevirt_resource_scope_session 2026-02-01T14:51:32.857148 ocp_resources.resource INFO kind: KubeVirt api version: kubevirt.io/v1 2026-02-01T14:51:32.867332 ocp_resources.resource INFO kind: Network api version: config.openshift.io/v1 2026-02-01T14:51:32.866708 conftest INFO Executing session fixture: cluster_service_network 2026-02-01T14:51:32.872580 conftest INFO Executing session fixture: ipv6_supported_cluster 2026-02-01T14:51:32.872830 conftest INFO Executing session fixture: ipv4_supported_cluster 2026-02-01T14:51:32.873083 conftest INFO Executing session fixture: nodes 2026-02-01T14:51:32.890563 conftest INFO Executing session fixture: workers 2026-02-01T14:51:32.932655 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-02-01T14:51:32.931724 conftest INFO Executing session fixture: cnv_source 2026-02-01T14:51:32.932034 conftest INFO Executing session fixture: is_production_source 2026-02-01T14:51:32.932207 conftest INFO Executing session fixture: generated_pulled_secret 2026-02-01T14:51:32.966208 conftest INFO Executing session fixture: cnv_tests_utilities_service_account 2026-02-01T14:51:32.979743 ocp_resources ServiceAccount INFO Create ServiceAccount cnv-tests-sa 2026-02-01T14:51:32.979958 ocp_resources ServiceAccount INFO Posting {'apiVersion': 'v1', 'kind': 'ServiceAccount', 'metadata': {'name': 'cnv-tests-sa', 'namespace': 'cnv-tests-utilities'}} 2026-02-01T14:51:33.114907 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/tmpxywpbf7i-cnv-tests-pull-secret/pull-secrets.json'}) 2026-02-01T14:51:33.115417 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/tmpxywpbf7i-cnv-tests-pull-secret/pull-secrets.json command 2026-02-01T14:51:33.114496 conftest INFO Executing session fixture: utility_daemonset 2026-02-01T14:51:34.121859 timeout_sampler INFO Elapsed time: 0.0004172325134277344 [0:00:00.000417] 2026-02-01T14:51:34.144086 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-02-01T14:51:34.151271 ocp_resources DaemonSet INFO Create DaemonSet utility 2026-02-01T14:51:34.151541 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-02-01T14:51:34.207242 ocp_resources DaemonSet INFO Wait for DaemonSet utility to deploy all desired pods 2026-02-01T14:51:34.207735 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-02-01T14:51:49.320562 timeout_sampler INFO Elapsed time: 15.10683536529541 [0:00:15.106835] 2026-02-01T14:51:49.321026 conftest INFO Executing session fixture: workers_utility_pods 2026-02-01T14:51:49.453964 conftest INFO Executing session fixture: workers_type 2026-02-01T14:51:49.470435 ocp_resources Pod INFO Execute ['chroot', '/host', 'bash', '-c', 'systemd-detect-virt'] on utility-dlqgv (ip-10-0-64-70.us-east-2.compute.internal) 2026-02-01T14:51:49.594083 tests.conftest INFO Cluster workers are: physical 2026-02-01T14:51:49.594547 conftest INFO Executing session fixture: nodes_cpu_architecture 2026-02-01T14:51:49.637151 pyhelper_utils.shell INFO Running virtctl --kubeconfig /tmp/kubeconfig-1064297977 version command 2026-02-01T14:51:49.636917 conftest INFO Executing session fixture: cluster_info 2026-02-01T14:51:49.686214 ocp_resources.resource INFO kind: Network api version: config.openshift.io/v1 2026-02-01T14:51:49.691170 tests.conftest INFO Cluster info: Openshift version: 4.20.0-0.nightly-2026-01-30-225120 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-02-01T14:51:49.691495 conftest INFO Executing function fixture: term_handler_scope_function 2026-02-01T14:51:49.691669 conftest INFO Executing class fixture: term_handler_scope_class 2026-02-01T14:51:49.691814 conftest INFO Executing module fixture: term_handler_scope_module 2026-02-01T14:51:49.691930 conftest INFO Executing session fixture: term_handler_scope_session 2026-02-01T14:51:49.692100 conftest INFO Executing session fixture: record_testsuite_property 2026-02-01T14:51:49.692225 conftest INFO Executing session fixture: junitxml_polarion 2026-02-01T14:51:49.696189 conftest INFO Executing session fixture: cluster_storage_classes_names 2026-02-01T14:51:49.696456 conftest INFO Executing session fixture: junitxml_plugin 2026-02-01T14:51:49.696600 conftest INFO Executing session fixture: hyperconverged_resource_scope_session 2026-02-01T14:51:49.713684 ocp_resources.resource INFO kind: HyperConverged api version: hco.kubevirt.io/v1beta1 2026-02-01T14:51:49.722024 conftest INFO Executing session fixture: cluster_sanity_scope_session 2026-02-01T14:51:49.728788 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. 2026-02-01T14:51:49.728573 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2026-02-01T14:51:49.728670 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2026-02-01T14:51:49.728735 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2026-02-01T14:51:49.767905 ocp_utilities.infra INFO Verify all nodes are schedulable. 2026-02-01T14:51:49.804387 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2026-02-01T14:51:50.373394 timeout_sampler INFO Elapsed time: 0.00017523765563964844 [0:00:00.000175] 2026-02-01T14:51:50.373707 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-02-01T14:51:50.373591 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-02-01T14:52:00.415423 timeout_sampler INFO Elapsed time: 10.028321743011475 [0:00:10.028322] 2026-02-01T14:52:00.415794 conftest INFO Executing module fixture: cluster_sanity_scope_module 2026-02-01T14:52:00.424310 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. 2026-02-01T14:52:00.424108 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2026-02-01T14:52:00.424195 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2026-02-01T14:52:00.424258 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2026-02-01T14:52:00.464216 ocp_utilities.infra INFO Verify all nodes are schedulable. 2026-02-01T14:52:00.502103 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2026-02-01T14:52:00.936423 timeout_sampler INFO Elapsed time: 0.00012874603271484375 [0:00:00.000129] 2026-02-01T14:52:00.936734 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-02-01T14:52:00.936606 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-02-01T14:52:10.981832 timeout_sampler INFO Elapsed time: 10.031763076782227 [0:00:10.031763] 2026-02-01T14:52:10.982322 conftest INFO Executing session fixture: ssh_key_tmpdir_scope_session 2026-02-01T14:52:10.983473 conftest INFO Executing session fixture: generated_ssh_key_for_vm_access 2026-02-01T14:52:11.011297 conftest INFO Executing function fixture: autouse_fixtures 2026-02-01T14:52:11.011619 conftest INFO Executing session fixture: unprivileged_secret 2026-02-01T14:52:11.014151 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-02-01T14:52:11.023610 ocp_resources Secret INFO Create Secret htpass-secret-for-cnv-tests 2026-02-01T14:52:11.023795 ocp_resources Secret INFO Posting {'apiVersion': 'v1', 'kind': 'Secret', 'metadata': {'name': 'htpass-secret-for-cnv-tests', 'namespace': 'openshift-config'}, 'data': '*******'} 2026-02-01T14:52:11.051008 ocp_resources.resource INFO ResourceEdit: Backing up old data 2026-02-01T14:52:11.050754 conftest INFO Executing session fixture: identity_provider_with_htpasswd 2026-02-01T14:52:11.057811 ocp_resources.resource INFO ResourceEdits: Updating data for resource OAuth cluster 2026-02-01T14:52:11.058055 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-02-01T14:52:11.072417 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-02-01T14:52:11.084475 ocp_resources.resource INFO kind: Deployment api version: apps/v1 2026-02-01T14:52:11.104557 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: tests.conftest..lambda: dp.instance.status.conditions) 2026-02-01T14:52:11.104398 tests.conftest INFO Wait for oauth-openshift -> Type: Progressing -> Reason: ReplicaSetUpdated 2026-02-01T14:52:18.165501 timeout_sampler INFO Elapsed time: 7.054698705673218 [0:00:07.054699] 2026-02-01T14:52:18.165823 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: tests.conftest..lambda: dp.instance.status.conditions) 2026-02-01T14:52:18.165700 tests.conftest INFO Wait for oauth-openshift -> Type: Progressing -> Reason: NewReplicaSetAvailable 2026-02-01T14:53:12.519704 timeout_sampler INFO Elapsed time: 54.34765934944153 [0:00:54.347659] 2026-02-01T14:53:12.520200 conftest INFO Executing session fixture: kubeconfig_export_path 2026-02-01T14:53:12.520430 conftest INFO Executing session fixture: exported_kubeconfig 2026-02-01T14:53:12.520934 tests.conftest INFO Setting KUBECONFIG dir for this run to point to: /tmp/tmpp1n0ydoi-cnv-tests-kubeconfig 2026-02-01T14:53:12.521049 tests.conftest INFO Copy KUBECONFIG to /tmp/tmpp1n0ydoi-cnv-tests-kubeconfig/kubeconfig 2026-02-01T14:53:12.521520 tests.conftest INFO Set: KUBECONFIG=/tmp/tmpp1n0ydoi-cnv-tests-kubeconfig/kubeconfig 2026-02-01T14:53:12.521722 conftest INFO Executing session fixture: unprivileged_client 2026-02-01T14:53:12.623530 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-qsnqr3vi-0bc9c.release-ci.cnv-qe.rhood.us:6443 -u unprivileged-user -p unprivileged-password', 'shell': True, 'stdout': -1, 'stderr': -1}) 2026-02-01T14:53:12.623313 utilities.infra INFO Trying to login to account 2026-02-01T14:53:12.975315 timeout_sampler INFO Elapsed time: 0.0002307891845703125 [0:00:00.000231] 2026-02-01T14:53:12.983779 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-qsnqr3vi-0bc9c.release-ci.cnv-qe.rhood.us:6443 -u system:admin', 'shell': True, 'stdout': -1, 'stderr': -1}) 2026-02-01T14:53:12.975069 utilities.infra INFO Login - success 2026-02-01T14:53:12.983670 utilities.infra INFO Trying to login to account 2026-02-01T14:53:13.126090 timeout_sampler INFO Elapsed time: 8.7738037109375e-05 [0:00:00.000088] 2026-02-01T14:53:13.126654 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-02-01T14:53:13.125830 utilities.infra INFO Login - success 2026-02-01T14:53:13.139854 conftest INFO Executing session fixture: golden_images_namespace 2026-02-01T14:53:13.147244 conftest INFO Executing session fixture: schedulable_nodes 2026-02-01T14:53:13.270914 conftest INFO Executing session fixture: cluster_node_cpus 2026-02-01T14:53:13.294726 conftest INFO Executing session fixture: cluster_common_modern_node_cpu 2026-02-01T14:53:13.295090 conftest INFO Executing session fixture: host_cpu_model 2026-02-01T14:53:13.316281 ocp_resources.resource INFO kind: ProjectRequest api version: project.openshift.io/v1 2026-02-01T14:53:13.315200 conftest INFO Executing session fixture: modern_cpu_for_migration 2026-02-01T14:53:13.316421 ocp_resources ProjectRequest INFO Create ProjectRequest instance-types-supported-os-test-rhel-os 2026-02-01T14:53:13.316640 ocp_resources ProjectRequest INFO Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'instance-types-supported-os-test-rhel-os'}} 2026-02-01T14:53:13.315349 utilities.infra INFO Host model cpus for all nodes are same {'ip-10-0-110-103.us-east-2.compute.internal': 'Skylake-Server-IBRS', 'ip-10-0-5-129.us-east-2.compute.internal': 'Skylake-Server-IBRS', 'ip-10-0-64-70.us-east-2.compute.internal': 'Skylake-Server-IBRS'}. No common cpus are needed 2026-02-01T14:53:13.315555 conftest INFO Executing module fixture: namespace 2026-02-01T14:53:13.465895 ocp_resources.resource INFO kind: Project api version: project.openshift.io/v1 2026-02-01T14:53:13.466067 ocp_resources Project INFO Wait for Project instance-types-supported-os-test-rhel-os status to be Active 2026-02-01T14:53:13.466214 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-02-01T14:53:13.482212 ocp_resources Project INFO Status of Project instance-types-supported-os-test-rhel-os is Active 2026-02-01T14:53:13.482493 timeout_sampler INFO Elapsed time: 8.058547973632812e-05 [0:00:00.000081] 2026-02-01T14:53:13.489062 ocp_resources Namespace INFO Wait for Namespace instance-types-supported-os-test-rhel-os status to be Active 2026-02-01T14:53:13.489285 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-02-01T14:53:13.494310 ocp_resources Namespace INFO Status of Namespace instance-types-supported-os-test-rhel-os is Active 2026-02-01T14:53:13.494521 timeout_sampler INFO Elapsed time: 8.96453857421875e-05 [0:00:00.000090] 2026-02-01T14:53:13.494631 ocp_resources.resource INFO ResourceEdits: Updating data for resource Namespace instance-types-supported-os-test-rhel-os 2026-02-01T14:53:13.494715 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-02-01T14:53:13.518091 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-02-01T14:53:13.517090 conftest INFO Executing module fixture: instance_type_rhel_os_matrix__module__ 2026-02-01T14:53:13.517366 conftest INFO Executing module fixture: storage_class_matrix__module__ 2026-02-01T14:53:13.517537 conftest INFO Executing module fixture: golden_image_rhel_vm_with_instance_type 2026-02-01T14:53:13.560920 ocp_resources.resource INFO kind: DataSource api version: cdi.kubevirt.io/v1beta1 2026-02-01T14:53:13.566296 ocp_resources.resource INFO kind: VolumeSnapshot api version: snapshot.storage.k8s.io/v1 2026-02-01T14:53:13.571351 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-02-01T14:53:13.584695 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2026-02-01T14:53:13.585084 ocp_resources.resource INFO kind: VirtualMachine api version: kubevirt.io/v1 2026-02-01T14:53:13.586250 ocp_resources.resource INFO Trying to get client via new_client_from_config --------------------------------------------------------- CALL --------------------------------------------------------- 2026-02-01T14:53:13.603283 ocp_resources.resource INFO kind: StorageProfile api version: cdi.kubevirt.io/v1beta1 2026-02-01T14:53:13.665444 ocp_resources VirtualMachine INFO Create VirtualMachine rhel10-vm-with-instance-type-1769957593-5848305 2026-02-01T14:53:13.665714 ocp_resources VirtualMachine INFO Posting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachine', 'metadata': {'name': 'rhel10-vm-with-instance-type-1769957593-5848305', '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-1769957593-571068'}}, {'name': 'cloudinitdisk', 'cloudInitNoCloud': {'userData': '*******'}}]}, 'metadata': {'labels': {'kubevirt.io/vm': 'rhel10-vm-with-instance-type-1769957593-5848305', 'kubevirt.io/domain': 'rhel10-vm-with-instance-type-1769957593-5848305', 'debugLogs': 'true'}}}, 'runStrategy': 'Halted', 'instancetype': {'inferFromVolume': 'dv-disk'}, 'preference': {'inferFromVolume': 'dv-disk'}, 'dataVolumeTemplates': [{'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'name': 'rhel10-1769957593-571068'}, 'spec': {'storage': {'storageClassName': 'ocs-storagecluster-ceph-rbd-virtualization', 'resources': {'requests': {'storage': '30Gi'}}}, 'sourceRef': {'kind': 'DataSource', 'name': 'rhel10', 'namespace': 'openshift-virtualization-os-images'}}}]}} 2026-02-01T14:53:13.745685 ocp_resources VirtualMachine INFO Wait until VirtualMachine rhel10-vm-with-instance-type-1769957593-5848305 is created 2026-02-01T14:53:13.745956 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait.lambda: self.exists) 2026-02-01T14:53:13.751059 timeout_sampler INFO Elapsed time: 0.00011205673217773438 [0:00:00.000112] . TEST: TestVMCreationAndValidation.test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 1 of 22 completed, 1 Pass, 0 Fail, 0 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/infrastructure/instance_types/supported_os/test_rhel_os.py 2026-02-01 14:53:13,781 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 14:53:13,781 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-02-01 14:53:13,781 INFO sqlalchemy.engine.Engine [raw sql] () 2026-02-01 14:53:13,782 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01 14:53:13,782 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 14:53:13,783 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01 14:53:13,783 INFO sqlalchemy.engine.Engine [generated in 0.00017s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1769957593) 2026-02-01T14:53:13.781322 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01T14:53:13.781602 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-02-01T14:53:13.781705 sqlalchemy.engine.Engine INFO [raw sql] () 2026-02-01 14:53:13,784 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01T14:53:13.782213 sqlalchemy.engine.Engine INFO COMMIT 2026-02-01T14:53:13.782724 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01T14:53:13.783294 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01T14:53:13.783401 sqlalchemy.engine.Engine INFO [generated in 0.00017s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1769957593) 2026-02-01T14:53:13.784005 sqlalchemy.engine.Engine INFO COMMIT ------------------------ test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] ------------------------ -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-02-01T14:53:14.165339 conftest INFO Executing function fixture: term_handler_scope_function 2026-02-01T14:53:14.165611 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- 2026-02-01T14:53:15.514944 timeout_sampler INFO Waiting for 5 seconds [0:00:05], retry every 1 seconds. (Function: utilities.virt..lambda: vm.instance.get) 2026-02-01T14:53:15.526731 timeout_sampler INFO Elapsed time: 0.00022149085998535156 [0:00:00.000221] 2026-02-01T14:53:15.533944 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-02-01T14:53:15.533379 utilities.virt INFO VM rhel10-vm-with-instance-type-1769957593-5848305 status before dv check: Provisioning 2026-02-01T14:53:15.533501 utilities.virt INFO Volume(s) in VM spec: ['rhel10-1769957593-571068']  2026-02-01T14:53:15.547762 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2026-02-01T14:53:15.547906 ocp_resources DataVolume INFO Wait DV success for 1800 seconds 2026-02-01T14:53:15.548163 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-02-01T14:53:15.559099 timeout_sampler INFO Elapsed time: 8.749961853027344e-05 [0:00:00.000087] 2026-02-01T14:53:15.559346 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-02-01T14:53:16.567491 timeout_sampler INFO Elapsed time: 1.0035719871520996 [0:00:01.003572] 2026-02-01T14:53:16.568129 ocp_resources PersistentVolumeClaim INFO Wait for PersistentVolumeClaim rhel10-1769957593-571068 status to be Bound 2026-02-01T14:53:16.568363 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-02-01T14:53:16.571670 ocp_resources PersistentVolumeClaim INFO Status of PersistentVolumeClaim rhel10-1769957593-571068 is Bound 2026-02-01T14:53:16.571886 timeout_sampler INFO Elapsed time: 9.393692016601562e-05 [0:00:00.000094] 2026-02-01T14:53:16.572065 timeout_sampler INFO Waiting for 5 seconds [0:00:05], retry every 1 seconds. (Function: utilities.virt..lambda: vm.instance.get) 2026-02-01T14:53:16.581943 timeout_sampler INFO Elapsed time: 9.179115295410156e-05 [0:00:00.000092] 2026-02-01T14:53:16.582715 ocp_resources.resource INFO kind: VirtualMachineInstance api version: kubevirt.io/v1 2026-02-01T14:53:16.582842 ocp_resources VirtualMachineInstance INFO Wait for VirtualMachineInstance rhel10-vm-with-instance-type-1769957593-5848305 status to be Running 2026-02-01T14:53:16.583093 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-02-01T14:53:16.590033 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance rhel10-vm-with-instance-type-1769957593-5848305 is Scheduling 2026-02-01T14:53:21.622352 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance rhel10-vm-with-instance-type-1769957593-5848305 is Scheduled 2026-02-01T14:53:23.636634 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance rhel10-vm-with-instance-type-1769957593-5848305 is Running 2026-02-01T14:53:23.636920 timeout_sampler INFO Elapsed time: 7.045801877975464 [0:00:07.045802] 2026-02-01T14:53:23.637385 ocp_resources VirtualMachineInstance INFO Wait for VirtualMachineInstance/rhel10-vm-with-instance-type-1769957593-5848305's 'AgentConnected' condition to be 'True' 2026-02-01T14:53:23.637259 utilities.virt INFO Wait until guest agent is active on rhel10-vm-with-instance-type-1769957593-5848305 2026-02-01T14:53:23.637788 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-02-01T14:53:23.644682 timeout_sampler INFO Elapsed time: 0.00014162063598632812 [0:00:00.000142] 2026-02-01T14:53:23.644786 timeout_sampler INFO Waiting for 719.992992401123 seconds [0:11:59.992992], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_condition.lambda: self.instance) 2026-02-01T14:53:44.799043 timeout_sampler INFO Elapsed time: 21.14795160293579 [0:00:21.147952] 2026-02-01T14:53:44.799377 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 1 seconds. (Function: utilities.virt..lambda: vmi.instance) 2026-02-01T14:53:44.799234 utilities.virt INFO Wait for rhel10-vm-with-instance-type-1769957593-5848305 network interfaces 2026-02-01T14:53:44.804742 timeout_sampler INFO Elapsed time: 0.00010418891906738281 [0:00:00.000104] 2026-02-01T14:53:44.805230 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-02-01T14:53:44.804880 utilities.virt INFO Wait for rhel10-vm-with-instance-type-1769957593-5848305 SSH connectivity. 2026-02-01T14:53:44.805035 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/rhel10-vm-with-instance-type-1769957593-5848305/instance-types-supported-os-test-rhel-os 22' fedora@rhel10-vm-with-instance-type-1769957593-5848305 2026-02-01T14:53:44.805312 Host INFO [rhel10-vm-with-instance-type-1769957593-5848305] Executing command exit 2026-02-01T14:53:59.847553 paramiko.transport ERROR Exception (client): Error reading SSH protocol banner 2026-02-01T14:53:59.849289 paramiko.transport ERROR Traceback (most recent call last): 2026-02-01T14:53:59.849419 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/transport.py", line 2363, in _check_banner 2026-02-01T14:53:59.849487 paramiko.transport ERROR buf = self.packetizer.readline(timeout) 2026-02-01T14:53:59.849536 paramiko.transport ERROR ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-01T14:53:59.849577 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/packet.py", line 395, in readline 2026-02-01T14:53:59.849617 paramiko.transport ERROR buf += self._read_timeout(timeout) 2026-02-01T14:53:59.849653 paramiko.transport ERROR ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-01T14:53:59.849691 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/packet.py", line 673, in _read_timeout 2026-02-01T14:53:59.849729 paramiko.transport ERROR raise socket.timeout() 2026-02-01T14:53:59.849766 paramiko.transport ERROR TimeoutError 2026-02-01T14:53:59.849803 paramiko.transport ERROR  2026-02-01T14:53:59.849841 paramiko.transport ERROR During handling of the above exception, another exception occurred: 2026-02-01T14:53:59.849878 paramiko.transport ERROR  2026-02-01T14:53:59.849913 paramiko.transport ERROR Traceback (most recent call last): 2026-02-01T14:53:59.849950 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/transport.py", line 2179, in run 2026-02-01T14:53:59.850022 paramiko.transport ERROR self._check_banner() 2026-02-01T14:53:59.850077 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/transport.py", line 2367, in _check_banner 2026-02-01T14:53:59.850118 paramiko.transport ERROR raise SSHException( 2026-02-01T14:53:59.850155 paramiko.transport ERROR paramiko.ssh_exception.SSHException: Error reading SSH protocol banner 2026-02-01T14:53:59.850191 paramiko.transport ERROR  2026-02-01T14:54:04.850789 Host INFO [rhel10-vm-with-instance-type-1769957593-5848305] Executing command exit 2026-02-01T14:54:04.973773 paramiko.transport INFO Connected (version 2.0, client OpenSSH_9.9) 2026-02-01T14:54:05.030159 paramiko.transport INFO Authentication (publickey) successful! 2026-02-01T14:54:05.535352 timeout_sampler INFO Elapsed time: 20.04552412033081 [0:00:20.045524] . TEST: TestVMCreationAndValidation.test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 2 of 22 completed, 2 Pass, 0 Fail, 0 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/infrastructure/instance_types/supported_os/test_rhel_os.py 2026-02-01 14:54:05,539 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 14:54:05,539 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-02-01 14:54:05,539 INFO sqlalchemy.engine.Engine [raw sql] () 2026-02-01T14:54:05.539300 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01 14:54:05,540 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01 14:54:05,540 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 14:54:05,541 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01 14:54:05,541 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#]', 1769957645) 2026-02-01T14:54:05.539528 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-02-01T14:54:05.539708 sqlalchemy.engine.Engine INFO [raw sql] () 2026-02-01T14:54:05.540242 sqlalchemy.engine.Engine INFO COMMIT 2026-02-01T14:54:05.540690 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01T14:54:05.541224 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01 14:54:05,542 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01T14:54:05.541337 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#]', 1769957645) 2026-02-01T14:54:05.542075 sqlalchemy.engine.Engine INFO COMMIT 2026-02-01T14:54:06.969566 timeout_sampler INFO Waiting for 300 seconds [0:05:00], retry every 10 seconds. (Function: utilities.console.connect Args: (,)) 2026-02-01T14:54:06.970079 timeout_sampler INFO Waiting for 300 seconds [0:05:00], retry every 5 seconds. (Function: pexpect.pty_spawn.spawn Kwargs: {'command': 'virtctl console rhel10-vm-with-instance-type-1769957593-5848305 -n instance-types-supported-os-test-rhel-os', 'timeout': 1500, 'encoding': 'utf-8'}) ----------------------- test_vm_console[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] ----------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-02-01T14:54:06.968148 conftest INFO Executing function fixture: term_handler_scope_function 2026-02-01T14:54:06.968563 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- 2026-02-01T14:54:06.969894 utilities.console INFO Connect to rhel10-vm-with-instance-type-1769957593-5848305 console 2026-02-01T14:54:07.483970 timeout_sampler INFO Elapsed time: 0.00012564659118652344 [0:00:00.000126] 2026-02-01T14:54:07.552711 utilities.console INFO rhel10-vm-with-instance-type-1769957593-5848305: Using username fedora 2026-02-01T14:54:07.716552 utilities.console INFO rhel10-vm-with-instance-type-1769957593-5848305: Using password password 2026-02-01T14:54:07.767011 utilities.console INFO rhel10-vm-with-instance-type-1769957593-5848305: waiting for terminal prompt '['\\$']' 2026-02-01T14:54:07.959636 timeout_sampler INFO Elapsed time: 0.0003361701965332031 [0:00:00.000336] 2026-02-01T14:54:07.959368 utilities.console INFO rhel10-vm-with-instance-type-1769957593-5848305: Got prompt ['\\$'] 2026-02-01T14:54:07.960139 utilities.virt INFO Successfully connected to rhel10-vm-with-instance-type-1769957593-5848305 console . TEST: TestVMCreationAndValidation.test_vm_console[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 3 of 22 completed, 3 Pass, 0 Fail, 0 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/infrastructure/instance_types/supported_os/test_rhel_os.py 2026-02-01 14:54:15,309 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 14:54:15,309 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-02-01 14:54:15,309 INFO sqlalchemy.engine.Engine [raw sql] () 2026-02-01 14:54:15,310 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01 14:54:15,311 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 14:54:15,312 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01 14:54:15,312 INFO sqlalchemy.engine.Engine [generated in 0.00020s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_expose_ssh[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1769957655) 2026-02-01T14:54:15.309367 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01T14:54:15.309712 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-02-01T14:54:15.309858 sqlalchemy.engine.Engine INFO [raw sql] () 2026-02-01 14:54:15,312 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01T14:54:15.310558 sqlalchemy.engine.Engine INFO COMMIT 2026-02-01T14:54:15.311317 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01T14:54:15.312087 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01T14:54:15.312208 sqlalchemy.engine.Engine INFO [generated in 0.00020s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_expose_ssh[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1769957655) 2026-02-01T14:54:15.312912 sqlalchemy.engine.Engine INFO COMMIT ----------------------- test_expose_ssh[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] ----------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-02-01T14:54:22.447695 conftest INFO Executing function fixture: term_handler_scope_function 2026-02-01T14:54:22.448275 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- 2026-02-01T14:54:22.449270 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/rhel10-vm-with-instance-type-1769957593-5848305/instance-types-supported-os-test-rhel-os 22' fedora@rhel10-vm-with-instance-type-1769957593-5848305 2026-02-01T14:54:22.450703 RemoteExecutor INFO [fedora@rhel10-vm-with-instance-type-1769957593-5848305//tmp/pytest-6KVdyr87ASUVPWUdSZ9HsX/vm-ssh-key-folder0/vm_ssh_key.key] Check if address is connective via ssh in given timeout 120 2026-02-01T14:54:22.545562 paramiko.transport INFO Connected (version 2.0, client OpenSSH_9.9) 2026-02-01T14:54:22.587006 paramiko.transport INFO Authentication (publickey) successful! . TEST: TestVMCreationAndValidation.test_expose_ssh[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 4 of 22 completed, 4 Pass, 0 Fail, 0 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/infrastructure/instance_types/supported_os/test_rhel_os.py 2026-02-01 14:54:22,981 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 14:54:22,982 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-02-01 14:54:22,982 INFO sqlalchemy.engine.Engine [raw sql] () 2026-02-01T14:54:22.981967 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01T14:54:22.982256 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-02-01 14:54:22,983 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01 14:54:22,983 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 14:54:22,984 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01 14:54:22,984 INFO sqlalchemy.engine.Engine [generated in 0.00018s] ('/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#]', 1769957662) 2026-02-01T14:54:22.982469 sqlalchemy.engine.Engine INFO [raw sql] () 2026-02-01T14:54:22.983082 sqlalchemy.engine.Engine INFO COMMIT 2026-02-01T14:54:22.983589 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01T14:54:22.984200 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01T14:54:22.984313 sqlalchemy.engine.Engine INFO [generated in 0.00018s] ('/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#]', 1769957662) 2026-02-01 14:54:22,984 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01T14:54:22.984971 sqlalchemy.engine.Engine INFO COMMIT ----------------- test_vmi_guest_agent_exists[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] ----------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-02-01T14:54:23.032491 conftest INFO Executing function fixture: term_handler_scope_function 2026-02-01T14:54:23.032767 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- 2026-02-01T14:54:23.033541 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/rhel10-vm-with-instance-type-1769957593-5848305/instance-types-supported-os-test-rhel-os 22' fedora@rhel10-vm-with-instance-type-1769957593-5848305 2026-02-01T14:54:23.118083 paramiko.transport INFO Connected (version 2.0, client OpenSSH_9.9) 2026-02-01T14:54:23.159183 paramiko.transport INFO Authentication (publickey) successful! 2026-02-01T14:54:23.379528 PackageManagerProxy INFO [rhel10-vm-with-instance-type-1769957593-5848305] Using dnf package manager for Host(rhel10-vm-with-instance-type-1769957593-5848305) 2026-02-01T14:54:23.379784 DnfPackageManager INFO [rhel10-vm-with-instance-type-1769957593-5848305] Check if host Host(rhel10-vm-with-instance-type-1769957593-5848305) have qemu-guest-agent package 2026-02-01T14:54:23.379863 DnfPackageManager INFO [rhel10-vm-with-instance-type-1769957593-5848305] Execute command 'dnf -q list installed qemu-guest-agent' on host Host(rhel10-vm-with-instance-type-1769957593-5848305) 2026-02-01T14:54:23.448187 paramiko.transport INFO Connected (version 2.0, client OpenSSH_9.9) 2026-02-01T14:54:23.766895 paramiko.transport INFO Authentication (publickey) successful! . TEST: TestVMCreationAndValidation.test_vmi_guest_agent_exists[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 5 of 22 completed, 5 Pass, 0 Fail, 0 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/infrastructure/instance_types/supported_os/test_rhel_os.py 2026-02-01 14:54:25,781 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 14:54:25,781 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-02-01 14:54:25,781 INFO sqlalchemy.engine.Engine [raw sql] () 2026-02-01T14:54:25.781553 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01T14:54:25.781783 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-02-01 14:54:25,782 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01 14:54:25,783 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01T14:54:25.781898 sqlalchemy.engine.Engine INFO [raw sql] () 2026-02-01 14:54:25,783 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01T14:54:25.782650 sqlalchemy.engine.Engine INFO COMMIT 2026-02-01 14:54:25,784 INFO sqlalchemy.engine.Engine [generated in 0.00035s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_vm_deletion[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1769957665) 2026-02-01T14:54:25.783112 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01T14:54:25.783780 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01 14:54:25,784 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01T14:54:25.784078 sqlalchemy.engine.Engine INFO [generated in 0.00035s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_vm_deletion[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1769957665) 2026-02-01T14:54:25.784668 sqlalchemy.engine.Engine INFO COMMIT 2026-02-01T14:54:25.810760 ocp_resources VirtualMachine INFO Delete VirtualMachine rhel10-vm-with-instance-type-1769957593-5848305 ----------------------- test_vm_deletion[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] ----------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-02-01T14:54:25.809490 conftest INFO Executing function fixture: term_handler_scope_function 2026-02-01T14:54:25.809715 conftest INFO Executing class fixture: term_handler_scope_class 2026-02-01T14:54:25.809923 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- 2026-02-01T14:54:25.826171 ocp_resources VirtualMachine INFO Deleting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachine', 'metadata': {'annotations': {'kubemacpool.io/transaction-timestamp': '2026-02-01T14:53:14.904168632Z', 'kubevirt.io/latest-observed-api-version': 'v1', 'kubevirt.io/storage-observed-api-version': 'v1'}, 'creationTimestamp': '2026-02-01T14:53:13Z', 'finalizers': ['kubevirt.io/virtualMachineControllerFinalize'], 'generation': 2, 'managedFields': [{'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'.': {}, 'f:dataVolumeTemplates': {}, 'f:instancetype': {'.': {}, 'f:inferFromVolume': {}}, 'f:preference': {'.': {}, 'f:inferFromVolume': {}}, '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:volumes': {}}}}}, 'manager': 'OpenAPI-Generator', 'operation': 'Update', 'time': '2026-02-01T14:53:13Z'}, {'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-02-01T14:53:13Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:runStrategy': {}}}, 'manager': 'virt-api', 'operation': 'Update', 'time': '2026-02-01T14:53:14Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:status': {'.': {}, 'f:conditions': {}, 'f:created': {}, 'f:desiredGeneration': {}, 'f:instancetypeRef': {'.': {}, 'f:controllerRevisionRef': {'.': {}, 'f:name': {}}, 'f:kind': {}, 'f:name': {}}, 'f:observedGeneration': {}, 'f:preferenceRef': {'.': {}, 'f:controllerRevisionRef': {'.': {}, 'f:name': {}}, 'f:kind': {}, 'f:name': {}}, 'f:printableStatus': {}, 'f:ready': {}, 'f:runStrategy': {}, 'f:volumeSnapshotStatuses': {}}}, 'manager': 'virt-controller', 'operation': 'Update', 'subresource': 'status', 'time': '2026-02-01T14:53:44Z'}], 'name': 'rhel10-vm-with-instance-type-1769957593-5848305', 'namespace': 'instance-types-supported-os-test-rhel-os', 'resourceVersion': '71006', 'uid': '3a411eec-8602-462f-b629-63317ae04256'}, 'spec': {'dataVolumeTemplates': [{'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'creationTimestamp': None, 'name': 'rhel10-1769957593-571068'}, 'spec': {'sourceRef': {'kind': 'DataSource', 'name': 'rhel10', 'namespace': 'openshift-virtualization-os-images'}, 'storage': {'resources': {'requests': {'storage': '30Gi'}}, 'storageClassName': 'ocs-storagecluster-ceph-rbd-virtualization'}}}], 'instancetype': {'kind': 'virtualmachineclusterinstancetype', 'name': 'u1.medium'}, 'preference': {'kind': 'virtualmachineclusterpreference', 'name': 'rhel.10'}, 'runStrategy': 'Always', 'template': {'metadata': {'creationTimestamp': None, 'labels': {'debugLogs': 'true', 'kubevirt.io/domain': 'rhel10-vm-with-instance-type-1769957593-5848305', 'kubevirt.io/vm': 'rhel10-vm-with-instance-type-1769957593-5848305'}}, 'spec': {'architecture': 'amd64', 'domain': {'devices': {'disks': [{'disk': {'bus': 'virtio'}, 'name': 'dv-disk'}, {'disk': {'bus': 'virtio'}, 'name': 'cloudinitdisk'}], 'rng': {}}, 'firmware': {'serial': '6cb592ac-f54f-4d07-9388-52fefdbbbc4c', 'uuid': 'ebba5936-8e31-4eb1-97a1-27a1d2e9b388'}, 'machine': {'type': 'pc-q35-rhel9.6.0'}, 'resources': {}}, 'volumes': [{'dataVolume': {'name': 'rhel10-1769957593-571068'}, 'name': 'dv-disk'}, {'cloudInitNoCloud': {'userData': '*******'}, 'name': 'cloudinitdisk'}]}}}, 'status': {'conditions': [{'lastProbeTime': None, 'lastTransitionTime': '2026-02-01T14:53:21Z', '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-02-01T14:53:44Z', 'lastTransitionTime': None, 'status': 'True', 'type': 'AgentConnected'}], 'created': True, 'desiredGeneration': 2, 'instancetypeRef': {'controllerRevisionRef': {'name': 'rhel10-vm-with-instance-type-1769957593-5848305-u1.medium-v1beta1-4c25ef7b-2ff1-4a4b-b9db-4c5b50da4de0-1'}, 'kind': 'virtualmachineclusterinstancetype', 'name': 'u1.medium'}, 'observedGeneration': 2, 'preferenceRef': {'controllerRevisionRef': {'name': 'rhel10-vm-with-instance-type-1769957593-5848305-rhel.10-v1beta1-9e9c9e51-3e53-49dd-89f7-1d7ca23b954d-1'}, 'kind': 'virtualmachineclusterpreference', 'name': 'rhel.10'}, 'printableStatus': 'Running', 'ready': True, 'runStrategy': 'Always', 'volumeSnapshotStatuses': [{'enabled': True, 'name': 'dv-disk'}, {'enabled': False, 'name': 'cloudinitdisk', 'reason': 'Snapshot is not supported for this volumeSource type [cloudinitdisk]'}]}} 2026-02-01T14:54:25.870770 ocp_resources VirtualMachine INFO Wait until VirtualMachine rhel10-vm-with-instance-type-1769957593-5848305 is deleted 2026-02-01T14:54:25.871109 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-02-01T14:54:31.913651 timeout_sampler INFO Elapsed time: 6.036938667297363 [0:00:06.036939] .2026-02-01T14:54:31.914755 ocp_resources Namespace INFO Delete Namespace instance-types-supported-os-test-rhel-os TEST: TestVMDeletion.test_vm_deletion[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- 2026-02-01T14:54:31.924349 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'instance-types-supported-os-test-rhel-os', 'uid': 'b51cc7da-8322-41e6-acee-dcc2581ac717', 'resourceVersion': '70465', 'creationTimestamp': '2026-02-01T14:53:13Z', '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-02-01T14:53:13Z', '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-02-01T14:53:13Z', '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-02-01T14:53:13Z', '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-02-01T14:53:13Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2026-02-01T14:54:31.936327 ocp_resources Namespace INFO Wait until Namespace instance-types-supported-os-test-rhel-os is deleted 2026-02-01T14:54:31.936677 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-02-01T14:54:39.988111 timeout_sampler INFO Elapsed time: 8.044523000717163 [0:00:08.044523] _ 6 of 22 completed, 6 Pass, 0 Fail, 0 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/install_upgrade_operators/csv/test_csv.py 2026-02-01 14:54:39,991 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 14:54:39,991 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-02-01 14:54:39,991 INFO sqlalchemy.engine.Engine [raw sql] () 2026-02-01 14:54:39,992 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01 14:54:39,992 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 14:54:39,993 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01 14:54:39,993 INFO sqlalchemy.engine.Engine [generated in 0.00024s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_keywords', 1769957679) 2026-02-01T14:54:39.991386 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01T14:54:39.991611 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-02-01 14:54:39,994 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01T14:54:39.991717 sqlalchemy.engine.Engine INFO [raw sql] () 2026-02-01T14:54:39.992326 sqlalchemy.engine.Engine INFO COMMIT 2026-02-01T14:54:39.992752 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01T14:54:39.993230 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01T14:54:39.993423 sqlalchemy.engine.Engine INFO [generated in 0.00024s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_keywords', 1769957679) 2026-02-01T14:54:39.994001 sqlalchemy.engine.Engine INFO COMMIT -------------------------------------------------- test_csv_keywords -------------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-02-01T14:54:40.307373 conftest INFO Executing function fixture: term_handler_scope_function 2026-02-01T14:54:40.307613 conftest INFO Executing class fixture: term_handler_scope_class 2026-02-01T14:54:40.307756 conftest INFO Executing module fixture: term_handler_scope_module 2026-02-01T14:54:40.307944 conftest INFO Executing module fixture: cluster_sanity_scope_module 2026-02-01T14:54:40.316833 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. 2026-02-01T14:54:40.316590 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2026-02-01T14:54:40.316690 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2026-02-01T14:54:40.316769 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2026-02-01T14:54:40.355066 ocp_utilities.infra INFO Verify all nodes are schedulable. 2026-02-01T14:54:40.391398 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2026-02-01T14:54:40.801149 timeout_sampler INFO Elapsed time: 0.0001761913299560547 [0:00:00.000176] 2026-02-01T14:54:40.801483 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-02-01T14:54:40.801375 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-02-01T14:54:50.844272 timeout_sampler INFO Elapsed time: 10.025474548339844 [0:00:10.025475] 2026-02-01T14:54:50.844678 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- . TEST: test_csv_keywords STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 7 of 22 completed, 7 Pass, 0 Fail, 0 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/install_upgrade_operators/csv/test_csv.py 2026-02-01 14:54:50,878 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 14:54:50,878 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-02-01 14:54:50,878 INFO sqlalchemy.engine.Engine [raw sql] () 2026-02-01T14:54:50.878252 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01 14:54:50,879 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01 14:54:50,879 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 14:54:50,880 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01T14:54:50.878460 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-02-01 14:54:50,880 INFO sqlalchemy.engine.Engine [generated in 0.00039s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_links', 1769957690) 2026-02-01T14:54:50.878553 sqlalchemy.engine.Engine INFO [raw sql] () 2026-02-01T14:54:50.879155 sqlalchemy.engine.Engine INFO COMMIT 2026-02-01T14:54:50.879602 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01T14:54:50.880245 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01 14:54:50,881 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01T14:54:50.880579 sqlalchemy.engine.Engine INFO [generated in 0.00039s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_links', 1769957690) 2026-02-01T14:54:50.881222 sqlalchemy.engine.Engine INFO COMMIT ---------------------------------------------------- test_csv_links ---------------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-02-01T14:54:51.149585 conftest INFO Executing function fixture: term_handler_scope_function 2026-02-01T14:54:51.149848 conftest INFO Executing class fixture: term_handler_scope_class 2026-02-01T14:54:51.150114 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- . TEST: test_csv_links STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 8 of 22 completed, 8 Pass, 0 Fail, 0 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/install_upgrade_operators/csv/test_csv.py 2026-02-01 14:54:51,211 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 14:54:51,211 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-02-01 14:54:51,211 INFO sqlalchemy.engine.Engine [raw sql] () 2026-02-01T14:54:51.211287 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01 14:54:51,212 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01 14:54:51,212 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 14:54:51,213 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01 14:54:51,213 INFO sqlalchemy.engine.Engine [generated in 0.00020s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_icon', 1769957691) 2026-02-01T14:54:51.211484 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-02-01T14:54:51.211578 sqlalchemy.engine.Engine INFO [raw sql] () 2026-02-01 14:54:51,213 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01T14:54:51.212131 sqlalchemy.engine.Engine INFO COMMIT 2026-02-01T14:54:51.212544 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01T14:54:51.213018 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01T14:54:51.213130 sqlalchemy.engine.Engine INFO [generated in 0.00020s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_icon', 1769957691) 2026-02-01T14:54:51.213638 sqlalchemy.engine.Engine INFO COMMIT ---------------------------------------------------- test_csv_icon ---------------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-02-01T14:54:51.232689 conftest INFO Executing function fixture: term_handler_scope_function 2026-02-01T14:54:51.232919 conftest INFO Executing class fixture: term_handler_scope_class 2026-02-01T14:54:51.233261 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- . TEST: test_csv_icon STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 9 of 22 completed, 9 Pass, 0 Fail, 0 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/install_upgrade_operators/csv/test_csv.py 2026-02-01 14:54:51,334 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 14:54:51,334 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-02-01 14:54:51,335 INFO sqlalchemy.engine.Engine [raw sql] () 2026-02-01T14:54:51.334766 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01 14:54:51,335 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01 14:54:51,336 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 14:54:51,336 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01 14:54:51,336 INFO sqlalchemy.engine.Engine [generated in 0.00015s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_properties', 1769957691) 2026-02-01T14:54:51.334965 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-02-01T14:54:51.335083 sqlalchemy.engine.Engine INFO [raw sql] () 2026-02-01T14:54:51.335608 sqlalchemy.engine.Engine INFO COMMIT 2026-02-01T14:54:51.336046 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01T14:54:51.336514 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01 14:54:51,337 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01T14:54:51.336618 sqlalchemy.engine.Engine INFO [generated in 0.00015s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_properties', 1769957691) 2026-02-01T14:54:51.337323 sqlalchemy.engine.Engine INFO COMMIT ------------------------------------------------- test_csv_properties ------------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-02-01T14:54:51.359024 conftest INFO Executing function fixture: term_handler_scope_function 2026-02-01T14:54:51.359241 conftest INFO Executing class fixture: term_handler_scope_class 2026-02-01T14:54:51.359430 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- . TEST: test_csv_properties STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 10 of 22 completed, 10 Pass, 0 Fail, 0 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/storage/cdi_clone/test_clone.py 2026-02-01 14:54:51,467 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 14:54:51,467 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-02-01 14:54:51,467 INFO sqlalchemy.engine.Engine [raw sql] () 2026-02-01T14:54:51.467480 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01T14:54:51.467701 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-02-01T14:54:51.467816 sqlalchemy.engine.Engine INFO [raw sql] () 2026-02-01 14:54:51,468 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01 14:54:51,469 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 14:54:51,469 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01 14:54:51,469 INFO sqlalchemy.engine.Engine [generated in 0.00033s] ('/openshift-virtualization-tests/tests/storage/cdi_clone/test_clone.py::test_clone_from_block_to_fs_using_dv_template', 1769957691) 2026-02-01T14:54:51.468520 sqlalchemy.engine.Engine INFO COMMIT 2026-02-01T14:54:51.469051 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01T14:54:51.469692 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01T14:54:51.469955 sqlalchemy.engine.Engine INFO [generated in 0.00033s] ('/openshift-virtualization-tests/tests/storage/cdi_clone/test_clone.py::test_clone_from_block_to_fs_using_dv_template', 1769957691) 2026-02-01 14:54:51,470 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01T14:54:51.470742 sqlalchemy.engine.Engine INFO COMMIT ------------------------------------ test_clone_from_block_to_fs_using_dv_template ------------------------------------ -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-02-01T14:54:51.494103 conftest INFO Executing function fixture: term_handler_scope_function 2026-02-01T14:54:51.494304 conftest INFO Executing class fixture: term_handler_scope_class 2026-02-01T14:54:51.494441 conftest INFO Executing module fixture: term_handler_scope_module 2026-02-01T14:54:51.494603 conftest INFO Executing module fixture: cluster_sanity_scope_module 2026-02-01T14:54:51.504239 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. 2026-02-01T14:54:51.503869 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2026-02-01T14:54:51.504066 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2026-02-01T14:54:51.504161 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2026-02-01T14:54:51.544267 ocp_utilities.infra INFO Verify all nodes are schedulable. 2026-02-01T14:54:51.581451 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2026-02-01T14:54:52.138241 timeout_sampler INFO Elapsed time: 0.000194549560546875 [0:00:00.000195] 2026-02-01T14:54:52.138596 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-02-01T14:54:52.138454 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-02-01T14:55:02.183594 timeout_sampler INFO Elapsed time: 10.028095960617065 [0:00:10.028096] 2026-02-01T14:55:02.185726 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-02-01T14:55:02.184061 conftest INFO Executing function fixture: autouse_fixtures 2026-02-01T14:55:02.184404 conftest INFO Executing session fixture: available_storage_classes_names 2026-02-01T14:55:02.184567 conftest INFO Executing session fixture: storage_class_with_filesystem_volume_mode 2026-02-01T14:55:02.361367 ocp_resources.resource INFO kind: StorageProfile api version: cdi.kubevirt.io/v1beta1 2026-02-01T14:55:02.381275 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-02-01T14:55:02.380478 utilities.storage INFO Storage class with volume mode 'Filesystem': 'ocs-storagecluster-ceph-rbd-virtualization' 2026-02-01T14:55:02.380827 conftest INFO Executing session fixture: storage_class_with_block_volume_mode 2026-02-01T14:55:02.395253 ocp_resources.resource INFO kind: StorageProfile api version: cdi.kubevirt.io/v1beta1 2026-02-01T14:55:02.414842 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-02-01T14:55:02.413968 utilities.storage INFO Storage class with volume mode 'Block': 'ocs-storagecluster-ceph-rbd-virtualization' 2026-02-01T14:55:02.414376 conftest INFO Executing session fixture: cdi_config 2026-02-01T14:55:02.428858 ocp_resources.resource INFO kind: CDIConfig api version: cdi.kubevirt.io/v1beta1 2026-02-01T14:55:02.444681 ocp_resources.resource INFO kind: ProjectRequest api version: project.openshift.io/v1 2026-02-01T14:55:02.445057 ocp_resources ProjectRequest INFO Create ProjectRequest cdi-clone-test-clone 2026-02-01T14:55:02.444114 conftest INFO Executing module fixture: skip_test_if_no_block_sc 2026-02-01T14:55:02.445310 ocp_resources ProjectRequest INFO Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'cdi-clone-test-clone'}} 2026-02-01T14:55:02.444406 conftest INFO Executing module fixture: namespace 2026-02-01T14:55:02.580603 ocp_resources.resource INFO kind: Project api version: project.openshift.io/v1 2026-02-01T14:55:02.580793 ocp_resources Project INFO Wait for Project cdi-clone-test-clone status to be Active 2026-02-01T14:55:02.581015 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-02-01T14:55:02.592850 ocp_resources Project INFO Status of Project cdi-clone-test-clone is Active 2026-02-01T14:55:02.593123 timeout_sampler INFO Elapsed time: 0.00012612342834472656 [0:00:00.000126] 2026-02-01T14:55:02.598426 ocp_resources Namespace INFO Wait for Namespace cdi-clone-test-clone status to be Active 2026-02-01T14:55:02.598629 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-02-01T14:55:02.603304 ocp_resources Namespace INFO Status of Namespace cdi-clone-test-clone is Active 2026-02-01T14:55:02.603499 timeout_sampler INFO Elapsed time: 8.320808410644531e-05 [0:00:00.000083] 2026-02-01T14:55:02.603611 ocp_resources.resource INFO ResourceEdits: Updating data for resource Namespace cdi-clone-test-clone 2026-02-01T14:55:02.603696 ocp_resources Namespace INFO Update Namespace cdi-clone-test-clone: {'metadata': {'labels': None, 'name': 'cdi-clone-test-clone'}} 2026-02-01T14:55:02.624455 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-02-01T14:55:02.624171 conftest INFO Executing module fixture: cirros_dv_with_block_volume_mode 2026-02-01T14:55:02.624362 utilities.storage INFO Testing connectivity to https://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/artifactory/cnv-qe-server-local/ HTTPS server 2026-02-01T14:55:03.190336 timeout_sampler INFO Elapsed time: 0.00010657310485839844 [0:00:00.000107] 2026-02-01T14:55:03.191763 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-02-01T14:55:03.408409 timeout_sampler INFO Elapsed time: 0.0004639625549316406 [0:00:00.000464] 2026-02-01T14:55:03.409584 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-02-01T14:55:03.446806 ocp_resources Secret INFO Create Secret cnv-tests-artifactory-secret 2026-02-01T14:55:03.447083 ocp_resources Secret INFO Posting {'apiVersion': 'v1', 'kind': 'Secret', 'metadata': {'name': 'cnv-tests-artifactory-secret', 'namespace': 'cdi-clone-test-clone'}, 'data': '*******'} 2026-02-01T14:55:03.562637 ocp_resources ConfigMap INFO Create ConfigMap artifactory-configmap 2026-02-01T14:55:03.562882 ocp_resources ConfigMap INFO Posting {'apiVersion': 'v1', 'kind': 'ConfigMap', 'metadata': {'name': 'artifactory-configmap', 'namespace': 'cdi-clone-test-clone'}, 'data': '*******'} 2026-02-01T14:55:03.590073 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-02-01T14:55:03.590285 ocp_resources DataVolume INFO Create DataVolume dv-cirros-block 2026-02-01T14:55:03.590453 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-02-01T14:55:03.626349 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-02-01T14:55:03.656283 ocp_resources DataVolume INFO Wait DV success for 600 seconds 2026-02-01T14:55:03.656585 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-02-01T14:55:13.668281 timeout_sampler INFO Elapsed time: 10.006460666656494 [0:00:10.006461] 2026-02-01T14:55:13.668515 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-02-01T15:05:14.282268 ocp_resources DataVolume ERROR Status of DataVolume 'dv-cirros-block' in namespace 'cdi-clone-test-clone': {'claimName': 'dv-cirros-block', 'conditions': [{'lastHeartbeatTime': '2026-02-01T14:55:03Z', 'lastTransitionTime': '2026-02-01T14:55:03Z', 'message': 'PVC dv-cirros-block Pending', 'reason': 'Pending', 'status': 'False', 'type': 'Bound'}, {'lastHeartbeatTime': '2026-02-01T15:00:56Z', 'lastTransitionTime': '2026-02-01T14:55:03Z', 'status': 'False', 'type': 'Ready'}, {'lastHeartbeatTime': '2026-02-01T15:00:56Z', 'lastTransitionTime': '2026-02-01T15:00:56Z', 'message': 'Unable to connect to http data source: HTTP request errored: Get ' '"https://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/artifactory/cnv-qe-server-local/cnv-tests/cirros-images/cirros-0.4.0-x86_64-disk.qcow2": ' 'tls: failed to verify certificate: x509: certificate is valid for ' 'test.artifactory.cnv-qe.rhood.us, not ' 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX', 'reason': 'Error', 'status': 'False', 'type': 'Running'}], 'phase': 'ImportInProgress', 'progress': 'N/A', 'restartCount': 6} 2026-02-01T15:05:14.287051 ocp_resources DataVolume INFO Delete DataVolume dv-cirros-block 2026-02-01T15:05:14.297914 ocp_resources DataVolume INFO Deleting {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'annotations': {'cdi.kubevirt.io/storage.usePopulator': 'true'}, 'creationTimestamp': '2026-02-01T14:55:03Z', '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-02-01T14:55:03Z'}, {'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-02-01T14:55:03Z'}, {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:status': {'.': {}, 'f:claimName': {}, 'f:conditions': {}, 'f:phase': {}, 'f:progress': {}, 'f:restartCount': {}}}, 'manager': 'virt-cdi-controller', 'operation': 'Update', 'subresource': 'status', 'time': '2026-02-01T15:00:56Z'}], 'name': 'dv-cirros-block', 'namespace': 'cdi-clone-test-clone', 'resourceVersion': '77725', 'uid': '6522aa9d-daea-495f-8dff-71b18e690101'}, '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-02-01T14:55:03Z', 'lastTransitionTime': '2026-02-01T14:55:03Z', 'message': 'PVC dv-cirros-block Pending', 'reason': 'Pending', 'status': 'False', 'type': 'Bound'}, {'lastHeartbeatTime': '2026-02-01T15:00:56Z', 'lastTransitionTime': '2026-02-01T14:55:03Z', 'status': 'False', 'type': 'Ready'}, {'lastHeartbeatTime': '2026-02-01T15:00:56Z', 'lastTransitionTime': '2026-02-01T15:00:56Z', 'message': 'Unable to connect to http data source: HTTP request errored: Get "https://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/artifactory/cnv-qe-server-local/cnv-tests/cirros-images/cirros-0.4.0-x86_64-disk.qcow2": tls: failed to verify certificate: x509: certificate is valid for test.artifactory.cnv-qe.rhood.us, not XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX', 'reason': 'Error', 'status': 'False', 'type': 'Running'}], 'phase': 'ImportInProgress', 'progress': 'N/A', 'restartCount': 6}} 2026-02-01T15:05:14.308943 ocp_resources DataVolume INFO Wait until DataVolume dv-cirros-block is deleted 2026-02-01T15:05:14.309255 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-02-01T15:05:14.313555 timeout_sampler INFO Elapsed time: 0.00012040138244628906 [0:00:00.000120] 2026-02-01T15:05:14.313728 ocp_resources PersistentVolumeClaim INFO Wait until PersistentVolumeClaim dv-cirros-block is deleted 2026-02-01T15:05:14.313896 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-02-01T15:05:15.325685 timeout_sampler INFO Elapsed time: 1.006152868270874 [0:00:01.006153] E TEST: test_clone_from_block_to_fs_using_dv_template [setup] STATUS: ERROR _______ ERROR at setup of test_clone_from_block_to_fs_using_dv_template ________ 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 895, in pytest_runtest_setup 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 164, in pytest_runtest_setup item.session._setupstate.setup(item) File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/runner.py", line 514, in setup col.setup() File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/python.py", line 1674, in setup self._request._fillfixtures() File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/fixtures.py", line 720, in _fillfixtures item.funcargs[argname] = self.getfixturevalue(argname) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/fixtures.py", line 549, in getfixturevalue fixturedef = self._get_active_fixturedef(argname) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/fixtures.py", line 640, in _get_active_fixturedef fixturedef.execute(request=subrequest) File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/fixtures.py", line 1128, in execute result = ihook.pytest_fixture_setup(fixturedef=self, request=request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/pluggy/_callers.py", line 53, in run_old_style_hookwrapper return result.get_result() ^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/pluggy/_result.py", line 103, in get_result raise exc.with_traceback(tb) File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/pluggy/_callers.py", line 38, in run_old_style_hookwrapper res = 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/setuponly.py", line 36, in pytest_fixture_setup 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/fixtures.py", line 1196, in pytest_fixture_setup result = call_fixture_func(fixturefunc, request, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/fixtures.py", line 923, in call_fixture_func fixture_result = next(generator) ^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/tests/storage/cdi_clone/conftest.py", line 28, in cirros_dv_with_block_volume_mode yield from create_cirros_dv( File "/openshift-virtualization-tests/tests/storage/utils.py", line 399, in create_cirros_dv dv.wait_for_dv_success() File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/ocp_resources/datavolume.py", line 341, in wait_for_dv_success for sample in TimeoutSampler( ^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/timeout_sampler/__init__.py", line 179, in __iter__ raise TimeoutExpiredError(self._get_exception_log(exp=last_exp), last_exp=last_exp) timeout_sampler.TimeoutExpiredError: Timed Out: 600 Function: ocp_resources.datavolume.wait_for_dv_success.lambda: self.exists Last exception: N/A. 2026-02-01 15:05:15,331 INFO sqlalchemy.engine.Engine BEGIN (implicit) 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 895, in pytest_runtest_setup 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 164, in pytest_runtest_setup item.session._setupstate.setup(item) File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/runner.py", line 514, in setup col.setup() File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/python.py", line 1674, in setup self._request._fillfixtures() File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/fixtures.py", line 720, in _fillfixtures item.funcargs[argname] = self.getfixturevalue(argname) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/fixtures.py", line 549, in getfixturevalue fixturedef = self._get_active_fixturedef(argname) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/fixtures.py", line 640, in _get_active_fixturedef fixturedef.execute(request=subrequest) File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/fixtures.py", line 1128, in execute result = ihook.pytest_fixture_setup(fixturedef=self, request=request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/pluggy/_callers.py", line 53, in run_old_style_hookwrapper return result.get_result() ^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/pluggy/_result.py", line 103, in get_result raise exc.with_traceback(tb) File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/pluggy/_callers.py", line 38, in run_old_style_hookwrapper res = 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/setuponly.py", line 36, in pytest_fixture_setup 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/fixtures.py", line 1196, in pytest_fixture_setup result = call_fixture_func(fixturefunc, request, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/fixtures.py", line 923, in call_fixture_func fixture_result = next(generator) ^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/tests/storage/cdi_clone/conftest.py", line 28, in cirros_dv_with_block_volume_mode yield from create_cirros_dv( File "/openshift-virtualization-tests/tests/storage/utils.py", line 399, in create_cirros_dv dv.wait_for_dv_success() File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/ocp_resources/datavolume.py", line 341, in wait_for_dv_success for sample in TimeoutSampler( ^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/timeout_sampler/__init__.py", line 179, in __iter__ raise TimeoutExpiredError(self._get_exception_log(exp=last_exp), last_exp=last_exp) timeout_sampler.TimeoutExpiredError: Timed Out: 600 Function: ocp_resources.datavolume.wait_for_dv_success.lambda: self.exists Last exception: N/A. 2026-02-01 15:05:15,331 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-02-01T15:05:15.330289 conftest INFO Must-gather collection is enabled for /openshift-virtualization-tests/tests/storage/cdi_clone/test_clone.py::test_clone_from_block_to_fs_using_dv_template. 2026-02-01 15:05:15,331 INFO sqlalchemy.engine.Engine [raw sql] () 2026-02-01T15:05:15.331338 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01T15:05:15.331609 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-02-01T15:05:15.331825 sqlalchemy.engine.Engine INFO [raw sql] () 2026-02-01 15:05:15,332 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01 15:05:15,333 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 15:05:15,335 INFO sqlalchemy.engine.Engine SELECT "CnvTestTable".start_time AS "CnvTestTable_start_time" FROM "CnvTestTable" WHERE "CnvTestTable".test_name = ? 2026-02-01 15:05:15,335 INFO sqlalchemy.engine.Engine [generated in 0.00018s] ('/openshift-virtualization-tests/tests/storage/cdi_clone/test_clone.py::test_clone_from_block_to_fs_using_dv_template',) 2026-02-01T15:05:15.332453 sqlalchemy.engine.Engine INFO COMMIT 2026-02-01T15:05:15.333358 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01 15:05:15,336 INFO sqlalchemy.engine.Engine ROLLBACK 2026-02-01T15:05:15.335387 sqlalchemy.engine.Engine INFO SELECT "CnvTestTable".start_time AS "CnvTestTable_start_time" FROM "CnvTestTable" WHERE "CnvTestTable".test_name = ? 2026-02-01T15:05:15.335505 sqlalchemy.engine.Engine INFO [generated in 0.00018s] ('/openshift-virtualization-tests/tests/storage/cdi_clone/test_clone.py::test_clone_from_block_to_fs_using_dv_template',) 2026-02-01T15:05:15.336173 sqlalchemy.engine.Engine INFO ROLLBACK 2026-02-01T15:05:15.376417 ocp_resources.resource INFO kind: Subscription api version: operators.coreos.com/v1alpha1 --- [DuplicateFilter: Last log `Trying to get client via new_client_from_config` repeated 2 times] 2026-02-01T15:05:15.430968 utilities.data_collector INFO Collecting cnv-must gather using CSV: kubevirt-hyperconverged-operator.v4.20.3 2026-02-01T15:05:15.450248 pyhelper_utils.shell INFO Running oc adm must-gather --dest-dir=/logs/artifacts/tests-collected-info/storage/cdi_clone/test_clone/test_clone_from_block_to_fs_using_dv_template/pytest_exception_interact --image=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:cb51501b85b3734f42c933d8a6e20dd4312c426e0c34175ac83c86af789b8878 --since=624s --timeout=900s -- /usr/bin/gather --vms_details command 2026-02-01T15:07:14.290172 pyhelper_utils.shell INFO Running oc adm inspect namespace/openshift-storage --since=743s --dest-dir=/logs/artifacts/tests-collected-info/storage/cdi_clone/test_clone/test_clone_from_block_to_fs_using_dv_template/pytest_exception_interact/inspect_collection command 2026-02-01T15:07:14.289860 conftest INFO running inspect command on oc adm inspect namespace/openshift-storage --since=743s --dest-dir=/logs/artifacts/tests-collected-info/storage/cdi_clone/test_clone/test_clone_from_block_to_fs_using_dv_template/pytest_exception_interact/inspect_collection 2026-02-01T15:07:19.460459 ocp_resources Namespace INFO Delete Namespace cdi-clone-test-clone ------------------------------------------------------- TEARDOWN ------------------------------------------------------- 2026-02-01T15:07:19.494309 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'cdi-clone-test-clone', 'uid': 'c0649bde-abbf-4a73-b965-ecab1338bccd', 'resourceVersion': '72329', 'creationTimestamp': '2026-02-01T14:55:02Z', '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:c28,c22', 'openshift.io/sa.scc.supplemental-groups': '1000800000/10000', 'openshift.io/sa.scc.uid-range': '1000800000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'pod-security-admission-label-synchronization-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2026-02-01T14:55:02Z', '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-02-01T14:55:02Z', '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-02-01T14:55:02Z', '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-02-01T14:55:02Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2026-02-01T15:07:19.506431 ocp_resources Namespace INFO Wait until Namespace cdi-clone-test-clone is deleted 2026-02-01T15:07:19.506680 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-02-01T15:07:28.557698 timeout_sampler INFO Elapsed time: 9.045599699020386 [0:00:09.045600] _ 11 of 22 completed, 10 Pass, 0 Fail, 0 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/storage/cdi_import/test_import_http.py 2026-02-01 15:07:28,561 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 15:07:28,561 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-02-01 15:07:28,561 INFO sqlalchemy.engine.Engine [raw sql] () 2026-02-01 15:07:28,562 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01T15:07:28.561347 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01 15:07:28,562 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 15:07:28,563 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01 15:07:28,563 INFO sqlalchemy.engine.Engine [generated in 0.00016s] ('/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]', 1769958448) 2026-02-01T15:07:28.561587 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-02-01T15:07:28.561690 sqlalchemy.engine.Engine INFO [raw sql] () 2026-02-01 15:07:28,563 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01T15:07:28.562224 sqlalchemy.engine.Engine INFO COMMIT 2026-02-01T15:07:28.562705 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01T15:07:28.563218 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01T15:07:28.563329 sqlalchemy.engine.Engine INFO [generated in 0.00016s] ('/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]', 1769958448) 2026-02-01T15:07:28.563855 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-02-01T15:07:28.645813 conftest INFO Executing function fixture: term_handler_scope_function 2026-02-01T15:07:28.646091 conftest INFO Executing class fixture: term_handler_scope_class 2026-02-01T15:07:28.646241 conftest INFO Executing module fixture: term_handler_scope_module 2026-02-01T15:07:28.646431 conftest INFO Executing module fixture: cluster_sanity_scope_module 2026-02-01T15:07:28.654359 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. 2026-02-01T15:07:28.654095 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2026-02-01T15:07:28.654228 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2026-02-01T15:07:28.654302 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2026-02-01T15:07:28.690444 ocp_utilities.infra INFO Verify all nodes are schedulable. 2026-02-01T15:07:28.726595 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2026-02-01T15:07:29.114235 timeout_sampler INFO Elapsed time: 0.0001633167266845703 [0:00:00.000163] 2026-02-01T15:07:29.114566 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-02-01T15:07:29.114440 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-02-01T15:07:39.171190 timeout_sampler INFO Elapsed time: 10.043766498565674 [0:00:10.043766] 2026-02-01T15:07:39.172739 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-02-01T15:07:39.171597 conftest INFO Executing function fixture: autouse_fixtures 2026-02-01T15:07:39.171923 conftest INFO Executing session fixture: internal_http_deployment 2026-02-01T15:07:39.191129 ocp_resources.resource INFO kind: Deployment api version: apps/v1 2026-02-01T15:07:39.191308 ocp_resources Deployment INFO Create Deployment internal-http 2026-02-01T15:07:39.191501 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-02-01T15:07:39.245869 ocp_resources Deployment INFO Wait for Deployment internal-http to be deployed: True 2026-02-01T15:07:39.246197 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-02-01T15:07:39.251320 timeout_sampler INFO Elapsed time: 0.00012493133544921875 [0:00:00.000125] 2026-02-01T15:07:39.251473 timeout_sampler INFO Waiting for 239.99471521377563 seconds [0:03:59.994715], retry every 1 seconds. (Function: ocp_resources.deployment.wait_for_replicas.lambda: self.instance) 2026-02-01T15:08:43.631220 timeout_sampler INFO Elapsed time: 64.37424397468567 [0:01:04.374244] 2026-02-01T15:08:43.632382 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-02-01T15:08:43.631717 conftest INFO Executing session fixture: internal_http_service 2026-02-01T15:08:43.646263 ocp_resources Service INFO Create Service internal-http 2026-02-01T15:08:43.646504 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-02-01T15:08:43.708478 ocp_resources.resource INFO kind: ProjectRequest api version: project.openshift.io/v1 2026-02-01T15:08:43.708588 ocp_resources ProjectRequest INFO Create ProjectRequest cdi-import-test-import-htt 2026-02-01T15:08:43.708794 ocp_resources ProjectRequest INFO Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'cdi-import-test-import-htt'}} 2026-02-01T15:08:43.707899 conftest INFO Executing session fixture: images_internal_http_server 2026-02-01T15:08:43.708275 conftest INFO Executing module fixture: namespace 2026-02-01T15:08:43.856360 ocp_resources.resource INFO kind: Project api version: project.openshift.io/v1 2026-02-01T15:08:43.856513 ocp_resources Project INFO Wait for Project cdi-import-test-import-htt status to be Active 2026-02-01T15:08:43.856664 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-02-01T15:08:43.871526 ocp_resources Project INFO Status of Project cdi-import-test-import-htt is Active 2026-02-01T15:08:43.871716 timeout_sampler INFO Elapsed time: 7.605552673339844e-05 [0:00:00.000076] 2026-02-01T15:08:43.877120 ocp_resources Namespace INFO Wait for Namespace cdi-import-test-import-htt status to be Active 2026-02-01T15:08:43.877321 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-02-01T15:08:43.881338 ocp_resources Namespace INFO Status of Namespace cdi-import-test-import-htt is Active 2026-02-01T15:08:43.881532 timeout_sampler INFO Elapsed time: 8.368492126464844e-05 [0:00:00.000084] 2026-02-01T15:08:43.881641 ocp_resources.resource INFO ResourceEdits: Updating data for resource Namespace cdi-import-test-import-htt 2026-02-01T15:08:43.881735 ocp_resources Namespace INFO Update Namespace cdi-import-test-import-htt: {'metadata': {'labels': None, 'name': 'cdi-import-test-import-htt'}} 2026-02-01T15:08:43.896601 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-02-01T15:08:43.895757 conftest INFO Executing module fixture: storage_class_matrix__module__ 2026-02-01T15:08:43.895995 conftest INFO Executing module fixture: storage_class_name_scope_module 2026-02-01T15:08:43.896133 conftest INFO Executing module fixture: internal_http_secret 2026-02-01T15:08:43.910754 ocp_resources Secret INFO Create Secret internal-http-secret 2026-02-01T15:08:43.910942 ocp_resources Secret INFO Posting {'apiVersion': 'v1', 'kind': 'Secret', 'metadata': {'name': 'internal-http-secret', 'namespace': 'cdi-import-test-import-htt'}, 'data': '*******'} 2026-02-01T15:08:43.946130 conftest INFO Executing function fixture: content_type 2026-02-01T15:08:43.946372 conftest INFO Executing function fixture: file_name --------------------------------------------------------- CALL --------------------------------------------------------- 2026-02-01T15:08:44.052835 ocp_resources ConfigMap INFO Create ConfigMap artifactory-configmap 2026-02-01T15:08:44.053087 ocp_resources ConfigMap INFO Posting {'apiVersion': 'v1', 'kind': 'ConfigMap', 'metadata': {'name': 'artifactory-configmap', 'namespace': 'cdi-import-test-import-htt'}, 'data': '*******'} 2026-02-01T15:08:44.085947 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-02-01T15:08:44.086256 ocp_resources DataVolume INFO Create DataVolume import-http-dv 2026-02-01T15:08:44.086461 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-02-01T15:08:44.125490 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-02-01T15:08:44.151580 ocp_resources DataVolume INFO Wait DV success for 600 seconds 2026-02-01T15:08:44.151840 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-02-01T15:08:54.165237 timeout_sampler INFO Elapsed time: 10.008991479873657 [0:00:10.008991] 2026-02-01T15:08:54.165444 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-02-01T15:09:04.221165 timeout_sampler INFO Elapsed time: 10.050021171569824 [0:00:10.050021] 2026-02-01T15:09:04.221375 ocp_resources PersistentVolumeClaim INFO Wait for PersistentVolumeClaim import-http-dv status to be Bound 2026-02-01T15:09:04.221586 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-02-01T15:09:04.224907 ocp_resources PersistentVolumeClaim INFO Status of PersistentVolumeClaim import-http-dv is Bound 2026-02-01T15:09:04.225107 timeout_sampler INFO Elapsed time: 9.1552734375e-05 [0:00:00.000092] 2026-02-01T15:09:04.228236 ocp_resources DataVolume INFO Delete DataVolume import-http-dv 2026-02-01T15:09:04.234624 ocp_resources DataVolume INFO Deleting {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'annotations': {'cdi.kubevirt.io/storage.usePopulator': 'true'}, 'creationTimestamp': '2026-02-01T15:08:44Z', '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-02-01T15:08:44Z'}, {'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-02-01T15:08:44Z'}, {'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-02-01T15:09:03Z'}], 'name': 'import-http-dv', 'namespace': 'cdi-import-test-import-htt', 'resourceVersion': '85410', 'uid': '0ab447c6-11d0-4dd2-9de4-cca357fbc7c5'}, '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-02-01T15:09:03Z', 'lastTransitionTime': '2026-02-01T15:09:03Z', 'message': 'PVC import-http-dv Bound', 'reason': 'Bound', 'status': 'True', 'type': 'Bound'}, {'lastHeartbeatTime': '2026-02-01T15:09:03Z', 'lastTransitionTime': '2026-02-01T15:09:03Z', 'status': 'True', 'type': 'Ready'}, {'lastHeartbeatTime': '2026-02-01T15:09:02Z', 'lastTransitionTime': '2026-02-01T15:09:02Z', 'message': 'Import Complete', 'reason': 'Completed', 'status': 'False', 'type': 'Running'}], 'phase': 'Succeeded', 'progress': '100.0%'}} 2026-02-01T15:09:04.245250 ocp_resources DataVolume INFO Wait until DataVolume import-http-dv is deleted 2026-02-01T15:09:04.245455 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-02-01T15:09:04.248322 timeout_sampler INFO Elapsed time: 0.00010514259338378906 [0:00:00.000105] 2026-02-01T15:09:04.248440 ocp_resources PersistentVolumeClaim INFO Wait until PersistentVolumeClaim import-http-dv is deleted 2026-02-01T15:09:04.248633 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-02-01T15:09:05.255108 timeout_sampler INFO Elapsed time: 1.00286865234375 [0:00:01.002869] 2026-02-01T15:09:05.255279 ocp_resources ConfigMap INFO Delete ConfigMap artifactory-configmap 2026-02-01T15:09:05.266153 ocp_resources ConfigMap INFO Deleting {'kind': 'ConfigMap', 'apiVersion': 'v1', 'metadata': {'name': 'artifactory-configmap', 'namespace': 'cdi-import-test-import-htt', 'uid': '79abe133-a668-47cc-93a3-decc6447d27d', 'resourceVersion': '84878', 'creationTimestamp': '2026-02-01T15:08:44Z', 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-02-01T15:08:44Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:data': {'.': {}, 'f:tlsregistry.crt': {}}}}]}, 'data': '*******'} 2026-02-01T15:09:05.277397 ocp_resources ConfigMap INFO Wait until ConfigMap artifactory-configmap is deleted 2026-02-01T15:09:05.277669 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-02-01T15:09:05.282162 timeout_sampler INFO Elapsed time: 0.00010371208190917969 [0:00:00.000104] .2026-02-01T15:09:05.283478 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-02-01T15:09:05.294338 ocp_resources Secret INFO Deleting {'kind': 'Secret', 'apiVersion': 'v1', 'metadata': {'name': 'internal-http-secret', 'namespace': 'cdi-import-test-import-htt', 'uid': 'ed197c0f-ef9e-463e-9ed8-09df2627d934', 'resourceVersion': '84875', 'creationTimestamp': '2026-02-01T15:08:43Z', 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-02-01T15:08:43Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:data': {'.': {}, 'f:accessKeyId': {}, 'f:secretKey': {}}, 'f:type': {}}}]}, 'data': '*******', 'type': 'Opaque'} 2026-02-01T15:09:05.305411 ocp_resources Secret INFO Wait until Secret internal-http-secret is deleted 2026-02-01T15:09:05.305673 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-02-01T15:09:05.312519 timeout_sampler INFO Elapsed time: 0.00011515617370605469 [0:00:00.000115] 2026-02-01T15:09:05.313024 ocp_resources Namespace INFO Delete Namespace cdi-import-test-import-htt 2026-02-01T15:09:05.323473 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'cdi-import-test-import-htt', 'uid': 'c26f482f-2b77-417e-919a-f2bcabe565ac', 'resourceVersion': '84874', 'creationTimestamp': '2026-02-01T15:08:43Z', '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-02-01T15:08:43Z', '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-02-01T15:08:43Z', '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-02-01T15:08:43Z', '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-02-01T15:08:43Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2026-02-01T15:09:05.335784 ocp_resources Namespace INFO Wait until Namespace cdi-import-test-import-htt is deleted 2026-02-01T15:09:05.336066 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-02-01T15:09:14.390058 timeout_sampler INFO Elapsed time: 9.048442363739014 [0:00:09.048442] _ 12 of 22 completed, 11 Pass, 0 Fail, 0 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/storage/cdi_import/test_import_registry.py 2026-02-01 15:09:14,393 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 15:09:14,393 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-02-01 15:09:14,393 INFO sqlalchemy.engine.Engine [raw sql] () 2026-02-01T15:09:14.393391 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01T15:09:14.393658 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-02-01 15:09:14,394 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01T15:09:14.393783 sqlalchemy.engine.Engine INFO [raw sql] () 2026-02-01 15:09:14,395 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 15:09:14,395 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01 15:09:14,395 INFO sqlalchemy.engine.Engine [generated in 0.00031s] ('/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]', 1769958554) 2026-02-01T15:09:14.394507 sqlalchemy.engine.Engine INFO COMMIT 2026-02-01T15:09:14.395031 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01T15:09:14.395629 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01 15:09:14,396 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01T15:09:14.395874 sqlalchemy.engine.Engine INFO [generated in 0.00031s] ('/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]', 1769958554) 2026-02-01T15:09:14.396617 sqlalchemy.engine.Engine INFO COMMIT test_public_registry_data_volume[#ocs-storagecluster-ceph-rbd-virtualization#-import-public-registry-no-content-type-dv] -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-02-01T15:09:14.428444 conftest INFO Executing function fixture: term_handler_scope_function 2026-02-01T15:09:14.428697 conftest INFO Executing class fixture: term_handler_scope_class 2026-02-01T15:09:14.428842 conftest INFO Executing module fixture: term_handler_scope_module 2026-02-01T15:09:14.429120 conftest INFO Executing module fixture: cluster_sanity_scope_module 2026-02-01T15:09:14.436726 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. 2026-02-01T15:09:14.436475 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2026-02-01T15:09:14.436603 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2026-02-01T15:09:14.436674 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2026-02-01T15:09:14.472739 ocp_utilities.infra INFO Verify all nodes are schedulable. 2026-02-01T15:09:14.505263 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2026-02-01T15:09:14.874874 timeout_sampler INFO Elapsed time: 0.0001811981201171875 [0:00:00.000181] 2026-02-01T15:09:14.875188 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-02-01T15:09:14.875081 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-02-01T15:09:24.909933 timeout_sampler INFO Elapsed time: 10.02297568321228 [0:00:10.022976] 2026-02-01T15:09:24.910913 ocp_resources.resource INFO kind: ProjectRequest api version: project.openshift.io/v1 2026-02-01T15:09:24.911066 ocp_resources ProjectRequest INFO Create ProjectRequest cdi-import-test-import-registr 2026-02-01T15:09:24.911488 ocp_resources ProjectRequest INFO Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'cdi-import-test-import-registr'}} 2026-02-01T15:09:24.910416 conftest INFO Executing function fixture: autouse_fixtures 2026-02-01T15:09:24.910704 conftest INFO Executing module fixture: namespace 2026-02-01T15:09:25.015764 ocp_resources.resource INFO kind: Project api version: project.openshift.io/v1 2026-02-01T15:09:25.015937 ocp_resources Project INFO Wait for Project cdi-import-test-import-registr status to be Active 2026-02-01T15:09:25.016125 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-02-01T15:09:25.028473 ocp_resources Project INFO Status of Project cdi-import-test-import-registr is Active 2026-02-01T15:09:25.028651 timeout_sampler INFO Elapsed time: 9.107589721679688e-05 [0:00:00.000091] 2026-02-01T15:09:25.034371 ocp_resources Namespace INFO Wait for Namespace cdi-import-test-import-registr status to be Active 2026-02-01T15:09:25.034594 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-02-01T15:09:25.039057 ocp_resources Namespace INFO Status of Namespace cdi-import-test-import-registr is Active 2026-02-01T15:09:25.039253 timeout_sampler INFO Elapsed time: 8.559226989746094e-05 [0:00:00.000086] 2026-02-01T15:09:25.039360 ocp_resources.resource INFO ResourceEdits: Updating data for resource Namespace cdi-import-test-import-registr 2026-02-01T15:09:25.039444 ocp_resources Namespace INFO Update Namespace cdi-import-test-import-registr: {'metadata': {'labels': None, 'name': 'cdi-import-test-import-registr'}} 2026-02-01T15:09:25.055087 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-02-01T15:09:25.053671 conftest INFO Executing function fixture: dv_name 2026-02-01T15:09:25.053912 conftest INFO Executing function fixture: content_type 2026-02-01T15:09:25.054111 conftest INFO Executing function fixture: storage_class_matrix__function__ 2026-02-01T15:09:25.054217 conftest INFO Executing function fixture: storage_class_name_scope_function --------------------------------------------------------- CALL --------------------------------------------------------- 2026-02-01T15:09:25.072852 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2026-02-01T15:09:25.073057 ocp_resources DataVolume INFO Create DataVolume import-public-registry-no-content-type-dv 2026-02-01T15:09:25.073212 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-02-01T15:09:25.116531 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-02-01T15:09:25.170642 ocp_resources DataVolume INFO Wait DV success for 600 seconds 2026-02-01T15:09:25.171002 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-02-01T15:09:35.185749 timeout_sampler INFO Elapsed time: 10.009420394897461 [0:00:10.009420] 2026-02-01T15:09:35.185951 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-02-01T15:10:22.440698 timeout_sampler INFO Elapsed time: 47.24323630332947 [0:00:47.243236] 2026-02-01T15:10:22.440930 ocp_resources PersistentVolumeClaim INFO Wait for PersistentVolumeClaim import-public-registry-no-content-type-dv status to be Bound 2026-02-01T15:10:22.441181 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-02-01T15:10:22.445917 ocp_resources PersistentVolumeClaim INFO Status of PersistentVolumeClaim import-public-registry-no-content-type-dv is Bound 2026-02-01T15:10:22.446161 timeout_sampler INFO Elapsed time: 9.799003601074219e-05 [0:00:00.000098] 2026-02-01T15:10:22.459486 ocp_resources.resource INFO kind: VirtualMachine api version: kubevirt.io/v1 2026-02-01T15:10:22.504895 ocp_resources VirtualMachine INFO Create VirtualMachine fedora-vm-from-dv-1769958622-4462738 2026-02-01T15:10:22.505175 ocp_resources VirtualMachine INFO Posting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachine', 'metadata': {'name': 'fedora-vm-from-dv-1769958622-4462738', '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-1769958622-4462738', 'kubevirt.io/domain': 'fedora-vm-from-dv-1769958622-4462738', 'debugLogs': 'true'}}}, 'runStrategy': 'Halted'}} 2026-02-01T15:10:22.589432 timeout_sampler INFO Waiting for 5 seconds [0:00:05], retry every 1 seconds. (Function: utilities.virt..lambda: vm.instance.get) 2026-02-01T15:10:22.599639 timeout_sampler INFO Elapsed time: 0.00019478797912597656 [0:00:00.000195] 2026-02-01T15:10:22.604720 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-02-01T15:10:22.604191 utilities.virt INFO VM fedora-vm-from-dv-1769958622-4462738 status before dv check: Stopped 2026-02-01T15:10:22.604298 utilities.virt INFO Volume(s) in VM spec: ['import-public-registry-no-content-type-dv']  2026-02-01T15:10:22.620116 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2026-02-01T15:10:22.620226 ocp_resources DataVolume INFO Wait DV success for 1800 seconds 2026-02-01T15:10:22.620384 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-02-01T15:10:22.649911 timeout_sampler INFO Elapsed time: 7.557868957519531e-05 [0:00:00.000076] 2026-02-01T15:10:22.650121 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-02-01T15:10:22.655043 timeout_sampler INFO Elapsed time: 8.249282836914062e-05 [0:00:00.000082] 2026-02-01T15:10:22.655180 ocp_resources PersistentVolumeClaim INFO Wait for PersistentVolumeClaim import-public-registry-no-content-type-dv status to be Bound 2026-02-01T15:10:22.655363 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-02-01T15:10:22.659422 ocp_resources PersistentVolumeClaim INFO Status of PersistentVolumeClaim import-public-registry-no-content-type-dv is Bound 2026-02-01T15:10:22.659578 timeout_sampler INFO Elapsed time: 7.748603820800781e-05 [0:00:00.000077] 2026-02-01T15:10:22.659700 timeout_sampler INFO Waiting for 5 seconds [0:00:05], retry every 1 seconds. (Function: utilities.virt..lambda: vm.instance.get) 2026-02-01T15:10:22.669796 timeout_sampler INFO Elapsed time: 9.703636169433594e-05 [0:00:00.000097] 2026-02-01T15:10:22.670064 ocp_resources.resource INFO kind: VirtualMachineInstance api version: kubevirt.io/v1 2026-02-01T15:10:22.670183 ocp_resources VirtualMachineInstance INFO Wait for VirtualMachineInstance fedora-vm-from-dv-1769958622-4462738 status to be Running 2026-02-01T15:10:22.670397 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-02-01T15:10:23.682561 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance fedora-vm-from-dv-1769958622-4462738 is Scheduling 2026-02-01T15:10:33.747786 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance fedora-vm-from-dv-1769958622-4462738 is Scheduled 2026-02-01T15:10:34.754809 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance fedora-vm-from-dv-1769958622-4462738 is Running 2026-02-01T15:10:34.755144 timeout_sampler INFO Elapsed time: 12.077844619750977 [0:00:12.077845] 2026-02-01T15:10:34.755646 ocp_resources VirtualMachineInstance INFO Wait for VirtualMachineInstance/fedora-vm-from-dv-1769958622-4462738's 'AgentConnected' condition to be 'True' 2026-02-01T15:10:34.755880 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-02-01T15:10:34.755485 utilities.virt INFO Wait until guest agent is active on fedora-vm-from-dv-1769958622-4462738 2026-02-01T15:10:34.763523 timeout_sampler INFO Elapsed time: 0.00015306472778320312 [0:00:00.000153] 2026-02-01T15:10:34.763652 timeout_sampler INFO Waiting for 719.9922242164612 seconds [0:11:59.992224], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_condition.lambda: self.instance) 2026-02-01T15:10:57.941364 timeout_sampler INFO Elapsed time: 23.1709041595459 [0:00:23.170904] 2026-02-01T15:10:57.941786 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 1 seconds. (Function: utilities.virt..lambda: vmi.instance) 2026-02-01T15:10:57.941612 utilities.virt INFO Wait for fedora-vm-from-dv-1769958622-4462738 network interfaces 2026-02-01T15:10:57.947520 timeout_sampler INFO Elapsed time: 0.00011014938354492188 [0:00:00.000110] 2026-02-01T15:10:57.947663 utilities.virt INFO Wait for fedora-vm-from-dv-1769958622-4462738 SSH connectivity. 2026-02-01T15:10:57.947772 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/fedora-vm-from-dv-1769958622-4462738/cdi-import-test-import-registr 22' fedora@fedora-vm-from-dv-1769958622-4462738 2026-02-01T15:10:57.971009 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-02-01T15:10:57.971197 Host INFO [fedora-vm-from-dv-1769958622-4462738] Executing command exit 2026-02-01T15:10:58.073593 paramiko.transport INFO Connected (version 2.0, client OpenSSH_9.8) 2026-02-01T15:10:58.111132 paramiko.transport INFO Authentication (publickey) successful! 2026-02-01T15:10:58.424122 timeout_sampler INFO Elapsed time: 0.0002498626708984375 [0:00:00.000250] 2026-02-01T15:10:58.424402 utilities.storage INFO Check disk count. 2026-02-01T15:10:58.424541 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/fedora-vm-from-dv-1769958622-4462738/cdi-import-test-import-registr 22' fedora@fedora-vm-from-dv-1769958622-4462738 2026-02-01T15:10:58.518463 paramiko.transport INFO Connected (version 2.0, client OpenSSH_9.8) 2026-02-01T15:10:58.548068 paramiko.transport INFO Authentication (publickey) successful! 2026-02-01T15:10:58.675133 pyhelper_utils.shell INFO [SSH][fedora-vm-from-dv-1769958622-4462738] Executed: lsblk | grep disk | grep -v SWAP| wc -l, rc:0, out: 2 , error:  2026-02-01T15:10:58.723147 ocp_resources VirtualMachine INFO Wait for VirtualMachine fedora-vm-from-dv-1769958622-4462738 status to be None 2026-02-01T15:10:58.723518 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-1769958622-4462738', 'namespace': 'cdi-import-test-import-registr'}) 2026-02-01T15:10:59.745776 timeout_sampler INFO Elapsed time: 1.010699987411499 [0:00:01.010700] 2026-02-01T15:10:59.746208 ocp_resources VirtualMachineInstance INFO Wait until VirtualMachineInstance fedora-vm-from-dv-1769958622-4462738 is deleted 2026-02-01T15:10:59.746470 timeout_sampler INFO Waiting for 480 seconds [0:08:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-02-01T15:11:04.781666 timeout_sampler INFO Elapsed time: 5.029860019683838 [0:00:05.029860] 2026-02-01T15:11:04.781840 ocp_resources VirtualMachine INFO Delete VirtualMachine fedora-vm-from-dv-1769958622-4462738 2026-02-01T15:11:04.794344 ocp_resources VirtualMachine INFO Deleting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachine', 'metadata': {'annotations': {'kubemacpool.io/transaction-timestamp': '2026-02-01T15:10:58.709032752Z', 'kubevirt.io/latest-observed-api-version': 'v1', 'kubevirt.io/storage-observed-api-version': 'v1'}, 'creationTimestamp': '2026-02-01T15:10: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-02-01T15:10: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-02-01T15:10:22Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:runStrategy': {}}}, 'manager': 'virt-api', 'operation': 'Update', 'time': '2026-02-01T15:10: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-02-01T15:11:04Z'}], 'name': 'fedora-vm-from-dv-1769958622-4462738', 'namespace': 'cdi-import-test-import-registr', 'resourceVersion': '87608', 'uid': 'ab8310a1-bc29-4ce2-b8ec-7ea1d62a6585'}, 'spec': {'runStrategy': 'Halted', 'template': {'metadata': {'creationTimestamp': None, 'labels': {'debugLogs': 'true', 'kubevirt.io/domain': 'fedora-vm-from-dv-1769958622-4462738', 'kubevirt.io/vm': 'fedora-vm-from-dv-1769958622-4462738'}}, 'spec': {'architecture': 'amd64', 'domain': {'devices': {'disks': [{'disk': {'bus': 'virtio'}, 'name': 'dv-disk'}, {'disk': {'bus': 'virtio'}, 'name': 'cloudinitdisk'}], 'rng': {}}, 'firmware': {'serial': '18e79684-fc2c-4830-b5f8-01b7819406c8', 'uuid': '471a2bc2-2c6e-4674-b49c-53ea699d09a1'}, '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-02-01T15:11:04Z', 'lastTransitionTime': '2026-02-01T15:11: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-02-01T15:11:04.826143 ocp_resources VirtualMachine INFO Wait until VirtualMachine fedora-vm-from-dv-1769958622-4462738 is deleted 2026-02-01T15:11:04.826414 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-02-01T15:11:05.837387 timeout_sampler INFO Elapsed time: 1.0051984786987305 [0:00:01.005198] 2026-02-01T15:11:05.842054 ocp_resources DataVolume INFO Delete DataVolume import-public-registry-no-content-type-dv 2026-02-01T15:11:05.853649 ocp_resources DataVolume INFO Deleting {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'annotations': {'cdi.kubevirt.io/storage.usePopulator': 'true'}, 'creationTimestamp': '2026-02-01T15:09:25Z', '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-02-01T15:09:25Z'}, {'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-02-01T15:09:25Z'}, {'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-02-01T15:10:22Z'}], 'name': 'import-public-registry-no-content-type-dv', 'namespace': 'cdi-import-test-import-registr', 'resourceVersion': '86879', 'uid': '46b9901f-12a7-49ee-92a2-974d0c365fc9'}, '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-02-01T15:10:22Z', 'lastTransitionTime': '2026-02-01T15:10:22Z', 'message': 'PVC import-public-registry-no-content-type-dv Bound', 'reason': 'Bound', 'status': 'True', 'type': 'Bound'}, {'lastHeartbeatTime': '2026-02-01T15:10:22Z', 'lastTransitionTime': '2026-02-01T15:10:22Z', 'status': 'True', 'type': 'Ready'}, {'lastHeartbeatTime': '2026-02-01T15:10:21Z', 'lastTransitionTime': '2026-02-01T15:10:21Z', 'message': 'Import Complete', 'reason': 'Completed', 'status': 'False', 'type': 'Running'}], 'phase': 'Succeeded', 'progress': '100.0%'}} 2026-02-01T15:11:05.865011 ocp_resources DataVolume INFO Wait until DataVolume import-public-registry-no-content-type-dv is deleted 2026-02-01T15:11:05.865264 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-02-01T15:11:05.870895 timeout_sampler INFO Elapsed time: 0.00010538101196289062 [0:00:00.000105] 2026-02-01T15:11:05.871062 ocp_resources PersistentVolumeClaim INFO Wait until PersistentVolumeClaim import-public-registry-no-content-type-dv is deleted 2026-02-01T15:11:05.871237 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-02-01T15:11:06.880265 timeout_sampler INFO Elapsed time: 1.0043058395385742 [0:00:01.004306] .2026-02-01T15:11:06.881329 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-02-01T15:11:06.907604 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'cdi-import-test-import-registr', 'uid': '7ac8b99f-37c8-4697-a682-d4a0ebac9c6d', 'resourceVersion': '85826', 'creationTimestamp': '2026-02-01T15:09:24Z', '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-02-01T15:09: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-02-01T15:09:24Z', '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-02-01T15:09:24Z', '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-02-01T15:09:24Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2026-02-01T15:11:06.916919 ocp_resources Namespace INFO Wait until Namespace cdi-import-test-import-registr is deleted 2026-02-01T15:11:06.917196 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-02-01T15:11:15.967484 timeout_sampler INFO Elapsed time: 9.046105861663818 [0:00:09.046106] _ 13 of 22 completed, 12 Pass, 0 Fail, 0 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/storage/cdi_upload/test_upload_virtctl.py 2026-02-01 15:11:15,970 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 15:11:15,970 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-02-01 15:11:15,970 INFO sqlalchemy.engine.Engine [raw sql] () 2026-02-01 15:11:15,971 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01T15:11:15.970554 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01 15:11:15,972 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 15:11:15,972 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01 15:11:15,972 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#]', 1769958675) 2026-02-01T15:11:15.970765 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-02-01T15:11:15.970866 sqlalchemy.engine.Engine INFO [raw sql] () 2026-02-01T15:11:15.971415 sqlalchemy.engine.Engine INFO COMMIT 2026-02-01 15:11:15,973 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01T15:11:15.972200 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01T15:11:15.972682 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01T15:11:15.972802 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#]', 1769958675) 2026-02-01T15:11:15.973491 sqlalchemy.engine.Engine INFO COMMIT ---------------------- test_virtctl_image_upload_dv[#ocs-storagecluster-ceph-rbd-virtualization#] ---------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-02-01T15:11:16.026120 conftest INFO Executing function fixture: term_handler_scope_function 2026-02-01T15:11:16.026339 conftest INFO Executing class fixture: term_handler_scope_class 2026-02-01T15:11:16.026482 conftest INFO Executing module fixture: term_handler_scope_module 2026-02-01T15:11:16.026650 conftest INFO Executing module fixture: cluster_sanity_scope_module 2026-02-01T15:11:16.032681 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. 2026-02-01T15:11:16.032470 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2026-02-01T15:11:16.032566 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2026-02-01T15:11:16.032628 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2026-02-01T15:11:16.062181 ocp_utilities.infra INFO Verify all nodes are schedulable. 2026-02-01T15:11:16.095281 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2026-02-01T15:11:16.567419 timeout_sampler INFO Elapsed time: 0.00016427040100097656 [0:00:00.000164] 2026-02-01T15:11:16.567768 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-02-01T15:11:16.567628 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-02-01T15:11:26.597661 timeout_sampler INFO Elapsed time: 10.020220041275024 [0:00:10.020220] 2026-02-01T15:11:26.598655 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-02-01T15:11:26.598767 ocp_resources ProjectRequest INFO Create ProjectRequest cdi-upload-test-upload-virtctl 2026-02-01T15:11:26.599233 ocp_resources ProjectRequest INFO Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'cdi-upload-test-upload-virtctl'}} 2026-02-01T15:11:26.598118 conftest INFO Executing function fixture: autouse_fixtures 2026-02-01T15:11:26.598446 conftest INFO Executing module fixture: namespace 2026-02-01T15:11:26.736567 ocp_resources.resource INFO kind: Project api version: project.openshift.io/v1 2026-02-01T15:11:26.736720 ocp_resources Project INFO Wait for Project cdi-upload-test-upload-virtctl status to be Active 2026-02-01T15:11:26.736911 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-02-01T15:11:26.751853 ocp_resources Project INFO Status of Project cdi-upload-test-upload-virtctl is Active 2026-02-01T15:11:26.752093 timeout_sampler INFO Elapsed time: 7.700920104980469e-05 [0:00:00.000077] 2026-02-01T15:11:26.761579 ocp_resources Namespace INFO Wait for Namespace cdi-upload-test-upload-virtctl status to be Active 2026-02-01T15:11:26.761835 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-02-01T15:11:26.766595 ocp_resources Namespace INFO Status of Namespace cdi-upload-test-upload-virtctl is Active 2026-02-01T15:11:26.766815 timeout_sampler INFO Elapsed time: 8.273124694824219e-05 [0:00:00.000083] 2026-02-01T15:11:26.766932 ocp_resources.resource INFO ResourceEdits: Updating data for resource Namespace cdi-upload-test-upload-virtctl 2026-02-01T15:11:26.767063 ocp_resources Namespace INFO Update Namespace cdi-upload-test-upload-virtctl: {'metadata': {'labels': None, 'name': 'cdi-upload-test-upload-virtctl'}} 2026-02-01T15:11:26.780634 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-02-01T15:11:26.780915 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-02-01T15:11:26.780243 conftest INFO Executing module fixture: storage_class_matrix_immediate_matrix__module__ 2026-02-01T15:11:26.780429 conftest INFO Executing module fixture: storage_class_name_immediate_binding_scope_module 2026-02-01T15:11:26.780547 conftest INFO Executing function fixture: download_image 2026-02-01T15:11:26.780821 utilities.storage INFO Testing connectivity to https://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/artifactory/cnv-qe-server-local/ HTTPS server 2026-02-01T15:11:27.285662 timeout_sampler INFO Elapsed time: 0.0002276897430419922 [0:00:00.000228] 2026-02-01T15:11:27.465768 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-02-01T15:11:27.983086 timeout_sampler INFO Elapsed time: 0.00017690658569335938 [0:00:00.000177] 2026-02-01T15:11:27.984480 ocp_resources.resource INFO Trying to get client via new_client_from_config --------------------------------------------------------- CALL --------------------------------------------------------- 2026-02-01T15:11:27.997801 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2026-02-01T15:11:27.998112 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-02-01T15:11:28.027157 pyhelper_utils.shell INFO Running virtctl -n cdi-upload-test-upload-virtctl --kubeconfig /tmp/tmpp1n0ydoi-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-02-01T15:11:44.293565 utilities.storage INFO Check status and output of virtctl 2026-02-01T15:11:44.310782 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2026-02-01T15:11:44.311035 ocp_resources DataVolume INFO Wait DV success for 60 seconds 2026-02-01T15:11:44.311287 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-02-01T15:11:44.316370 timeout_sampler INFO Elapsed time: 0.00011682510375976562 [0:00:00.000117] 2026-02-01T15:11:44.316474 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-02-01T15:11:44.321717 timeout_sampler INFO Elapsed time: 7.200241088867188e-05 [0:00:00.000072] 2026-02-01T15:11:44.322033 ocp_resources PersistentVolumeClaim INFO Wait for PersistentVolumeClaim cnv-3724-ocs-storagecluster-ceph-rbd-virtualization status to be Bound 2026-02-01T15:11:44.322376 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-02-01T15:11:44.327177 ocp_resources PersistentVolumeClaim INFO Status of PersistentVolumeClaim cnv-3724-ocs-storagecluster-ceph-rbd-virtualization is Bound 2026-02-01T15:11:44.327405 timeout_sampler INFO Elapsed time: 7.390975952148438e-05 [0:00:00.000074] 2026-02-01T15:11:44.339457 ocp_resources DataVolume INFO Delete DataVolume cnv-3724-ocs-storagecluster-ceph-rbd-virtualization 2026-02-01T15:11:44.347835 ocp_resources DataVolume INFO Deleting {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'annotations': {'cdi.kubevirt.io/storage.usePopulator': 'true'}, 'creationTimestamp': '2026-02-01T15:11:28Z', '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-02-01T15:11:28Z'}, {'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-02-01T15:11:28Z'}, {'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-02-01T15:11:43Z'}], 'name': 'cnv-3724-ocs-storagecluster-ceph-rbd-virtualization', 'namespace': 'cdi-upload-test-upload-virtctl', 'resourceVersion': '88468', 'uid': '7d069691-6626-424a-a8a0-0495395536fa'}, '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-02-01T15:11:43Z', 'lastTransitionTime': '2026-02-01T15:11:43Z', 'message': 'PVC cnv-3724-ocs-storagecluster-ceph-rbd-virtualization Bound', 'reason': 'Bound', 'status': 'True', 'type': 'Bound'}, {'lastHeartbeatTime': '2026-02-01T15:11:43Z', 'lastTransitionTime': '2026-02-01T15:11:43Z', 'status': 'True', 'type': 'Ready'}, {'lastHeartbeatTime': '2026-02-01T15:11:42Z', 'lastTransitionTime': '2026-02-01T15:11:42Z', 'message': 'Upload Complete', 'reason': 'Completed', 'status': 'False', 'type': 'Running'}], 'phase': 'Succeeded', 'progress': 'N/A'}} 2026-02-01T15:11:44.357712 ocp_resources DataVolume INFO Wait until DataVolume cnv-3724-ocs-storagecluster-ceph-rbd-virtualization is deleted 2026-02-01T15:11:44.357932 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-02-01T15:11:44.363126 timeout_sampler INFO Elapsed time: 0.00011754035949707031 [0:00:00.000118] 2026-02-01T15:11:44.363241 ocp_resources PersistentVolumeClaim INFO Wait until PersistentVolumeClaim cnv-3724-ocs-storagecluster-ceph-rbd-virtualization is deleted 2026-02-01T15:11:44.363384 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-02-01T15:11:45.372604 timeout_sampler INFO Elapsed time: 1.002760648727417 [0:00:01.002761] .2026-02-01T15:11:45.373774 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-02-01T15:11:45.381814 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'cdi-upload-test-upload-virtctl', 'uid': '7d02f884-586d-4ecd-ac86-6c0feabc4527', 'resourceVersion': '88060', 'creationTimestamp': '2026-02-01T15:11:26Z', '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-02-01T15:11:26Z', '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-02-01T15:11:26Z', '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-02-01T15:11:26Z', '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-02-01T15:11:26Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2026-02-01T15:11:45.390482 ocp_resources Namespace INFO Wait until Namespace cdi-upload-test-upload-virtctl is deleted 2026-02-01T15:11:45.390882 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-02-01T15:11:53.434129 timeout_sampler INFO Elapsed time: 8.037497282028198 [0:00:08.037497] _ 14 of 22 completed, 13 Pass, 0 Fail, 0 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py 2026-02-01 15:11:53,437 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 15:11:53,437 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-02-01 15:11:53,437 INFO sqlalchemy.engine.Engine [raw sql] () 2026-02-01T15:11:53.437303 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01 15:11:53,438 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01T15:11:53.437534 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-02-01 15:11:53,439 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 15:11:53,439 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01 15:11:53,439 INFO sqlalchemy.engine.Engine [generated in 0.00027s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_create_vm[#rhel-9-6#]', 1769958713) 2026-02-01T15:11:53.437635 sqlalchemy.engine.Engine INFO [raw sql] () 2026-02-01 15:11:53,440 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01T15:11:53.438180 sqlalchemy.engine.Engine INFO COMMIT 2026-02-01T15:11:53.439029 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01T15:11:53.439533 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01T15:11:53.439747 sqlalchemy.engine.Engine INFO [generated in 0.00027s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_create_vm[#rhel-9-6#]', 1769958713) 2026-02-01T15:11:53.440373 sqlalchemy.engine.Engine INFO COMMIT ---------------------------------------------- test_create_vm[#rhel-9-6#] ---------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-02-01T15:11:53.492226 conftest INFO Executing function fixture: term_handler_scope_function 2026-02-01T15:11:53.492477 conftest INFO Executing class fixture: term_handler_scope_class 2026-02-01T15:11:53.492625 conftest INFO Executing module fixture: term_handler_scope_module 2026-02-01T15:11:53.492801 conftest INFO Executing module fixture: cluster_sanity_scope_module 2026-02-01T15:11:53.500168 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. 2026-02-01T15:11:53.499871 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2026-02-01T15:11:53.500006 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2026-02-01T15:11:53.500093 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2026-02-01T15:11:53.533478 ocp_utilities.infra INFO Verify all nodes are schedulable. 2026-02-01T15:11:53.561795 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2026-02-01T15:11:53.876819 timeout_sampler INFO Elapsed time: 0.00018858909606933594 [0:00:00.000189] 2026-02-01T15:11:53.877229 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-02-01T15:11:53.877084 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-02-01T15:12:03.906864 timeout_sampler INFO Elapsed time: 10.020605087280273 [0:00:10.020605] 2026-02-01T15:12:03.908216 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-02-01T15:12:03.907336 conftest INFO Executing function fixture: autouse_fixtures 2026-02-01T15:12:03.907626 conftest INFO Executing session fixture: is_psi_cluster 2026-02-01T15:12:03.924076 ocp_resources.resource INFO kind: Infrastructure api version: config.openshift.io/v1 2026-02-01T15:12:03.944591 conftest INFO Executing session fixture: gpu_nodes 2026-02-01T15:12:03.980300 conftest INFO Executing session fixture: nodes_with_supported_gpus 2026-02-01T15:12:03.980532 conftest INFO Executing session fixture: sriov_workers 2026-02-01T15:12:03.996942 conftest INFO Executing session fixture: nodes_cpu_vendor 2026-02-01T15:12:04.007340 conftest INFO Executing session fixture: nodes_cpu_virt_extension 2026-02-01T15:12:04.007514 conftest INFO Executing session fixture: allocatable_memory_per_node_scope_session 2026-02-01T15:12:04.019745 tests.virt.utils INFO Node ip-10-0-110-103.us-east-2.compute.internal has 187.41870498657227 GiB of allocatable memory 2026-02-01T15:12:04.031231 tests.virt.utils INFO Node ip-10-0-5-129.us-east-2.compute.internal has 187.41869354248047 GiB of allocatable memory 2026-02-01T15:12:04.044680 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-02-01T15:12:04.043029 tests.virt.utils INFO Node ip-10-0-64-70.us-east-2.compute.internal has 187.4186897277832 GiB of allocatable memory 2026-02-01T15:12:04.043410 conftest INFO Executing session fixture: virt_special_infra_sanity 2026-02-01T15:12:04.043586 tests.virt.conftest INFO Verifying that cluster has all required capabilities for special_infra marked tests 2026-02-01T15:12:04.044144 tests.virt.conftest INFO Verifing default storage class ocs-storagecluster-ceph-rbd-virtualization supports RWX mode 2026-02-01T15:12:04.061153 ocp_resources.resource INFO kind: StorageProfile api version: cdi.kubevirt.io/v1beta1 2026-02-01T15:12:04.085324 ocp_resources.resource INFO kind: ProjectRequest api version: project.openshift.io/v1 2026-02-01T15:12:04.085672 ocp_resources ProjectRequest INFO Create ProjectRequest cluster-common-templates-rhel-test-rhel-os-support 2026-02-01T15:12:04.084669 conftest INFO Executing session fixture: cluster_common_node_cpu 2026-02-01T15:12:04.085866 ocp_resources ProjectRequest INFO Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'cluster-common-templates-rhel-test-rhel-os-support'}} 2026-02-01T15:12:04.085105 conftest INFO Executing module fixture: namespace 2026-02-01T15:12:04.204040 ocp_resources.resource INFO kind: Project api version: project.openshift.io/v1 2026-02-01T15:12:04.204203 ocp_resources Project INFO Wait for Project cluster-common-templates-rhel-test-rhel-os-support status to be Active 2026-02-01T15:12:04.204403 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-02-01T15:12:04.213365 ocp_resources Project INFO Status of Project cluster-common-templates-rhel-test-rhel-os-support is Active 2026-02-01T15:12:04.213605 timeout_sampler INFO Elapsed time: 9.846687316894531e-05 [0:00:00.000098] 2026-02-01T15:12:04.216817 ocp_resources Namespace INFO Wait for Namespace cluster-common-templates-rhel-test-rhel-os-support status to be Active 2026-02-01T15:12:04.217061 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-02-01T15:12:04.221169 ocp_resources Namespace INFO Status of Namespace cluster-common-templates-rhel-test-rhel-os-support is Active 2026-02-01T15:12:04.221410 timeout_sampler INFO Elapsed time: 8.726119995117188e-05 [0:00:00.000087] 2026-02-01T15:12:04.221532 ocp_resources.resource INFO ResourceEdits: Updating data for resource Namespace cluster-common-templates-rhel-test-rhel-os-support 2026-02-01T15:12:04.221644 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-02-01T15:12:04.238498 conftest INFO Executing class fixture: hyperconverged_resource_scope_class 2026-02-01T15:12:04.244797 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-02-01T15:12:04.244237 conftest INFO Executing class fixture: cluster_cpu_model_scope_class 2026-02-01T15:12:04.258065 ocp_resources.resource INFO ResourceEdit: Backing up old data 2026-02-01T15:12:04.257927 utilities.hco INFO Patches: {: {'spec': {'defaultCPUModel': 'Skylake-Server-IBRS'}}} 2026-02-01T15:12:04.266386 ocp_resources.resource INFO ResourceEdits: Updating data for resource HyperConverged kubevirt-hyperconverged 2026-02-01T15:12:04.266498 ocp_resources HyperConverged INFO Update HyperConverged kubevirt-hyperconverged: {'spec': {'defaultCPUModel': 'Skylake-Server-IBRS'}, 'metadata': {'name': 'kubevirt-hyperconverged'}} 2026-02-01T15:12:04.339360 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-02-01T15:12:04.339043 utilities.hco INFO Waiting for 1 CRs managed by HCO to reconcile:  2026-02-01T15:12:04.339267 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-02-01T15:12:49.509568 timeout_sampler INFO Elapsed time: 45.154412269592285 [0:00:45.154412] 2026-02-01T15:12:49.509838 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-02-01T15:12:49.509727 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-02-01T15:12:59.549206 timeout_sampler INFO Elapsed time: 10.026346206665039 [0:00:10.026346] 2026-02-01T15:12:59.549376 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-02-01T15:12:59.559908 timeout_sampler INFO Elapsed time: 9.369850158691406e-05 [0:00:00.000094] 2026-02-01T15:12:59.560224 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-02-01T15:12:59.560096 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-02-01T15:13:09.593215 timeout_sampler INFO Elapsed time: 10.02344536781311 [0:00:10.023445] 2026-02-01T15:13:09.593739 conftest INFO Executing class fixture: rhel_os_matrix__class__ 2026-02-01T15:13:09.594079 conftest INFO Executing class fixture: matrix_rhel_os_golden_image_data_source 2026-02-01T15:13:09.613082 ocp_resources.resource INFO kind: DataSource api version: cdi.kubevirt.io/v1beta1 2026-02-01T15:13:09.620402 ocp_resources.resource INFO kind: VolumeSnapshot api version: snapshot.storage.k8s.io/v1 2026-02-01T15:13:09.625176 tests.virt.utils INFO DataSource rhel9 already exists and has a source pvc/snapshot. 2026-02-01T15:13:09.625508 conftest INFO Executing class fixture: matrix_rhel_os_vm_from_template 2026-02-01T15:13:09.634208 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-02-01T15:13:09.650550 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2026-02-01T15:13:09.651051 ocp_resources.resource INFO kind: VirtualMachine api version: kubevirt.io/v1 2026-02-01T15:13:09.652054 ocp_resources.resource INFO kind: Template api version: template.openshift.io/v1 --------------------------------------------------------- CALL --------------------------------------------------------- 2026-02-01T15:13:09.651870 test_rhel_os_support INFO Create VM from template. 2026-02-01T15:13:09.670866 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-02-01T15:13:09.670497 utilities.virt INFO Get VM credentials from cloud-init 2026-02-01T15:13:09.762617 ocp_resources VirtualMachine INFO Create VirtualMachine rhel-9-6-1769958789-6509235 2026-02-01T15:13:09.762951 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-1769958789-6509235', '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-1769958789-6509235'}, 'spec': {'dataVolumeTemplates': [{'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'name': 'rhel9-1769958789-6336927'}, '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-1769958789-6509235', 'kubevirt.io/size': 'tiny', 'kubevirt.io/vm': 'rhel-9-6-1769958789-6509235', '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-1769958789-6336927'}, 'name': 'rootdisk'}, {'cloudInitNoCloud': {'userData': '*******'}, 'name': 'cloudinitdisk'}]}}}} 2026-02-01T15:13:09.816391 ocp_resources VirtualMachine INFO Wait until VirtualMachine rhel-9-6-1769958789-6509235 is created 2026-02-01T15:13:09.816731 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait.lambda: self.exists) 2026-02-01T15:13:09.825504 timeout_sampler INFO Elapsed time: 0.00011897087097167969 [0:00:00.000119] . TEST: TestCommonTemplatesRhel.test_create_vm[#rhel-9-6#] STATUS: PASSED _ 15 of 22 completed, 14 Pass, 0 Fail, 0 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py 2026-02-01 15:13:09,830 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 15:13:09,830 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-02-01 15:13:09,830 INFO sqlalchemy.engine.Engine [raw sql] () ------------------------------------------------------- TEARDOWN ------------------------------------------------------- 2026-02-01T15:13:09.830376 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01T15:13:09.830649 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-02-01T15:13:09.830799 sqlalchemy.engine.Engine INFO [raw sql] () 2026-02-01 15:13:09,831 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01 15:13:09,832 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 15:13:09,832 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01T15:13:09.831651 sqlalchemy.engine.Engine INFO COMMIT 2026-02-01T15:13:09.832216 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01 15:13:09,833 INFO sqlalchemy.engine.Engine [generated in 0.00045s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_start_vm[#rhel-9-6#]', 1769958789) 2026-02-01T15:13:09.832932 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01T15:13:09.833322 sqlalchemy.engine.Engine INFO [generated in 0.00045s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_start_vm[#rhel-9-6#]', 1769958789) 2026-02-01 15:13:09,834 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01T15:13:09.834317 sqlalchemy.engine.Engine INFO COMMIT ---------------------------------------------- test_start_vm[#rhel-9-6#] ---------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-02-01T15:13:09.852601 conftest INFO Executing function fixture: term_handler_scope_function 2026-02-01T15:13:09.853022 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- 2026-02-01T15:13:09.925530 timeout_sampler INFO Waiting for 5 seconds [0:00:05], retry every 1 seconds. (Function: utilities.virt..lambda: vm.instance.get) 2026-02-01T15:13:09.937793 timeout_sampler INFO Elapsed time: 0.00020623207092285156 [0:00:00.000206] 2026-02-01T15:13:09.943444 utilities.virt INFO VM rhel-9-6-1769958789-6509235 status before dv check: Stopped 2026-02-01T15:13:09.943583 utilities.virt INFO Volume(s) in VM spec: ['rhel9-1769958789-6336927']  2026-02-01T15:13:09.962445 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2026-02-01T15:13:09.962607 ocp_resources DataVolume INFO Wait DV success for 1800 seconds 2026-02-01T15:13:09.962788 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-02-01T15:13:19.988895 timeout_sampler INFO Elapsed time: 10.01800012588501 [0:00:10.018000] 2026-02-01T15:13:19.989146 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-02-01T15:13:19.994367 timeout_sampler INFO Elapsed time: 0.0001423358917236328 [0:00:00.000142] 2026-02-01T15:13:19.994559 ocp_resources PersistentVolumeClaim INFO Wait for PersistentVolumeClaim rhel9-1769958789-6336927 status to be Bound 2026-02-01T15:13:19.994800 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-02-01T15:13:19.999531 ocp_resources PersistentVolumeClaim INFO Status of PersistentVolumeClaim rhel9-1769958789-6336927 is Bound 2026-02-01T15:13:19.999718 timeout_sampler INFO Elapsed time: 9.5367431640625e-05 [0:00:00.000095] 2026-02-01T15:13:19.999839 timeout_sampler INFO Waiting for 5 seconds [0:00:05], retry every 1 seconds. (Function: utilities.virt..lambda: vm.instance.get) 2026-02-01T15:13:20.011163 timeout_sampler INFO Elapsed time: 7.605552673339844e-05 [0:00:00.000076] 2026-02-01T15:13:20.011402 ocp_resources.resource INFO kind: VirtualMachineInstance api version: kubevirt.io/v1 2026-02-01T15:13:20.011493 ocp_resources VirtualMachineInstance INFO Wait for VirtualMachineInstance rhel-9-6-1769958789-6509235 status to be Running 2026-02-01T15:13:20.011684 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-02-01T15:13:20.017405 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance rhel-9-6-1769958789-6509235 is Running 2026-02-01T15:13:20.017601 timeout_sampler INFO Elapsed time: 7.271766662597656e-05 [0:00:00.000073] 2026-02-01T15:13:20.017882 ocp_resources VirtualMachineInstance INFO Wait for VirtualMachineInstance/rhel-9-6-1769958789-6509235's 'AgentConnected' condition to be 'True' 2026-02-01T15:13:20.018315 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-02-01T15:13:20.017788 utilities.virt INFO Wait until guest agent is active on rhel-9-6-1769958789-6509235 2026-02-01T15:13:20.023667 timeout_sampler INFO Elapsed time: 8.177757263183594e-05 [0:00:00.000082] 2026-02-01T15:13:20.023765 timeout_sampler INFO Waiting for 719.9945526123047 seconds [0:11:59.994553], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_condition.lambda: self.instance) 2026-02-01T15:13:38.171076 timeout_sampler INFO Elapsed time: 18.14018964767456 [0:00:18.140190] 2026-02-01T15:13:38.171469 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 1 seconds. (Function: utilities.virt..lambda: vmi.instance) 2026-02-01T15:13:38.171297 utilities.virt INFO Wait for rhel-9-6-1769958789-6509235 network interfaces 2026-02-01T15:13:38.177864 timeout_sampler INFO Elapsed time: 0.00021886825561523438 [0:00:00.000219] 2026-02-01T15:13:38.178022 utilities.virt INFO Wait for rhel-9-6-1769958789-6509235 SSH connectivity. 2026-02-01T15:13:38.178137 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/rhel-9-6-1769958789-6509235/cluster-common-templates-rhel-test-rhel-os-support 22' cloud-user@rhel-9-6-1769958789-6509235 2026-02-01T15:13:38.243381 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-02-01T15:13:38.243561 Host INFO [rhel-9-6-1769958789-6509235] Executing command exit 2026-02-01T15:13:53.285067 paramiko.transport ERROR Exception (client): Error reading SSH protocol banner 2026-02-01T15:13:53.285964 paramiko.transport ERROR Traceback (most recent call last): 2026-02-01T15:13:53.286093 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/transport.py", line 2363, in _check_banner 2026-02-01T15:13:53.286150 paramiko.transport ERROR buf = self.packetizer.readline(timeout) 2026-02-01T15:13:53.286196 paramiko.transport ERROR ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-01T15:13:53.286235 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/packet.py", line 395, in readline 2026-02-01T15:13:53.286272 paramiko.transport ERROR buf += self._read_timeout(timeout) 2026-02-01T15:13:53.286312 paramiko.transport ERROR ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-01T15:13:53.286350 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/packet.py", line 673, in _read_timeout 2026-02-01T15:13:53.286388 paramiko.transport ERROR raise socket.timeout() 2026-02-01T15:13:53.286439 paramiko.transport ERROR TimeoutError 2026-02-01T15:13:53.286482 paramiko.transport ERROR  2026-02-01T15:13:53.286551 paramiko.transport ERROR During handling of the above exception, another exception occurred: 2026-02-01T15:13:53.286599 paramiko.transport ERROR  2026-02-01T15:13:53.286641 paramiko.transport ERROR Traceback (most recent call last): 2026-02-01T15:13:53.286678 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/transport.py", line 2179, in run 2026-02-01T15:13:53.286716 paramiko.transport ERROR self._check_banner() 2026-02-01T15:13:53.286755 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/paramiko/transport.py", line 2367, in _check_banner 2026-02-01T15:13:53.286792 paramiko.transport ERROR raise SSHException( 2026-02-01T15:13:53.286828 paramiko.transport ERROR paramiko.ssh_exception.SSHException: Error reading SSH protocol banner 2026-02-01T15:13:53.286863 paramiko.transport ERROR  2026-02-01T15:13:58.287601 Host INFO [rhel-9-6-1769958789-6509235] Executing command exit 2026-02-01T15:13:58.390188 paramiko.transport INFO Connected (version 2.0, client OpenSSH_8.7) 2026-02-01T15:13:58.429134 paramiko.transport INFO Authentication (publickey) successful! 2026-02-01T15:13:58.788932 timeout_sampler INFO Elapsed time: 20.04421615600586 [0:00:20.044216] . TEST: TestCommonTemplatesRhel.test_start_vm[#rhel-9-6#] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 16 of 22 completed, 15 Pass, 0 Fail, 0 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py 2026-02-01 15:13:58,793 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 15:13:58,793 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-02-01 15:13:58,793 INFO sqlalchemy.engine.Engine [raw sql] () 2026-02-01T15:13:58.793159 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01T15:13:58.793382 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-02-01 15:13:58,794 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01 15:13:58,794 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01T15:13:58.793493 sqlalchemy.engine.Engine INFO [raw sql] () 2026-02-01 15:13:58,795 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01T15:13:58.794010 sqlalchemy.engine.Engine INFO COMMIT 2026-02-01 15:13:58,795 INFO sqlalchemy.engine.Engine [generated in 0.00032s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_vm_console[#rhel-9-6#]', 1769958838) 2026-02-01T15:13:58.794522 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01T15:13:58.795270 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01T15:13:58.795524 sqlalchemy.engine.Engine INFO [generated in 0.00032s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_vm_console[#rhel-9-6#]', 1769958838) 2026-02-01 15:13:58,796 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01T15:13:58.796174 sqlalchemy.engine.Engine INFO COMMIT 2026-02-01T15:13:58.833846 timeout_sampler INFO Waiting for 300 seconds [0:05:00], retry every 10 seconds. (Function: utilities.console.connect Args: (,)) 2026-02-01T15:13:58.834053 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-1769958789-6509235 -n cluster-common-templates-rhel-test-rhel-os-support', 'timeout': 1500, 'encoding': 'utf-8'}) --------------------------------------------- test_vm_console[#rhel-9-6#] --------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-02-01T15:13:58.832510 conftest INFO Executing function fixture: term_handler_scope_function 2026-02-01T15:13:58.832867 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- 2026-02-01T15:13:58.833713 test_rhel_os_support INFO Verify VM console connection. 2026-02-01T15:13:58.833943 utilities.console INFO Connect to rhel-9-6-1769958789-6509235 console 2026-02-01T15:13:59.326573 timeout_sampler INFO Elapsed time: 0.00011181831359863281 [0:00:00.000112] 2026-02-01T15:13:59.390340 utilities.console INFO rhel-9-6-1769958789-6509235: Using username cloud-user 2026-02-01T15:13:59.471066 utilities.console INFO rhel-9-6-1769958789-6509235: Using password password 2026-02-01T15:13:59.521471 utilities.console INFO rhel-9-6-1769958789-6509235: waiting for terminal prompt '['\\$']' 2026-02-01T15:13:59.655014 timeout_sampler INFO Elapsed time: 0.00011014938354492188 [0:00:00.000110] 2026-02-01T15:13:59.654734 utilities.console INFO rhel-9-6-1769958789-6509235: Got prompt ['\\$'] 2026-02-01T15:13:59.655398 utilities.virt INFO Successfully connected to rhel-9-6-1769958789-6509235 console . TEST: TestCommonTemplatesRhel.test_vm_console[#rhel-9-6#] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 17 of 22 completed, 16 Pass, 0 Fail, 0 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py 2026-02-01 15:14:02,478 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 15:14:02,478 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-02-01 15:14:02,478 INFO sqlalchemy.engine.Engine [raw sql] () 2026-02-01T15:14:02.478087 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01T15:14:02.478448 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-02-01 15:14:02,479 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01 15:14:02,480 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 15:14:02,480 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01 15:14:02,481 INFO sqlalchemy.engine.Engine [generated in 0.00021s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_expose_ssh[#rhel-9-6#]', 1769958842) 2026-02-01T15:14:02.478592 sqlalchemy.engine.Engine INFO [raw sql] () 2026-02-01T15:14:02.479440 sqlalchemy.engine.Engine INFO COMMIT 2026-02-01T15:14:02.480138 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01T15:14:02.480937 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01T15:14:02.481071 sqlalchemy.engine.Engine INFO [generated in 0.00021s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_expose_ssh[#rhel-9-6#]', 1769958842) 2026-02-01 15:14:02,482 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01T15:14:02.482003 sqlalchemy.engine.Engine INFO COMMIT --------------------------------------------- test_expose_ssh[#rhel-9-6#] --------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-02-01T15:14:02.502246 conftest INFO Executing function fixture: term_handler_scope_function 2026-02-01T15:14:02.502563 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- 2026-02-01T15:14:02.503316 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/rhel-9-6-1769958789-6509235/cluster-common-templates-rhel-test-rhel-os-support 22' cloud-user@rhel-9-6-1769958789-6509235 2026-02-01T15:14:02.549528 RemoteExecutor INFO [cloud-user@rhel-9-6-1769958789-6509235//tmp/pytest-6KVdyr87ASUVPWUdSZ9HsX/vm-ssh-key-folder0/vm_ssh_key.key] Check if address is connective via ssh in given timeout 120 2026-02-01T15:14:02.621622 paramiko.transport INFO Connected (version 2.0, client OpenSSH_8.7) 2026-02-01T15:14:02.652395 paramiko.transport INFO Authentication (publickey) successful! . TEST: TestCommonTemplatesRhel.test_expose_ssh[#rhel-9-6#] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 18 of 22 completed, 17 Pass, 0 Fail, 0 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py 2026-02-01 15:14:02,751 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 15:14:02,751 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-02-01 15:14:02,751 INFO sqlalchemy.engine.Engine [raw sql] () 2026-02-01T15:14:02.751233 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01 15:14:02,752 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01 15:14:02,752 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 15:14:02,753 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01T15:14:02.751450 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-02-01 15:14:02,753 INFO sqlalchemy.engine.Engine [generated in 0.00029s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_vmi_guest_agent_exists[#rhel-9-6#]', 1769958842) 2026-02-01T15:14:02.751554 sqlalchemy.engine.Engine INFO [raw sql] () 2026-02-01T15:14:02.752110 sqlalchemy.engine.Engine INFO COMMIT 2026-02-01T15:14:02.752549 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01T15:14:02.753052 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01 15:14:02,753 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01T15:14:02.753267 sqlalchemy.engine.Engine INFO [generated in 0.00029s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_vmi_guest_agent_exists[#rhel-9-6#]', 1769958842) 2026-02-01T15:14:02.753844 sqlalchemy.engine.Engine INFO COMMIT --------------------------------------- test_vmi_guest_agent_exists[#rhel-9-6#] --------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-02-01T15:14:02.763515 conftest INFO Executing function fixture: term_handler_scope_function 2026-02-01T15:14:02.763737 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- 2026-02-01T15:14:02.764415 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/rhel-9-6-1769958789-6509235/cluster-common-templates-rhel-test-rhel-os-support 22' cloud-user@rhel-9-6-1769958789-6509235 2026-02-01T15:14:02.886903 paramiko.transport INFO Connected (version 2.0, client OpenSSH_8.7) 2026-02-01T15:14:02.916524 paramiko.transport INFO Authentication (publickey) successful! 2026-02-01T15:14:03.032759 PackageManagerProxy INFO [rhel-9-6-1769958789-6509235] Using dnf package manager for Host(rhel-9-6-1769958789-6509235) 2026-02-01T15:14:03.033092 DnfPackageManager INFO [rhel-9-6-1769958789-6509235] Check if host Host(rhel-9-6-1769958789-6509235) have qemu-guest-agent package 2026-02-01T15:14:03.033212 DnfPackageManager INFO [rhel-9-6-1769958789-6509235] Execute command 'dnf -q list installed qemu-guest-agent' on host Host(rhel-9-6-1769958789-6509235) 2026-02-01T15:14:03.101754 paramiko.transport INFO Connected (version 2.0, client OpenSSH_8.7) 2026-02-01T15:14:03.131400 paramiko.transport INFO Authentication (publickey) successful! . TEST: TestCommonTemplatesRhel.test_vmi_guest_agent_exists[#rhel-9-6#] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 19 of 22 completed, 18 Pass, 0 Fail, 0 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py 2026-02-01 15:14:04,671 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 15:14:04,671 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-02-01 15:14:04,671 INFO sqlalchemy.engine.Engine [raw sql] () 2026-02-01T15:14:04.671649 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01T15:14:04.671860 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-02-01T15:14:04.671958 sqlalchemy.engine.Engine INFO [raw sql] () 2026-02-01 15:14:04,672 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01 15:14:04,673 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 15:14:04,673 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01 15:14:04,673 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#]', 1769958844) 2026-02-01T15:14:04.672616 sqlalchemy.engine.Engine INFO COMMIT 2026-02-01T15:14:04.673102 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01T15:14:04.673628 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01 15:14:04,674 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01T15:14:04.673741 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#]', 1769958844) 2026-02-01T15:14:04.674448 sqlalchemy.engine.Engine INFO COMMIT --------------------------------------------- test_migrate_vm[#rhel-9-6#] --------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-02-01T15:14:04.684244 conftest INFO Executing function fixture: term_handler_scope_function 2026-02-01T15:14:04.684473 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- 2026-02-01T15:14:04.694449 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-02-01T15:14:04.693252 utilities.virt INFO VMI rhel-9-6-1769958789-6509235 is running on ip-10-0-5-129.us-east-2.compute.internal before migration. 2026-02-01T15:14:04.710600 ocp_resources.resource INFO kind: VirtualMachineInstanceMigration api version: kubevirt.io/v1 2026-02-01T15:14:04.710792 ocp_resources VirtualMachineInstanceMigration INFO Create VirtualMachineInstanceMigration rhel-9-6-1769958789-6509235 2026-02-01T15:14:04.711013 ocp_resources VirtualMachineInstanceMigration INFO Posting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachineInstanceMigration', 'metadata': {'name': 'rhel-9-6-1769958789-6509235', 'namespace': 'cluster-common-templates-rhel-test-rhel-os-support'}, 'spec': {'vmiName': 'rhel-9-6-1769958789-6509235'}} 2026-02-01T15:14:04.753795 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 10 seconds. (Function: utilities.virt..lambda: migration.instance.status.phase) 2026-02-01T15:14:24.771320 timeout_sampler INFO Elapsed time: 20.01189875602722 [0:00:20.011899] 2026-02-01T15:14:24.771502 ocp_resources VirtualMachineInstanceMigration INFO Delete VirtualMachineInstanceMigration rhel-9-6-1769958789-6509235 2026-02-01T15:14:24.780619 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-02-01T15:14:04Z', 'generation': 1, 'labels': {'kubevirt.io/vmi-name': 'rhel-9-6-1769958789-6509235'}, 'managedFields': [{'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'.': {}, 'f:vmiName': {}}}, 'manager': 'OpenAPI-Generator', 'operation': 'Update', 'time': '2026-02-01T15:14:04Z'}, {'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-02-01T15:14:04Z'}, {'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:33225': {}, 'f:34465': {}, 'f:34551': {}}, 'f:targetNode': {}, 'f:targetNodeAddress': {}, 'f:targetNodeDomainDetected': {}, 'f:targetNodeDomainReadyTimestamp': {}, 'f:targetPod': {}}, 'f:phase': {}, 'f:phaseTransitionTimestamps': {}}}, 'manager': 'virt-controller', 'operation': 'Update', 'subresource': 'status', 'time': '2026-02-01T15:14:19Z'}], 'name': 'rhel-9-6-1769958789-6509235', 'namespace': 'cluster-common-templates-rhel-test-rhel-os-support', 'resourceVersion': '91289', 'uid': 'fcb11585-4b66-4bf8-b0ab-9429270d997f'}, 'spec': {'vmiName': 'rhel-9-6-1769958789-6509235'}, 'status': {'migrationState': {'completed': True, 'endTimestamp': '2026-02-01T15:14:18Z', 'migrationConfiguration': {'allowAutoConverge': False, 'allowPostCopy': False, 'allowWorkloadDisruption': False, 'bandwidthPerMigration': '0', 'completionTimeoutPerGiB': 150, 'nodeDrainTaintKey': 'kubevirt.io/drain', 'parallelMigrationsPerCluster': 5, 'parallelOutboundMigrationsPerNode': 2, 'progressTimeout': 150, 'unsafeMigrationOverride': False}, 'migrationUid': 'fcb11585-4b66-4bf8-b0ab-9429270d997f', 'mode': 'PreCopy', 'sourceNode': 'ip-10-0-5-129.us-east-2.compute.internal', 'sourcePod': 'virt-launcher-rhel-9-6-1769958789-6509235-ckfdq', 'startTimestamp': '2026-02-01T15:14:16Z', 'targetDirectMigrationNodePorts': {'33225': 0, '34465': 49153, '34551': 49152}, 'targetNode': 'ip-10-0-110-103.us-east-2.compute.internal', 'targetNodeAddress': '10.131.0.25', 'targetNodeDomainDetected': True, 'targetNodeDomainReadyTimestamp': '2026-02-01T15:14:18Z', 'targetPod': 'virt-launcher-rhel-9-6-1769958789-6509235-jcnj8'}, 'phase': 'Succeeded', 'phaseTransitionTimestamps': [{'phase': 'Pending', 'phaseTransitionTimestamp': '2026-02-01T15:14:04Z'}, {'phase': 'Scheduling', 'phaseTransitionTimestamp': '2026-02-01T15:14:04Z'}, {'phase': 'Scheduled', 'phaseTransitionTimestamp': '2026-02-01T15:14:16Z'}, {'phase': 'PreparingTarget', 'phaseTransitionTimestamp': '2026-02-01T15:14:16Z'}, {'phase': 'TargetReady', 'phaseTransitionTimestamp': '2026-02-01T15:14:16Z'}, {'phase': 'Running', 'phaseTransitionTimestamp': '2026-02-01T15:14:16Z'}, {'phase': 'Succeeded', 'phaseTransitionTimestamp': '2026-02-01T15:14:19Z'}]}} 2026-02-01T15:14:24.793850 ocp_resources VirtualMachineInstanceMigration INFO Wait until VirtualMachineInstanceMigration rhel-9-6-1769958789-6509235 is deleted 2026-02-01T15:14:24.794147 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-02-01T15:14:24.799420 timeout_sampler INFO Elapsed time: 0.00012159347534179688 [0:00:00.000122] 2026-02-01T15:14:24.799641 ocp_resources.resource INFO kind: VirtualMachineInstance api version: kubevirt.io/v1 2026-02-01T15:14:24.813211 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-02-01T15:14:24.813051 utilities.virt INFO Wait until guest agent is active on rhel-9-6-1769958789-6509235 2026-02-01T15:14:24.819285 timeout_sampler INFO Elapsed time: 0.00019979476928710938 [0:00:00.000200] 2026-02-01T15:14:24.819388 timeout_sampler INFO Waiting for 719.993825674057 seconds [0:11:59.993826], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_condition.lambda: self.instance) 2026-02-01T15:14:24.825313 timeout_sampler INFO Elapsed time: 9.751319885253906e-05 [0:00:00.000098] 2026-02-01T15:14:24.825539 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 1 seconds. (Function: utilities.virt..lambda: vmi.instance) 2026-02-01T15:14:24.825414 utilities.virt INFO Wait for rhel-9-6-1769958789-6509235 network interfaces 2026-02-01T15:14:24.832250 timeout_sampler INFO Elapsed time: 8.606910705566406e-05 [0:00:00.000086] 2026-02-01T15:14:24.832423 utilities.virt INFO Wait for rhel-9-6-1769958789-6509235 SSH connectivity. 2026-02-01T15:14:24.832525 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/rhel-9-6-1769958789-6509235/cluster-common-templates-rhel-test-rhel-os-support 22' cloud-user@rhel-9-6-1769958789-6509235 2026-02-01T15:14:24.883704 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-02-01T15:14:24.883908 Host INFO [rhel-9-6-1769958789-6509235] Executing command exit 2026-02-01T15:14:24.954715 paramiko.transport INFO Connected (version 2.0, client OpenSSH_8.7) 2026-02-01T15:14:24.982220 paramiko.transport INFO Authentication (publickey) successful! 2026-02-01T15:14:25.210536 timeout_sampler INFO Elapsed time: 0.00022935867309570312 [0:00:00.000229] 2026-02-01T15:14:25.211180 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-02-01T15:14:25.226594 ocp_resources.resource INFO kind: VirtualMachineInstance api version: kubevirt.io/v1 2026-02-01T15:14:25.268350 ocp_resources Pod INFO Execute ['virsh', 'list', '--persistent'] on virt-launcher-rhel-9-6-1769958789-6509235-jcnj8 (ip-10-0-110-103.us-east-2.compute.internal) . TEST: TestCommonTemplatesRhel.test_migrate_vm[#rhel-9-6#] STATUS: PASSED _ 20 of 22 completed, 19 Pass, 0 Fail, 0 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py ------------------------------------------------------- TEARDOWN ------------------------------------------------------- 2026-02-01 15:14:25,345 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 15:14:25,345 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-02-01 15:14:25,345 INFO sqlalchemy.engine.Engine [raw sql] () 2026-02-01T15:14:25.345378 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01 15:14:25,346 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01T15:14:25.345629 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-02-01 15:14:25,346 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 15:14:25,347 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01 15:14:25,347 INFO sqlalchemy.engine.Engine [generated in 0.00017s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_vm_deletion[#rhel-9-6#]', 1769958865) 2026-02-01T15:14:25.345814 sqlalchemy.engine.Engine INFO [raw sql] () 2026-02-01T15:14:25.346356 sqlalchemy.engine.Engine INFO COMMIT 2026-02-01T15:14:25.346835 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01T15:14:25.347440 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01T15:14:25.347564 sqlalchemy.engine.Engine INFO [generated in 0.00017s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_vm_deletion[#rhel-9-6#]', 1769958865) 2026-02-01 15:14:25,348 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01T15:14:25.348261 sqlalchemy.engine.Engine INFO COMMIT 2026-02-01T15:14:25.358206 ocp_resources VirtualMachine INFO Delete VirtualMachine rhel-9-6-1769958789-6509235 --------------------------------------------- test_vm_deletion[#rhel-9-6#] --------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-02-01T15:14:25.356811 conftest INFO Executing function fixture: term_handler_scope_function 2026-02-01T15:14:25.357271 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- 2026-02-01T15:14:25.376162 ocp_resources VirtualMachine INFO Deleting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachine', 'metadata': {'annotations': {'kubemacpool.io/transaction-timestamp': '2026-02-01T15:13:09.90776766Z', '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-02-01T15:13:09Z', 'finalizers': ['kubevirt.io/virtualMachineControllerFinalize'], 'generation': 2, 'labels': {'app': 'rhel-9-6-1769958789-6509235', '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-02-01T15:13:09Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:runStrategy': {}}}, 'manager': 'virt-api', 'operation': 'Update', 'time': '2026-02-01T15:13:09Z'}, {'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-02-01T15:13:09Z'}, {'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-02-01T15:14:20Z'}], 'name': 'rhel-9-6-1769958789-6509235', 'namespace': 'cluster-common-templates-rhel-test-rhel-os-support', 'resourceVersion': '91310', 'uid': 'fa92210e-17cf-484d-9fa7-a8ada473b490'}, 'spec': {'dataVolumeTemplates': [{'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'creationTimestamp': None, 'name': 'rhel9-1769958789-6336927'}, '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-1769958789-6509235', 'kubevirt.io/size': 'tiny', 'kubevirt.io/vm': 'rhel-9-6-1769958789-6509235'}}, '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:ac:da:27:e6:53', 'masquerade': {}, 'model': 'virtio', 'name': 'default'}], 'rng': {}}, 'features': {'acpi': {}, 'smm': {'enabled': True}}, 'firmware': {'bootloader': {'efi': {}}, 'serial': '8d14c588-0752-4739-96be-8972b40acf21', 'uuid': 'f32d4c36-4279-47fc-a294-a7b90185773f'}, 'machine': {'type': 'pc-q35-rhel9.6.0'}, 'memory': {'guest': '1536Mi'}, 'resources': {}}, 'networks': [{'name': 'default', 'pod': {}}], 'terminationGracePeriodSeconds': 180, 'volumes': [{'dataVolume': {'name': 'rhel9-1769958789-6336927'}, 'name': 'rootdisk'}, {'cloudInitNoCloud': {'userData': '*******'}, 'name': 'cloudinitdisk'}]}}}, 'status': {'conditions': [{'lastProbeTime': None, 'lastTransitionTime': '2026-02-01T15:14:20Z', '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-02-01T15:13:37Z', '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-02-01T15:14:25.427651 ocp_resources VirtualMachine INFO Wait until VirtualMachine rhel-9-6-1769958789-6509235 is deleted 2026-02-01T15:14:25.427997 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-02-01T15:14:29.460759 timeout_sampler INFO Elapsed time: 4.027320861816406 [0:00:04.027321] .2026-02-01T15:14:29.462201 ocp_resources.resource INFO ResourceEdits: Restoring data for resource HyperConverged kubevirt-hyperconverged 2026-02-01T15:14:29.462322 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-02-01T15:14:29.523738 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-02-01T15:14:29.523452 utilities.hco INFO Waiting for 1 CRs managed by HCO to reconcile:  2026-02-01T15:14:29.523650 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-02-01T15:14:39.571778 timeout_sampler INFO Elapsed time: 10.030042171478271 [0:00:10.030042] 2026-02-01T15:14:39.572111 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-02-01T15:14:39.571990 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-02-01T15:15:14.685160 timeout_sampler INFO Elapsed time: 35.09830331802368 [0:00:35.098303] 2026-02-01T15:15:14.685459 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-02-01T15:15:14.685347 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-02-01T15:15:24.729188 timeout_sampler INFO Elapsed time: 10.03167200088501 [0:00:10.031672] 2026-02-01T15:15:24.729568 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-02-01T15:15:24.729396 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-02-01T15:15:34.757872 timeout_sampler INFO Elapsed time: 10.019294500350952 [0:00:10.019295] 2026-02-01T15:15:34.758489 ocp_resources Namespace INFO Delete Namespace cluster-common-templates-rhel-test-rhel-os-support 2026-02-01T15:15:34.766796 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'cluster-common-templates-rhel-test-rhel-os-support', 'uid': '5b814375-8e5b-4cae-99ad-36ddacd94dca', 'resourceVersion': '88929', 'creationTimestamp': '2026-02-01T15:12:04Z', '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,c5', 'openshift.io/sa.scc.supplemental-groups': '1000880000/10000', 'openshift.io/sa.scc.uid-range': '1000880000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'pod-security-admission-label-synchronization-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2026-02-01T15:12:04Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:security.openshift.io/MinimallySufficientPodSecurityStandard': {}}, 'f:labels': {'f:pod-security.kubernetes.io/audit': {}, 'f:pod-security.kubernetes.io/audit-version': {}, 'f:pod-security.kubernetes.io/warn': {}, 'f:pod-security.kubernetes.io/warn-version': {}}}}}, {'manager': 'cluster-policy-controller', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-02-01T15:12:04Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:openshift.io/sa.scc.mcs': {}, 'f:openshift.io/sa.scc.supplemental-groups': {}, 'f:openshift.io/sa.scc.uid-range': {}}}}}, {'manager': 'openshift-apiserver', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-02-01T15:12:04Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:openshift.io/description': {}, 'f:openshift.io/display-name': {}, 'f:openshift.io/requester': {}}, 'f:labels': {'.': {}, 'f:kubernetes.io/metadata.name': {}}}}}, {'manager': 'openshift-controller-manager', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-02-01T15:12:04Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2026-02-01T15:15:34.775958 ocp_resources Namespace INFO Wait until Namespace cluster-common-templates-rhel-test-rhel-os-support is deleted 2026-02-01T15:15:34.776297 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-02-01T15:15:42.820707 timeout_sampler INFO Elapsed time: 8.0394868850708 [0:00:08.039487] _ 21 of 22 completed, 20 Pass, 0 Fail, 0 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/virt/node/general/test_container_disk_vm.py 2026-02-01 15:15:42,824 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 15:15:42,824 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-02-01 15:15:42,824 INFO sqlalchemy.engine.Engine [raw sql] () 2026-02-01T15:15:42.824528 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01 15:15:42,825 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01 15:15:42,826 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01T15:15:42.824775 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-02-01 15:15:42,826 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01 15:15:42,826 INFO sqlalchemy.engine.Engine [generated in 0.00020s] ('/openshift-virtualization-tests/tests/virt/node/general/test_container_disk_vm.py::test_container_disk_vm', 1769958942) 2026-02-01T15:15:42.824900 sqlalchemy.engine.Engine INFO [raw sql] () 2026-02-01T15:15:42.825540 sqlalchemy.engine.Engine INFO COMMIT 2026-02-01T15:15:42.826066 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01T15:15:42.826824 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2026-02-01T15:15:42.826960 sqlalchemy.engine.Engine INFO [generated in 0.00020s] ('/openshift-virtualization-tests/tests/virt/node/general/test_container_disk_vm.py::test_container_disk_vm', 1769958942) 2026-02-01 15:15:42,827 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01T15:15:42.827720 sqlalchemy.engine.Engine INFO COMMIT ------------------------------------------------ test_container_disk_vm ------------------------------------------------ -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-02-01T15:15:42.847954 conftest INFO Executing function fixture: term_handler_scope_function 2026-02-01T15:15:42.848251 conftest INFO Executing class fixture: term_handler_scope_class 2026-02-01T15:15:42.848445 conftest INFO Executing module fixture: term_handler_scope_module 2026-02-01T15:15:42.848731 conftest INFO Executing module fixture: cluster_sanity_scope_module 2026-02-01T15:15:42.854899 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. 2026-02-01T15:15:42.854663 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2026-02-01T15:15:42.854773 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2026-02-01T15:15:42.854839 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2026-02-01T15:15:42.884608 ocp_utilities.infra INFO Verify all nodes are schedulable. 2026-02-01T15:15:42.915518 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2026-02-01T15:15:43.241080 timeout_sampler INFO Elapsed time: 0.00020170211791992188 [0:00:00.000202] 2026-02-01T15:15:43.241454 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-02-01T15:15:43.241316 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-02-01T15:15:53.285156 timeout_sampler INFO Elapsed time: 10.032649040222168 [0:00:10.032649] 2026-02-01T15:15:53.286585 ocp_resources.resource INFO kind: ProjectRequest api version: project.openshift.io/v1 2026-02-01T15:15:53.286967 ocp_resources ProjectRequest INFO Create ProjectRequest node-general-test-container-disk-vm 2026-02-01T15:15:53.285628 conftest INFO Executing function fixture: autouse_fixtures 2026-02-01T15:15:53.287326 ocp_resources ProjectRequest INFO Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'node-general-test-container-disk-vm'}} 2026-02-01T15:15:53.286239 conftest INFO Executing module fixture: namespace 2026-02-01T15:15:53.393894 ocp_resources.resource INFO kind: Project api version: project.openshift.io/v1 2026-02-01T15:15:53.394136 ocp_resources Project INFO Wait for Project node-general-test-container-disk-vm status to be Active 2026-02-01T15:15:53.394416 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-02-01T15:15:53.407482 ocp_resources Project INFO Status of Project node-general-test-container-disk-vm is Active 2026-02-01T15:15:53.407751 timeout_sampler INFO Elapsed time: 0.00012230873107910156 [0:00:00.000122] 2026-02-01T15:15:53.412778 ocp_resources Namespace INFO Wait for Namespace node-general-test-container-disk-vm status to be Active 2026-02-01T15:15:53.413075 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-02-01T15:15:53.416049 ocp_resources Namespace INFO Status of Namespace node-general-test-container-disk-vm is Active 2026-02-01T15:15:53.416271 timeout_sampler INFO Elapsed time: 0.00010752677917480469 [0:00:00.000108] 2026-02-01T15:15:53.416405 ocp_resources.resource INFO ResourceEdits: Updating data for resource Namespace node-general-test-container-disk-vm 2026-02-01T15:15:53.416507 ocp_resources Namespace INFO Update Namespace node-general-test-container-disk-vm: {'metadata': {'labels': None, 'name': 'node-general-test-container-disk-vm'}} --------------------------------------------------------- CALL --------------------------------------------------------- 2026-02-01T15:15:53.432384 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-02-01T15:15:53.507103 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/tmpxywpbf7i-cnv-tests-pull-secret/pull-secrets.json'}) 2026-02-01T15:15:53.507410 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/tmpxywpbf7i-cnv-tests-pull-secret/pull-secrets.json command 2026-02-01T15:15:54.150611 timeout_sampler INFO Elapsed time: 0.00022935867309570312 [0:00:00.000229] 2026-02-01T15:15:54.154670 ocp_resources.resource INFO kind: VirtualMachine api version: kubevirt.io/v1 2026-02-01T15:15:54.197748 ocp_resources VirtualMachine INFO Create VirtualMachine container-disk-vm-1769958954-1545203 2026-02-01T15:15:54.198047 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-1769958954-1545203'}, 'spec': {'template': {'metadata': {'creationTimestamp': None, 'labels': {'kubevirt.io/vm': 'container-disk-vm-1769958954-1545203', 'kubevirt.io/domain': 'container-disk-vm-1769958954-1545203', '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-02-01T15:15:54.311069 timeout_sampler INFO Waiting for 5 seconds [0:00:05], retry every 1 seconds. (Function: utilities.virt..lambda: vm.instance.get) 2026-02-01T15:15:54.326903 timeout_sampler INFO Elapsed time: 0.00023508071899414062 [0:00:00.000235] 2026-02-01T15:15:54.327216 ocp_resources.resource INFO kind: VirtualMachineInstance api version: kubevirt.io/v1 2026-02-01T15:15:54.327309 ocp_resources VirtualMachineInstance INFO Wait for VirtualMachineInstance container-disk-vm-1769958954-1545203 status to be Running 2026-02-01T15:15:54.327549 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-02-01T15:15:55.341544 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance container-disk-vm-1769958954-1545203 is Scheduling 2026-02-01T15:16:48.697285 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance container-disk-vm-1769958954-1545203 is Scheduled 2026-02-01T15:16:51.720668 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance container-disk-vm-1769958954-1545203 is Running 2026-02-01T15:16:51.720911 timeout_sampler INFO Elapsed time: 57.384742736816406 [0:00:57.384743] 2026-02-01T15:16:51.721270 ocp_resources VirtualMachineInstance INFO Wait for VirtualMachineInstance/container-disk-vm-1769958954-1545203's 'AgentConnected' condition to be 'True' 2026-02-01T15:16:51.721660 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-02-01T15:16:51.721166 utilities.virt INFO Wait until guest agent is active on container-disk-vm-1769958954-1545203 2026-02-01T15:16:51.727306 timeout_sampler INFO Elapsed time: 9.655952453613281e-05 [0:00:00.000097] 2026-02-01T15:16:51.727402 timeout_sampler INFO Waiting for 719.9942467212677 seconds [0:11:59.994247], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_condition.lambda: self.instance) 2026-02-01T15:17:14.885046 timeout_sampler INFO Elapsed time: 23.150935649871826 [0:00:23.150936] 2026-02-01T15:17:14.885363 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 1 seconds. (Function: utilities.virt..lambda: vmi.instance) 2026-02-01T15:17:14.885226 utilities.virt INFO Wait for container-disk-vm-1769958954-1545203 network interfaces 2026-02-01T15:17:14.890900 timeout_sampler INFO Elapsed time: 8.726119995117188e-05 [0:00:00.000087] 2026-02-01T15:17:14.891044 utilities.virt INFO Wait for container-disk-vm-1769958954-1545203 SSH connectivity. 2026-02-01T15:17:14.891145 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/container-disk-vm-1769958954-1545203/node-general-test-container-disk-vm 22' fedora@container-disk-vm-1769958954-1545203 2026-02-01T15:17:14.979100 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-02-01T15:17:14.979287 Host INFO [container-disk-vm-1769958954-1545203] Executing command exit 2026-02-01T15:17:15.196619 paramiko.transport INFO Connected (version 2.0, client OpenSSH_9.8) 2026-02-01T15:17:15.270590 paramiko.transport INFO Authentication (publickey) successful! 2026-02-01T15:17:15.592587 timeout_sampler INFO Elapsed time: 0.0002205371856689453 [0:00:00.000221] 2026-02-01T15:17:15.637877 ocp_resources VirtualMachine INFO Wait for VirtualMachine container-disk-vm-1769958954-1545203 status to be None 2026-02-01T15:17:15.638241 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-1769958954-1545203', 'namespace': 'node-general-test-container-disk-vm'}) 2026-02-01T15:17:16.661083 timeout_sampler INFO Elapsed time: 1.0115110874176025 [0:00:01.011511] 2026-02-01T15:17:16.661404 ocp_resources VirtualMachineInstance INFO Wait until VirtualMachineInstance container-disk-vm-1769958954-1545203 is deleted 2026-02-01T15:17:16.661584 timeout_sampler INFO Waiting for 480 seconds [0:08:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-02-01T15:17:20.698645 timeout_sampler INFO Elapsed time: 4.029270648956299 [0:00:04.029271] 2026-02-01T15:17:20.698868 ocp_resources VirtualMachine INFO Delete VirtualMachine container-disk-vm-1769958954-1545203 2026-02-01T15:17:20.717104 ocp_resources VirtualMachine INFO Deleting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachine', 'metadata': {'annotations': {'kubemacpool.io/transaction-timestamp': '2026-02-01T15:17:15.621527937Z', 'kubevirt.io/latest-observed-api-version': 'v1', 'kubevirt.io/storage-observed-api-version': 'v1'}, 'creationTimestamp': '2026-02-01T15:15:54Z', '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-02-01T15:15:54Z'}, {'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-02-01T15:15:54Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:runStrategy': {}}}, 'manager': 'virt-api', 'operation': 'Update', 'time': '2026-02-01T15:17:15Z'}, {'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-02-01T15:17:20Z'}], 'name': 'container-disk-vm-1769958954-1545203', 'namespace': 'node-general-test-container-disk-vm', 'resourceVersion': '94881', 'uid': '34193c25-b662-4938-a03a-d542925f2a8f'}, 'spec': {'runStrategy': 'Halted', 'template': {'metadata': {'creationTimestamp': None, 'labels': {'debugLogs': 'true', 'kubevirt.io/domain': 'container-disk-vm-1769958954-1545203', 'kubevirt.io/vm': 'container-disk-vm-1769958954-1545203'}}, 'spec': {'architecture': 'amd64', 'domain': {'cpu': {'cores': 1}, 'devices': {'disks': [{'disk': {'bus': 'virtio'}, 'name': 'containerdisk'}, {'disk': {'bus': 'virtio'}, 'name': 'cloudinitdisk'}], 'interfaces': [{'macAddress': '02:ac:da:27:e6:54', 'masquerade': {}, 'name': 'default'}], 'rng': {}}, 'firmware': {'serial': 'b10b53cc-ea3f-4bf6-83ac-afd71aa91596', 'uuid': '52ad0e6c-8577-4023-8e93-935112083a12'}, '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-02-01T15:17:20Z', 'lastTransitionTime': '2026-02-01T15:17:20Z', '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-02-01T15:17:20.756863 ocp_resources VirtualMachine INFO Wait until VirtualMachine container-disk-vm-1769958954-1545203 is deleted 2026-02-01T15:17:20.757164 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-02-01T15:17:21.768039 timeout_sampler INFO Elapsed time: 1.005258560180664 [0:00:01.005259] .2026-02-01T15:17:21.768932 ocp_resources Namespace INFO Delete Namespace node-general-test-container-disk-vm TEST: test_container_disk_vm STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- 2026-02-01T15:17:21.779024 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'node-general-test-container-disk-vm', 'uid': '96b262a7-bac3-4886-938d-ad8beb7e9081', 'resourceVersion': '93460', 'creationTimestamp': '2026-02-01T15:15:53Z', '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,c15', 'openshift.io/sa.scc.supplemental-groups': '1000900000/10000', 'openshift.io/sa.scc.uid-range': '1000900000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'pod-security-admission-label-synchronization-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2026-02-01T15:15:53Z', '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-02-01T15:15:53Z', '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-02-01T15:15:53Z', '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-02-01T15:15:53Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2026-02-01T15:17:21.789433 ocp_resources Namespace INFO Wait until Namespace node-general-test-container-disk-vm is deleted 2026-02-01T15:17:21.789673 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-02-01T15:17:29.840187 timeout_sampler INFO Elapsed time: 8.04593539237976 [0:00:08.045935] 2026-02-01T15:17:29.841153 ocp_resources Service INFO Delete Service internal-http 2026-02-01T15:17:29.880349 ocp_resources Service INFO Deleting {'kind': 'Service', 'apiVersion': 'v1', 'metadata': {'name': 'internal-http', 'namespace': 'cnv-tests-utilities', 'uid': '6211d0b0-c66f-4342-918a-6382031e34a9', 'resourceVersion': '84840', 'creationTimestamp': '2026-02-01T15:08:43Z', 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-02-01T15:08:43Z', '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.171.111', 'clusterIPs': ['172.30.171.111'], 'type': 'ClusterIP', 'sessionAffinity': 'None', 'ipFamilies': ['IPv4'], 'ipFamilyPolicy': 'SingleStack', 'internalTrafficPolicy': 'Cluster'}, 'status': {'loadBalancer': {}}} 2026-02-01T15:17:29.933765 ocp_resources Service INFO Wait until Service internal-http is deleted 2026-02-01T15:17:29.934102 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-02-01T15:17:29.944540 timeout_sampler INFO Elapsed time: 9.942054748535156e-05 [0:00:00.000099] 2026-02-01T15:17:29.944944 ocp_resources Deployment INFO Delete Deployment internal-http 2026-02-01T15:17:29.977741 ocp_resources Deployment INFO Deleting {'kind': 'Deployment', 'apiVersion': 'apps/v1', 'metadata': {'name': 'internal-http', 'namespace': 'cnv-tests-utilities', 'uid': '9608b1bf-731c-455e-bdc8-900aad18d1a5', 'resourceVersion': '84836', 'generation': 1, 'creationTimestamp': '2026-02-01T15:07:39Z', 'annotations': {'deployment.kubernetes.io/revision': '1'}, 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'apps/v1', 'time': '2026-02-01T15:07:39Z', '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-02-01T15:08:43Z', '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-02-01T15:08:43Z', 'lastTransitionTime': '2026-02-01T15:08:43Z', 'reason': 'MinimumReplicasAvailable', 'message': 'Deployment has minimum availability.'}, {'type': 'Progressing', 'status': 'True', 'lastUpdateTime': '2026-02-01T15:08:43Z', 'lastTransitionTime': '2026-02-01T15:07:39Z', 'reason': 'NewReplicaSetAvailable', 'message': 'ReplicaSet "internal-http-7d44d6f8db" has successfully progressed.'}]}} 2026-02-01T15:17:29.994401 ocp_resources Deployment INFO Wait until Deployment internal-http is deleted 2026-02-01T15:17:29.994750 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-02-01T15:17:29.999648 timeout_sampler INFO Elapsed time: 0.00012493133544921875 [0:00:00.000125] 2026-02-01T15:17:30.000943 tests.conftest INFO Remove: /tmp/tmpp1n0ydoi-cnv-tests-kubeconfig/kubeconfig 2026-02-01T15:17:30.001825 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-02-01T15:17:30.001931 ocp_resources OAuth INFO Update OAuth cluster: {'metadata': {'name': 'cluster'}, 'spec': {'identityProviders': None, 'tokenConfig': None}} 2026-02-01T15:17:30.001561 tests.conftest INFO Set: KUBECONFIG=/tmp/kubeconfig-1064297977 2026-02-01T15:17:30.015265 ocp_resources Secret INFO Delete Secret htpass-secret-for-cnv-tests 2026-02-01T15:17:30.049710 ocp_resources Secret INFO Deleting {'kind': 'Secret', 'apiVersion': 'v1', 'metadata': {'name': 'htpass-secret-for-cnv-tests', 'namespace': 'openshift-config', 'uid': '6b8b8145-8c29-4365-a02d-5d14c0530f0b', 'resourceVersion': '69409', 'creationTimestamp': '2026-02-01T14:52:11Z', 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-02-01T14:52:11Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:data': {'.': {}, 'f:htpasswd': {}}, 'f:type': {}}}]}, 'data': '*******', 'type': 'Opaque'} 2026-02-01T15:17:30.064385 ocp_resources Secret INFO Wait until Secret htpass-secret-for-cnv-tests is deleted 2026-02-01T15:17:30.064702 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-02-01T15:17:30.070000 timeout_sampler INFO Elapsed time: 0.0001304149627685547 [0:00:00.000130] 2026-02-01T15:17:30.070561 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-02-01T15:17:30.079185 ocp_resources.resource INFO kind: Deployment api version: apps/v1 2026-02-01T15:17:30.114221 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: tests.conftest..lambda: dp.instance.status.conditions) 2026-02-01T15:17:30.114022 tests.conftest INFO Wait for oauth-openshift -> Type: Progressing -> Reason: ReplicaSetUpdated 2026-02-01T15:17:34.152667 timeout_sampler INFO Elapsed time: 4.030450344085693 [0:00:04.030450] 2026-02-01T15:17:34.152999 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: tests.conftest..lambda: dp.instance.status.conditions) 2026-02-01T15:17:34.152838 tests.conftest INFO Wait for oauth-openshift -> Type: Progressing -> Reason: NewReplicaSetAvailable 2026-02-01T15:18:28.577936 timeout_sampler INFO Elapsed time: 54.416252851486206 [0:00:54.416253] 2026-02-01T15:18:28.582054 ocp_resources DaemonSet INFO Delete DaemonSet utility 2026-02-01T15:18:28.618995 ocp_resources DaemonSet INFO Deleting {'kind': 'DaemonSet', 'apiVersion': 'apps/v1', 'metadata': {'name': 'utility', 'namespace': 'cnv-tests-utilities', 'uid': 'c60a91ed-ecc1-44d0-898e-fdb165858977', 'resourceVersion': '69068', 'generation': 1, 'creationTimestamp': '2026-02-01T14:51:34Z', 'labels': {'cnv-test': 'utility', 'tier': 'node'}, 'annotations': {'deprecated.daemonset.template.generation': '1'}, 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'apps/v1', 'time': '2026-02-01T14:51:34Z', '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-02-01T14:51:49Z', '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-02-01T15:18:28.637894 ocp_resources DaemonSet INFO Wait until DaemonSet utility is deleted 2026-02-01T15:18:28.638192 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-02-01T15:18:30.656761 timeout_sampler INFO Elapsed time: 2.0117390155792236 [0:00:02.011739] 2026-02-01T15:18:30.657249 ocp_resources ServiceAccount INFO Delete ServiceAccount cnv-tests-sa 2026-02-01T15:18:30.675794 ocp_resources ServiceAccount INFO Deleting {'kind': 'ServiceAccount', 'apiVersion': 'v1', 'metadata': {'name': 'cnv-tests-sa', 'namespace': 'cnv-tests-utilities', 'uid': '9fe6980d-f56b-47a2-a4b3-5b1db46584e8', 'resourceVersion': '68732', 'creationTimestamp': '2026-02-01T14:51:32Z', 'annotations': {'openshift.io/internal-registry-pull-secret-ref': 'cnv-tests-sa-dockercfg-qb8jz'}, 'managedFields': [{'manager': 'openshift.io/image-registry-pull-secrets_service-account-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2026-02-01T14:51:33Z', '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-qb8jz"}': {}}}}]}, 'secrets': [{'name': 'cnv-tests-sa-dockercfg-qb8jz'}], 'imagePullSecrets': [{'name': 'cnv-tests-sa-dockercfg-qb8jz'}]} 2026-02-01T15:18:30.685897 ocp_resources ServiceAccount INFO Wait until ServiceAccount cnv-tests-sa is deleted 2026-02-01T15:18:30.686136 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-02-01T15:18:30.690912 timeout_sampler INFO Elapsed time: 8.440017700195312e-05 [0:00:00.000084] 2026-02-01T15:18:30.693550 ocp_resources Namespace INFO Delete Namespace cnv-tests-utilities 2026-02-01T15:18:30.702209 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'cnv-tests-utilities', 'uid': '8c6c5364-15de-49cf-92a2-63e2bc06bc9d', 'resourceVersion': '68688', 'creationTimestamp': '2026-02-01T14:51:30Z', '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-02-01T14:51:30Z', '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-02-01T14:51: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': {}}}}}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2026-02-01T15:18:30.709154 ocp_resources Namespace INFO Wait until Namespace cnv-tests-utilities is deleted 2026-02-01T15:18:30.709377 timeout_sampler INFO Waiting for 360 seconds [0:06:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-02-01T15:18:38.753623 timeout_sampler INFO Elapsed time: 8.040873050689697 [0:00:08.040873] 2026-02-01T15:18:38.797163 ocp_resources.resource INFO Trying to get client via new_client_from_config 2026-02-01T15:18:38.808603 ocp_resources ConfigMap INFO Delete ConfigMap cnv-tests-run-in-progress 2026-02-01T15:18:38.841882 ocp_resources ConfigMap INFO Deleting {'kind': 'ConfigMap', 'apiVersion': 'v1', 'metadata': {'name': 'cnv-tests-run-in-progress', 'namespace': 'cnv-tests-run-in-progress-ns', 'uid': 'ca015c4a-0126-4bb9-888a-8b6086758e8f', 'resourceVersion': '68629', 'creationTimestamp': '2026-02-01T14:51:26Z', 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-02-01T14:51:26Z', '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-02-01T15:18:38.853096 ocp_resources ConfigMap INFO Wait until ConfigMap cnv-tests-run-in-progress is deleted 2026-02-01T15:18:38.853373 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-02-01T15:18:38.858420 timeout_sampler INFO Elapsed time: 0.00012183189392089844 [0:00:00.000122] 2026-02-01T15:18:38.892298 ocp_resources Namespace INFO Delete Namespace cnv-tests-run-in-progress-ns 2026-02-01T15:18:38.897822 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'cnv-tests-run-in-progress-ns', 'uid': '53cf6045-fbd7-4b3f-b9f3-70575024fdcb', 'resourceVersion': '68625', 'creationTimestamp': '2026-02-01T14:51:26Z', '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-02-01T14:51:26Z', '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-02-01T14:51:26Z', '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-02-01T14:51:26Z', '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-02-01T15:18:38.907257 ocp_resources Namespace INFO Wait until Namespace cnv-tests-run-in-progress-ns is deleted 2026-02-01T15:18:38.907439 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2026-02-01T15:18:46.951217 timeout_sampler INFO Elapsed time: 8.039976596832275 [0:00:08.039977] _ 22 of 22 completed, 21 Pass, 0 Fail, 0 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ ==== 21 passed, 2048 deselected, 59 warnings, 1 error in 1640.07s (0:27:20) ==== 2026-02-01 15:18:46,953 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2026-02-01 15:18:46,953 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2026-02-01 15:18:46,953 INFO sqlalchemy.engine.Engine [raw sql] () 2026-02-01T15:18:46.953252 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2026-02-01 15:18:46,954 INFO sqlalchemy.engine.Engine COMMIT 2026-02-01T15:18:46.953484 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2026-02-01T15:18:46.953693 sqlalchemy.engine.Engine INFO [raw sql] () 2026-02-01T15:18:46.954221 sqlalchemy.engine.Engine INFO COMMIT 2026-02-01T15:18:46.954379 conftest INFO Removing database file path /logs/artifacts/cnvtests.db ==================================== ERRORS ==================================== _______ ERROR at setup of test_clone_from_block_to_fs_using_dv_template ________ 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 895, in pytest_runtest_setup 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 164, in pytest_runtest_setup item.session._setupstate.setup(item) File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/runner.py", line 514, in setup col.setup() File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/python.py", line 1674, in setup self._request._fillfixtures() File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/fixtures.py", line 720, in _fillfixtures item.funcargs[argname] = self.getfixturevalue(argname) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/fixtures.py", line 549, in getfixturevalue fixturedef = self._get_active_fixturedef(argname) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/fixtures.py", line 640, in _get_active_fixturedef fixturedef.execute(request=subrequest) File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/fixtures.py", line 1128, in execute result = ihook.pytest_fixture_setup(fixturedef=self, request=request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/pluggy/_callers.py", line 53, in run_old_style_hookwrapper return result.get_result() ^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/pluggy/_result.py", line 103, in get_result raise exc.with_traceback(tb) File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/pluggy/_callers.py", line 38, in run_old_style_hookwrapper res = 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/setuponly.py", line 36, in pytest_fixture_setup 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/fixtures.py", line 1196, in pytest_fixture_setup result = call_fixture_func(fixturefunc, request, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/_pytest/fixtures.py", line 923, in call_fixture_func fixture_result = next(generator) ^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/tests/storage/cdi_clone/conftest.py", line 28, in cirros_dv_with_block_volume_mode yield from create_cirros_dv( File "/openshift-virtualization-tests/tests/storage/utils.py", line 399, in create_cirros_dv dv.wait_for_dv_success() File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/ocp_resources/datavolume.py", line 341, in wait_for_dv_success for sample in TimeoutSampler( ^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.12/site-packages/timeout_sampler/__init__.py", line 179, in __iter__ raise TimeoutExpiredError(self._get_exception_log(exp=last_exp), last_exp=last_exp) timeout_sampler.TimeoutExpiredError: Timed Out: 600 Function: ocp_resources.datavolume.wait_for_dv_success.lambda: self.exists Last exception: N/A. =============================== warnings summary =============================== tests/conftest.py:2059 /openshift-virtualization-tests/tests/conftest.py:2059: 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: 6 warnings tests/storage/cdi_import/test_import_http.py: 7 warnings tests/storage/cdi_import/test_import_registry.py: 7 warnings tests/storage/cdi_upload/test_upload_virtctl.py: 4 warnings tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py: 4 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/infrastructure/instance_types/supported_os/test_rhel_os.py::TestVMCreationAndValidation::test_vm_console[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] 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=562) is multi-threaded, use of forkpty() may lead to deadlocks in the child. pid, fd = os.forkpty() 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() -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ------------ generated xml file: /logs/artifacts/junit_results.xml ------------- ---------- Generated html report: file:///logs/artifacts/report.html ----------- =========================== short test summary info ============================ ERROR tests/storage/cdi_clone/test_clone.py::test_clone_from_block_to_fs_using_dv_template - timeout_sampler.TimeoutExpiredError: Timed Out: 600 Function: ocp_resources.datavolume.wait_for_dv_success.lambda: self.exists Last exception: N/A. ==== 21 passed, 2048 deselected, 61 warnings, 1 error in 1640.11s (0:27:20) ==== 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=1769 + local execution_time=1769 + local debug_threshold=1200 + local hco_namespace=openshift-cnv + [[ 1769 -lt 1200 ]] + [[ 1 -ne 0 ]] + echo + echo -------------------------------------------------------- -------------------------------------------------------- + echo ' SCRIPT EXITED PREMATURELY (runtime: 1769s) ' SCRIPT EXITED PREMATURELY (runtime: 1769s) + 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-02-01T15:18:49.013732616Z 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: 3a09aa9d-4053-44ea-b234-99d5afd4b21b ClientVersion: 4.20.12 ClusterVersion: Stable at "4.20.0-0.nightly-2026-01-30-225120" ClusterOperators: All healthy and stable [must-gather ] OUT 2026-02-01T15:18:49.0594287Z namespace/openshift-must-gather-wsdgx created [must-gather ] OUT 2026-02-01T15:18:49.069992976Z clusterrolebinding.rbac.authorization.k8s.io/must-gather-pv8tq created [must-gather ] OUT 2026-02-01T15:18:49.112401447Z pod for plug-in image registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:cb51501b85b3734f42c933d8a6e20dd4312c426e0c34175ac83c86af789b8878 created [must-gather-8bcml] POD 2026-02-01T15:18:50.011065284Z [disk usage checker] Started [must-gather-8bcml] POD 2026-02-01T15:18:50.016195499Z [disk usage checker] Volume usage percentage: current = 21 ; allowed = 70 [must-gather-8bcml] POD 2026-02-01T15:18:50.020639709Z running gather_apiservices [must-gather-8bcml] POD 2026-02-01T15:18:50.022975632Z +++ dirname -- /usr/bin/gather_apiservices [must-gather-8bcml] POD 2026-02-01T15:18:50.025165111Z ++ cd -- /usr/bin [must-gather-8bcml] POD 2026-02-01T15:18:50.025231323Z ++ pwd [must-gather-8bcml] POD 2026-02-01T15:18:50.025465228Z + DIR_NAME=/usr/bin [must-gather-8bcml] POD 2026-02-01T15:18:50.025502079Z + source /usr/bin/common.sh [must-gather-8bcml] POD 2026-02-01T15:18:50.026131683Z ++++ dirname -- /usr/bin/common.sh [must-gather-8bcml] POD 2026-02-01T15:18:50.027714228Z +++ cd -- /usr/bin [must-gather-8bcml] POD 2026-02-01T15:18:50.030655575Z +++ pwd [must-gather-8bcml] POD 2026-02-01T15:18:50.030655575Z ++ DIR_NAME=/usr/bin [must-gather-8bcml] POD 2026-02-01T15:18:50.030655575Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-8bcml] POD 2026-02-01T15:18:50.030655575Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-8bcml] POD 2026-02-01T15:18:50.030655575Z ++ export PROS=5 [must-gather-8bcml] POD 2026-02-01T15:18:50.030655575Z ++ PROS=5 [must-gather-8bcml] POD 2026-02-01T15:18:50.030655575Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8bcml] POD 2026-02-01T15:18:50.030655575Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8bcml] POD 2026-02-01T15:18:50.030655575Z + check_command [must-gather-8bcml] POD 2026-02-01T15:18:50.030655575Z + [[ -z 1 ]] [must-gather-8bcml] POD 2026-02-01T15:18:50.030655575Z ++ /usr/bin/oc get apiservices [must-gather-8bcml] POD 2026-02-01T15:18:50.030655575Z ++ grep kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.034828439Z ++ awk '{ print $1 }' [must-gather-8bcml] POD 2026-02-01T15:18:50.252423334Z + resources='v1.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.252423334Z v1.networkaddonsoperator.network.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.252423334Z v1.subresources.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.252423334Z v1alpha1.aaq.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.252423334Z v1alpha1.clone.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.252423334Z v1alpha1.export.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.252423334Z v1alpha1.migrations.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.252423334Z v1alpha1.networkaddonsoperator.network.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.252423334Z v1alpha1.pool.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.252423334Z v1alpha1.snapshot.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.252423334Z v1alpha3.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.252423334Z v1alpha3.subresources.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.252423334Z v1beta1.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.252423334Z v1beta1.clone.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.252423334Z v1beta1.export.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.252423334Z v1beta1.forklift.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.252423334Z v1beta1.hco.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.252423334Z v1beta1.hostpathprovisioner.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.252423334Z v1beta1.instancetype.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.252423334Z v1beta1.snapshot.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.252423334Z v1beta1.upload.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.252423334Z v1beta2.ssp.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.252423334Z v1beta3.ssp.kubevirt.io' [must-gather-8bcml] POD 2026-02-01T15:18:50.252485976Z + export apiservice_collection_path=/must-gather/apiservices/ [must-gather-8bcml] POD 2026-02-01T15:18:50.252485976Z + apiservice_collection_path=/must-gather/apiservices/ [must-gather-8bcml] POD 2026-02-01T15:18:50.252485976Z + mkdir -p /must-gather/apiservices/ [must-gather-8bcml] POD 2026-02-01T15:18:50.254492331Z + echo 'v1.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.254492331Z v1.networkaddonsoperator.network.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.254492331Z v1.subresources.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.254492331Z v1alpha1.aaq.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.254492331Z v1alpha1.clone.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.254492331Z v1alpha1.export.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.254492331Z v1alpha1.migrations.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.254492331Z v1alpha1.networkaddonsoperator.network.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.254492331Z v1alpha1.pool.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.254492331Z v1alpha1.snapshot.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.254492331Z v1alpha3.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.254492331Z v1alpha3.subresources.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.254492331Z v1beta1.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.254492331Z v1beta1.clone.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.254492331Z v1beta1.export.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.254492331Z v1beta1.forklift.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.254492331Z v1beta1.hco.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.254492331Z v1beta1.hostpathprovisioner.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.254492331Z v1beta1.instancetype.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.254492331Z v1beta1.snapshot.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.254492331Z v1beta1.upload.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.254492331Z v1beta2.ssp.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.254492331Z v1beta3.ssp.kubevirt.io' [must-gather-8bcml] POD 2026-02-01T15:18:50.254559692Z + tr ' ' '\n' [must-gather-8bcml] POD 2026-02-01T15:18:50.254861759Z + 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-8bcml] POD 2026-02-01T15:18:50.255945374Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.256437354Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1.networkaddonsoperator.network.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.257033558Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1.subresources.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.258347888Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.aaq.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.259071324Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.clone.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.564618688Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.export.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.575479643Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.migrations.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.588824503Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.networkaddonsoperator.network.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.595600195Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.pool.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.638514001Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.snapshot.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.856168828Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha3.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.887654306Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha3.subresources.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.906043920Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.917652171Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.clone.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:50.995017792Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.export.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:51.176987686Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.forklift.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:51.276738910Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.hco.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:51.278422598Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.hostpathprovisioner.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:51.291606825Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.instancetype.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:51.400472894Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.snapshot.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:51.526202373Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.upload.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:51.537452686Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta2.ssp.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:51.599097753Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta3.ssp.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:51.813421655Z + exit 0 [must-gather-8bcml] POD 2026-02-01T15:18:51.813744923Z running gather_cdi [must-gather-8bcml] POD 2026-02-01T15:18:51.815795939Z +++ dirname -- /usr/bin/gather_cdi [must-gather-8bcml] POD 2026-02-01T15:18:51.817287602Z ++ cd -- /usr/bin [must-gather-8bcml] POD 2026-02-01T15:18:51.817370454Z ++ pwd [must-gather-8bcml] POD 2026-02-01T15:18:51.817589249Z + DIR_NAME=/usr/bin [must-gather-8bcml] POD 2026-02-01T15:18:51.817612239Z + source /usr/bin/common.sh [must-gather-8bcml] POD 2026-02-01T15:18:51.818231513Z ++++ dirname -- /usr/bin/common.sh [must-gather-8bcml] POD 2026-02-01T15:18:51.819588544Z +++ cd -- /usr/bin [must-gather-8bcml] POD 2026-02-01T15:18:51.819665236Z +++ pwd [must-gather-8bcml] POD 2026-02-01T15:18:51.819857930Z ++ DIR_NAME=/usr/bin [must-gather-8bcml] POD 2026-02-01T15:18:51.819884441Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-8bcml] POD 2026-02-01T15:18:51.819884441Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-8bcml] POD 2026-02-01T15:18:51.819897711Z ++ export PROS=5 [must-gather-8bcml] POD 2026-02-01T15:18:51.819897711Z ++ PROS=5 [must-gather-8bcml] POD 2026-02-01T15:18:51.819911261Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8bcml] POD 2026-02-01T15:18:51.819911261Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8bcml] POD 2026-02-01T15:18:51.820032814Z + check_command [must-gather-8bcml] POD 2026-02-01T15:18:51.820032814Z + [[ -z 1 ]] [must-gather-8bcml] POD 2026-02-01T15:18:51.820055045Z + get_log_collection_args [must-gather-8bcml] POD 2026-02-01T15:18:51.820055045Z + log_collection_args= [must-gather-8bcml] POD 2026-02-01T15:18:51.820067985Z + '[' -n '' ']' [must-gather-8bcml] POD 2026-02-01T15:18:51.820079265Z + '[' -n '' ']' [must-gather-8bcml] POD 2026-02-01T15:18:51.820079265Z + node_log_collection_args= [must-gather-8bcml] POD 2026-02-01T15:18:51.820092926Z + '[' -n '' ']' [must-gather-8bcml] POD 2026-02-01T15:18:51.820092926Z + '[' -n '' ']' [must-gather-8bcml] POD 2026-02-01T15:18:51.820104216Z + export log_collection_args [must-gather-8bcml] POD 2026-02-01T15:18:51.820104216Z + export node_log_collection_args [must-gather-8bcml] POD 2026-02-01T15:18:51.820230709Z + export -f gather_cdi_pod [must-gather-8bcml] POD 2026-02-01T15:18:51.820848262Z ++ oc get pods -l cdi.kubevirt.io --no-headers -A [must-gather-8bcml] POD 2026-02-01T15:18:51.820920324Z ++ awk '{print $1 "_" $2}' [must-gather-8bcml] POD 2026-02-01T15:18:51.926677113Z + cdi_pods='openshift-cnv_cdi-apiserver-5b6dc84b97-cq6qb [must-gather-8bcml] POD 2026-02-01T15:18:51.926677113Z openshift-cnv_cdi-deployment-898b96c5d-zlszl [must-gather-8bcml] POD 2026-02-01T15:18:51.926677113Z openshift-cnv_cdi-operator-7dbc78c4dd-p8gck [must-gather-8bcml] POD 2026-02-01T15:18:51.926677113Z openshift-cnv_cdi-uploadproxy-5987c9ddc8-ft2qz' [must-gather-8bcml] POD 2026-02-01T15:18:51.926982050Z + echo 'openshift-cnv_cdi-apiserver-5b6dc84b97-cq6qb [must-gather-8bcml] POD 2026-02-01T15:18:51.926982050Z openshift-cnv_cdi-deployment-898b96c5d-zlszl [must-gather-8bcml] POD 2026-02-01T15:18:51.926982050Z openshift-cnv_cdi-operator-7dbc78c4dd-p8gck [must-gather-8bcml] POD 2026-02-01T15:18:51.926982050Z openshift-cnv_cdi-uploadproxy-5987c9ddc8-ft2qz' [must-gather-8bcml] POD 2026-02-01T15:18:51.927165544Z + tr ' ' '\n' [must-gather-8bcml] POD 2026-02-01T15:18:51.927340488Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'gather_cdi_pod $1' -- '{}' [must-gather-8bcml] POD 2026-02-01T15:18:51.928799671Z sh -c 'gather_cdi_pod $1' -- openshift-cnv_cdi-apiserver-5b6dc84b97-cq6qb [must-gather-8bcml] POD 2026-02-01T15:18:51.929256782Z sh -c 'gather_cdi_pod $1' -- openshift-cnv_cdi-deployment-898b96c5d-zlszl [must-gather-8bcml] POD 2026-02-01T15:18:51.929853285Z sh -c 'gather_cdi_pod $1' -- openshift-cnv_cdi-operator-7dbc78c4dd-p8gck [must-gather-8bcml] POD 2026-02-01T15:18:51.930620292Z sh -c 'gather_cdi_pod $1' -- openshift-cnv_cdi-uploadproxy-5987c9ddc8-ft2qz [must-gather-8bcml] POD 2026-02-01T15:18:51.937052097Z NS: openshift-cnv, POD: cdi-apiserver-5b6dc84b97-cq6qb [must-gather-8bcml] POD 2026-02-01T15:18:51.939074982Z NS: openshift-cnv, POD: cdi-deployment-898b96c5d-zlszl [must-gather-8bcml] POD 2026-02-01T15:18:51.939353159Z NS: openshift-cnv, POD: cdi-operator-7dbc78c4dd-p8gck [must-gather-8bcml] POD 2026-02-01T15:18:51.941204930Z NS: openshift-cnv, POD: cdi-uploadproxy-5987c9ddc8-ft2qz [must-gather-8bcml] POD 2026-02-01T15:18:52.248093095Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:52.270897338Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:52.272585346Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:52.302739754Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:52.847528422Z + export -f gather_pvc [must-gather-8bcml] POD 2026-02-01T15:18:52.848196557Z ++ oc get pvc --no-headers -A [must-gather-8bcml] POD 2026-02-01T15:18:52.848336950Z ++ awk '{print $1 "_" $2}' [must-gather-8bcml] POD 2026-02-01T15:18:52.957438275Z + pvcs='openshift-monitoring_prometheus-data-prometheus-k8s-0 [must-gather-8bcml] POD 2026-02-01T15:18:52.957438275Z openshift-monitoring_prometheus-data-prometheus-k8s-1 [must-gather-8bcml] POD 2026-02-01T15:18:52.957438275Z openshift-storage_noobaa-db-pg-cluster-1 [must-gather-8bcml] POD 2026-02-01T15:18:52.957438275Z openshift-storage_noobaa-db-pg-cluster-2 [must-gather-8bcml] POD 2026-02-01T15:18:52.957438275Z openshift-storage_ocs-deviceset-0-data-0ng5mq [must-gather-8bcml] POD 2026-02-01T15:18:52.957438275Z openshift-storage_ocs-deviceset-1-data-0clnpt [must-gather-8bcml] POD 2026-02-01T15:18:52.957438275Z openshift-storage_ocs-deviceset-2-data-02tdkp [must-gather-8bcml] POD 2026-02-01T15:18:52.957438275Z openshift-storage_rook-ceph-mon-a [must-gather-8bcml] POD 2026-02-01T15:18:52.957438275Z openshift-storage_rook-ceph-mon-b [must-gather-8bcml] POD 2026-02-01T15:18:52.957438275Z openshift-storage_rook-ceph-mon-c' [must-gather-8bcml] POD 2026-02-01T15:18:52.957777412Z + echo 'openshift-monitoring_prometheus-data-prometheus-k8s-0 [must-gather-8bcml] POD 2026-02-01T15:18:52.957777412Z openshift-monitoring_prometheus-data-prometheus-k8s-1 [must-gather-8bcml] POD 2026-02-01T15:18:52.957777412Z openshift-storage_noobaa-db-pg-cluster-1 [must-gather-8bcml] POD 2026-02-01T15:18:52.957777412Z openshift-storage_noobaa-db-pg-cluster-2 [must-gather-8bcml] POD 2026-02-01T15:18:52.957777412Z openshift-storage_ocs-deviceset-0-data-0ng5mq [must-gather-8bcml] POD 2026-02-01T15:18:52.957777412Z openshift-storage_ocs-deviceset-1-data-0clnpt [must-gather-8bcml] POD 2026-02-01T15:18:52.957777412Z openshift-storage_ocs-deviceset-2-data-02tdkp [must-gather-8bcml] POD 2026-02-01T15:18:52.957777412Z openshift-storage_rook-ceph-mon-a [must-gather-8bcml] POD 2026-02-01T15:18:52.957777412Z openshift-storage_rook-ceph-mon-b [must-gather-8bcml] POD 2026-02-01T15:18:52.957830613Z openshift-storage_rook-ceph-mon-c' [must-gather-8bcml] POD 2026-02-01T15:18:52.958072669Z + tr ' ' '\n' [must-gather-8bcml] POD 2026-02-01T15:18:52.958218602Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'gather_pvc $1' -- '{}' [must-gather-8bcml] POD 2026-02-01T15:18:52.959572563Z sh -c 'gather_pvc $1' -- openshift-monitoring_prometheus-data-prometheus-k8s-0 [must-gather-8bcml] POD 2026-02-01T15:18:52.960129345Z sh -c 'gather_pvc $1' -- openshift-monitoring_prometheus-data-prometheus-k8s-1 [must-gather-8bcml] POD 2026-02-01T15:18:52.960621386Z sh -c 'gather_pvc $1' -- openshift-storage_noobaa-db-pg-cluster-1 [must-gather-8bcml] POD 2026-02-01T15:18:52.961257381Z sh -c 'gather_pvc $1' -- openshift-storage_noobaa-db-pg-cluster-2 [must-gather-8bcml] POD 2026-02-01T15:18:52.963113582Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-0-data-0ng5mq [must-gather-8bcml] POD 2026-02-01T15:18:52.969085567Z NS: openshift-monitoring, PVC: prometheus-data-prometheus-k8s-0 [must-gather-8bcml] POD 2026-02-01T15:18:52.969958676Z NS: openshift-monitoring, PVC: prometheus-data-prometheus-k8s-1 [must-gather-8bcml] POD 2026-02-01T15:18:52.970084889Z NS: openshift-storage, PVC: noobaa-db-pg-cluster-1 [must-gather-8bcml] POD 2026-02-01T15:18:52.973154268Z NS: openshift-storage, PVC: noobaa-db-pg-cluster-2 [must-gather-8bcml] POD 2026-02-01T15:18:52.979692475Z NS: openshift-storage, PVC: ocs-deviceset-0-data-0ng5mq [must-gather-8bcml] POD 2026-02-01T15:18:53.350354515Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:53.370609361Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:53.394916747Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:53.429209039Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:53.482505288Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:53.688432351Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-1-data-0clnpt [must-gather-8bcml] POD 2026-02-01T15:18:53.690484337Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-2-data-02tdkp [must-gather-8bcml] POD 2026-02-01T15:18:53.710572960Z NS: openshift-storage, PVC: ocs-deviceset-2-data-02tdkp [must-gather-8bcml] POD 2026-02-01T15:18:53.746399816Z NS: openshift-storage, PVC: ocs-deviceset-1-data-0clnpt [must-gather-8bcml] POD 2026-02-01T15:18:53.829147257Z sh -c 'gather_pvc $1' -- openshift-storage_rook-ceph-mon-a [must-gather-8bcml] POD 2026-02-01T15:18:53.850910807Z NS: openshift-storage, PVC: rook-ceph-mon-a [must-gather-8bcml] POD 2026-02-01T15:18:53.859417709Z sh -c 'gather_pvc $1' -- openshift-storage_rook-ceph-mon-b [must-gather-8bcml] POD 2026-02-01T15:18:53.870572820Z sh -c 'gather_pvc $1' -- openshift-storage_rook-ceph-mon-c [must-gather-8bcml] POD 2026-02-01T15:18:53.886311554Z NS: openshift-storage, PVC: rook-ceph-mon-b [must-gather-8bcml] POD 2026-02-01T15:18:53.887154113Z NS: openshift-storage, PVC: rook-ceph-mon-c [must-gather-8bcml] POD 2026-02-01T15:18:54.027532201Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:54.150298223Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:54.228064263Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:54.348794939Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:54.469282650Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:54.684277772Z running gather_crds [must-gather-8bcml] POD 2026-02-01T15:18:54.686411240Z +++ dirname -- /usr/bin/gather_crds [must-gather-8bcml] POD 2026-02-01T15:18:54.687990765Z ++ cd -- /usr/bin [must-gather-8bcml] POD 2026-02-01T15:18:54.688066527Z ++ pwd [must-gather-8bcml] POD 2026-02-01T15:18:54.688273212Z + DIR_NAME=/usr/bin [must-gather-8bcml] POD 2026-02-01T15:18:54.688295792Z + source /usr/bin/common.sh [must-gather-8bcml] POD 2026-02-01T15:18:54.688854485Z ++++ dirname -- /usr/bin/common.sh [must-gather-8bcml] POD 2026-02-01T15:18:54.690213845Z +++ cd -- /usr/bin [must-gather-8bcml] POD 2026-02-01T15:18:54.690274557Z +++ pwd [must-gather-8bcml] POD 2026-02-01T15:18:54.690493582Z ++ DIR_NAME=/usr/bin [must-gather-8bcml] POD 2026-02-01T15:18:54.690514632Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-8bcml] POD 2026-02-01T15:18:54.690514632Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-8bcml] POD 2026-02-01T15:18:54.690526202Z ++ export PROS=5 [must-gather-8bcml] POD 2026-02-01T15:18:54.690526202Z ++ PROS=5 [must-gather-8bcml] POD 2026-02-01T15:18:54.690537503Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8bcml] POD 2026-02-01T15:18:54.690537503Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8bcml] POD 2026-02-01T15:18:54.690654485Z + check_command [must-gather-8bcml] POD 2026-02-01T15:18:54.690654485Z + [[ -z 1 ]] [must-gather-8bcml] POD 2026-02-01T15:18:54.690735807Z + get_log_collection_args [must-gather-8bcml] POD 2026-02-01T15:18:54.690735807Z + log_collection_args= [must-gather-8bcml] POD 2026-02-01T15:18:54.690735807Z + '[' -n '' ']' [must-gather-8bcml] POD 2026-02-01T15:18:54.690735807Z + '[' -n '' ']' [must-gather-8bcml] POD 2026-02-01T15:18:54.690735807Z + node_log_collection_args= [must-gather-8bcml] POD 2026-02-01T15:18:54.690735807Z + '[' -n '' ']' [must-gather-8bcml] POD 2026-02-01T15:18:54.690735807Z + '[' -n '' ']' [must-gather-8bcml] POD 2026-02-01T15:18:54.690735807Z + export log_collection_args [must-gather-8bcml] POD 2026-02-01T15:18:54.690735807Z + export node_log_collection_args [must-gather-8bcml] POD 2026-02-01T15:18:54.691175837Z ++ /usr/bin/oc get crd [must-gather-8bcml] POD 2026-02-01T15:18:54.691329860Z ++ grep kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.691472233Z ++ awk '{print $1}' [must-gather-8bcml] POD 2026-02-01T15:18:54.841174138Z + CRDS='aaqs.aaq.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841174138Z cdiconfigs.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841174138Z cdis.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841174138Z dataimportcrons.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841174138Z datasources.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841174138Z datavolumes.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841174138Z hostpathprovisioners.hostpathprovisioner.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841174138Z hyperconvergeds.hco.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841174138Z kubevirts.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841174138Z migrationpolicies.migrations.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841174138Z networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841174138Z objecttransfers.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841174138Z openstackvolumepopulators.forklift.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841174138Z ovirtvolumepopulators.forklift.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841174138Z ssps.ssp.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841174138Z storageprofiles.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841174138Z virtualmachineclones.clone.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841174138Z virtualmachineclusterinstancetypes.instancetype.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841174138Z virtualmachineclusterpreferences.instancetype.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841174138Z virtualmachineexports.export.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841174138Z virtualmachineinstancemigrations.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841174138Z virtualmachineinstancepresets.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841174138Z virtualmachineinstancereplicasets.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841174138Z virtualmachineinstances.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841174138Z virtualmachineinstancetypes.instancetype.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841174138Z virtualmachinepools.pool.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841174138Z virtualmachinepreferences.instancetype.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841174138Z virtualmachinerestores.snapshot.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841174138Z virtualmachines.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841174138Z virtualmachinesnapshotcontents.snapshot.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841174138Z virtualmachinesnapshots.snapshot.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841174138Z volumeclonesources.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841174138Z volumeimportsources.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841174138Z volumeuploadsources.cdi.kubevirt.io' [must-gather-8bcml] POD 2026-02-01T15:18:54.841570177Z + echo 'aaqs.aaq.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841570177Z cdiconfigs.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841570177Z cdis.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841570177Z dataimportcrons.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841570177Z datasources.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841570177Z datavolumes.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841570177Z hostpathprovisioners.hostpathprovisioner.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841570177Z hyperconvergeds.hco.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841570177Z kubevirts.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841570177Z migrationpolicies.migrations.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841570177Z networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841570177Z objecttransfers.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841570177Z openstackvolumepopulators.forklift.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841570177Z ovirtvolumepopulators.forklift.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841570177Z ssps.ssp.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841570177Z storageprofiles.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841570177Z virtualmachineclones.clone.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841570177Z virtualmachineclusterinstancetypes.instancetype.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841570177Z virtualmachineclusterpreferences.instancetype.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841570177Z virtualmachineexports.export.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841570177Z virtualmachineinstancemigrations.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841570177Z virtualmachineinstancepresets.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841570177Z virtualmachineinstancereplicasets.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841570177Z virtualmachineinstances.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841570177Z virtualmachineinstancetypes.instancetype.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841570177Z virtualmachinepools.pool.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841570177Z virtualmachinepreferences.instancetype.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841570177Z virtualmachinerestores.snapshot.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841570177Z virtualmachines.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841570177Z virtualmachinesnapshotcontents.snapshot.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841570177Z virtualmachinesnapshots.snapshot.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841570177Z volumeclonesources.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841570177Z volumeimportsources.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.841570177Z volumeuploadsources.cdi.kubevirt.io' [must-gather-8bcml] POD 2026-02-01T15:18:54.841740911Z + tr ' ' '\n' [must-gather-8bcml] POD 2026-02-01T15:18:54.841957035Z + 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-8bcml] POD 2026-02-01T15:18:54.843186793Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- aaqs.aaq.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.843659504Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- cdiconfigs.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.844132735Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- cdis.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.844635176Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- dataimportcrons.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:54.845648378Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- datasources.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:55.078865590Z [disk usage checker] Volume usage percentage: current = 21 ; allowed = 70 [must-gather-8bcml] POD 2026-02-01T15:18:55.198807796Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:55.202435787Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- datavolumes.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:55.293250828Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:55.299393506Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- hostpathprovisioners.hostpathprovisioner.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:55.355321693Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:55.361622955Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- hyperconvergeds.hco.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:55.412735894Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:55.420433907Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- kubevirts.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:55.435013954Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:55.443585917Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- migrationpolicies.migrations.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:55.654987668Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:55.679600731Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:55.718320521Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:55.722643348Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- objecttransfers.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:55.890820118Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:55.897023908Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- openstackvolumepopulators.forklift.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:55.905448537Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:55.930828237Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- ovirtvolumepopulators.forklift.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:56.042324023Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:56.050158109Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- ssps.ssp.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:56.221182413Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:56.222195006Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:56.226619125Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- storageprofiles.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:56.227834752Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineclones.clone.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:56.293810255Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:56.298514431Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:56.415004229Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:56.424422611Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineclusterpreferences.instancetype.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:56.712000544Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:56.721420035Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineexports.export.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:56.722043649Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:56.727673126Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstancemigrations.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:56.833030464Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:56.838356614Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstancepresets.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:56.842532897Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:56.848332458Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstancereplicasets.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:56.964455357Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:56.968637251Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstances.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:57.179585362Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:57.184734858Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstancetypes.instancetype.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:57.210614170Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:57.218798904Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinepools.pool.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:57.315363874Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:57.319649790Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinepreferences.instancetype.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:57.500895784Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:57.506066660Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinerestores.snapshot.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:57.530915778Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:57.542837736Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachines.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:57.643651942Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:57.676339667Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinesnapshotcontents.snapshot.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:57.837578840Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:57.862042700Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinesnapshots.snapshot.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:57.925831804Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:57.939963031Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- volumeclonesources.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:58.221584581Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:58.229109950Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- volumeimportsources.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:58.370068808Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:58.376149294Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- volumeuploadsources.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:18:58.384990883Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:58.432401719Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:58.478114366Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:58.584832754Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:58.619352770Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:18:58.623835591Z + exit 0 [must-gather-8bcml] POD 2026-02-01T15:18:58.624136348Z running gather_crs [must-gather-8bcml] POD 2026-02-01T15:18:58.626624764Z +++ dirname -- /usr/bin/gather_crs [must-gather-8bcml] POD 2026-02-01T15:18:58.628773852Z ++ cd -- /usr/bin [must-gather-8bcml] POD 2026-02-01T15:18:58.628847723Z ++ pwd [must-gather-8bcml] POD 2026-02-01T15:18:58.629089039Z + DIR_NAME=/usr/bin [must-gather-8bcml] POD 2026-02-01T15:18:58.629212932Z + source /usr/bin/common.sh [must-gather-8bcml] POD 2026-02-01T15:18:58.629942828Z ++++ dirname -- /usr/bin/common.sh [must-gather-8bcml] POD 2026-02-01T15:18:58.631511563Z +++ cd -- /usr/bin [must-gather-8bcml] POD 2026-02-01T15:18:58.631646066Z +++ pwd [must-gather-8bcml] POD 2026-02-01T15:18:58.631877102Z ++ DIR_NAME=/usr/bin [must-gather-8bcml] POD 2026-02-01T15:18:58.632229170Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-8bcml] POD 2026-02-01T15:18:58.632229170Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-8bcml] POD 2026-02-01T15:18:58.632229170Z ++ export PROS=5 [must-gather-8bcml] POD 2026-02-01T15:18:58.632229170Z ++ PROS=5 [must-gather-8bcml] POD 2026-02-01T15:18:58.632229170Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8bcml] POD 2026-02-01T15:18:58.632229170Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8bcml] POD 2026-02-01T15:18:58.632271180Z + check_command [must-gather-8bcml] POD 2026-02-01T15:18:58.632284871Z + [[ -z 1 ]] [must-gather-8bcml] POD 2026-02-01T15:18:58.632355833Z + export -f get_cr [must-gather-8bcml] POD 2026-02-01T15:18:58.632396093Z + export -f read_crs [must-gather-8bcml] POD 2026-02-01T15:18:58.632413944Z + mapfile -t resources [must-gather-8bcml] POD 2026-02-01T15:18:58.633136920Z ++ oc get crd -o=custom-columns=NAME:.metadata.name --no-headers [must-gather-8bcml] POD 2026-02-01T15:18:58.633185231Z ++ grep -e kubevirt.io -e snapshot.storage.k8s.io [must-gather-8bcml] POD 2026-02-01T15:18:58.633431177Z ++ grep -v virtualmachines.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:19:00.047810084Z + 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-8bcml] POD 2026-02-01T15:19:00.047979068Z + tr ' ' '\n' [must-gather-8bcml] POD 2026-02-01T15:19:00.048090510Z + xargs -t '-I{}' sh -c 'read_crs $1' -- '{}' [must-gather-8bcml] POD 2026-02-01T15:19:00.049708636Z sh -c 'read_crs $1' -- aaqs.aaq.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:19:00.085554842Z [disk usage checker] Volume usage percentage: current = 21 ; allowed = 70 [must-gather-8bcml] POD 2026-02-01T15:19:00.201834866Z sh -c 'read_crs $1' -- cdiconfigs.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:19:00.356431650Z sh -c 'get_cr $1 $2' -- cdiconfigs.cdi.kubevirt.io 'config_' [must-gather-8bcml] POD 2026-02-01T15:19:00.511121417Z sh -c 'read_crs $1' -- cdis.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:19:00.701497755Z sh -c 'get_cr $1 $2' -- cdis.cdi.kubevirt.io 'cdi-kubevirt-hyperconverged_' [must-gather-8bcml] POD 2026-02-01T15:19:00.873773787Z sh -c 'read_crs $1' -- dataimportcrons.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:19:01.024791381Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io centos-stream10-image-cron_openshift-virtualization-os-images [must-gather-8bcml] POD 2026-02-01T15:19:01.026113071Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io centos-stream9-image-cron_openshift-virtualization-os-images [must-gather-8bcml] POD 2026-02-01T15:19:01.027456111Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io fedora-image-cron_openshift-virtualization-os-images [must-gather-8bcml] POD 2026-02-01T15:19:01.028327930Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io rhel10-image-cron_openshift-virtualization-os-images [must-gather-8bcml] POD 2026-02-01T15:19:01.029946757Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io rhel8-image-cron_openshift-virtualization-os-images [must-gather-8bcml] POD 2026-02-01T15:19:01.536076092Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io rhel9-image-cron_openshift-virtualization-os-images [must-gather-8bcml] POD 2026-02-01T15:19:01.724834014Z sh -c 'read_crs $1' -- datasources.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:19:01.885002314Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io centos-stream10_openshift-virtualization-os-images [must-gather-8bcml] POD 2026-02-01T15:19:01.885831232Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io centos-stream9_openshift-virtualization-os-images [must-gather-8bcml] POD 2026-02-01T15:19:01.887266405Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io fedora_openshift-virtualization-os-images [must-gather-8bcml] POD 2026-02-01T15:19:01.888899081Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io rhel10_openshift-virtualization-os-images [must-gather-8bcml] POD 2026-02-01T15:19:01.889842782Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io rhel7_openshift-virtualization-os-images [must-gather-8bcml] POD 2026-02-01T15:19:02.241635949Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io rhel8_openshift-virtualization-os-images [must-gather-8bcml] POD 2026-02-01T15:19:02.310621079Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io rhel9_openshift-virtualization-os-images [must-gather-8bcml] POD 2026-02-01T15:19:02.318807623Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win10_openshift-virtualization-os-images [must-gather-8bcml] POD 2026-02-01T15:19:02.347065078Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win11_openshift-virtualization-os-images [must-gather-8bcml] POD 2026-02-01T15:19:02.356716145Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win2k16_openshift-virtualization-os-images [must-gather-8bcml] POD 2026-02-01T15:19:02.759289713Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win2k19_openshift-virtualization-os-images [must-gather-8bcml] POD 2026-02-01T15:19:02.775519748Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win2k22_openshift-virtualization-os-images [must-gather-8bcml] POD 2026-02-01T15:19:02.790186167Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win2k25_openshift-virtualization-os-images [must-gather-8bcml] POD 2026-02-01T15:19:03.053802332Z sh -c 'read_crs $1' -- datavolumes.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:19:03.188405397Z sh -c 'read_crs $1' -- hostpathprovisioners.hostpathprovisioner.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:19:03.372637597Z sh -c 'read_crs $1' -- hyperconvergeds.hco.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:19:03.566846242Z sh -c 'get_cr $1 $2' -- hyperconvergeds.hco.kubevirt.io kubevirt-hyperconverged_openshift-cnv [must-gather-8bcml] POD 2026-02-01T15:19:03.747000711Z sh -c 'read_crs $1' -- kubevirts.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:19:03.892818898Z sh -c 'get_cr $1 $2' -- kubevirts.kubevirt.io kubevirt-kubevirt-hyperconverged_openshift-cnv [must-gather-8bcml] POD 2026-02-01T15:19:04.040096448Z sh -c 'read_crs $1' -- migrationpolicies.migrations.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:19:04.176608916Z sh -c 'read_crs $1' -- networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:19:04.327449656Z sh -c 'get_cr $1 $2' -- networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io 'cluster_' [must-gather-8bcml] POD 2026-02-01T15:19:04.485083009Z sh -c 'read_crs $1' -- objecttransfers.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:19:04.630219401Z sh -c 'read_crs $1' -- openstackvolumepopulators.forklift.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:19:04.832222271Z sh -c 'read_crs $1' -- ovirtvolumepopulators.forklift.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:19:04.994678832Z sh -c 'read_crs $1' -- ssps.ssp.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:19:05.091715672Z [disk usage checker] Volume usage percentage: current = 21 ; allowed = 70 [must-gather-8bcml] POD 2026-02-01T15:19:05.151692550Z sh -c 'get_cr $1 $2' -- ssps.ssp.kubevirt.io ssp-kubevirt-hyperconverged_openshift-cnv [must-gather-8bcml] POD 2026-02-01T15:19:05.363651704Z sh -c 'read_crs $1' -- storageprofiles.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:19:05.513142634Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'gp2-csi_' [must-gather-8bcml] POD 2026-02-01T15:19:05.513912531Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'gp3-csi_' [must-gather-8bcml] POD 2026-02-01T15:19:05.515426015Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'ocs-storagecluster-ceph-rbd_' [must-gather-8bcml] POD 2026-02-01T15:19:05.516016088Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'ocs-storagecluster-ceph-rbd-virtualization_' [must-gather-8bcml] POD 2026-02-01T15:19:05.516977200Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'ocs-storagecluster-cephfs_' [must-gather-8bcml] POD 2026-02-01T15:19:05.863222142Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'openshift-storage.noobaa.io_' [must-gather-8bcml] POD 2026-02-01T15:19:06.118137831Z sh -c 'read_crs $1' -- virtualmachineclones.clone.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:19:06.257173965Z sh -c 'read_crs $1' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:19:06.432219899Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.2xlarge_' [must-gather-8bcml] POD 2026-02-01T15:19:06.432872104Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.2xlarge1gi_' [must-gather-8bcml] POD 2026-02-01T15:19:06.433490148Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.4xlarge_' [must-gather-8bcml] POD 2026-02-01T15:19:06.435450272Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.4xlarge1gi_' [must-gather-8bcml] POD 2026-02-01T15:19:06.436176328Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.8xlarge_' [must-gather-8bcml] POD 2026-02-01T15:19:06.833737693Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.8xlarge1gi_' [must-gather-8bcml] POD 2026-02-01T15:19:06.856889124Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.large_' [must-gather-8bcml] POD 2026-02-01T15:19:06.881823564Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.large1gi_' [must-gather-8bcml] POD 2026-02-01T15:19:06.933359062Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.medium_' [must-gather-8bcml] POD 2026-02-01T15:19:06.935226874Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.medium1gi_' [must-gather-8bcml] POD 2026-02-01T15:19:07.291245816Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.xlarge_' [must-gather-8bcml] POD 2026-02-01T15:19:07.376847569Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.xlarge1gi_' [must-gather-8bcml] POD 2026-02-01T15:19:07.385269759Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.2xlarge_' [must-gather-8bcml] POD 2026-02-01T15:19:07.393304749Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.2xlarge1gi_' [must-gather-8bcml] POD 2026-02-01T15:19:07.404822488Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.4xlarge_' [must-gather-8bcml] POD 2026-02-01T15:19:07.740236936Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.4xlarge1gi_' [must-gather-8bcml] POD 2026-02-01T15:19:07.775908868Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.8xlarge_' [must-gather-8bcml] POD 2026-02-01T15:19:07.840630753Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.8xlarge1gi_' [must-gather-8bcml] POD 2026-02-01T15:19:07.901634784Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.large_' [must-gather-8bcml] POD 2026-02-01T15:19:07.937858798Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.large1gi_' [must-gather-8bcml] POD 2026-02-01T15:19:08.173783870Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.xlarge_' [must-gather-8bcml] POD 2026-02-01T15:19:08.213090103Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.xlarge1gi_' [must-gather-8bcml] POD 2026-02-01T15:19:08.289271386Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.2xlarge_' [must-gather-8bcml] POD 2026-02-01T15:19:08.312438136Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.4xlarge_' [must-gather-8bcml] POD 2026-02-01T15:19:08.381427307Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.8xlarge_' [must-gather-8bcml] POD 2026-02-01T15:19:08.604306016Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.large_' [must-gather-8bcml] POD 2026-02-01T15:19:08.655255231Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.medium_' [must-gather-8bcml] POD 2026-02-01T15:19:08.711473104Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.xlarge_' [must-gather-8bcml] POD 2026-02-01T15:19:08.781306664Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.2xlarge_' [must-gather-8bcml] POD 2026-02-01T15:19:08.836144166Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.4xlarge_' [must-gather-8bcml] POD 2026-02-01T15:19:08.994847593Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.8xlarge_' [must-gather-8bcml] POD 2026-02-01T15:19:09.064835256Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.large_' [must-gather-8bcml] POD 2026-02-01T15:19:09.094438841Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.medium_' [must-gather-8bcml] POD 2026-02-01T15:19:09.306303383Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.micro_' [must-gather-8bcml] POD 2026-02-01T15:19:09.309512815Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.nano_' [must-gather-8bcml] POD 2026-02-01T15:19:09.468597110Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.small_' [must-gather-8bcml] POD 2026-02-01T15:19:09.512207750Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.xlarge_' [must-gather-8bcml] POD 2026-02-01T15:19:09.605575529Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.2xlarge_' [must-gather-8bcml] POD 2026-02-01T15:19:09.724278687Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.4xlarge_' [must-gather-8bcml] POD 2026-02-01T15:19:09.774091386Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.8xlarge_' [must-gather-8bcml] POD 2026-02-01T15:19:09.867176798Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.large_' [must-gather-8bcml] POD 2026-02-01T15:19:09.935013673Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.medium_' [must-gather-8bcml] POD 2026-02-01T15:19:10.067594732Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.micro_' [must-gather-8bcml] POD 2026-02-01T15:19:10.119234243Z [disk usage checker] Volume usage percentage: current = 21 ; allowed = 70 [must-gather-8bcml] POD 2026-02-01T15:19:10.167557299Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.small_' [must-gather-8bcml] POD 2026-02-01T15:19:10.179046247Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.xlarge_' [must-gather-8bcml] POD 2026-02-01T15:19:10.360841643Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.2xlarge_' [must-gather-8bcml] POD 2026-02-01T15:19:10.409264011Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.2xmedium_' [must-gather-8bcml] POD 2026-02-01T15:19:10.511263144Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.4xlarge_' [must-gather-8bcml] POD 2026-02-01T15:19:10.605582324Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.8xlarge_' [must-gather-8bcml] POD 2026-02-01T15:19:10.745616600Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.large_' [must-gather-8bcml] POD 2026-02-01T15:19:10.752543545Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.medium_' [must-gather-8bcml] POD 2026-02-01T15:19:10.917459875Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.micro_' [must-gather-8bcml] POD 2026-02-01T15:19:10.930277342Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.nano_' [must-gather-8bcml] POD 2026-02-01T15:19:11.125051380Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.small_' [must-gather-8bcml] POD 2026-02-01T15:19:11.165356982Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.xlarge_' [must-gather-8bcml] POD 2026-02-01T15:19:11.453049589Z sh -c 'read_crs $1' -- virtualmachineclusterpreferences.instancetype.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:19:11.620472685Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'alpine_' [must-gather-8bcml] POD 2026-02-01T15:19:11.621109740Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream10_' [must-gather-8bcml] POD 2026-02-01T15:19:11.622001700Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream10.desktop_' [must-gather-8bcml] POD 2026-02-01T15:19:11.622666194Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream9_' [must-gather-8bcml] POD 2026-02-01T15:19:11.623997674Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream9.desktop_' [must-gather-8bcml] POD 2026-02-01T15:19:11.955089582Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream9.dpdk_' [must-gather-8bcml] POD 2026-02-01T15:19:12.003731631Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'cirros_' [must-gather-8bcml] POD 2026-02-01T15:19:12.037415834Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'debian_' [must-gather-8bcml] POD 2026-02-01T15:19:12.067525358Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'fedora_' [must-gather-8bcml] POD 2026-02-01T15:19:12.090339308Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'fedora.arm64_' [must-gather-8bcml] POD 2026-02-01T15:19:12.342004900Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'fedora.s390x_' [must-gather-8bcml] POD 2026-02-01T15:19:12.408790294Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'legacy_' [must-gather-8bcml] POD 2026-02-01T15:19:12.423907152Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'linux_' [must-gather-8bcml] POD 2026-02-01T15:19:12.540228695Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'linux.efi_' [must-gather-8bcml] POD 2026-02-01T15:19:12.575292899Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'linux.virtiotransitional_' [must-gather-8bcml] POD 2026-02-01T15:19:12.874579296Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'opensuse.leap_' [must-gather-8bcml] POD 2026-02-01T15:19:12.895883243Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'opensuse.tumbleweed_' [must-gather-8bcml] POD 2026-02-01T15:19:12.898844169Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'oraclelinux_' [must-gather-8bcml] POD 2026-02-01T15:19:13.003882009Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.10_' [must-gather-8bcml] POD 2026-02-01T15:19:13.047841073Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.10.arm64_' [must-gather-8bcml] POD 2026-02-01T15:19:13.315347448Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.10.s390x_' [must-gather-8bcml] POD 2026-02-01T15:19:13.334619260Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.7_' [must-gather-8bcml] POD 2026-02-01T15:19:13.352872888Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.7.desktop_' [must-gather-8bcml] POD 2026-02-01T15:19:13.553783313Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.8_' [must-gather-8bcml] POD 2026-02-01T15:19:13.620017635Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.8.desktop_' [must-gather-8bcml] POD 2026-02-01T15:19:13.767665209Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.8.dpdk_' [must-gather-8bcml] POD 2026-02-01T15:19:13.816814499Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9_' [must-gather-8bcml] POD 2026-02-01T15:19:13.837329218Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9.arm64_' [must-gather-8bcml] POD 2026-02-01T15:19:13.948637268Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9.desktop_' [must-gather-8bcml] POD 2026-02-01T15:19:14.132241396Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9.dpdk_' [must-gather-8bcml] POD 2026-02-01T15:19:14.181266723Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9.realtime_' [must-gather-8bcml] POD 2026-02-01T15:19:14.224620523Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9.s390x_' [must-gather-8bcml] POD 2026-02-01T15:19:14.248611300Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'sles_' [must-gather-8bcml] POD 2026-02-01T15:19:14.506648854Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'ubuntu_' [must-gather-8bcml] POD 2026-02-01T15:19:14.544102362Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.10_' [must-gather-8bcml] POD 2026-02-01T15:19:14.578214435Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.10.virtio_' [must-gather-8bcml] POD 2026-02-01T15:19:14.698690631Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.11_' [must-gather-8bcml] POD 2026-02-01T15:19:14.714892723Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.11.virtio_' [must-gather-8bcml] POD 2026-02-01T15:19:14.937252839Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k12_' [must-gather-8bcml] POD 2026-02-01T15:19:15.020601973Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k12.virtio_' [must-gather-8bcml] POD 2026-02-01T15:19:15.054745157Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k16_' [must-gather-8bcml] POD 2026-02-01T15:19:15.095271534Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k16.virtio_' [must-gather-8bcml] POD 2026-02-01T15:19:15.133888168Z [disk usage checker] Volume usage percentage: current = 21 ; allowed = 70 [must-gather-8bcml] POD 2026-02-01T15:19:15.293590452Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k19_' [must-gather-8bcml] POD 2026-02-01T15:19:15.355204060Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k19.virtio_' [must-gather-8bcml] POD 2026-02-01T15:19:15.468108757Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k22_' [must-gather-8bcml] POD 2026-02-01T15:19:15.521495241Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k22.virtio_' [must-gather-8bcml] POD 2026-02-01T15:19:15.646726073Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k25_' [must-gather-8bcml] POD 2026-02-01T15:19:15.815886158Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k25.virtio_' [must-gather-8bcml] POD 2026-02-01T15:19:15.888425491Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k3_' [must-gather-8bcml] POD 2026-02-01T15:19:15.918066024Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k8_' [must-gather-8bcml] POD 2026-02-01T15:19:15.970845295Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k8.virtio_' [must-gather-8bcml] POD 2026-02-01T15:19:16.167508306Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.7_' [must-gather-8bcml] POD 2026-02-01T15:19:16.299621612Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.7.virtio_' [must-gather-8bcml] POD 2026-02-01T15:19:16.360367521Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.xp_' [must-gather-8bcml] POD 2026-02-01T15:19:16.652421876Z sh -c 'read_crs $1' -- virtualmachineexports.export.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:19:16.796728565Z sh -c 'read_crs $1' -- virtualmachineinstancemigrations.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:19:16.952191583Z sh -c 'read_crs $1' -- virtualmachineinstancepresets.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:19:17.091948500Z sh -c 'read_crs $1' -- virtualmachineinstancereplicasets.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:19:17.239174094Z sh -c 'read_crs $1' -- virtualmachineinstances.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:19:17.402451148Z sh -c 'read_crs $1' -- virtualmachineinstancetypes.instancetype.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:19:17.548697970Z sh -c 'read_crs $1' -- virtualmachinepools.pool.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:19:17.689965761Z sh -c 'read_crs $1' -- virtualmachinepreferences.instancetype.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:19:17.954038589Z sh -c 'read_crs $1' -- virtualmachinerestores.snapshot.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:19:18.162335760Z sh -c 'read_crs $1' -- virtualmachinesnapshotcontents.snapshot.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:19:18.311954688Z sh -c 'read_crs $1' -- virtualmachinesnapshots.snapshot.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:19:18.454001246Z sh -c 'read_crs $1' -- volumeclonesources.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:19:18.602845037Z sh -c 'read_crs $1' -- volumeimportsources.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:19:18.767027700Z sh -c 'read_crs $1' -- volumesnapshotclasses.snapshot.storage.k8s.io [must-gather-8bcml] POD 2026-02-01T15:19:18.913883776Z sh -c 'get_cr $1 $2' -- volumesnapshotclasses.snapshot.storage.k8s.io 'csi-aws-vsc_' [must-gather-8bcml] POD 2026-02-01T15:19:18.914533151Z sh -c 'get_cr $1 $2' -- volumesnapshotclasses.snapshot.storage.k8s.io 'ocs-storagecluster-cephfsplugin-snapclass_' [must-gather-8bcml] POD 2026-02-01T15:19:18.914919849Z sh -c 'get_cr $1 $2' -- volumesnapshotclasses.snapshot.storage.k8s.io 'ocs-storagecluster-rbdplugin-snapclass_' [must-gather-8bcml] POD 2026-02-01T15:19:19.174318163Z sh -c 'read_crs $1' -- volumesnapshotcontents.snapshot.storage.k8s.io [must-gather-8bcml] POD 2026-02-01T15:19:19.314691544Z sh -c 'get_cr $1 $2' -- volumesnapshotcontents.snapshot.storage.k8s.io 'snapcontent-23ddc484-1483-49ee-8ed4-a72471c51700_' [must-gather-8bcml] POD 2026-02-01T15:19:19.315290127Z sh -c 'get_cr $1 $2' -- volumesnapshotcontents.snapshot.storage.k8s.io 'snapcontent-295ed999-8f93-4430-ae7f-a4f17dde0b19_' [must-gather-8bcml] POD 2026-02-01T15:19:19.315742028Z sh -c 'get_cr $1 $2' -- volumesnapshotcontents.snapshot.storage.k8s.io 'snapcontent-6f693152-aeeb-4357-8974-a8fe1097c61b_' [must-gather-8bcml] POD 2026-02-01T15:19:19.316669029Z sh -c 'get_cr $1 $2' -- volumesnapshotcontents.snapshot.storage.k8s.io 'snapcontent-797255b1-2ffc-42b2-b916-9d7f723ae312_' [must-gather-8bcml] POD 2026-02-01T15:19:19.318663543Z sh -c 'get_cr $1 $2' -- volumesnapshotcontents.snapshot.storage.k8s.io 'snapcontent-a2d2ce77-727d-4eb9-a113-bcb4b50a24b9_' [must-gather-8bcml] POD 2026-02-01T15:19:19.693626123Z sh -c 'get_cr $1 $2' -- volumesnapshotcontents.snapshot.storage.k8s.io 'snapcontent-e31b7365-09df-48d1-a01a-989ddb7c592f_' [must-gather-8bcml] POD 2026-02-01T15:19:19.889382043Z sh -c 'read_crs $1' -- volumesnapshots.snapshot.storage.k8s.io [must-gather-8bcml] POD 2026-02-01T15:19:20.082485144Z sh -c 'get_cr $1 $2' -- volumesnapshots.snapshot.storage.k8s.io centos-stream10-da2ffd43fa26_openshift-virtualization-os-images [must-gather-8bcml] POD 2026-02-01T15:19:20.083199480Z sh -c 'get_cr $1 $2' -- volumesnapshots.snapshot.storage.k8s.io centos-stream9-86bfc3da3797_openshift-virtualization-os-images [must-gather-8bcml] POD 2026-02-01T15:19:20.084230733Z sh -c 'get_cr $1 $2' -- volumesnapshots.snapshot.storage.k8s.io fedora-68ed96832eca_openshift-virtualization-os-images [must-gather-8bcml] POD 2026-02-01T15:19:20.085393949Z sh -c 'get_cr $1 $2' -- volumesnapshots.snapshot.storage.k8s.io rhel10-c03936a065f2_openshift-virtualization-os-images [must-gather-8bcml] POD 2026-02-01T15:19:20.086651837Z sh -c 'get_cr $1 $2' -- volumesnapshots.snapshot.storage.k8s.io rhel8-004e24cfacec_openshift-virtualization-os-images [must-gather-8bcml] POD 2026-02-01T15:19:20.154366562Z [disk usage checker] Volume usage percentage: current = 21 ; allowed = 70 [must-gather-8bcml] POD 2026-02-01T15:19:20.482240488Z sh -c 'get_cr $1 $2' -- volumesnapshots.snapshot.storage.k8s.io rhel9-ab4ec16077fe_openshift-virtualization-os-images [must-gather-8bcml] POD 2026-02-01T15:19:20.712999421Z sh -c 'read_crs $1' -- volumeuploadsources.cdi.kubevirt.io [must-gather-8bcml] POD 2026-02-01T15:19:20.863096380Z + exit 0 [must-gather-8bcml] POD 2026-02-01T15:19:20.863464508Z running gather_hco [must-gather-8bcml] POD 2026-02-01T15:19:20.866372353Z +++ dirname -- /usr/bin/gather_hco [must-gather-8bcml] POD 2026-02-01T15:19:20.868083982Z ++ cd -- /usr/bin [must-gather-8bcml] POD 2026-02-01T15:19:20.868149463Z ++ pwd [must-gather-8bcml] POD 2026-02-01T15:19:20.868489500Z + DIR_NAME=/usr/bin [must-gather-8bcml] POD 2026-02-01T15:19:20.868516011Z + source /usr/bin/common.sh [must-gather-8bcml] POD 2026-02-01T15:19:20.869346810Z ++++ dirname -- /usr/bin/common.sh [must-gather-8bcml] POD 2026-02-01T15:19:20.870906745Z +++ cd -- /usr/bin [must-gather-8bcml] POD 2026-02-01T15:19:20.870998857Z +++ pwd [must-gather-8bcml] POD 2026-02-01T15:19:20.871397296Z ++ DIR_NAME=/usr/bin [must-gather-8bcml] POD 2026-02-01T15:19:20.871446657Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-8bcml] POD 2026-02-01T15:19:20.871446657Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-8bcml] POD 2026-02-01T15:19:20.871446657Z ++ export PROS=5 [must-gather-8bcml] POD 2026-02-01T15:19:20.871446657Z ++ PROS=5 [must-gather-8bcml] POD 2026-02-01T15:19:20.871446657Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8bcml] POD 2026-02-01T15:19:20.871446657Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8bcml] POD 2026-02-01T15:19:20.871669012Z + check_command [must-gather-8bcml] POD 2026-02-01T15:19:20.871669012Z + [[ -z 1 ]] [must-gather-8bcml] POD 2026-02-01T15:19:20.871669012Z + IFS=' [must-gather-8bcml] POD 2026-02-01T15:19:20.871669012Z ' [must-gather-8bcml] POD 2026-02-01T15:19:20.871669012Z + NAMESPACE_PATH=/must-gather/namespaces [must-gather-8bcml] POD 2026-02-01T15:19:20.871669012Z + mkdir -p /must-gather/namespaces/openshift-cnv [must-gather-8bcml] POD 2026-02-01T15:19:20.873562364Z + oc get packagemanifest -n openshift-cnv -o yaml [must-gather-8bcml] POD 2026-02-01T15:19:24.936229317Z ++ oc get subscriptions -n openshift-cnv -o=custom-columns=NAME:.metadata.name --no-headers [must-gather-8bcml] POD 2026-02-01T15:19:25.040693424Z + for name in $(oc get subscriptions -n "${INSTALLATION_NAMESPACE}" -o=custom-columns=NAME:.metadata.name --no-headers) [must-gather-8bcml] POD 2026-02-01T15:19:25.040746045Z + oc get subscription hco-operatorhub -n openshift-cnv -o yaml [must-gather-8bcml] POD 2026-02-01T15:19:25.151883762Z + echo --------------- [must-gather-8bcml] POD 2026-02-01T15:19:25.152425784Z ++ oc get installplan -n openshift-cnv -o=custom-columns=NAME:.metadata.name --no-headers [must-gather-8bcml] POD 2026-02-01T15:19:25.167424640Z [disk usage checker] Volume usage percentage: current = 21 ; allowed = 70 [must-gather-8bcml] POD 2026-02-01T15:19:25.266798683Z + for name in $(oc get installplan -n "${INSTALLATION_NAMESPACE}" -o=custom-columns=NAME:.metadata.name --no-headers) [must-gather-8bcml] POD 2026-02-01T15:19:25.266798683Z + oc get installplan install-6rhpg -n openshift-cnv -o yaml [must-gather-8bcml] POD 2026-02-01T15:19:25.391089564Z + echo --------------- [must-gather-8bcml] POD 2026-02-01T15:19:25.391593336Z running gather_nodes [must-gather-8bcml] POD 2026-02-01T15:19:25.393880187Z +++ dirname -- /usr/bin/gather_nodes [must-gather-8bcml] POD 2026-02-01T15:19:25.395935242Z ++ cd -- /usr/bin [must-gather-8bcml] POD 2026-02-01T15:19:25.395996704Z ++ pwd [must-gather-8bcml] POD 2026-02-01T15:19:25.396278870Z + DIR_NAME=/usr/bin [must-gather-8bcml] POD 2026-02-01T15:19:25.396278870Z + source /usr/bin/common.sh [must-gather-8bcml] POD 2026-02-01T15:19:25.397096509Z ++++ dirname -- /usr/bin/common.sh [must-gather-8bcml] POD 2026-02-01T15:19:25.398548261Z +++ cd -- /usr/bin [must-gather-8bcml] POD 2026-02-01T15:19:25.398621753Z +++ pwd [must-gather-8bcml] POD 2026-02-01T15:19:25.398872518Z ++ DIR_NAME=/usr/bin [must-gather-8bcml] POD 2026-02-01T15:19:25.398946510Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-8bcml] POD 2026-02-01T15:19:25.399012442Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-8bcml] POD 2026-02-01T15:19:25.399082673Z ++ export PROS=5 [must-gather-8bcml] POD 2026-02-01T15:19:25.399121484Z ++ PROS=5 [must-gather-8bcml] POD 2026-02-01T15:19:25.399121484Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8bcml] POD 2026-02-01T15:19:25.399121484Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8bcml] POD 2026-02-01T15:19:25.399320578Z + check_command [must-gather-8bcml] POD 2026-02-01T15:19:25.399376900Z + [[ -z 1 ]] [must-gather-8bcml] POD 2026-02-01T15:19:25.399427661Z + get_log_collection_args [must-gather-8bcml] POD 2026-02-01T15:19:25.399446961Z + log_collection_args= [must-gather-8bcml] POD 2026-02-01T15:19:25.399505882Z + '[' -n '' ']' [must-gather-8bcml] POD 2026-02-01T15:19:25.399641676Z + '[' -n '' ']' [must-gather-8bcml] POD 2026-02-01T15:19:25.399641676Z + node_log_collection_args= [must-gather-8bcml] POD 2026-02-01T15:19:25.399641676Z + '[' -n '' ']' [must-gather-8bcml] POD 2026-02-01T15:19:25.399641676Z + '[' -n '' ']' [must-gather-8bcml] POD 2026-02-01T15:19:25.399641676Z + export log_collection_args [must-gather-8bcml] POD 2026-02-01T15:19:25.399641676Z + export node_log_collection_args [must-gather-8bcml] POD 2026-02-01T15:19:25.399641676Z + MANIFEST_PATH=/etc [must-gather-8bcml] POD 2026-02-01T15:19:25.399673656Z + IFS=' [must-gather-8bcml] POD 2026-02-01T15:19:25.399673656Z ' [must-gather-8bcml] POD 2026-02-01T15:19:25.399673656Z + export NODES_PATH=/must-gather/nodes [must-gather-8bcml] POD 2026-02-01T15:19:25.399673656Z + NODES_PATH=/must-gather/nodes [must-gather-8bcml] POD 2026-02-01T15:19:25.399824180Z + mkdir -p /must-gather/nodes [must-gather-8bcml] POD 2026-02-01T15:19:25.401847635Z + CRD_MANIFEST=/etc/node-gather-crd.yaml [must-gather-8bcml] POD 2026-02-01T15:19:25.402079640Z + DAEMONSET_MANIFEST=/etc/node-gather-ds.yaml [must-gather-8bcml] POD 2026-02-01T15:19:25.402079640Z + [[ -z '' ]] [must-gather-8bcml] POD 2026-02-01T15:19:25.402216833Z ++ cat /var/run/secrets/kubernetes.io/serviceaccount/namespace [must-gather-8bcml] POD 2026-02-01T15:19:25.403819159Z + NAMESPACE=openshift-must-gather-wsdgx [must-gather-8bcml] POD 2026-02-01T15:19:25.404216988Z ++ oc get pod -n openshift-must-gather-wsdgx must-gather-8bcml -o 'jsonpath={.spec.containers[0].image}' [must-gather-8bcml] POD 2026-02-01T15:19:25.515090009Z + MUST_GATHER_IMAGE=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:cb51501b85b3734f42c933d8a6e20dd4312c426e0c34175ac83c86af789b8878 [must-gather-8bcml] POD 2026-02-01T15:19:25.515151840Z + oc apply -f /etc/node-gather-crd.yaml [must-gather-8bcml] POD 2026-02-01T15:19:25.618686147Z namespace/node-gather created [must-gather-8bcml] POD 2026-02-01T15:19:25.655690205Z serviceaccount/node-gather created [must-gather-8bcml] POD 2026-02-01T15:19:25.660124754Z + oc adm policy add-scc-to-user privileged -n node-gather -z node-gather [must-gather-8bcml] POD 2026-02-01T15:19:25.774824460Z clusterrole.rbac.authorization.k8s.io/system:openshift:scc:privileged added: "node-gather" [must-gather-8bcml] POD 2026-02-01T15:19:25.779356042Z + 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-8bcml] POD 2026-02-01T15:19:25.779585377Z + oc apply -f - [must-gather-8bcml] POD 2026-02-01T15:19:25.909722609Z daemonset.apps/node-gather-daemonset created [must-gather-8bcml] POD 2026-02-01T15:19:25.913733448Z + COUNTER=0 [must-gather-8bcml] POD 2026-02-01T15:19:25.913733448Z + check_node_gather_pods_ready [must-gather-8bcml] POD 2026-02-01T15:19:25.914231290Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-8bcml] POD 2026-02-01T15:19:26.075148180Z + line='6 0' [must-gather-8bcml] POD 2026-02-01T15:19:26.075148180Z + IFS=' ' [must-gather-8bcml] POD 2026-02-01T15:19:26.075197131Z + read -r desired ready [must-gather-8bcml] POD 2026-02-01T15:19:26.075211821Z + IFS=' [must-gather-8bcml] POD 2026-02-01T15:19:26.075211821Z ' [must-gather-8bcml] POD 2026-02-01T15:19:26.075211821Z + [[ 6 != \0 ]] [must-gather-8bcml] POD 2026-02-01T15:19:26.075253593Z + [[ 0 == \6 ]] [must-gather-8bcml] POD 2026-02-01T15:19:26.075253593Z + return 1 [must-gather-8bcml] POD 2026-02-01T15:19:26.075253593Z + '[' 0 -eq 300 ']' [must-gather-8bcml] POD 2026-02-01T15:19:26.075265223Z + [[ 0 == 0 ]] [must-gather-8bcml] POD 2026-02-01T15:19:26.075274033Z + echo 'Waiting for node-gather-daemonset to be ready' [must-gather-8bcml] POD 2026-02-01T15:19:26.075284603Z Waiting for node-gather-daemonset to be ready [must-gather-8bcml] POD 2026-02-01T15:19:26.075293463Z + (( COUNTER++ )) [must-gather-8bcml] POD 2026-02-01T15:19:26.075293463Z + sleep 1 [must-gather-8bcml] POD 2026-02-01T15:19:27.078175441Z + check_node_gather_pods_ready [must-gather-8bcml] POD 2026-02-01T15:19:27.078649551Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-8bcml] POD 2026-02-01T15:19:27.197952990Z + line='6 0' [must-gather-8bcml] POD 2026-02-01T15:19:27.197952990Z + IFS=' ' [must-gather-8bcml] POD 2026-02-01T15:19:27.197952990Z + read -r desired ready [must-gather-8bcml] POD 2026-02-01T15:19:27.198016351Z + IFS=' [must-gather-8bcml] POD 2026-02-01T15:19:27.198016351Z ' [must-gather-8bcml] POD 2026-02-01T15:19:27.198032311Z + [[ 6 != \0 ]] [must-gather-8bcml] POD 2026-02-01T15:19:27.198032311Z + [[ 0 == \6 ]] [must-gather-8bcml] POD 2026-02-01T15:19:27.198032311Z + return 1 [must-gather-8bcml] POD 2026-02-01T15:19:27.198096263Z + '[' 1 -eq 300 ']' [must-gather-8bcml] POD 2026-02-01T15:19:27.198164234Z + [[ 1 == 0 ]] [must-gather-8bcml] POD 2026-02-01T15:19:27.198192685Z + (( COUNTER++ )) [must-gather-8bcml] POD 2026-02-01T15:19:27.198192685Z + sleep 1 [must-gather-8bcml] POD 2026-02-01T15:19:28.200742524Z + check_node_gather_pods_ready [must-gather-8bcml] POD 2026-02-01T15:19:28.201417867Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-8bcml] POD 2026-02-01T15:19:28.312223278Z + line='6 0' [must-gather-8bcml] POD 2026-02-01T15:19:28.312223278Z + IFS=' ' [must-gather-8bcml] POD 2026-02-01T15:19:28.312283509Z + read -r desired ready [must-gather-8bcml] POD 2026-02-01T15:19:28.312322490Z + IFS=' [must-gather-8bcml] POD 2026-02-01T15:19:28.312322490Z ' [must-gather-8bcml] POD 2026-02-01T15:19:28.312322490Z + [[ 6 != \0 ]] [must-gather-8bcml] POD 2026-02-01T15:19:28.312336860Z + [[ 0 == \6 ]] [must-gather-8bcml] POD 2026-02-01T15:19:28.312336860Z + return 1 [must-gather-8bcml] POD 2026-02-01T15:19:28.312417961Z + '[' 2 -eq 300 ']' [must-gather-8bcml] POD 2026-02-01T15:19:28.312490453Z + [[ 2 == 0 ]] [must-gather-8bcml] POD 2026-02-01T15:19:28.312490453Z + (( COUNTER++ )) [must-gather-8bcml] POD 2026-02-01T15:19:28.312490453Z + sleep 1 [must-gather-8bcml] POD 2026-02-01T15:19:29.314979051Z + check_node_gather_pods_ready [must-gather-8bcml] POD 2026-02-01T15:19:29.315388069Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-8bcml] POD 2026-02-01T15:19:29.428339092Z + line='6 0' [must-gather-8bcml] POD 2026-02-01T15:19:29.428339092Z + IFS=' ' [must-gather-8bcml] POD 2026-02-01T15:19:29.428401613Z + read -r desired ready [must-gather-8bcml] POD 2026-02-01T15:19:29.428420463Z + IFS=' [must-gather-8bcml] POD 2026-02-01T15:19:29.428420463Z ' [must-gather-8bcml] POD 2026-02-01T15:19:29.428437544Z + [[ 6 != \0 ]] [must-gather-8bcml] POD 2026-02-01T15:19:29.428477715Z + [[ 0 == \6 ]] [must-gather-8bcml] POD 2026-02-01T15:19:29.428595237Z + return 1 [must-gather-8bcml] POD 2026-02-01T15:19:29.428621527Z + '[' 3 -eq 300 ']' [must-gather-8bcml] POD 2026-02-01T15:19:29.428637258Z + [[ 3 == 0 ]] [must-gather-8bcml] POD 2026-02-01T15:19:29.428637258Z + (( COUNTER++ )) [must-gather-8bcml] POD 2026-02-01T15:19:29.428652938Z + sleep 1 [must-gather-8bcml] POD 2026-02-01T15:19:30.173004230Z [disk usage checker] Volume usage percentage: current = 21 ; allowed = 70 [must-gather-8bcml] POD 2026-02-01T15:19:30.431069885Z + check_node_gather_pods_ready [must-gather-8bcml] POD 2026-02-01T15:19:30.431534724Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-8bcml] POD 2026-02-01T15:19:30.534425238Z + line='6 0' [must-gather-8bcml] POD 2026-02-01T15:19:30.534425238Z + IFS=' ' [must-gather-8bcml] POD 2026-02-01T15:19:30.534473079Z + read -r desired ready [must-gather-8bcml] POD 2026-02-01T15:19:30.534515879Z + IFS=' [must-gather-8bcml] POD 2026-02-01T15:19:30.534515879Z ' [must-gather-8bcml] POD 2026-02-01T15:19:30.534515879Z + [[ 6 != \0 ]] [must-gather-8bcml] POD 2026-02-01T15:19:30.534536270Z + [[ 0 == \6 ]] [must-gather-8bcml] POD 2026-02-01T15:19:30.534536270Z + return 1 [must-gather-8bcml] POD 2026-02-01T15:19:30.534570100Z + '[' 4 -eq 300 ']' [must-gather-8bcml] POD 2026-02-01T15:19:30.534586621Z + [[ 4 == 0 ]] [must-gather-8bcml] POD 2026-02-01T15:19:30.534586621Z + (( COUNTER++ )) [must-gather-8bcml] POD 2026-02-01T15:19:30.534601551Z + sleep 1 [must-gather-8bcml] POD 2026-02-01T15:19:31.537094489Z + check_node_gather_pods_ready [must-gather-8bcml] POD 2026-02-01T15:19:31.537534418Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-8bcml] POD 2026-02-01T15:19:31.650469330Z + line='6 0' [must-gather-8bcml] POD 2026-02-01T15:19:31.650469330Z + IFS=' ' [must-gather-8bcml] POD 2026-02-01T15:19:31.650524642Z + read -r desired ready [must-gather-8bcml] POD 2026-02-01T15:19:31.650538932Z + IFS=' [must-gather-8bcml] POD 2026-02-01T15:19:31.650538932Z ' [must-gather-8bcml] POD 2026-02-01T15:19:31.650582972Z + [[ 6 != \0 ]] [must-gather-8bcml] POD 2026-02-01T15:19:31.650582972Z + [[ 0 == \6 ]] [must-gather-8bcml] POD 2026-02-01T15:19:31.650582972Z + return 1 [must-gather-8bcml] POD 2026-02-01T15:19:31.650598293Z + '[' 5 -eq 300 ']' [must-gather-8bcml] POD 2026-02-01T15:19:31.650615123Z + [[ 5 == 0 ]] [must-gather-8bcml] POD 2026-02-01T15:19:31.650615123Z + (( COUNTER++ )) [must-gather-8bcml] POD 2026-02-01T15:19:31.650664394Z + sleep 1 [must-gather-8bcml] POD 2026-02-01T15:19:32.653017599Z + check_node_gather_pods_ready [must-gather-8bcml] POD 2026-02-01T15:19:32.653465968Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-8bcml] POD 2026-02-01T15:19:32.763736208Z + line='6 1' [must-gather-8bcml] POD 2026-02-01T15:19:32.763848760Z + IFS=' ' [must-gather-8bcml] POD 2026-02-01T15:19:32.763848760Z + read -r desired ready [must-gather-8bcml] POD 2026-02-01T15:19:32.763865251Z + IFS=' [must-gather-8bcml] POD 2026-02-01T15:19:32.763865251Z ' [must-gather-8bcml] POD 2026-02-01T15:19:32.763865251Z + [[ 6 != \0 ]] [must-gather-8bcml] POD 2026-02-01T15:19:32.763879681Z + [[ 1 == \6 ]] [must-gather-8bcml] POD 2026-02-01T15:19:32.763879681Z + return 1 [must-gather-8bcml] POD 2026-02-01T15:19:32.763914692Z + '[' 6 -eq 300 ']' [must-gather-8bcml] POD 2026-02-01T15:19:32.763933712Z + [[ 6 == 0 ]] [must-gather-8bcml] POD 2026-02-01T15:19:32.763933712Z + (( COUNTER++ )) [must-gather-8bcml] POD 2026-02-01T15:19:32.763933712Z + sleep 1 [must-gather-8bcml] POD 2026-02-01T15:19:33.766428420Z + check_node_gather_pods_ready [must-gather-8bcml] POD 2026-02-01T15:19:33.766886179Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-8bcml] POD 2026-02-01T15:19:33.874924425Z + line='6 6' [must-gather-8bcml] POD 2026-02-01T15:19:33.874924425Z + IFS=' ' [must-gather-8bcml] POD 2026-02-01T15:19:33.874979086Z + read -r desired ready [must-gather-8bcml] POD 2026-02-01T15:19:33.875020466Z + IFS=' [must-gather-8bcml] POD 2026-02-01T15:19:33.875020466Z ' [must-gather-8bcml] POD 2026-02-01T15:19:33.875020466Z + [[ 6 != \0 ]] [must-gather-8bcml] POD 2026-02-01T15:19:33.875020466Z + [[ 6 == \6 ]] [must-gather-8bcml] POD 2026-02-01T15:19:33.875040807Z + return 0 [must-gather-8bcml] POD 2026-02-01T15:19:33.875553607Z ++ oc get pod -o=custom-columns=NODE:.spec.nodeName --no-headers '--field-selector=status.phase!=Running' -n node-gather [must-gather-8bcml] POD 2026-02-01T15:19:33.984704375Z + export -f gather_single_pod [must-gather-8bcml] POD 2026-02-01T15:19:33.985735835Z ++ oc get pod -o=custom-columns=NODE:.spec.nodeName,NAME:.metadata.name --no-headers --field-selector=status.phase=Running -n node-gather [must-gather-8bcml] POD 2026-02-01T15:19:33.985735835Z ++ awk '{print $1 "_" $2}' [must-gather-8bcml] POD 2026-02-01T15:19:34.104432942Z + pods='ip-10-0-74-83.us-east-2.compute.internal_node-gather-daemonset-6gftx [must-gather-8bcml] POD 2026-02-01T15:19:34.104432942Z ip-10-0-110-103.us-east-2.compute.internal_node-gather-daemonset-cvpq2 [must-gather-8bcml] POD 2026-02-01T15:19:34.104432942Z ip-10-0-64-70.us-east-2.compute.internal_node-gather-daemonset-jkfsn [must-gather-8bcml] POD 2026-02-01T15:19:34.104432942Z ip-10-0-118-101.us-east-2.compute.internal_node-gather-daemonset-lfb9r [must-gather-8bcml] POD 2026-02-01T15:19:34.104432942Z ip-10-0-44-118.us-east-2.compute.internal_node-gather-daemonset-mqc2n [must-gather-8bcml] POD 2026-02-01T15:19:34.104432942Z ip-10-0-5-129.us-east-2.compute.internal_node-gather-daemonset-n57j5' [must-gather-8bcml] POD 2026-02-01T15:19:34.104985433Z + echo 'ip-10-0-74-83.us-east-2.compute.internal_node-gather-daemonset-6gftx [must-gather-8bcml] POD 2026-02-01T15:19:34.104985433Z ip-10-0-110-103.us-east-2.compute.internal_node-gather-daemonset-cvpq2 [must-gather-8bcml] POD 2026-02-01T15:19:34.104985433Z ip-10-0-64-70.us-east-2.compute.internal_node-gather-daemonset-jkfsn [must-gather-8bcml] POD 2026-02-01T15:19:34.104985433Z ip-10-0-118-101.us-east-2.compute.internal_node-gather-daemonset-lfb9r [must-gather-8bcml] POD 2026-02-01T15:19:34.104985433Z ip-10-0-44-118.us-east-2.compute.internal_node-gather-daemonset-mqc2n [must-gather-8bcml] POD 2026-02-01T15:19:34.105056665Z ip-10-0-5-129.us-east-2.compute.internal_node-gather-daemonset-n57j5' [must-gather-8bcml] POD 2026-02-01T15:19:34.105243258Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'gather_single_pod $1' -- '{}' [must-gather-8bcml] POD 2026-02-01T15:19:34.105470223Z + tr ' ' '\n' [must-gather-8bcml] POD 2026-02-01T15:19:34.107318020Z sh -c 'gather_single_pod $1' -- ip-10-0-74-83.us-east-2.compute.internal_node-gather-daemonset-6gftx [must-gather-8bcml] POD 2026-02-01T15:19:34.107956802Z sh -c 'gather_single_pod $1' -- ip-10-0-110-103.us-east-2.compute.internal_node-gather-daemonset-cvpq2 [must-gather-8bcml] POD 2026-02-01T15:19:34.108848240Z sh -c 'gather_single_pod $1' -- ip-10-0-64-70.us-east-2.compute.internal_node-gather-daemonset-jkfsn [must-gather-8bcml] POD 2026-02-01T15:19:34.109499323Z sh -c 'gather_single_pod $1' -- ip-10-0-118-101.us-east-2.compute.internal_node-gather-daemonset-lfb9r [must-gather-8bcml] POD 2026-02-01T15:19:34.111222207Z sh -c 'gather_single_pod $1' -- ip-10-0-44-118.us-east-2.compute.internal_node-gather-daemonset-mqc2n [must-gather-8bcml] POD 2026-02-01T15:19:34.119828258Z node-gather-daemonset-6gftx - Gathering node data for ip-10-0-74-83.us-east-2.compute.internal [must-gather-8bcml] POD 2026-02-01T15:19:34.126438610Z node-gather-daemonset-jkfsn - Gathering node data for ip-10-0-64-70.us-east-2.compute.internal [must-gather-8bcml] POD 2026-02-01T15:19:34.129000680Z node-gather-daemonset-cvpq2 - Gathering node data for ip-10-0-110-103.us-east-2.compute.internal [must-gather-8bcml] POD 2026-02-01T15:19:34.130714384Z node-gather-daemonset-lfb9r - Gathering node data for ip-10-0-118-101.us-east-2.compute.internal [must-gather-8bcml] POD 2026-02-01T15:19:34.131424878Z node-gather-daemonset-mqc2n - Gathering node data for ip-10-0-44-118.us-east-2.compute.internal [must-gather-8bcml] POD 2026-02-01T15:19:35.200795505Z [disk usage checker] Volume usage percentage: current = 21 ; allowed = 70 [must-gather-8bcml] POD 2026-02-01T15:19:40.223610389Z [disk usage checker] Volume usage percentage: current = 21 ; allowed = 70 [must-gather-8bcml] POD 2026-02-01T15:19:41.640216721Z tar: Removing leading `/' from member names [must-gather-8bcml] POD 2026-02-01T15:19:41.651182037Z sh -c 'gather_single_pod $1' -- ip-10-0-5-129.us-east-2.compute.internal_node-gather-daemonset-n57j5 [must-gather-8bcml] POD 2026-02-01T15:19:41.673918048Z node-gather-daemonset-n57j5 - Gathering node data for ip-10-0-5-129.us-east-2.compute.internal [must-gather-8bcml] POD 2026-02-01T15:19:41.809359491Z tar: Removing leading `/' from member names [must-gather-8bcml] POD 2026-02-01T15:19:41.860949651Z tar: Removing leading `/' from member names [must-gather-8bcml] POD 2026-02-01T15:19:42.151536640Z tar: Removing leading `/' from member names [must-gather-8bcml] POD 2026-02-01T15:19:42.197008302Z tar: Removing leading `/' from member names [must-gather-8bcml] POD 2026-02-01T15:19:45.229881897Z [disk usage checker] Volume usage percentage: current = 21 ; allowed = 70 [must-gather-8bcml] POD 2026-02-01T15:19:46.061656748Z tar: Removing leading `/' from member names [must-gather-8bcml] POD 2026-02-01T15:19:46.070434935Z ++ oc get nodes --no-headers -o custom-columns=:metadata.name [must-gather-8bcml] POD 2026-02-01T15:19:46.216436711Z + nodes='ip-10-0-110-103.us-east-2.compute.internal [must-gather-8bcml] POD 2026-02-01T15:19:46.216436711Z ip-10-0-118-101.us-east-2.compute.internal [must-gather-8bcml] POD 2026-02-01T15:19:46.216436711Z ip-10-0-44-118.us-east-2.compute.internal [must-gather-8bcml] POD 2026-02-01T15:19:46.216436711Z ip-10-0-5-129.us-east-2.compute.internal [must-gather-8bcml] POD 2026-02-01T15:19:46.216436711Z ip-10-0-64-70.us-east-2.compute.internal [must-gather-8bcml] POD 2026-02-01T15:19:46.216436711Z ip-10-0-74-83.us-east-2.compute.internal' [must-gather-8bcml] POD 2026-02-01T15:19:46.216978563Z + echo 'ip-10-0-110-103.us-east-2.compute.internal [must-gather-8bcml] POD 2026-02-01T15:19:46.216978563Z ip-10-0-118-101.us-east-2.compute.internal [must-gather-8bcml] POD 2026-02-01T15:19:46.216978563Z ip-10-0-44-118.us-east-2.compute.internal [must-gather-8bcml] POD 2026-02-01T15:19:46.216978563Z ip-10-0-5-129.us-east-2.compute.internal [must-gather-8bcml] POD 2026-02-01T15:19:46.216978563Z ip-10-0-64-70.us-east-2.compute.internal [must-gather-8bcml] POD 2026-02-01T15:19:46.217023314Z + tr ' ' '\n' [must-gather-8bcml] POD 2026-02-01T15:19:46.217079585Z ip-10-0-74-83.us-east-2.compute.internal' [must-gather-8bcml] POD 2026-02-01T15:19:46.217273180Z + 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-8bcml] POD 2026-02-01T15:19:46.218989528Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-110-103.us-east-2.compute.internal /must-gather/nodes/ip-10-0-110-103.us-east-2.compute.internal [must-gather-8bcml] POD 2026-02-01T15:19:46.219603802Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-118-101.us-east-2.compute.internal /must-gather/nodes/ip-10-0-118-101.us-east-2.compute.internal [must-gather-8bcml] POD 2026-02-01T15:19:46.220543783Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-44-118.us-east-2.compute.internal /must-gather/nodes/ip-10-0-44-118.us-east-2.compute.internal [must-gather-8bcml] POD 2026-02-01T15:19:46.222024096Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-5-129.us-east-2.compute.internal /must-gather/nodes/ip-10-0-5-129.us-east-2.compute.internal [must-gather-8bcml] POD 2026-02-01T15:19:46.224379889Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-64-70.us-east-2.compute.internal /must-gather/nodes/ip-10-0-64-70.us-east-2.compute.internal [must-gather-8bcml] POD 2026-02-01T15:19:46.541377161Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-74-83.us-east-2.compute.internal /must-gather/nodes/ip-10-0-74-83.us-east-2.compute.internal [must-gather-8bcml] POD 2026-02-01T15:19:46.719279992Z + oc delete -f /etc/node-gather-ds.yaml [must-gather-8bcml] POD 2026-02-01T15:19:46.817798262Z daemonset.apps "node-gather-daemonset" deleted [must-gather-8bcml] POD 2026-02-01T15:19:46.825124037Z + oc delete -f /etc/node-gather-crd.yaml [must-gather-8bcml] POD 2026-02-01T15:19:46.972831280Z namespace "node-gather" deleted [must-gather-8bcml] POD 2026-02-01T15:19:46.979586142Z serviceaccount "node-gather" deleted [must-gather-8bcml] POD 2026-02-01T15:19:50.235272384Z [disk usage checker] Volume usage percentage: current = 21 ; allowed = 70 [must-gather-8bcml] POD 2026-02-01T15:19:54.200899804Z running gather_ns [must-gather-8bcml] POD 2026-02-01T15:19:54.203373020Z +++ dirname -- /usr/bin/gather_ns [must-gather-8bcml] POD 2026-02-01T15:19:54.204980006Z ++ cd -- /usr/bin [must-gather-8bcml] POD 2026-02-01T15:19:54.205042737Z ++ pwd [must-gather-8bcml] POD 2026-02-01T15:19:54.205341904Z + DIR_NAME=/usr/bin [must-gather-8bcml] POD 2026-02-01T15:19:54.205390685Z + source /usr/bin/common.sh [must-gather-8bcml] POD 2026-02-01T15:19:54.206074460Z ++++ dirname -- /usr/bin/common.sh [must-gather-8bcml] POD 2026-02-01T15:19:54.207602485Z +++ cd -- /usr/bin [must-gather-8bcml] POD 2026-02-01T15:19:54.207724628Z +++ pwd [must-gather-8bcml] POD 2026-02-01T15:19:54.207950693Z ++ DIR_NAME=/usr/bin [must-gather-8bcml] POD 2026-02-01T15:19:54.208065495Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-8bcml] POD 2026-02-01T15:19:54.208118226Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-8bcml] POD 2026-02-01T15:19:54.208140137Z ++ export PROS=5 [must-gather-8bcml] POD 2026-02-01T15:19:54.208140137Z ++ PROS=5 [must-gather-8bcml] POD 2026-02-01T15:19:54.208140137Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8bcml] POD 2026-02-01T15:19:54.208156217Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8bcml] POD 2026-02-01T15:19:54.208269720Z + check_command [must-gather-8bcml] POD 2026-02-01T15:19:54.208314731Z + [[ -z 1 ]] [must-gather-8bcml] POD 2026-02-01T15:19:54.208355602Z + get_log_collection_args [must-gather-8bcml] POD 2026-02-01T15:19:54.208395752Z + log_collection_args= [must-gather-8bcml] POD 2026-02-01T15:19:54.208446064Z + '[' -n '' ']' [must-gather-8bcml] POD 2026-02-01T15:19:54.208488554Z + '[' -n '' ']' [must-gather-8bcml] POD 2026-02-01T15:19:54.208525646Z + node_log_collection_args= [must-gather-8bcml] POD 2026-02-01T15:19:54.208565996Z + '[' -n '' ']' [must-gather-8bcml] POD 2026-02-01T15:19:54.208604107Z + '[' -n '' ']' [must-gather-8bcml] POD 2026-02-01T15:19:54.208647338Z + export log_collection_args [must-gather-8bcml] POD 2026-02-01T15:19:54.208647338Z + export node_log_collection_args [must-gather-8bcml] POD 2026-02-01T15:19:54.208665618Z + OS_IMAGE_NS=openshift-virtualization-os-images [must-gather-8bcml] POD 2026-02-01T15:19:54.208687099Z + namespaces=() [must-gather-8bcml] POD 2026-02-01T15:19:54.208703719Z + namespaces+=("${INSTALLATION_NAMESPACE}" openshift-operator-lifecycle-manager openshift-marketplace) [must-gather-8bcml] POD 2026-02-01T15:19:54.213139009Z ++ tr '[:upper:]' '[:lower:]' [must-gather-8bcml] POD 2026-02-01T15:19:54.213139009Z ++ oc get network.config.openshift.io '-o=jsonpath={.items[0].spec.networkType}' [must-gather-8bcml] POD 2026-02-01T15:19:54.364875293Z + NETWORK_TYPE=ovnkubernetes [must-gather-8bcml] POD 2026-02-01T15:19:54.364935244Z + [[ ovnkubernetes == \o\v\n\k\u\b\e\r\n\e\t\e\s ]] [must-gather-8bcml] POD 2026-02-01T15:19:54.364935244Z + namespaces+=(openshift-ovn-kubernetes) [must-gather-8bcml] POD 2026-02-01T15:19:54.364951325Z + namespaces+=("${OS_IMAGE_NS}") [must-gather-8bcml] POD 2026-02-01T15:19:54.365002556Z + resources+=(cdi) [must-gather-8bcml] POD 2026-02-01T15:19:54.365564969Z + tr ' ' '\n' [must-gather-8bcml] POD 2026-02-01T15:19:54.365740633Z + 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-8bcml] POD 2026-02-01T15:19:54.365740633Z + echo openshift-cnv openshift-operator-lifecycle-manager openshift-marketplace openshift-ovn-kubernetes openshift-virtualization-os-images [must-gather-8bcml] POD 2026-02-01T15:19:54.367206895Z sh -c 'echo inspecting namespace $1 && oc adm inspect ${log_collection_args} --dest-dir "${BASE_COLLECTION_PATH}" namespace $1' -- openshift-cnv [must-gather-8bcml] POD 2026-02-01T15:19:54.367779188Z 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-8bcml] POD 2026-02-01T15:19:54.368390232Z sh -c 'echo inspecting namespace $1 && oc adm inspect ${log_collection_args} --dest-dir "${BASE_COLLECTION_PATH}" namespace $1' -- openshift-marketplace [must-gather-8bcml] POD 2026-02-01T15:19:54.369377424Z inspecting namespace openshift-cnv [must-gather-8bcml] POD 2026-02-01T15:19:54.369564338Z inspecting namespace openshift-operator-lifecycle-manager [must-gather-8bcml] POD 2026-02-01T15:19:54.369584279Z sh -c 'echo inspecting namespace $1 && oc adm inspect ${log_collection_args} --dest-dir "${BASE_COLLECTION_PATH}" namespace $1' -- openshift-ovn-kubernetes [must-gather-8bcml] POD 2026-02-01T15:19:54.371264217Z 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-8bcml] POD 2026-02-01T15:19:54.371472351Z inspecting namespace openshift-marketplace [must-gather-8bcml] POD 2026-02-01T15:19:54.373200310Z inspecting namespace openshift-ovn-kubernetes [must-gather-8bcml] POD 2026-02-01T15:19:54.375567513Z inspecting namespace openshift-virtualization-os-images [must-gather-8bcml] POD 2026-02-01T15:19:54.749196305Z Gathering data for ns/openshift-virtualization-os-images... [must-gather-8bcml] POD 2026-02-01T15:19:54.777664204Z Gathering data for ns/openshift-cnv... [must-gather-8bcml] POD 2026-02-01T15:19:54.847324117Z Gathering data for ns/openshift-operator-lifecycle-manager... [must-gather-8bcml] POD 2026-02-01T15:19:54.878662310Z Gathering data for ns/openshift-marketplace... [must-gather-8bcml] POD 2026-02-01T15:19:54.913972882Z Gathering data for ns/openshift-ovn-kubernetes... [must-gather-8bcml] POD 2026-02-01T15:19:55.261064639Z [disk usage checker] Volume usage percentage: current = 21 ; allowed = 70 [must-gather-8bcml] POD 2026-02-01T15:19:56.291709002Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-8bcml] POD 2026-02-01T15:19:56.388914753Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-8bcml] POD 2026-02-01T15:19:57.912158437Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-8bcml] POD 2026-02-01T15:19:58.208542597Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-8bcml] POD 2026-02-01T15:19:58.300204033Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-8bcml] POD 2026-02-01T15:19:58.881919414Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:19:58.980935326Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-8bcml] POD 2026-02-01T15:19:59.238000933Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-8bcml] POD 2026-02-01T15:19:59.365314945Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-8bcml] POD 2026-02-01T15:19:59.698441809Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:19:59.742611435Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-8bcml] POD 2026-02-01T15:19:59.839449180Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-8bcml] POD 2026-02-01T15:19:59.901609462Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-8bcml] POD 2026-02-01T15:19:59.975298584Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-8bcml] POD 2026-02-01T15:20:00.310277049Z [disk usage checker] Volume usage percentage: current = 21 ; allowed = 70 [must-gather-8bcml] POD 2026-02-01T15:20:00.380978694Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-8bcml] POD 2026-02-01T15:20:00.386393956Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-8bcml] POD 2026-02-01T15:20:00.819607868Z W0201 15:20:00.819557 5507 util.go:195] skipping , failed to read event err: Object 'Kind' is missing in '' [must-gather-8bcml] POD 2026-02-01T15:20:00.978058041Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-8bcml] POD 2026-02-01T15:20:01.267856538Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:20:01.551315021Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:20:01.759220761Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:20:01.766806082Z running gather_resources [must-gather-8bcml] POD 2026-02-01T15:20:01.769192486Z +++ dirname -- /usr/bin/gather_resources [must-gather-8bcml] POD 2026-02-01T15:20:01.770935315Z ++ cd -- /usr/bin [must-gather-8bcml] POD 2026-02-01T15:20:01.771005396Z ++ pwd [must-gather-8bcml] POD 2026-02-01T15:20:01.771261782Z + DIR_NAME=/usr/bin [must-gather-8bcml] POD 2026-02-01T15:20:01.771445526Z + source /usr/bin/common.sh [must-gather-8bcml] POD 2026-02-01T15:20:01.772293985Z ++++ dirname -- /usr/bin/common.sh [must-gather-8bcml] POD 2026-02-01T15:20:01.774283630Z +++ cd -- /usr/bin [must-gather-8bcml] POD 2026-02-01T15:20:01.774329571Z +++ pwd [must-gather-8bcml] POD 2026-02-01T15:20:01.774600528Z ++ DIR_NAME=/usr/bin [must-gather-8bcml] POD 2026-02-01T15:20:01.774944335Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-8bcml] POD 2026-02-01T15:20:01.774944335Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-8bcml] POD 2026-02-01T15:20:01.774998437Z ++ export PROS=5 [must-gather-8bcml] POD 2026-02-01T15:20:01.774998437Z ++ PROS=5 [must-gather-8bcml] POD 2026-02-01T15:20:01.774998437Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8bcml] POD 2026-02-01T15:20:01.774998437Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8bcml] POD 2026-02-01T15:20:01.775197211Z + check_command [must-gather-8bcml] POD 2026-02-01T15:20:01.775220742Z + [[ -z 1 ]] [must-gather-8bcml] POD 2026-02-01T15:20:01.775220742Z + get_log_collection_args [must-gather-8bcml] POD 2026-02-01T15:20:01.775220742Z + log_collection_args= [must-gather-8bcml] POD 2026-02-01T15:20:01.775281843Z + '[' -n '' ']' [must-gather-8bcml] POD 2026-02-01T15:20:01.775281843Z + '[' -n '' ']' [must-gather-8bcml] POD 2026-02-01T15:20:01.775281843Z + node_log_collection_args= [must-gather-8bcml] POD 2026-02-01T15:20:01.775281843Z + '[' -n '' ']' [must-gather-8bcml] POD 2026-02-01T15:20:01.775281843Z + '[' -n '' ']' [must-gather-8bcml] POD 2026-02-01T15:20:01.775281843Z + export log_collection_args [must-gather-8bcml] POD 2026-02-01T15:20:01.775298213Z + export node_log_collection_args [must-gather-8bcml] POD 2026-02-01T15:20:01.775307893Z + resources=() [must-gather-8bcml] POD 2026-02-01T15:20:01.775382745Z + resources+=(catalogsource) [must-gather-8bcml] POD 2026-02-01T15:20:01.775382745Z + resources+=(Network-attachment-definitions) [must-gather-8bcml] POD 2026-02-01T15:20:01.775403526Z + resources+=(nodenetworkstates nodenetworkconfigurationenactments nodenetworkconfigurationpolicies) [must-gather-8bcml] POD 2026-02-01T15:20:01.775403526Z + resources+=(istag) [must-gather-8bcml] POD 2026-02-01T15:20:01.775403526Z + resources+=(nodes) [must-gather-8bcml] POD 2026-02-01T15:20:01.775429956Z + resources+=(machines) [must-gather-8bcml] POD 2026-02-01T15:20:01.775429956Z + resources+=(storageclasses csidrivers csinodes csistoragecapacities volumeattachments persistentvolumes) [must-gather-8bcml] POD 2026-02-01T15:20:01.775443927Z + /usr/bin/version [must-gather-8bcml] POD 2026-02-01T15:20:01.896942827Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-8bcml] POD 2026-02-01T15:20:01.905845378Z + echo catalogsource Network-attachment-definitions nodenetworkstates nodenetworkconfigurationenactments nodenetworkconfigurationpolicies istag nodes machines storageclasses csidrivers csinodes csistoragecapacities volumeattachments persistentvolumes [must-gather-8bcml] POD 2026-02-01T15:20:01.906153785Z + tr ' ' '\n' [must-gather-8bcml] POD 2026-02-01T15:20:01.906241227Z + 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-8bcml] POD 2026-02-01T15:20:01.908301373Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- catalogsource [must-gather-8bcml] POD 2026-02-01T15:20:01.908956848Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- Network-attachment-definitions [must-gather-8bcml] POD 2026-02-01T15:20:01.910368820Z inspecting catalogsource [must-gather-8bcml] POD 2026-02-01T15:20:01.910444581Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- nodenetworkstates [must-gather-8bcml] POD 2026-02-01T15:20:01.911538486Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- nodenetworkconfigurationenactments [must-gather-8bcml] POD 2026-02-01T15:20:01.913254265Z inspecting nodenetworkstates [must-gather-8bcml] POD 2026-02-01T15:20:01.913325257Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- nodenetworkconfigurationpolicies [must-gather-8bcml] POD 2026-02-01T15:20:01.913870289Z inspecting Network-attachment-definitions [must-gather-8bcml] POD 2026-02-01T15:20:01.916491918Z inspecting nodenetworkconfigurationenactments [must-gather-8bcml] POD 2026-02-01T15:20:01.918577045Z inspecting nodenetworkconfigurationpolicies [must-gather-8bcml] POD 2026-02-01T15:20:02.260560058Z error: the server doesn't have a resource type "nodenetworkconfigurationenactments" [must-gather-8bcml] POD 2026-02-01T15:20:02.290135785Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- istag [must-gather-8bcml] POD 2026-02-01T15:20:02.300692284Z inspecting istag [must-gather-8bcml] POD 2026-02-01T15:20:02.374951069Z error: the server doesn't have a resource type "nodenetworkstates" [must-gather-8bcml] POD 2026-02-01T15:20:02.380120535Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- nodes [must-gather-8bcml] POD 2026-02-01T15:20:02.386660023Z inspecting nodes [must-gather-8bcml] POD 2026-02-01T15:20:02.387235416Z error: the server doesn't have a resource type "nodenetworkconfigurationpolicies" [must-gather-8bcml] POD 2026-02-01T15:20:02.391608444Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- machines [must-gather-8bcml] POD 2026-02-01T15:20:02.397801164Z inspecting machines [must-gather-8bcml] POD 2026-02-01T15:20:03.079617623Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:20:03.086035177Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- storageclasses [must-gather-8bcml] POD 2026-02-01T15:20:03.114463129Z inspecting storageclasses [must-gather-8bcml] POD 2026-02-01T15:20:03.213450071Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:20:03.218224259Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- csidrivers [must-gather-8bcml] POD 2026-02-01T15:20:03.238362713Z inspecting csidrivers [must-gather-8bcml] POD 2026-02-01T15:20:03.895293970Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:20:03.901845548Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- csinodes [must-gather-8bcml] POD 2026-02-01T15:20:03.912726074Z inspecting csinodes [must-gather-8bcml] POD 2026-02-01T15:20:03.926345131Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:20:03.935552938Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- csistoragecapacities [must-gather-8bcml] POD 2026-02-01T15:20:03.941243887Z inspecting csistoragecapacities [must-gather-8bcml] POD 2026-02-01T15:20:04.286934314Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:20:04.297997644Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- volumeattachments [must-gather-8bcml] POD 2026-02-01T15:20:04.304522101Z inspecting volumeattachments [must-gather-8bcml] POD 2026-02-01T15:20:04.674278291Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:20:04.685457863Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- persistentvolumes [must-gather-8bcml] POD 2026-02-01T15:20:04.708520093Z inspecting persistentvolumes [must-gather-8bcml] POD 2026-02-01T15:20:04.880986183Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:20:05.213598395Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:20:05.342515423Z [disk usage checker] Volume usage percentage: current = 21 ; allowed = 70 [must-gather-8bcml] POD 2026-02-01T15:20:05.347378843Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:20:05.461210030Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:20:05.589618937Z Wrote inspect data to /must-gather. [must-gather-8bcml] POD 2026-02-01T15:20:05.595528680Z running gather_ssp [must-gather-8bcml] POD 2026-02-01T15:20:05.597671508Z +++ dirname -- /usr/bin/gather_ssp [must-gather-8bcml] POD 2026-02-01T15:20:05.599200883Z ++ cd -- /usr/bin [must-gather-8bcml] POD 2026-02-01T15:20:05.599306435Z ++ pwd [must-gather-8bcml] POD 2026-02-01T15:20:05.599848607Z + DIR_NAME=/usr/bin [must-gather-8bcml] POD 2026-02-01T15:20:05.599877628Z + source /usr/bin/common.sh [must-gather-8bcml] POD 2026-02-01T15:20:05.600613125Z ++++ dirname -- /usr/bin/common.sh [must-gather-8bcml] POD 2026-02-01T15:20:05.602223881Z +++ cd -- /usr/bin [must-gather-8bcml] POD 2026-02-01T15:20:05.602359354Z +++ pwd [must-gather-8bcml] POD 2026-02-01T15:20:05.602613460Z ++ DIR_NAME=/usr/bin [must-gather-8bcml] POD 2026-02-01T15:20:05.602613460Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-8bcml] POD 2026-02-01T15:20:05.602613460Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-8bcml] POD 2026-02-01T15:20:05.602613460Z ++ export PROS=5 [must-gather-8bcml] POD 2026-02-01T15:20:05.602613460Z ++ PROS=5 [must-gather-8bcml] POD 2026-02-01T15:20:05.602613460Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8bcml] POD 2026-02-01T15:20:05.602613460Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8bcml] POD 2026-02-01T15:20:05.603125001Z + check_command [must-gather-8bcml] POD 2026-02-01T15:20:05.603125001Z + [[ -z 1 ]] [must-gather-8bcml] POD 2026-02-01T15:20:05.603649193Z ++ /usr/bin/oc get templates --all-namespaces -l template.kubevirt.io/type=base -o 'jsonpath={range .items[*]}{.metadata.namespace}{"\n"}{end}' [must-gather-8bcml] POD 2026-02-01T15:20:05.603649193Z ++ uniq [must-gather-8bcml] POD 2026-02-01T15:20:05.884230942Z + namespaces=openshift [must-gather-8bcml] POD 2026-02-01T15:20:05.884649841Z + echo openshift [must-gather-8bcml] POD 2026-02-01T15:20:05.884898597Z + tr ' ' '\n' [must-gather-8bcml] POD 2026-02-01T15:20:05.885565942Z + 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-8bcml] POD 2026-02-01T15:20:05.886783739Z 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-8bcml] POD 2026-02-01T15:20:06.332267647Z + exit 0 [must-gather-8bcml] POD 2026-02-01T15:20:06.332550314Z running gather_virtualmachines [must-gather-8bcml] POD 2026-02-01T15:20:06.335034250Z +++ dirname -- /usr/bin/gather_virtualmachines [must-gather-8bcml] POD 2026-02-01T15:20:06.336815330Z ++ cd -- /usr/bin [must-gather-8bcml] POD 2026-02-01T15:20:06.337111177Z ++ pwd [must-gather-8bcml] POD 2026-02-01T15:20:06.337111177Z + DIR_NAME=/usr/bin [must-gather-8bcml] POD 2026-02-01T15:20:06.337111177Z + source /usr/bin/common.sh [must-gather-8bcml] POD 2026-02-01T15:20:06.337907824Z ++++ dirname -- /usr/bin/common.sh [must-gather-8bcml] POD 2026-02-01T15:20:06.339297296Z +++ cd -- /usr/bin [must-gather-8bcml] POD 2026-02-01T15:20:06.339374848Z +++ pwd [must-gather-8bcml] POD 2026-02-01T15:20:06.339605093Z ++ DIR_NAME=/usr/bin [must-gather-8bcml] POD 2026-02-01T15:20:06.339733986Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-8bcml] POD 2026-02-01T15:20:06.339733986Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-8bcml] POD 2026-02-01T15:20:06.339771417Z ++ export PROS=5 [must-gather-8bcml] POD 2026-02-01T15:20:06.339771417Z ++ PROS=5 [must-gather-8bcml] POD 2026-02-01T15:20:06.339793957Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8bcml] POD 2026-02-01T15:20:06.339793957Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8bcml] POD 2026-02-01T15:20:06.339948201Z + check_command [must-gather-8bcml] POD 2026-02-01T15:20:06.340010932Z + [[ -z 1 ]] [must-gather-8bcml] POD 2026-02-01T15:20:06.340010932Z + vmConvertor [must-gather-8bcml] POD 2026-02-01T15:20:06.351484211Z No VM found [must-gather-8bcml] POD 2026-02-01T15:20:06.352322149Z + exit 0 [must-gather-8bcml] POD 2026-02-01T15:20:06.352584035Z running gather_webhooks [must-gather-8bcml] POD 2026-02-01T15:20:06.354635532Z +++ dirname -- /usr/bin/gather_webhooks [must-gather-8bcml] POD 2026-02-01T15:20:06.356156876Z ++ cd -- /usr/bin [must-gather-8bcml] POD 2026-02-01T15:20:06.356280669Z ++ pwd [must-gather-8bcml] POD 2026-02-01T15:20:06.356508474Z + DIR_NAME=/usr/bin [must-gather-8bcml] POD 2026-02-01T15:20:06.356508474Z + source /usr/bin/common.sh [must-gather-8bcml] POD 2026-02-01T15:20:06.357215440Z ++++ dirname -- /usr/bin/common.sh [must-gather-8bcml] POD 2026-02-01T15:20:06.358871667Z +++ cd -- /usr/bin [must-gather-8bcml] POD 2026-02-01T15:20:06.358940489Z +++ pwd [must-gather-8bcml] POD 2026-02-01T15:20:06.359258766Z ++ DIR_NAME=/usr/bin [must-gather-8bcml] POD 2026-02-01T15:20:06.359258766Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-8bcml] POD 2026-02-01T15:20:06.359258766Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-8bcml] POD 2026-02-01T15:20:06.359258766Z ++ export PROS=5 [must-gather-8bcml] POD 2026-02-01T15:20:06.359258766Z ++ PROS=5 [must-gather-8bcml] POD 2026-02-01T15:20:06.359258766Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8bcml] POD 2026-02-01T15:20:06.359258766Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8bcml] POD 2026-02-01T15:20:06.359322358Z + check_command [must-gather-8bcml] POD 2026-02-01T15:20:06.359389509Z + [[ -z 1 ]] [must-gather-8bcml] POD 2026-02-01T15:20:06.359559003Z + export -f gather_validating_wh [must-gather-8bcml] POD 2026-02-01T15:20:06.359559003Z + export -f gather_mutating_wh [must-gather-8bcml] POD 2026-02-01T15:20:06.360031563Z ++ /usr/bin/oc get validatingwebhookconfiguration -o custom-columns=NAME:.metadata.name --no-headers [must-gather-8bcml] POD 2026-02-01T15:20:06.509085156Z + validating_wh='admissionwebhook.noobaa.io-2w7gw [must-gather-8bcml] POD 2026-02-01T15:20:06.509085156Z alertmanagerconfigs.openshift.io [must-gather-8bcml] POD 2026-02-01T15:20:06.509085156Z autoscaling.openshift.io [must-gather-8bcml] POD 2026-02-01T15:20:06.509085156Z cdi-api-dataimportcron-validate [must-gather-8bcml] POD 2026-02-01T15:20:06.509085156Z cdi-api-datavolume-validate [must-gather-8bcml] POD 2026-02-01T15:20:06.509085156Z cdi-api-populator-validate [must-gather-8bcml] POD 2026-02-01T15:20:06.509085156Z cdi-api-validate [must-gather-8bcml] POD 2026-02-01T15:20:06.509085156Z cluster-baremetal-validating-webhook-configuration [must-gather-8bcml] POD 2026-02-01T15:20:06.509085156Z controlplanemachineset.machine.openshift.io [must-gather-8bcml] POD 2026-02-01T15:20:06.509085156Z machine-api [must-gather-8bcml] POD 2026-02-01T15:20:06.509085156Z monitoringconfigmaps.openshift.io [must-gather-8bcml] POD 2026-02-01T15:20:06.509085156Z multus.openshift.io [must-gather-8bcml] POD 2026-02-01T15:20:06.509085156Z network-node-identity.openshift.io [must-gather-8bcml] POD 2026-02-01T15:20:06.509085156Z objecttransfer-api-validate [must-gather-8bcml] POD 2026-02-01T15:20:06.509085156Z performance-addon-operator [must-gather-8bcml] POD 2026-02-01T15:20:06.509085156Z prometheusrules.openshift.io [must-gather-8bcml] POD 2026-02-01T15:20:06.509085156Z validate-hco.kubevirt.io-qh54p [must-gather-8bcml] POD 2026-02-01T15:20:06.509085156Z validate-hostpath-provisioner.kubevirt.io-wbpkj [must-gather-8bcml] POD 2026-02-01T15:20:06.509085156Z validation.v1beta2.ssp.kubevirt.io-dss2c [must-gather-8bcml] POD 2026-02-01T15:20:06.509085156Z validation.v1beta3.ssp.kubevirt.io-xjq8l [must-gather-8bcml] POD 2026-02-01T15:20:06.509085156Z vbackup.cnpg.io-vqbr5 [must-gather-8bcml] POD 2026-02-01T15:20:06.509085156Z vcluster.cnpg.io-bn6p2 [must-gather-8bcml] POD 2026-02-01T15:20:06.509085156Z vdatabase.cnpg.io-v8rdb [must-gather-8bcml] POD 2026-02-01T15:20:06.509085156Z virt-api-validator [must-gather-8bcml] POD 2026-02-01T15:20:06.509085156Z virt-operator-validator [must-gather-8bcml] POD 2026-02-01T15:20:06.509085156Z virt-template-validator [must-gather-8bcml] POD 2026-02-01T15:20:06.509085156Z vpooler.cnpg.io-klq6k [must-gather-8bcml] POD 2026-02-01T15:20:06.509085156Z vscheduledbackup.cnpg.io-llk2n' [must-gather-8bcml] POD 2026-02-01T15:20:06.509667649Z + echo 'admissionwebhook.noobaa.io-2w7gw [must-gather-8bcml] POD 2026-02-01T15:20:06.509667649Z alertmanagerconfigs.openshift.io [must-gather-8bcml] POD 2026-02-01T15:20:06.509667649Z autoscaling.openshift.io [must-gather-8bcml] POD 2026-02-01T15:20:06.509667649Z cdi-api-dataimportcron-validate [must-gather-8bcml] POD 2026-02-01T15:20:06.509667649Z cdi-api-datavolume-validate [must-gather-8bcml] POD 2026-02-01T15:20:06.509667649Z cdi-api-populator-validate [must-gather-8bcml] POD 2026-02-01T15:20:06.509667649Z cdi-api-validate [must-gather-8bcml] POD 2026-02-01T15:20:06.509667649Z cluster-baremetal-validating-webhook-configuration [must-gather-8bcml] POD 2026-02-01T15:20:06.509667649Z controlplanemachineset.machine.openshift.io [must-gather-8bcml] POD 2026-02-01T15:20:06.509667649Z machine-api [must-gather-8bcml] POD 2026-02-01T15:20:06.509667649Z monitoringconfigmaps.openshift.io [must-gather-8bcml] POD 2026-02-01T15:20:06.509667649Z multus.openshift.io [must-gather-8bcml] POD 2026-02-01T15:20:06.509667649Z network-node-identity.openshift.io [must-gather-8bcml] POD 2026-02-01T15:20:06.509667649Z objecttransfer-api-validate [must-gather-8bcml] POD 2026-02-01T15:20:06.509667649Z performance-addon-operator [must-gather-8bcml] POD 2026-02-01T15:20:06.509667649Z prometheusrules.openshift.io [must-gather-8bcml] POD 2026-02-01T15:20:06.509667649Z validate-hco.kubevirt.io-qh54p [must-gather-8bcml] POD 2026-02-01T15:20:06.509667649Z validate-hostpath-provisioner.kubevirt.io-wbpkj [must-gather-8bcml] POD 2026-02-01T15:20:06.509667649Z validation.v1beta2.ssp.kubevirt.io-dss2c [must-gather-8bcml] POD 2026-02-01T15:20:06.509667649Z validation.v1beta3.ssp.kubevirt.io-xjq8l [must-gather-8bcml] POD 2026-02-01T15:20:06.509667649Z vbackup.cnpg.io-vqbr5 [must-gather-8bcml] POD 2026-02-01T15:20:06.509667649Z vcluster.cnpg.io-bn6p2 [must-gather-8bcml] POD 2026-02-01T15:20:06.509667649Z vdatabase.cnpg.io-v8rdb [must-gather-8bcml] POD 2026-02-01T15:20:06.509667649Z virt-api-validator [must-gather-8bcml] POD 2026-02-01T15:20:06.509667649Z virt-operator-validator [must-gather-8bcml] POD 2026-02-01T15:20:06.509667649Z virt-template-validator [must-gather-8bcml] POD 2026-02-01T15:20:06.509667649Z vpooler.cnpg.io-klq6k [must-gather-8bcml] POD 2026-02-01T15:20:06.509667649Z vscheduledbackup.cnpg.io-llk2n' [must-gather-8bcml] POD 2026-02-01T15:20:06.509929475Z + tr ' ' '\n' [must-gather-8bcml] POD 2026-02-01T15:20:06.510405195Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'gather_validating_wh $1' -- '{}' [must-gather-8bcml] POD 2026-02-01T15:20:06.511666644Z sh -c 'gather_validating_wh $1' -- admissionwebhook.noobaa.io-2w7gw [must-gather-8bcml] POD 2026-02-01T15:20:06.512595355Z sh -c 'gather_validating_wh $1' -- alertmanagerconfigs.openshift.io [must-gather-8bcml] POD 2026-02-01T15:20:06.513200748Z sh -c 'gather_validating_wh $1' -- autoscaling.openshift.io [must-gather-8bcml] POD 2026-02-01T15:20:06.513875484Z sh -c 'gather_validating_wh $1' -- cdi-api-dataimportcron-validate [must-gather-8bcml] POD 2026-02-01T15:20:06.515730055Z sh -c 'gather_validating_wh $1' -- cdi-api-datavolume-validate [must-gather-8bcml] POD 2026-02-01T15:20:07.424800460Z sh -c 'gather_validating_wh $1' -- cdi-api-populator-validate [must-gather-8bcml] POD 2026-02-01T15:20:07.474419079Z sh -c 'gather_validating_wh $1' -- cdi-api-validate [must-gather-8bcml] POD 2026-02-01T15:20:07.490187694Z sh -c 'gather_validating_wh $1' -- cluster-baremetal-validating-webhook-configuration [must-gather-8bcml] POD 2026-02-01T15:20:07.499104536Z sh -c 'gather_validating_wh $1' -- controlplanemachineset.machine.openshift.io [must-gather-8bcml] POD 2026-02-01T15:20:07.627199275Z sh -c 'gather_validating_wh $1' -- machine-api [must-gather-8bcml] POD 2026-02-01T15:20:08.394993953Z sh -c 'gather_validating_wh $1' -- monitoringconfigmaps.openshift.io [must-gather-8bcml] POD 2026-02-01T15:20:08.429017950Z sh -c 'gather_validating_wh $1' -- multus.openshift.io [must-gather-8bcml] POD 2026-02-01T15:20:08.479878857Z sh -c 'gather_validating_wh $1' -- network-node-identity.openshift.io [must-gather-8bcml] POD 2026-02-01T15:20:08.624845757Z sh -c 'gather_validating_wh $1' -- objecttransfer-api-validate [must-gather-8bcml] POD 2026-02-01T15:20:08.636346666Z sh -c 'gather_validating_wh $1' -- performance-addon-operator [must-gather-8bcml] POD 2026-02-01T15:20:09.274410458Z sh -c 'gather_validating_wh $1' -- prometheusrules.openshift.io [must-gather-8bcml] POD 2026-02-01T15:20:09.287065064Z sh -c 'gather_validating_wh $1' -- validate-hco.kubevirt.io-qh54p [must-gather-8bcml] POD 2026-02-01T15:20:09.432968865Z Error from server (NotFound): namespaces "