+ 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.KIOS -xzvf - oc oc + oc whoami --show-console https://console-openshift-console.apps.ci-op-2k4xgjdb-d119b.cspilp.interop.ccitredhat.com ++ oc get subscription.operators.coreos.com -n openshift-cnv -o 'jsonpath={.items[0].metadata.name}' + HCO_SUBSCRIPTION=kubevirt-hyperconverged + oc get sc NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE gp2-csi ebs.csi.aws.com Delete WaitForFirstConsumer true 146m gp3-csi (default) ebs.csi.aws.com Delete WaitForFirstConsumer true 146m ocs-storagecluster-ceph-rbd (default) openshift-storage.rbd.csi.ceph.com Delete Immediate true 96m ocs-storagecluster-ceph-rbd-virtualization openshift-storage.rbd.csi.ceph.com Delete Immediate true 36m ocs-storagecluster-cephfs openshift-storage.cephfs.csi.ceph.com Delete Immediate true 96m openshift-storage.noobaa.io openshift-storage.noobaa.io/obc Delete Immediate false 93m + 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 146m gp3-csi ebs.csi.aws.com Delete WaitForFirstConsumer true 146m ocs-storagecluster-ceph-rbd openshift-storage.rbd.csi.ceph.com Delete Immediate true 96m ocs-storagecluster-ceph-rbd-virtualization (default) openshift-storage.rbd.csi.ceph.com Delete Immediate true 36m ocs-storagecluster-cephfs openshift-storage.cephfs.csi.ceph.com Delete Immediate true 96m openshift-storage.noobaa.io openshift-storage.noobaa.io/obc Delete Immediate false 93m + cnv::reimport_datavolumes + local dvnamespace=openshift-virtualization-os-images + echo '[DEBUG] Disable DataImportCron' [DEBUG] Disable DataImportCron + cnv::toggle_common_boot_image_import false + local status=false + oc patch hco kubevirt-hyperconverged -n openshift-cnv --type=merge -p '{"spec":{"enableCommonBootImageImport": false}}' hyperconverged.hco.kubevirt.io/kubevirt-hyperconverged patched + oc scale deployment hco-operator --replicas 1 -n openshift-cnv deployment.apps/hco-operator scaled + oc wait hco kubevirt-hyperconverged -n openshift-cnv --for=condition=Available --timeout=5m hyperconverged.hco.kubevirt.io/kubevirt-hyperconverged condition met + sleep 1 + oc wait dataimportcrons -n openshift-virtualization-os-images --all --for=delete + echo '[DEBUG] Delete all DataSources, DataVolumes, VolumeSnapshots and PVCs of CNV default volumes' [DEBUG] Delete all DataSources, DataVolumes, VolumeSnapshots and PVCs of CNV default volumes + oc delete datasources -n openshift-virtualization-os-images --selector=cdi.kubevirt.io/dataImportCron datasource.cdi.kubevirt.io "centos-stream10" deleted datasource.cdi.kubevirt.io "rhel10" deleted + oc delete datavolumes -n openshift-virtualization-os-images --selector=cdi.kubevirt.io/dataImportCron datavolume.cdi.kubevirt.io "centos-stream10-1983db89651a" deleted datavolume.cdi.kubevirt.io "centos-stream9-27092766a264" deleted datavolume.cdi.kubevirt.io "fedora-68ed96832eca" deleted datavolume.cdi.kubevirt.io "rhel10-c03936a065f2" deleted datavolume.cdi.kubevirt.io "rhel8-4ccd8b6aee47" deleted datavolume.cdi.kubevirt.io "rhel9-ab4ec16077fe" deleted + local retry_count=0 + local max_retries=10 + local interval=30 + [[ 0 -lt 10 ]] + echo 'Attempting to delete all volumesnapshots in namespace openshift-virtualization-os-images (Attempt 1 of 10)...' Attempting to delete all volumesnapshots in namespace openshift-virtualization-os-images (Attempt 1 of 10)... + oc delete volumesnapshots -n openshift-virtualization-os-images --selector=cdi.kubevirt.io/dataImportCron --timeout=30s --ignore-not-found No resources found + echo 'Successfully deleted all volumesnapshots' Successfully deleted all volumesnapshots + break + [[ 0 -ge 10 ]] + oc delete pvc -n openshift-virtualization-os-images --selector=cdi.kubevirt.io/dataImportCron persistentvolumeclaim "prime-303fb48a-44f8-4222-8e5b-c48818f085fb" deleted persistentvolumeclaim "prime-42a73382-601e-4190-bb6e-0ff33ba59c12" deleted persistentvolumeclaim "prime-6993593a-29d7-48d1-b680-5c055ed048ef" deleted persistentvolumeclaim "prime-74f8d76a-782b-409a-a8b7-3541197cc81b" deleted persistentvolumeclaim "prime-7ece7030-df19-4520-8781-c0f46d475cd1" deleted persistentvolumeclaim "prime-8359be3e-584f-4574-93cc-18d015593ad0" deleted + echo '[DEBUG] Enable DataImportCron' [DEBUG] Enable DataImportCron + cnv::toggle_common_boot_image_import true + local status=true + oc patch hco kubevirt-hyperconverged -n openshift-cnv --type=merge -p '{"spec":{"enableCommonBootImageImport": true}}' hyperconverged.hco.kubevirt.io/kubevirt-hyperconverged patched + oc scale deployment hco-operator --replicas 1 -n openshift-cnv deployment.apps/hco-operator scaled + oc wait hco kubevirt-hyperconverged -n openshift-cnv --for=condition=Available --timeout=5m hyperconverged.hco.kubevirt.io/kubevirt-hyperconverged condition met + sleep 10 + echo '[DEBUG] Wait for DataImportCron to re-import volumes' [DEBUG] Wait for DataImportCron to re-import volumes + oc wait DataImportCron -n openshift-virtualization-os-images --all --for=condition=UpToDate --timeout=20m dataimportcron.cdi.kubevirt.io/centos-stream10-image-cron condition met dataimportcron.cdi.kubevirt.io/centos-stream9-image-cron condition met dataimportcron.cdi.kubevirt.io/fedora-image-cron condition met dataimportcron.cdi.kubevirt.io/rhel10-image-cron condition met dataimportcron.cdi.kubevirt.io/rhel8-image-cron condition met dataimportcron.cdi.kubevirt.io/rhel9-image-cron condition met + echo '[DEBUG] Printing persistent volume claims' [DEBUG] Printing persistent volume claims + oc get pvc -n openshift-virtualization-os-images NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS VOLUMEATTRIBUTESCLASS AGE centos-stream9-27092766a264 Terminating pvc-f7a84675-c16e-414e-b55b-ac4191106934 30Gi RWX ocs-storagecluster-ceph-rbd-virtualization 104s prime-08267a0f-458a-47a1-8870-ec3aa40ed717 Lost pvc-f7a84675-c16e-414e-b55b-ac4191106934 0 ocs-storagecluster-ceph-rbd-virtualization 103s prime-95ab2111-e148-4ca5-bd36-58405a7e5caa Terminating pvc-fbe20188-5015-4bfd-9b9d-6822419f5d52 0 ocs-storagecluster-ceph-rbd-virtualization 104s + rc=0 + uv run --verbose --cache-dir /tmp/uv-cache pytest -s -o log_cli=true -o cache_dir=/tmp/pytest-cache --pytest-log-file /logs/artifacts/tests.log --data-collector --data-collector-output-dir=/logs/artifacts/ --junitxml /logs/artifacts/junit_results.xml --html=/logs/artifacts/report.html --self-contained-html --tb=native --tc default_storage_class:ocs-storagecluster-ceph-rbd-virtualization --tc default_volume_mode:Block --tc hco_subscription:kubevirt-hyperconverged --latest-rhel --storage-class-matrix=ocs-storagecluster-ceph-rbd-virtualization --leftovers-collector -m smoke DEBUG uv 0.9.11 DEBUG Acquired shared lock for `/tmp/uv-cache` DEBUG Found project root: `/openshift-virtualization-tests` DEBUG No workspace root found, using project root DEBUG Discovered project `openshift-virtualization-tests-4-21` at: /openshift-virtualization-tests DEBUG Acquired lock for `/openshift-virtualization-tests` DEBUG Using Python request `3.14` from explicit request DEBUG Checking for Python environment at: `.venv` DEBUG The project environment's Python version satisfies the request: `Python 3.14` DEBUG Released lock at `/tmp/uv-8040f6fbf2d03ad4.lock` DEBUG Skipping environment synchronization due to `--no-sync` DEBUG Using Python 3.14.0 interpreter at: /openshift-virtualization-tests/.venv/bin/python3 DEBUG Running `pytest -s -o log_cli=true -o cache_dir=/tmp/pytest-cache --pytest-log-file /logs/artifacts/tests.log --data-collector --data-collector-output-dir=/logs/artifacts/ --junitxml /logs/artifacts/junit_results.xml --html=/logs/artifacts/report.html --self-contained-html --tb=native --tc default_storage_class:ocs-storagecluster-ceph-rbd-virtualization --tc default_volume_mode:Block --tc hco_subscription:kubevirt-hyperconverged --latest-rhel --storage-class-matrix=ocs-storagecluster-ceph-rbd-virtualization --leftovers-collector -m smoke` DEBUG Spawned child 543 in process group 1 2025-11-25T05:50:46.636179 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-25T05:50:47.724606 pyhelper_utils.shell INFO Running Hide By User command 2025-11-25T05:50:47.724136 utilities.pytest_utils INFO Getting artifactory server information using cluster host url: https://api.ci-op-2k4xgjdb-d119b.cspilp.interop.ccitredhat.com:6443 2025-11-25T05:50:47.724513 utilities.pytest_utils INFO Using user requested `ARTIFACTORY_SERVER` environment variable: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 2025-11-25T05:50:48.080399 utilities.bitwarden INFO Cache info stats for pulling secrets: CacheInfo(hits=0, misses=1, maxsize=None, currsize=0) 2025-11-25T05:50:48.248592 utilities.bitwarden INFO Cache info stats for getting specific secret: CacheInfo(hits=0, misses=1, maxsize=None, currsize=0) /openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/exceptions.py:91: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. self.headers = http_resp.getheaders() /openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/exceptions.py:91: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. self.headers = http_resp.getheaders() 2025-11-25T05:50:48.312074 ocp_resources Namespace INFO Create Namespace cnv-tests-run-in-progress-ns 2025-11-25T05:50:48.312253 ocp_resources Namespace INFO Posting {'apiVersion': 'v1', 'kind': 'Namespace', 'metadata': {'name': 'cnv-tests-run-in-progress-ns'}, 'spec': {}} 2025-11-25T05:50:48.329485 ocp_resources Namespace INFO Wait until Namespace cnv-tests-run-in-progress-ns is created 2025-11-25T05:50:48.329954 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait.lambda: self.exists) 2025-11-25T05:50:48.341551 timeout_sampler INFO Elapsed time: 9.131431579589844e-05 [0:00:00.000091] 2025-11-25T05:50:48.341767 ocp_resources Namespace INFO Wait for Namespace cnv-tests-run-in-progress-ns status to be Active 2025-11-25T05:50:48.342065 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-25T05:50:48.350966 ocp_resources Namespace INFO Status of Namespace cnv-tests-run-in-progress-ns is Active 2025-11-25T05:50:48.351143 timeout_sampler INFO Elapsed time: 0.00010442733764648438 [0:00:00.000104] 2025-11-25T05:50:48.351256 ocp_resources.resource INFO ResourceEdits: Updating data for resource Namespace cnv-tests-run-in-progress-ns --- [DuplicateFilter: Last log `Trying to get client via new_client_from_config` repeated 4 times] 2025-11-25T05:50:48.351353 ocp_resources Namespace INFO Update Namespace cnv-tests-run-in-progress-ns: {'metadata': {'labels': {'pod-security.kubernetes.io/enforce': 'privileged', 'security.openshift.io/scc.podSecurityLabelSync': 'false'}, 'name': 'cnv-tests-run-in-progress-ns'}} 2025-11-25T05:50:48.361768 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-25T05:50:48.369918 ocp_resources ConfigMap INFO Create ConfigMap cnv-tests-run-in-progress 2025-11-25T05:50:48.370060 ocp_resources ConfigMap INFO Posting {'apiVersion': 'v1', 'kind': 'ConfigMap', 'metadata': {'name': 'cnv-tests-run-in-progress', 'namespace': 'cnv-tests-run-in-progress-ns'}, 'data': '*******'} 2025-11-25T05:50:50.115490 ocp_resources.resource INFO kind: StorageClass api version: storage.k8s.io/v1 ============================= test session starts ============================== platform linux -- Python 3.14.0, pytest-9.0.1, pluggy-1.6.0 cachedir: /tmp/pytest-cache benchmark: 5.2.3 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000) rootdir: /openshift-virtualization-tests configfile: pytest.ini (WARNING: ignoring pytest config in pyproject.toml!) testpaths: tests plugins: anyio-4.11.0, benchmark-5.2.3, dependency-0.6.0, html-4.1.1, jira-0.3.22, metadata-3.1.1, mock-3.15.1, order-1.3.0, progress-1.4.0, repeat-0.9.4, testconfig-0.2.0 WARNING: cannot execute test relative to others: tests/infrastructure/instance_types/supported_os/test_centos_os.py::TestVMCreationAndValidation::test_create_vm[#centos.stream9#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_centos_os.py::TestVMCreationAndValidation::test_create_vm[#centos.stream9#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_centos_os.py::TestVMCreationAndValidation::test_create_vm[#centos.stream9#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_centos_os.py::TestVMCreationAndValidation::test_start_vm[#centos.stream9#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_centos_os.py::TestVMCreationAndValidation::test_start_vm[#centos.stream9#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_centos_os.py::TestVMCreationAndValidation::test_start_vm[#centos.stream9#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_centos_os.py::TestVMCreationAndValidation::test_start_vm[#centos.stream9#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_fedora_os.py::TestVMCreationAndValidation::test_create_vm[#fedora#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_fedora_os.py::TestVMCreationAndValidation::test_start_vm[#fedora#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_fedora_os.py::TestVMCreationAndValidation::test_start_vm[#fedora#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_fedora_os.py::TestVMCreationAndValidation::test_start_vm[#fedora#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_fedora_os.py::TestVMCreationAndValidation::test_start_vm[#fedora#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_fedora_os.py::TestVMCreationAndValidation::test_start_vm[#fedora#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_fedora_os.py::TestVMCreationAndValidation::test_start_vm[#fedora#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_fedora_os.py::TestVMCreationAndValidation::test_start_vm[#fedora#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_fedora_os.py::TestVMCreationAndValidation::test_start_vm[#fedora#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_rhel_os.py::TestVMCreationAndValidation::test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_rhel_os.py::TestVMCreationAndValidation::test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_rhel_os.py::TestVMCreationAndValidation::test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_rhel_os.py::TestVMCreationAndValidation::test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_rhel_os.py::TestVMCreationAndValidation::test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_rhel_os.py::TestVMCreationAndValidation::test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_rhel_os.py::TestVMCreationAndValidation::test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_rhel_os.py::TestVMCreationAndValidation::test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_rhel_os.py::TestVMCreationAndValidation::test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_rhel_os.py::TestVMCreationAndValidation::test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_rhel_os.py::TestVMCreationAndValidation::test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_rhel_os.py::TestVMMigrationAndState::test_migrate_vm[#ocs-storagecluster-ceph-rbd-virtualization#-#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_rhel_os.py::TestVMMigrationAndState::test_migrate_vm[#ocs-storagecluster-ceph-rbd-virtualization#-#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] tests/infrastructure/instance_types/supported_os/test_rhel_os.py::TestVMMigrationAndState::test_migrate_vm[#ocs-storagecluster-ceph-rbd-virtualization#-#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]. collected 2114 items / 2092 deselected / 22 selected tests/infrastructure/instance_types/supported_os/test_rhel_os.py 2025-11-25 05:50:51,324 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 05:50:51,325 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-25 05:50:51,325 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-25T05:50:51.324776 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25T05:50:51.325069 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-25 05:50:51,325 INFO sqlalchemy.engine.Engine PRAGMA temp.table_info("CnvTestTable") 2025-11-25 05:50:51,325 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-25 05:50:51,326 INFO sqlalchemy.engine.Engine CREATE TABLE "CnvTestTable" ( id INTEGER NOT NULL, test_name VARCHAR(500) NOT NULL, start_time INTEGER NOT NULL, PRIMARY KEY (id) ) 2025-11-25 05:50:51,326 INFO sqlalchemy.engine.Engine [no key 0.00013s] () 2025-11-25T05:50:51.325189 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-25T05:50:51.325800 sqlalchemy.engine.Engine INFO PRAGMA temp.table_info("CnvTestTable") 2025-11-25T05:50:51.325949 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-25T05:50:51.326570 sqlalchemy.engine.Engine INFO CREATE TABLE "CnvTestTable" ( id INTEGER NOT NULL, test_name VARCHAR(500) NOT NULL, start_time INTEGER NOT NULL, PRIMARY KEY (id) )  2025-11-25T05:50:51.326697 sqlalchemy.engine.Engine INFO [no key 0.00013s] () 2025-11-25 05:50:51,338 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25 05:50:51,341 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 05:50:51,342 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25 05:50:51,342 INFO sqlalchemy.engine.Engine [generated in 0.00051s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1764049851) 2025-11-25T05:50:51.338890 sqlalchemy.engine.Engine INFO COMMIT 2025-11-25T05:50:51.339312 sqlalchemy.orm.mapper.Mapper INFO (CnvTestTable|CnvTestTable) _post_configure_properties() started 2025-11-25T05:50:51.339611 sqlalchemy.orm.mapper.Mapper INFO (CnvTestTable|CnvTestTable) initialize prop id 2025-11-25T05:50:51.340147 sqlalchemy.orm.mapper.Mapper INFO (CnvTestTable|CnvTestTable) initialize prop test_name 2025-11-25T05:50:51.340351 sqlalchemy.orm.mapper.Mapper INFO (CnvTestTable|CnvTestTable) initialize prop start_time 2025-11-25 05:50:51,343 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25T05:50:51.340506 sqlalchemy.orm.mapper.Mapper INFO (CnvTestTable|CnvTestTable) _post_configure_properties() complete 2025-11-25T05:50:51.341028 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25T05:50:51.342383 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25T05:50:51.342816 sqlalchemy.engine.Engine INFO [generated in 0.00051s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1764049851) 2025-11-25T05:50:51.343638 sqlalchemy.engine.Engine INFO COMMIT ------------------------ test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] ------------------------ -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-25T05:50:51.352464 ocp_resources.resource INFO Trying to get client via new_client_from_config --- [DuplicateFilter: Last log `kind: StorageClass api version: storage.k8s.io/v1` repeated 11 times] 2025-11-25T05:50:51.351983 conftest INFO Executing session fixture: admin_client 2025-11-25T05:50:51.365353 conftest INFO Executing session fixture: pytestconfig 2025-11-25T05:50:51.365602 conftest INFO Executing session fixture: installing_cnv 2025-11-25T05:50:51.365766 conftest INFO Executing session fixture: cnv_tests_utilities_namespace 2025-11-25T05:50:51.383374 ocp_resources Namespace INFO Create Namespace cnv-tests-utilities 2025-11-25T05:50:51.383639 ocp_resources Namespace INFO Posting {'apiVersion': 'v1', 'kind': 'Namespace', 'metadata': {'name': 'cnv-tests-utilities', 'labels': {'pod-security.kubernetes.io/enforce': 'privileged', 'security.openshift.io/scc.podSecurityLabelSync': 'false'}}, 'spec': {}} 2025-11-25T05:50:51.407639 ocp_resources Namespace INFO Wait for Namespace cnv-tests-utilities status to be Active 2025-11-25T05:50:51.408001 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-25T05:50:51.417120 ocp_resources Namespace INFO Status of Namespace cnv-tests-utilities is Active 2025-11-25T05:50:51.417296 timeout_sampler INFO Elapsed time: 0.00011157989501953125 [0:00:00.000112] 2025-11-25T05:50:51.417599 conftest INFO Executing session fixture: skip_unprivileged_client 2025-11-25T05:50:51.418521 ocp_resources.resource INFO kind: OAuth api version: config.openshift.io/v1 2025-11-25T05:50:51.417764 conftest INFO Executing session fixture: identity_provider_config 2025-11-25T05:50:51.418676 conftest INFO Executing session fixture: leftovers_cleanup 2025-11-25T05:50:51.419412 ocp_resources.resource INFO kind: DaemonSet api version: apps/v1 2025-11-25T05:50:51.418763 tests.conftest INFO Checking for leftover resources 2025-11-25T05:50:51.438853 ocp_resources.resource INFO ResourceEdits: Updating data for resource OAuth cluster 2025-11-25T05:50:51.438978 ocp_resources OAuth INFO Update OAuth cluster: {'metadata': {'name': 'cluster'}, 'spec': {}} 2025-11-25T05:50:51.450002 conftest INFO Executing session fixture: artifactory_setup 2025-11-25T05:50:51.450102 tests.conftest INFO Checking for artifactory credentials: 2025-11-25T05:50:51.450232 conftest INFO Executing session fixture: os_path_environment 2025-11-25T05:50:51.450407 conftest INFO Executing session fixture: tmpdir_factory 2025-11-25T05:50:51.450542 conftest INFO Executing session fixture: bin_directory 2025-11-25T05:50:51.451778 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-25T05:50:51.451500 conftest INFO Executing session fixture: virtctl_binary 2025-11-25T05:50:51.459600 ocp_resources.resource INFO kind: ConsoleCLIDownload api version: console.openshift.io/v1 2025-11-25T05:50:51.487012 utilities.infra INFO Downloading archive using: url=https://hyperconverged-cluster-cli-download-openshift-cnv.apps.ci-op-2k4xgjdb-d119b.cspilp.interop.ccitredhat.com/amd64/linux/virtctl.tar.gz 2025-11-25T05:50:51.669003 utilities.infra INFO Extract the downloaded archive. 2025-11-25T05:50:51.939497 utilities.infra INFO Downloaded file: ['virtctl'] 2025-11-25T05:50:51.946564 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-25T05:50:51.946107 conftest INFO Executing session fixture: oc_binary 2025-11-25T05:50:51.954423 ocp_resources.resource INFO kind: ConsoleCLIDownload api version: console.openshift.io/v1 2025-11-25T05:50:51.974120 utilities.infra INFO Downloading archive using: url=https://downloads-openshift-console.apps.ci-op-2k4xgjdb-d119b.cspilp.interop.ccitredhat.com/amd64/linux/oc.tar 2025-11-25T05:50:52.759376 utilities.infra INFO Extract the downloaded archive. 2025-11-25T05:50:52.885644 utilities.infra INFO Downloaded file: ['oc'] 2025-11-25T05:50:52.914673 ocp_resources.resource INFO kind: ClusterVersion api version: config.openshift.io/v1 2025-11-25T05:50:52.913854 conftest INFO Executing session fixture: bin_directory_to_os_path 2025-11-25T05:50:52.914228 tests.conftest INFO Adding /tmp/pytest-LTLiBxV9TRVUwnm8BX425c/bin0 to $PATH 2025-11-25T05:50:52.914475 conftest INFO Executing session fixture: openshift_current_version 2025-11-25T05:50:52.925387 conftest INFO Executing session fixture: hco_namespace 2025-11-25T05:50:52.930290 conftest INFO Executing session fixture: csv_scope_session 2025-11-25T05:50:52.948537 ocp_resources.resource INFO kind: Subscription api version: operators.coreos.com/v1alpha1 2025-11-25T05:50:52.957195 ocp_resources.resource INFO kind: ClusterServiceVersion api version: operators.coreos.com/v1alpha1 2025-11-25T05:50:52.981741 conftest INFO Executing session fixture: cnv_current_version 2025-11-25T05:50:53.003438 ocp_resources.resource INFO kind: Subscription api version: operators.coreos.com/v1alpha1 2025-11-25T05:50:53.003261 conftest INFO Executing session fixture: cnv_subscription_scope_session 2025-11-25T05:50:53.007098 conftest INFO Executing session fixture: hco_image 2025-11-25T05:50:53.011067 ocp_resources.resource INFO kind: CatalogSource api version: operators.coreos.com/v1alpha1 2025-11-25T05:50:53.018555 ocp_resources.resource INFO kind: StorageClass api version: storage.k8s.io/v1 2025-11-25T05:50:53.018371 conftest INFO Executing session fixture: cluster_storage_classes 2025-11-25T05:50:53.023443 ocp_resources.resource INFO kind: ClusterServiceVersion api version: operators.coreos.com/v1alpha1 2025-11-25T05:50:53.023160 conftest INFO Executing session fixture: ocs_storage_class 2025-11-25T05:50:53.023310 conftest INFO Executing session fixture: ocs_current_version 2025-11-25T05:50:53.039111 conftest INFO Executing session fixture: kubevirt_resource_scope_session 2025-11-25T05:50:53.054697 ocp_resources.resource INFO kind: KubeVirt api version: kubevirt.io/v1 2025-11-25T05:50:53.061431 ocp_resources.resource INFO kind: Network api version: config.openshift.io/v1 2025-11-25T05:50:53.061008 conftest INFO Executing session fixture: cluster_service_network 2025-11-25T05:50:53.065294 conftest INFO Executing session fixture: ipv6_supported_cluster 2025-11-25T05:50:53.065482 conftest INFO Executing session fixture: ipv4_supported_cluster 2025-11-25T05:50:53.065631 conftest INFO Executing session fixture: nodes 2025-11-25T05:50:53.080373 conftest INFO Executing session fixture: workers 2025-11-25T05:50:53.109280 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-25T05:50:53.108660 conftest INFO Executing session fixture: cnv_source 2025-11-25T05:50:53.108839 conftest INFO Executing session fixture: is_production_source 2025-11-25T05:50:53.108990 conftest INFO Executing session fixture: generated_pulled_secret 2025-11-25T05:50:53.177485 conftest INFO Executing session fixture: cnv_tests_utilities_service_account 2025-11-25T05:50:53.185966 ocp_resources ServiceAccount INFO Create ServiceAccount cnv-tests-sa 2025-11-25T05:50:53.186124 ocp_resources ServiceAccount INFO Posting {'apiVersion': 'v1', 'kind': 'ServiceAccount', 'metadata': {'name': 'cnv-tests-sa', 'namespace': 'cnv-tests-utilities'}} 2025-11-25T05:50:53.295224 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/tmp0wcq_juy-cnv-tests-pull-secret/pull-secrets.json'}) 2025-11-25T05:50:53.295513 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/tmp0wcq_juy-cnv-tests-pull-secret/pull-secrets.json command 2025-11-25T05:50:53.294856 conftest INFO Executing session fixture: utility_daemonset 2025-11-25T05:50:54.243128 timeout_sampler INFO Elapsed time: 0.0002276897430419922 [0:00:00.000228] 2025-11-25T05:50:54.261338 ocp_resources.resource INFO kind: DaemonSet api version: apps/v1 --- [DuplicateFilter: Last log `Trying to get client via new_client_from_config` repeated 2 times] 2025-11-25T05:50:54.267964 ocp_resources DaemonSet INFO Create DaemonSet utility 2025-11-25T05:50:54.268159 ocp_resources DaemonSet INFO Posting {'apiVersion': 'apps/v1', 'kind': 'DaemonSet', 'metadata': {'annotations': {'deprecated.daemonset.template.generation': '0'}, 'creationTimestamp': None, 'labels': {'cnv-test': 'utility', 'tier': 'node'}, 'name': 'utility', 'namespace': 'cnv-tests-utilities'}, 'spec': {'revisionHistoryLimit': 10, 'selector': {'matchLabels': {'cnv-test': 'utility', 'tier': 'node'}}, 'template': {'metadata': {'creationTimestamp': None, 'labels': {'cnv-test': 'utility', 'tier': 'node'}}, 'spec': {'containers': [{'command': ['/bin/bash', '-c', 'echo ok > /tmp/healthy && sleep INF'], 'image': 'quay.io/openshift-cnv/qe-cnv-tests-net-util-container:centos-stream-9@sha256:e4a1fec795f5ba1d39164a2b12d2820f31e4533be5799935224ef351273cf10a', 'imagePullPolicy': 'IfNotPresent', 'name': 'utility', 'readinessProbe': {'exec': {'command': ['cat', '/tmp/healthy']}, 'failureThreshold': 3, 'initialDelaySeconds': 5, 'periodSeconds': 5, 'successThreshold': 1, 'timeoutSeconds': 1}, 'resources': {'limits': {'cpu': '100m', 'memory': '50Mi'}, 'requests': {'cpu': '100m', 'memory': '50Mi'}}, 'securityContext': {'privileged': True, 'runAsUser': 0}, 'stdin': True, 'stdinOnce': True, 'terminationMessagePath': '/dev/termination-log', 'terminationMessagePolicy': 'File', 'tty': True, 'volumeMounts': [{'mountPath': '/host', 'name': 'host'}, {'mountPath': '/var/run/secrets/kubernetes.io/serviceaccount', 'name': 'kube-api-access-m5ch7', 'readOnly': True}, {'mountPath': '/host/run/openvswitch', 'name': 'ovs-run'}, {'mountPath': '/run/dbus/system_bus_socket', 'name': 'dbus-socket'}, {'mountPath': '/host/dev', 'name': 'dev'}, {'mountPath': '/host/etc', 'name': 'etc'}, {'mountPath': '/host/var', 'name': 'var'}]}], 'dnsPolicy': 'ClusterFirst', 'enableServiceLinks': True, 'hostNetwork': True, 'hostPID': True, 'imagePullSecrets': [{'name': 'default-dockercfg-xrlbh'}], 'preemptionPolicy': 'PreemptLowerPriority', 'priority': 0, 'restartPolicy': 'Always', 'schedulerName': 'default-scheduler', 'securityContext': {'privileged': True}, 'serviceAccount': 'cnv-tests-sa', 'serviceAccountName': 'cnv-tests-sa', 'terminationGracePeriodSeconds': 30, 'tolerations': [{'effect': 'NoSchedule', 'key': 'node-role.kubernetes.io/master', 'operator': 'Exists'}], 'volumes': [{'hostPath': {'path': '/', 'type': 'Directory'}, 'name': 'host'}, {'hostPath': {'path': '/run/openvswitch', 'type': ''}, 'name': 'ovs-run'}, {'hostPath': {'path': '/run/dbus/system_bus_socket', 'type': 'Socket'}, 'name': 'dbus-socket'}, {'hostPath': {'path': '/dev', 'type': 'Directory'}, 'name': 'dev'}, {'hostPath': {'path': '/etc', 'type': 'Directory'}, 'name': 'etc'}, {'hostPath': {'path': '/var', 'type': 'Directory'}, 'name': 'var'}, {'name': 'kube-api-access-m5ch7', 'projected': {'defaultMode': 420, 'sources': [{'serviceAccountToken': {'path': 'token'}}, {'configMap': {'items': [{'key': 'ca.crt', 'path': 'ca.crt'}], 'name': 'kube-root-ca.crt'}}, {'downwardAPI': {'items': [{'fieldRef': {'apiVersion': 'v1', 'fieldPath': 'metadata.namespace'}, 'path': 'namespace'}]}}, {'configMap': {'items': [{'key': 'service-ca.crt', 'path': 'service-ca.crt'}], 'name': 'openshift-service-ca.crt'}}]}}]}}, 'updateStrategy': {'type': 'OnDelete'}}} 2025-11-25T05:50:54.303610 ocp_resources DaemonSet INFO Wait for DaemonSet utility to deploy all desired pods 2025-11-25T05:50:54.303804 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: kubernetes.dynamic.client.get Kwargs: {'field_selector': 'metadata.name==utility', 'namespace': 'cnv-tests-utilities'}) 2025-11-25T05:51:12.001350 timeout_sampler INFO Elapsed time: 17.688994884490967 [0:00:17.688995] 2025-11-25T05:51:12.001759 conftest INFO Executing session fixture: workers_utility_pods 2025-11-25T05:51:12.106640 conftest INFO Executing session fixture: workers_type 2025-11-25T05:51:12.118443 ocp_resources Pod INFO Execute ['chroot', '/host', 'bash', '-c', 'systemd-detect-virt'] on utility-jhjhf (ip-10-0-100-132.us-east-2.compute.internal) 2025-11-25T05:51:12.194708 tests.conftest INFO Cluster workers are: physical 2025-11-25T05:51:12.195334 conftest INFO Executing session fixture: nodes_cpu_architecture 2025-11-25T05:51:12.224596 pyhelper_utils.shell INFO Running virtctl --kubeconfig /tmp/kubeconfig-602648402 version command 2025-11-25T05:51:12.224412 conftest INFO Executing session fixture: cluster_info 2025-11-25T05:51:12.257340 ocp_resources.resource INFO kind: Network api version: config.openshift.io/v1 2025-11-25T05:51:12.263296 tests.conftest INFO Cluster info: Openshift version: 4.21.0-0.nightly-2025-11-22-193140 CNV version: 4.21.0 HCO image: brew.registry.redhat.io/rh-osbs/iib:1069543 OCS version: 4.19.7-rhodf CNI type: OVNKubernetes Workers type: physical Cluster CPU Architecture: amd64 IPv4 cluster: True IPv6 cluster: False Virtctl version: Client Version: version.Info{GitVersion:"v1.7.0-rc.0-4-gb7ee54dd82", GitCommit:"b7ee54dd82d3279c2422578daf1a11ce80fc7321", GitTreeState:"clean", BuildDate:"2025-11-16T01:30:45Z", GoVersion:"go1.24.6 (Red Hat 1.24.6-1.module+el8.10.0+23407+428597c7) X:strictfipsruntime", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{GitVersion:"v1.7.0-rc.0-4-gb7ee54dd82", GitCommit:"b7ee54dd82d3279c2422578daf1a11ce80fc7321", GitTreeState:"clean", BuildDate:"2025-11-16T01:17:39Z", GoVersion:"go1.24.6 (Red Hat 1.24.6-1.el9_6) X:strictfipsruntime", Compiler:"gc", Platform:"linux/amd64"}  2025-11-25T05:51:12.263662 conftest INFO Executing function fixture: term_handler_scope_function 2025-11-25T05:51:12.263926 conftest INFO Executing class fixture: term_handler_scope_class 2025-11-25T05:51:12.264095 conftest INFO Executing module fixture: term_handler_scope_module 2025-11-25T05:51:12.264223 conftest INFO Executing session fixture: term_handler_scope_session 2025-11-25T05:51:12.264391 conftest INFO Executing session fixture: record_testsuite_property 2025-11-25T05:51:12.264541 conftest INFO Executing session fixture: junitxml_polarion 2025-11-25T05:51:12.267588 conftest INFO Executing session fixture: cluster_storage_classes_names 2025-11-25T05:51:12.267752 conftest INFO Executing session fixture: junitxml_plugin 2025-11-25T05:51:12.267927 conftest INFO Executing session fixture: hyperconverged_resource_scope_session 2025-11-25T05:51:12.282806 ocp_resources.resource INFO kind: HyperConverged api version: hco.kubevirt.io/v1beta1 2025-11-25T05:51:12.288669 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. 2025-11-25T05:51:12.288327 conftest INFO Executing session fixture: cluster_sanity_scope_session 2025-11-25T05:51:12.288495 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2025-11-25T05:51:12.288562 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2025-11-25T05:51:12.288621 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2025-11-25T05:51:12.314685 ocp_utilities.infra INFO Verify all nodes are schedulable. 2025-11-25T05:51:12.342254 timeout_sampler INFO Waiting for 300 seconds [0:05:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2025-11-25T05:51:12.699772 timeout_sampler INFO Elapsed time: 0.000110626220703125 [0:00:00.000111] 2025-11-25T05:51:12.700244 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 5 seconds. (Function: utilities.infra..lambda: dynamic_client.namespace.resource_kind.resource_name.list.get) 2025-11-25T05:51:12.700130 utilities.infra INFO Waiting for resource to stabilize: resource_kind=HyperConverged conditions={'Available': 'True', 'Progressing': 'False', 'ReconcileComplete': 'True', 'Degraded': 'False', 'Upgradeable': 'True'} sleep=600 consecutive_checks_count=3 2025-11-25T05:51:22.750558 timeout_sampler INFO Elapsed time: 10.038898468017578 [0:00:10.038898] 2025-11-25T05:51:22.751333 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. 2025-11-25T05:51:22.751018 conftest INFO Executing module fixture: cluster_sanity_scope_module 2025-11-25T05:51:22.751168 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2025-11-25T05:51:22.751228 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2025-11-25T05:51:22.751283 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2025-11-25T05:51:22.781023 ocp_utilities.infra INFO Verify all nodes are schedulable. 2025-11-25T05:51:22.807584 timeout_sampler INFO Waiting for 300 seconds [0:05:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2025-11-25T05:51:23.167921 timeout_sampler INFO Elapsed time: 0.00012421607971191406 [0:00:00.000124] 2025-11-25T05:51:23.168192 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 5 seconds. (Function: utilities.infra..lambda: dynamic_client.namespace.resource_kind.resource_name.list.get) 2025-11-25T05:51:23.168093 utilities.infra INFO Waiting for resource to stabilize: resource_kind=HyperConverged conditions={'Available': 'True', 'Progressing': 'False', 'ReconcileComplete': 'True', 'Degraded': 'False', 'Upgradeable': 'True'} sleep=600 consecutive_checks_count=3 2025-11-25T05:51:33.201667 timeout_sampler INFO Elapsed time: 10.02095913887024 [0:00:10.020959] 2025-11-25T05:51:33.202076 conftest INFO Executing session fixture: ssh_key_tmpdir_scope_session 2025-11-25T05:51:33.202852 conftest INFO Executing session fixture: generated_ssh_key_for_vm_access 2025-11-25T05:51:33.221843 conftest INFO Executing function fixture: autouse_fixtures 2025-11-25T05:51:33.222153 conftest INFO Executing session fixture: unprivileged_secret 2025-11-25T05:51:33.224530 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-25T05:51:33.232305 ocp_resources Secret INFO Create Secret htpass-secret-for-cnv-tests 2025-11-25T05:51:33.232466 ocp_resources Secret INFO Posting {'apiVersion': 'v1', 'kind': 'Secret', 'metadata': {'name': 'htpass-secret-for-cnv-tests', 'namespace': 'openshift-config'}, 'data': '*******'} 2025-11-25T05:51:33.257912 ocp_resources.resource INFO ResourceEdit: Backing up old data 2025-11-25T05:51:33.257761 conftest INFO Executing session fixture: identity_provider_with_htpasswd 2025-11-25T05:51:33.262216 ocp_resources.resource INFO ResourceEdits: Updating data for resource OAuth cluster 2025-11-25T05:51:33.262326 ocp_resources OAuth INFO Update OAuth cluster: {'metadata': {'name': 'cluster'}, 'spec': {'identityProviders': [{'name': 'htpasswd_provider', 'mappingMethod': 'claim', 'type': 'HTPasswd', 'htpasswd': {'fileData': {'name': 'htpass-secret-for-cnv-tests'}}}], 'tokenConfig': {'accessTokenMaxAgeSeconds': 604800, 'accessTokenInactivityTimeout': None}}} 2025-11-25T05:51:33.281752 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-25T05:51:33.289074 ocp_resources.resource INFO kind: Deployment api version: apps/v1 2025-11-25T05:51:33.306556 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: tests.conftest..lambda: dp.instance.status.conditions) 2025-11-25T05:51:33.306426 tests.conftest INFO Wait for oauth-openshift -> Type: Progressing -> Reason: ReplicaSetUpdated 2025-11-25T05:51:38.354390 timeout_sampler INFO Elapsed time: 5.039781808853149 [0:00:05.039782] 2025-11-25T05:51:38.354684 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: tests.conftest..lambda: dp.instance.status.conditions) 2025-11-25T05:51:38.354545 tests.conftest INFO Wait for oauth-openshift -> Type: Progressing -> Reason: NewReplicaSetAvailable 2025-11-25T05:52:32.771731 timeout_sampler INFO Elapsed time: 54.409257650375366 [0:00:54.409258] 2025-11-25T05:52:32.772361 conftest INFO Executing session fixture: kubeconfig_export_path 2025-11-25T05:52:32.772766 conftest INFO Executing session fixture: exported_kubeconfig 2025-11-25T05:52:32.773681 tests.conftest INFO Setting KUBECONFIG dir for this run to point to: /tmp/tmpc_mig285-cnv-tests-kubeconfig 2025-11-25T05:52:32.773832 tests.conftest INFO Copy KUBECONFIG to /tmp/tmpc_mig285-cnv-tests-kubeconfig/kubeconfig 2025-11-25T05:52:32.774560 tests.conftest INFO Set: KUBECONFIG=/tmp/tmpc_mig285-cnv-tests-kubeconfig/kubeconfig 2025-11-25T05:52:32.774899 conftest INFO Executing session fixture: unprivileged_client 2025-11-25T05:52:32.869238 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-2k4xgjdb-d119b.cspilp.interop.ccitredhat.com:6443 -u unprivileged-user -p unprivileged-password', 'shell': True, 'stdout': -1, 'stderr': -1}) 2025-11-25T05:52:32.869020 utilities.infra INFO Trying to login to account 2025-11-25T05:52:33.214723 timeout_sampler INFO Elapsed time: 0.00023651123046875 [0:00:00.000237] 2025-11-25T05:52:33.214444 utilities.infra INFO Login - success 2025-11-25T05:52:33.222729 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-2k4xgjdb-d119b.cspilp.interop.ccitredhat.com:6443 -u system:admin', 'shell': True, 'stdout': -1, 'stderr': -1}) 2025-11-25T05:52:33.222611 utilities.infra INFO Trying to login to account 2025-11-25T05:52:33.374692 timeout_sampler INFO Elapsed time: 0.00033211708068847656 [0:00:00.000332] 2025-11-25T05:52:33.375376 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-25T05:52:33.374470 utilities.infra INFO Login - success 2025-11-25T05:52:33.387438 conftest INFO Executing session fixture: golden_images_namespace 2025-11-25T05:52:33.392412 conftest INFO Executing session fixture: schedulable_nodes 2025-11-25T05:52:33.490287 conftest INFO Executing session fixture: cluster_node_cpus 2025-11-25T05:52:33.507123 conftest INFO Executing session fixture: cluster_common_modern_node_cpu 2025-11-25T05:52:33.507369 conftest INFO Executing session fixture: host_cpu_model 2025-11-25T05:52:33.525402 ocp_resources.resource INFO kind: ProjectRequest api version: project.openshift.io/v1 2025-11-25T05:52:33.525512 ocp_resources ProjectRequest INFO Create ProjectRequest instance-types-supported-os-test-rhel-os 2025-11-25T05:52:33.524367 conftest INFO Executing session fixture: modern_cpu_for_migration 2025-11-25T05:52:33.525678 ocp_resources ProjectRequest INFO Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'instance-types-supported-os-test-rhel-os'}} 2025-11-25T05:52:33.524508 utilities.cpu INFO Host model cpus for all nodes are same {'ip-10-0-100-132.us-east-2.compute.internal': 'Skylake-Server-IBRS', 'ip-10-0-38-213.us-east-2.compute.internal': 'Skylake-Server-IBRS', 'ip-10-0-69-170.us-east-2.compute.internal': 'Skylake-Server-IBRS'}. No common cpus are needed 2025-11-25T05:52:33.524711 conftest INFO Executing module fixture: namespace 2025-11-25T05:52:33.718686 ocp_resources.resource INFO kind: Project api version: project.openshift.io/v1 2025-11-25T05:52:33.718911 ocp_resources Project INFO Wait for Project instance-types-supported-os-test-rhel-os status to be Active 2025-11-25T05:52:33.719168 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-25T05:52:33.727600 ocp_resources Project INFO Status of Project instance-types-supported-os-test-rhel-os is Active 2025-11-25T05:52:33.727809 timeout_sampler INFO Elapsed time: 9.250640869140625e-05 [0:00:00.000093] 2025-11-25T05:52:33.731563 ocp_resources Namespace INFO Wait for Namespace instance-types-supported-os-test-rhel-os status to be Active 2025-11-25T05:52:33.731799 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-25T05:52:33.734860 ocp_resources Namespace INFO Status of Namespace instance-types-supported-os-test-rhel-os is Active 2025-11-25T05:52:33.735073 timeout_sampler INFO Elapsed time: 8.249282836914062e-05 [0:00:00.000082] 2025-11-25T05:52:33.735169 ocp_resources.resource INFO ResourceEdits: Updating data for resource Namespace instance-types-supported-os-test-rhel-os 2025-11-25T05:52:33.735244 ocp_resources Namespace INFO Update Namespace instance-types-supported-os-test-rhel-os: {'metadata': {'labels': None, 'name': 'instance-types-supported-os-test-rhel-os'}} 2025-11-25T05:52:33.750566 conftest INFO Executing module fixture: instance_type_rhel_os_matrix__module__ 2025-11-25T05:52:33.750946 conftest INFO Executing module fixture: storage_class_matrix__module__ 2025-11-25T05:52:33.751122 conftest INFO Executing module fixture: golden_image_rhel_vm_with_instance_type 2025-11-25T05:52:33.766374 ocp_resources.resource INFO kind: DataSource api version: cdi.kubevirt.io/v1beta1 2025-11-25T05:52:33.770554 ocp_resources.resource INFO kind: VolumeSnapshot api version: snapshot.storage.k8s.io/v1 E TEST: TestVMCreationAndValidation.test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] [setup] STATUS: ERROR _ ERROR at setup of TestVMCreationAndValidation.test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] _ Traceback (most recent call last): File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/ocp_resources/resource.py", line 1133, in retry_cluster_exceptions for sample in sampler: ^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/timeout_sampler/__init__.py", line 171, in __iter__ raise TimeoutExpiredError( self._get_exception_log(exp=last_exp), last_exp=last_exp, elapsed_time=elapsed_time ) timeout_sampler.TimeoutExpiredError: Timed Out: 10 Function: ocp_resources.resource._instance Last exception: ForbiddenError: 403 Reason: Forbidden HTTP response headers: HTTPHeaderDict({'Audit-Id': 'c1b9d0af-3c0b-4109-9518-a8612608ded9', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'X-Content-Type-Options': 'nosniff', 'X-Kubernetes-Pf-Flowschema-Uid': '38b67d00-dd1e-4ad7-880b-8edb6b8449f6', 'X-Kubernetes-Pf-Prioritylevel-Uid': '54cb7035-4e7c-4e18-92ad-cdf33f371755', 'Date': 'Tue, 25 Nov 2025 05:52:33 GMT', 'Content-Length': '455'}) HTTP response body: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"volumesnapshots.snapshot.storage.k8s.io \\"rhel10-c03936a065f2\\" is forbidden: User \\"unprivileged-user\\" cannot get resource \\"volumesnapshots\\" in API group \\"snapshot.storage.k8s.io\\" in the namespace \\"openshift-virtualization-os-images\\"","reason":"Forbidden","details":{"name":"rhel10-c03936a065f2","group":"snapshot.storage.k8s.io","kind":"volumesnapshots"},"code":403}\n' Original traceback: File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 55, in inner resp = func(self, *args, **kwargs) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 277, in request api_response = self.client.call_api( path, ...<11 lines>... _request_timeout=params.get('_request_timeout') ) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 348, in call_api return self.__call_api(resource_path, method, ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ path_params, query_params, header_params, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<2 lines>... _return_http_data_only, collection_formats, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _preload_content, _request_timeout, _host) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 180, in __call_api response_data = self.request( method, url, query_params=query_params, headers=header_params, post_params=post_params, body=body, _preload_content=_preload_content, _request_timeout=_request_timeout) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 373, in request return self.rest_client.GET(url, ~~~~~~~~~~~~~~~~~~~~^^^^^ query_params=query_params, ^^^^^^^^^^^^^^^^^^^^^^^^^^ _preload_content=_preload_content, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _request_timeout=_request_timeout, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ headers=headers) ^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/rest.py", line 244, in GET return self.request("GET", url, ~~~~~~~~~~~~^^^^^^^^^^^^ headers=headers, ^^^^^^^^^^^^^^^^ _preload_content=_preload_content, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _request_timeout=_request_timeout, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ query_params=query_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/rest.py", line 238, in request raise ApiException(http_resp=r) . Elapsed time: 0.003744363784790039 [0:00:00.003744] The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/runner.py", line 353, in from_call result: TResult | None = func() ~~~~^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/runner.py", line 245, in lambda: runtest_hook(item=item, **kwds), ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_hooks.py", line 512, in __call__ return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_manager.py", line 120, in _hookexec return self._inner_hookexec(hook_name, methods, kwargs, firstresult) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 167, in _multicall raise exception File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) ~~~~~~~~~~~~~~^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/capture.py", line 895, in pytest_runtest_setup return (yield) ^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 121, in _multicall res = hook_impl.function(*args) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/runner.py", line 165, in pytest_runtest_setup item.session._setupstate.setup(item) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/runner.py", line 523, in setup col.setup() ~~~~~~~~~^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/python.py", line 1723, in setup self._request._fillfixtures() ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 707, in _fillfixtures item.funcargs[argname] = self.getfixturevalue(argname) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 539, in getfixturevalue fixturedef = self._get_active_fixturedef(argname) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 627, in _get_active_fixturedef fixturedef.execute(request=subrequest) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 1110, in execute result: FixtureValue = ihook.pytest_fixture_setup( ~~~~~~~~~~~~~~~~~~~~~~~~~~^ fixturedef=self, request=request ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_hooks.py", line 512, in __call__ return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_manager.py", line 120, in _hookexec return self._inner_hookexec(hook_name, methods, kwargs, firstresult) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 167, in _multicall raise exception File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) ~~~~~~~~~~~~~~^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 53, in run_old_style_hookwrapper return result.get_result() ~~~~~~~~~~~~~~~~~^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_result.py", line 103, in get_result raise exc.with_traceback(tb) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 38, in run_old_style_hookwrapper res = yield ^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) ~~~~~~~~~~~~~~^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/setuponly.py", line 36, in pytest_fixture_setup return (yield) ^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 121, in _multicall res = hook_impl.function(*args) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 1202, in pytest_fixture_setup result = call_fixture_func(fixturefunc, request, kwargs) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 915, in call_fixture_func fixture_result = fixturefunc(**kwargs) File "/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/conftest.py", line 40, in golden_image_rhel_vm_with_instance_type return golden_image_vm_with_instance_type( client=unprivileged_client, ...<4 lines>... data_source_name=instance_type_rhel_os_matrix__module__[os_name][DATA_SOURCE_NAME], ) File "/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/utils.py", line 22, in golden_image_vm_with_instance_type data_volume_template=data_volume_template_with_source_ref_dict( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ data_source=DataSource( ^^^^^^^^^^^^^^^^^^^^^^^ ...<4 lines>... storage_class=storage_class_name, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ), ^ File "/openshift-virtualization-tests/utilities/storage.py", line 579, in data_volume_template_with_source_ref_dict source_dict = data_source.source.instance.to_dict() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/ocp_resources/resource.py", line 1649, in instance return self.retry_cluster_exceptions(func=_instance) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/ocp_resources/resource.py", line 1138, in retry_cluster_exceptions raise exp.last_exp from exp File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/timeout_sampler/__init__.py", line 162, in __iter__ yield self.func(*self.func_args, **self.func_kwargs) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/ocp_resources/resource.py", line 1647, in _instance return self.api.get(name=self.name, namespace=self.namespace) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 112, in get return self.request('get', path, **kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 57, in inner raise api_exception(e) kubernetes.dynamic.exceptions.ForbiddenError: 403 Reason: Forbidden HTTP response headers: HTTPHeaderDict({'Audit-Id': 'c1b9d0af-3c0b-4109-9518-a8612608ded9', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'X-Content-Type-Options': 'nosniff', 'X-Kubernetes-Pf-Flowschema-Uid': '38b67d00-dd1e-4ad7-880b-8edb6b8449f6', 'X-Kubernetes-Pf-Prioritylevel-Uid': '54cb7035-4e7c-4e18-92ad-cdf33f371755', 'Date': 'Tue, 25 Nov 2025 05:52:33 GMT', 'Content-Length': '455'}) HTTP response body: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"volumesnapshots.snapshot.storage.k8s.io \\"rhel10-c03936a065f2\\" is forbidden: User \\"unprivileged-user\\" cannot get resource \\"volumesnapshots\\" in API group \\"snapshot.storage.k8s.io\\" in the namespace \\"openshift-virtualization-os-images\\"","reason":"Forbidden","details":{"name":"rhel10-c03936a065f2","group":"snapshot.storage.k8s.io","kind":"volumesnapshots"},"code":403}\n' Original traceback: File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 55, in inner resp = func(self, *args, **kwargs) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 277, in request api_response = self.client.call_api( path, ...<11 lines>... _request_timeout=params.get('_request_timeout') ) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 348, in call_api return self.__call_api(resource_path, method, ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ path_params, query_params, header_params, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<2 lines>... _return_http_data_only, collection_formats, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _preload_content, _request_timeout, _host) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 180, in __call_api response_data = self.request( method, url, query_params=query_params, headers=header_params, post_params=post_params, body=body, _preload_content=_preload_content, _request_timeout=_request_timeout) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 373, in request return self.rest_client.GET(url, ~~~~~~~~~~~~~~~~~~~~^^^^^ query_params=query_params, ^^^^^^^^^^^^^^^^^^^^^^^^^^ _preload_content=_preload_content, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _request_timeout=_request_timeout, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ headers=headers) ^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/rest.py", line 244, in GET return self.request("GET", url, ~~~~~~~~~~~~^^^^^^^^^^^^ headers=headers, ^^^^^^^^^^^^^^^^ _preload_content=_preload_content, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _request_timeout=_request_timeout, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ query_params=query_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/rest.py", line 238, in request raise ApiException(http_resp=r) 2025-11-25 05:52:33,782 INFO sqlalchemy.engine.Engine BEGIN (implicit) Traceback (most recent call last): File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/ocp_resources/resource.py", line 1133, in retry_cluster_exceptions for sample in sampler: ^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/timeout_sampler/__init__.py", line 171, in __iter__ raise TimeoutExpiredError( self._get_exception_log(exp=last_exp), last_exp=last_exp, elapsed_time=elapsed_time ) timeout_sampler.TimeoutExpiredError: Timed Out: 10 Function: ocp_resources.resource._instance Last exception: ForbiddenError: 403 Reason: Forbidden HTTP response headers: HTTPHeaderDict({'Audit-Id': 'c1b9d0af-3c0b-4109-9518-a8612608ded9', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'X-Content-Type-Options': 'nosniff', 'X-Kubernetes-Pf-Flowschema-Uid': '38b67d00-dd1e-4ad7-880b-8edb6b8449f6', 'X-Kubernetes-Pf-Prioritylevel-Uid': '54cb7035-4e7c-4e18-92ad-cdf33f371755', 'Date': 'Tue, 25 Nov 2025 05:52:33 GMT', 'Content-Length': '455'}) HTTP response body: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"volumesnapshots.snapshot.storage.k8s.io \\"rhel10-c03936a065f2\\" is forbidden: User \\"unprivileged-user\\" cannot get resource \\"volumesnapshots\\" in API group \\"snapshot.storage.k8s.io\\" in the namespace \\"openshift-virtualization-os-images\\"","reason":"Forbidden","details":{"name":"rhel10-c03936a065f2","group":"snapshot.storage.k8s.io","kind":"volumesnapshots"},"code":403}\n' Original traceback: File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 55, in inner resp = func(self, *args, **kwargs) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 277, in request api_response = self.client.call_api( path, ...<11 lines>... _request_timeout=params.get('_request_timeout') ) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 348, in call_api return self.__call_api(resource_path, method, ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ path_params, query_params, header_params, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<2 lines>... _return_http_data_only, collection_formats, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _preload_content, _request_timeout, _host) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 180, in __call_api response_data = self.request( method, url, query_params=query_params, headers=header_params, post_params=post_params, body=body, _preload_content=_preload_content, _request_timeout=_request_timeout) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 373, in request return self.rest_client.GET(url, ~~~~~~~~~~~~~~~~~~~~^^^^^ query_params=query_params, ^^^^^^^^^^^^^^^^^^^^^^^^^^ _preload_content=_preload_content, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _request_timeout=_request_timeout, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ headers=headers) ^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/rest.py", line 244, in GET return self.request("GET", url, ~~~~~~~~~~~~^^^^^^^^^^^^ headers=headers, ^^^^^^^^^^^^^^^^ _preload_content=_preload_content, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _request_timeout=_request_timeout, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ query_params=query_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/rest.py", line 238, in request raise ApiException(http_resp=r) . Elapsed time: 0.003744363784790039 [0:00:00.003744] The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/runner.py", line 353, in from_call result: TResult | None = func() ~~~~^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/runner.py", line 245, in lambda: runtest_hook(item=item, **kwds), ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_hooks.py", line 512, in __call__ return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_manager.py", line 120, in _hookexec return self._inner_hookexec(hook_name, methods, kwargs, firstresult) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 167, in _multicall raise exception File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) ~~~~~~~~~~~~~~^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/capture.py", line 895, in pytest_runtest_setup return (yield) ^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 121, in _multicall res = hook_impl.function(*args) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/runner.py", line 165, in pytest_runtest_setup item.session._setupstate.setup(item) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/runner.py", line 523, in setup col.setup() ~~~~~~~~~^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/python.py", line 1723, in setup self._request._fillfixtures() ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 707, in _fillfixtures item.funcargs[argname] = self.getfixturevalue(argname) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 539, in getfixturevalue fixturedef = self._get_active_fixturedef(argname) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 627, in _get_active_fixturedef fixturedef.execute(request=subrequest) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 1110, in execute result: FixtureValue = ihook.pytest_fixture_setup( ~~~~~~~~~~~~~~~~~~~~~~~~~~^ fixturedef=self, request=request ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_hooks.py", line 512, in __call__ return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_manager.py", line 120, in _hookexec return self._inner_hookexec(hook_name, methods, kwargs, firstresult) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 167, in _multicall raise exception File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) ~~~~~~~~~~~~~~^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 53, in run_old_style_hookwrapper return result.get_result() ~~~~~~~~~~~~~~~~~^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_result.py", line 103, in get_result raise exc.with_traceback(tb) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 38, in run_old_style_hookwrapper res = yield ^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) ~~~~~~~~~~~~~~^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/setuponly.py", line 36, in pytest_fixture_setup return (yield) ^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 121, in _multicall res = hook_impl.function(*args) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 1202, in pytest_fixture_setup result = call_fixture_func(fixturefunc, request, kwargs) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 915, in call_fixture_func fixture_result = fixturefunc(**kwargs) File "/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/conftest.py", line 40, in golden_image_rhel_vm_with_instance_type return golden_image_vm_with_instance_type( client=unprivileged_client, ...<4 lines>... data_source_name=instance_type_rhel_os_matrix__module__[os_name][DATA_SOURCE_NAME], ) File "/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/utils.py", line 22, in golden_image_vm_with_instance_type data_volume_template=data_volume_template_with_source_ref_dict( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ data_source=DataSource( ^^^^^^^^^^^^^^^^^^^^^^^ ...<4 lines>... storage_class=storage_class_name, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ), ^ File "/openshift-virtualization-tests/utilities/storage.py", line 579, in data_volume_template_with_source_ref_dict source_dict = data_source.source.instance.to_dict() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/ocp_resources/resource.py", line 1649, in instance return self.retry_cluster_exceptions(func=_instance) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/ocp_resources/resource.py", line 1138, in retry_cluster_exceptions raise exp.last_exp from exp File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/timeout_sampler/__init__.py", line 162, in __iter__ yield self.func(*self.func_args, **self.func_kwargs) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/ocp_resources/resource.py", line 1647, in _instance return self.api.get(name=self.name, namespace=self.namespace) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 112, in get return self.request('get', path, **kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 57, in inner raise api_exception(e) kubernetes.dynamic.exceptions.ForbiddenError: 403 Reason: Forbidden HTTP response headers: HTTPHeaderDict({'Audit-Id': 'c1b9d0af-3c0b-4109-9518-a8612608ded9', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'X-Content-Type-Options': 'nosniff', 'X-Kubernetes-Pf-Flowschema-Uid': '38b67d00-dd1e-4ad7-880b-8edb6b8449f6', 'X-Kubernetes-Pf-Prioritylevel-Uid': '54cb7035-4e7c-4e18-92ad-cdf33f371755', 'Date': 'Tue, 25 Nov 2025 05:52:33 GMT', 'Content-Length': '455'}) HTTP response body: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"volumesnapshots.snapshot.storage.k8s.io \\"rhel10-c03936a065f2\\" is forbidden: User \\"unprivileged-user\\" cannot get resource \\"volumesnapshots\\" in API group \\"snapshot.storage.k8s.io\\" in the namespace \\"openshift-virtualization-os-images\\"","reason":"Forbidden","details":{"name":"rhel10-c03936a065f2","group":"snapshot.storage.k8s.io","kind":"volumesnapshots"},"code":403}\n' Original traceback: File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 55, in inner resp = func(self, *args, **kwargs) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 277, in request api_response = self.client.call_api( path, ...<11 lines>... _request_timeout=params.get('_request_timeout') ) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 348, in call_api return self.__call_api(resource_path, method, ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ path_params, query_params, header_params, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<2 lines>... _return_http_data_only, collection_formats, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _preload_content, _request_timeout, _host) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 180, in __call_api response_data = self.request( method, url, query_params=query_params, headers=header_params, post_params=post_params, body=body, _preload_content=_preload_content, _request_timeout=_request_timeout) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 373, in request return self.rest_client.GET(url, ~~~~~~~~~~~~~~~~~~~~^^^^^ query_params=query_params, ^^^^^^^^^^^^^^^^^^^^^^^^^^ _preload_content=_preload_content, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _request_timeout=_request_timeout, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ headers=headers) ^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/rest.py", line 244, in GET return self.request("GET", url, ~~~~~~~~~~~~^^^^^^^^^^^^ headers=headers, ^^^^^^^^^^^^^^^^ _preload_content=_preload_content, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _request_timeout=_request_timeout, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ query_params=query_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/rest.py", line 238, in request raise ApiException(http_resp=r) 2025-11-25 05:52:33,782 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-25T05:52:33.781611 conftest INFO Must-gather collection is enabled for /openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]. 2025-11-25 05:52:33,783 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-25 05:52:33,783 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25 05:52:33,784 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 05:52:33,786 INFO sqlalchemy.engine.Engine SELECT "CnvTestTable".start_time AS "CnvTestTable_start_time" FROM "CnvTestTable" WHERE "CnvTestTable".test_name = ? 2025-11-25T05:52:33.782662 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25 05:52:33,786 INFO sqlalchemy.engine.Engine [generated in 0.00030s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]',) 2025-11-25T05:52:33.782997 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-25 05:52:33,786 INFO sqlalchemy.engine.Engine ROLLBACK 2025-11-25T05:52:33.787316 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-25T05:52:33.783170 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-25T05:52:33.783612 sqlalchemy.engine.Engine INFO COMMIT 2025-11-25T05:52:33.784450 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25T05:52:33.786097 sqlalchemy.engine.Engine INFO SELECT "CnvTestTable".start_time AS "CnvTestTable_start_time" FROM "CnvTestTable" WHERE "CnvTestTable".test_name = ? 2025-11-25T05:52:33.786325 sqlalchemy.engine.Engine INFO [generated in 0.00030s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]',) 2025-11-25T05:52:33.786822 sqlalchemy.engine.Engine INFO ROLLBACK 2025-11-25T05:52:33.813989 ocp_resources.resource INFO kind: Subscription api version: operators.coreos.com/v1alpha1 2025-11-25T05:52:33.851860 utilities.data_collector INFO Collecting cnv-must gather using CSV: kubevirt-hyperconverged-operator.v4.21.0 2025-11-25T05:52:33.872326 pyhelper_utils.shell INFO Running oc adm must-gather --dest-dir=/logs/artifacts/tests-collected-info/infrastructure/instance_types/supported_os/test_rhel_os/TestVMCreationAndValidation/test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]/pytest_exception_interact --image=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:13425c8ab8b4c584c8666d938ab677dbf1a584aad1e0c4a9cb7c44c027a8cefa --since=102s --timeout=900s -- /usr/bin/gather --vms_details command 2025-11-25T05:54:34.986680 conftest WARNING /openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] does not require special data collection on failure ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 1 of 22 completed, 0 Pass, 0 Fail, 0 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/infrastructure/instance_types/supported_os/test_rhel_os.py 2025-11-25 05:54:34,990 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 05:54:34,991 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-25 05:54:34,991 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-25T05:54:34.990938 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25T05:54:34.991161 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-25 05:54:34,991 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25T05:54:34.991338 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-25 05:54:34,992 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 05:54:34,993 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25T05:54:34.991818 sqlalchemy.engine.Engine INFO COMMIT 2025-11-25 05:54:34,993 INFO sqlalchemy.engine.Engine [generated in 0.00041s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1764050074) 2025-11-25T05:54:34.992487 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25T05:54:34.993187 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25T05:54:34.993537 sqlalchemy.engine.Engine INFO [generated in 0.00041s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1764050074) 2025-11-25 05:54:34,994 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25T05:54:34.994178 sqlalchemy.engine.Engine INFO COMMIT s ------------------------ test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] ------------------------ -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-25T05:54:35.009728 pytest_dependency INFO skip test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] because it depends on TestCommonInstancetypeRhel::TestVMCreationAndValidation::test_create_vm TEST: TestVMCreationAndValidation.test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] STATUS: SKIPPED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 2 of 22 completed, 0 Pass, 0 Fail, 1 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/infrastructure/instance_types/supported_os/test_rhel_os.py 2025-11-25 05:54:35,013 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 05:54:35,013 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-25 05:54:35,013 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-25T05:54:35.013095 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25 05:54:35,013 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25T05:54:35.013306 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-25 05:54:35,014 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 05:54:35,014 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25 05:54:35,014 INFO sqlalchemy.engine.Engine [generated in 0.00022s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_vm_console[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1764050075) 2025-11-25T05:54:35.013415 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-25T05:54:35.013843 sqlalchemy.engine.Engine INFO COMMIT 2025-11-25T05:54:35.014227 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25T05:54:35.014671 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25T05:54:35.014849 sqlalchemy.engine.Engine INFO [generated in 0.00022s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_vm_console[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1764050075) 2025-11-25 05:54:35,015 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25T05:54:35.015408 sqlalchemy.engine.Engine INFO COMMIT s ----------------------- test_vm_console[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] ----------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-25T05:54:35.021922 pytest_dependency INFO skip test_vm_console[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] because it depends on TestCommonInstancetypeRhel::TestVMCreationAndValidation::test_start_vm TEST: TestVMCreationAndValidation.test_vm_console[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] STATUS: SKIPPED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 3 of 22 completed, 0 Pass, 0 Fail, 2 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/infrastructure/instance_types/supported_os/test_rhel_os.py 2025-11-25 05:54:35,024 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 05:54:35,024 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-25 05:54:35,024 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-25 05:54:35,025 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25 05:54:35,025 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 05:54:35,025 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25 05:54:35,025 INFO sqlalchemy.engine.Engine [generated in 0.00017s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_expose_ssh[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1764050075) 2025-11-25 05:54:35,026 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25T05:54:35.024640 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25T05:54:35.024778 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-25T05:54:35.024868 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-25T05:54:35.025232 sqlalchemy.engine.Engine INFO COMMIT 2025-11-25T05:54:35.025512 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25T05:54:35.025845 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25T05:54:35.025973 sqlalchemy.engine.Engine INFO [generated in 0.00017s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_expose_ssh[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1764050075) 2025-11-25T05:54:35.026320 sqlalchemy.engine.Engine INFO COMMIT s ----------------------- test_expose_ssh[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] ----------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- _ 4 of 22 completed, 0 Pass, 0 Fail, 3 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/infrastructure/instance_types/supported_os/test_rhel_os.py 2025-11-25T05:54:35.033232 pytest_dependency INFO skip test_expose_ssh[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] because it depends on TestCommonInstancetypeRhel::TestVMCreationAndValidation::test_start_vm TEST: TestVMCreationAndValidation.test_expose_ssh[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] STATUS: SKIPPED 2025-11-25 05:54:35,035 INFO sqlalchemy.engine.Engine BEGIN (implicit) ------------------------------------------------------- TEARDOWN ------------------------------------------------------- 2025-11-25 05:54:35,035 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-25 05:54:35,036 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-25T05:54:35.035780 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25 05:54:35,036 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25 05:54:35,036 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25T05:54:35.035973 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-25T05:54:35.036064 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-25 05:54:35,037 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25 05:54:35,037 INFO sqlalchemy.engine.Engine [generated in 0.00019s] ('/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#]', 1764050075) 2025-11-25T05:54:35.036479 sqlalchemy.engine.Engine INFO COMMIT 2025-11-25T05:54:35.036787 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25T05:54:35.037384 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25 05:54:35,038 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25T05:54:35.037515 sqlalchemy.engine.Engine INFO [generated in 0.00019s] ('/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#]', 1764050075) 2025-11-25T05:54:35.038182 sqlalchemy.engine.Engine INFO COMMIT s ----------------- test_vmi_guest_agent_exists[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] ----------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-25T05:54:35.044577 pytest_dependency INFO skip test_vmi_guest_agent_exists[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] because it depends on TestCommonInstancetypeRhel::TestVMCreationAndValidation::test_start_vm TEST: TestVMCreationAndValidation.test_vmi_guest_agent_exists[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] STATUS: SKIPPED _ 5 of 22 completed, 0 Pass, 0 Fail, 4 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/infrastructure/instance_types/supported_os/test_rhel_os.py ------------------------------------------------------- TEARDOWN ------------------------------------------------------- 2025-11-25 05:54:35,047 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 05:54:35,047 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-25 05:54:35,047 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-25T05:54:35.047468 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25 05:54:35,048 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25 05:54:35,048 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 05:54:35,048 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25 05:54:35,049 INFO sqlalchemy.engine.Engine [generated in 0.00018s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_vm_deletion[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1764050075) 2025-11-25T05:54:35.047639 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-25 05:54:35,049 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25T05:54:35.047734 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-25T05:54:35.048228 sqlalchemy.engine.Engine INFO COMMIT 2025-11-25T05:54:35.048528 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25T05:54:35.048922 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25T05:54:35.049024 sqlalchemy.engine.Engine INFO [generated in 0.00018s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_vm_deletion[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1764050075) 2025-11-25T05:54:35.049430 sqlalchemy.engine.Engine INFO COMMIT s2025-11-25T05:54:35.056581 ocp_resources Namespace INFO Delete Namespace instance-types-supported-os-test-rhel-os ----------------------- test_vm_deletion[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] ----------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-25T05:54:35.055852 pytest_dependency INFO skip test_vm_deletion[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] because it depends on TestCommonInstancetypeRhel::TestVMCreationAndValidation::test_create_vm TEST: TestVMDeletion.test_vm_deletion[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] STATUS: SKIPPED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- 2025-11-25T05:54:35.079166 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'instance-types-supported-os-test-rhel-os', 'uid': 'bfd7b48f-fdde-40e3-afda-a32d6eda3d58', 'resourceVersion': '137505', 'creationTimestamp': '2025-11-25T05:52:33Z', 'labels': {'kubernetes.io/metadata.name': 'instance-types-supported-os-test-rhel-os', 'pod-security.kubernetes.io/audit': 'restricted', 'pod-security.kubernetes.io/audit-version': 'latest', 'pod-security.kubernetes.io/enforce': 'restricted', 'pod-security.kubernetes.io/enforce-version': 'latest', 'pod-security.kubernetes.io/warn': 'restricted', 'pod-security.kubernetes.io/warn-version': 'latest'}, 'annotations': {'openshift.io/description': '', 'openshift.io/display-name': '', 'openshift.io/requester': 'unprivileged-user', 'openshift.io/sa.scc.mcs': 's0:c35,c15', 'openshift.io/sa.scc.supplemental-groups': '1001220000/10000', 'openshift.io/sa.scc.uid-range': '1001220000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'cluster-policy-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-11-25T05:52:33Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:openshift.io/sa.scc.mcs': {}, 'f:openshift.io/sa.scc.supplemental-groups': {}, 'f:openshift.io/sa.scc.uid-range': {}}}}}, {'manager': 'pod-security-admission-label-synchronization-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-11-25T05:52:33Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:security.openshift.io/MinimallySufficientPodSecurityStandard': {}}, 'f:labels': {'f:pod-security.kubernetes.io/audit': {}, 'f:pod-security.kubernetes.io/audit-version': {}, 'f:pod-security.kubernetes.io/enforce': {}, 'f:pod-security.kubernetes.io/enforce-version': {}, 'f:pod-security.kubernetes.io/warn': {}, 'f:pod-security.kubernetes.io/warn-version': {}}}}}, {'manager': 'openshift-apiserver', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-25T05:52:33Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:openshift.io/description': {}, 'f:openshift.io/display-name': {}, 'f:openshift.io/requester': {}}, 'f:labels': {'.': {}, 'f:kubernetes.io/metadata.name': {}}}}}, {'manager': 'openshift-controller-manager', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-25T05:52:33Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2025-11-25T05:54:35.092702 ocp_resources Namespace INFO Wait until Namespace instance-types-supported-os-test-rhel-os is deleted 2025-11-25T05:54:35.093043 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-25T05:54:44.152595 timeout_sampler INFO Elapsed time: 9.052941799163818 [0:00:09.052942] _ 6 of 22 completed, 0 Pass, 0 Fail, 5 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/install_upgrade_operators/csv/test_csv.py 2025-11-25 05:54:44,155 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 05:54:44,155 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-25 05:54:44,155 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-25 05:54:44,156 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25T05:54:44.155652 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25T05:54:44.155845 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-25T05:54:44.155966 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-25T05:54:44.156462 sqlalchemy.engine.Engine INFO COMMIT 2025-11-25 05:54:44,158 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 05:54:44,158 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25 05:54:44,158 INFO sqlalchemy.engine.Engine [generated in 0.00021s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_keywords', 1764050084) 2025-11-25T05:54:44.158148 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25 05:54:44,159 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25T05:54:44.158619 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25T05:54:44.158781 sqlalchemy.engine.Engine INFO [generated in 0.00021s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_keywords', 1764050084) 2025-11-25T05:54:44.159255 sqlalchemy.engine.Engine INFO COMMIT -------------------------------------------------- test_csv_keywords -------------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-25T05:54:44.169133 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. 2025-11-25T05:54:44.168334 conftest INFO Executing function fixture: term_handler_scope_function 2025-11-25T05:54:44.168506 conftest INFO Executing class fixture: term_handler_scope_class 2025-11-25T05:54:44.168633 conftest INFO Executing module fixture: term_handler_scope_module 2025-11-25T05:54:44.168848 conftest INFO Executing module fixture: cluster_sanity_scope_module 2025-11-25T05:54:44.168977 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2025-11-25T05:54:44.169034 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2025-11-25T05:54:44.169085 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2025-11-25T05:54:44.206632 ocp_utilities.infra INFO Verify all nodes are schedulable. 2025-11-25T05:54:44.242959 timeout_sampler INFO Waiting for 300 seconds [0:05:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2025-11-25T05:54:44.689156 timeout_sampler INFO Elapsed time: 0.0001494884490966797 [0:00:00.000149] 2025-11-25T05:54:44.689508 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 5 seconds. (Function: utilities.infra..lambda: dynamic_client.namespace.resource_kind.resource_name.list.get) 2025-11-25T05:54:44.689378 utilities.infra INFO Waiting for resource to stabilize: resource_kind=HyperConverged conditions={'Available': 'True', 'Progressing': 'False', 'ReconcileComplete': 'True', 'Degraded': 'False', 'Upgradeable': 'True'} sleep=600 consecutive_checks_count=3 2025-11-25T05:54:54.734770 timeout_sampler INFO Elapsed time: 10.031278610229492 [0:00:10.031279] 2025-11-25T05:54:54.735220 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- . TEST: test_csv_keywords STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 7 of 22 completed, 1 Pass, 0 Fail, 5 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/install_upgrade_operators/csv/test_csv.py 2025-11-25 05:54:54,765 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 05:54:54,765 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-25 05:54:54,766 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-25 05:54:54,766 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25 05:54:54,766 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 05:54:54,767 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25 05:54:54,767 INFO sqlalchemy.engine.Engine [generated in 0.00015s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_links', 1764050094) 2025-11-25T05:54:54.765769 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25T05:54:54.765992 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-25T05:54:54.766090 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-25T05:54:54.766500 sqlalchemy.engine.Engine INFO COMMIT 2025-11-25T05:54:54.766922 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25T05:54:54.767375 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25 05:54:54,768 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25T05:54:54.767480 sqlalchemy.engine.Engine INFO [generated in 0.00015s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_links', 1764050094) 2025-11-25T05:54:54.768080 sqlalchemy.engine.Engine INFO COMMIT ---------------------------------------------------- test_csv_links ---------------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-25T05:54:54.779539 conftest INFO Executing function fixture: term_handler_scope_function 2025-11-25T05:54:54.779710 conftest INFO Executing class fixture: term_handler_scope_class 2025-11-25T05:54:54.780035 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- . TEST: test_csv_links STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 8 of 22 completed, 2 Pass, 0 Fail, 5 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/install_upgrade_operators/csv/test_csv.py 2025-11-25 05:54:54,827 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 05:54:54,827 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-25 05:54:54,827 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-25 05:54:54,828 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25 05:54:54,828 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 05:54:54,828 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25 05:54:54,829 INFO sqlalchemy.engine.Engine [generated in 0.00018s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_icon', 1764050094) 2025-11-25T05:54:54.827520 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25T05:54:54.827682 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-25T05:54:54.827778 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-25T05:54:54.828159 sqlalchemy.engine.Engine INFO COMMIT 2025-11-25 05:54:54,829 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25T05:54:54.828487 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25T05:54:54.828902 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25T05:54:54.829009 sqlalchemy.engine.Engine INFO [generated in 0.00018s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_icon', 1764050094) 2025-11-25T05:54:54.829590 sqlalchemy.engine.Engine INFO COMMIT ---------------------------------------------------- test_csv_icon ---------------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-25T05:54:54.837799 conftest INFO Executing function fixture: term_handler_scope_function 2025-11-25T05:54:54.837990 conftest INFO Executing class fixture: term_handler_scope_class 2025-11-25T05:54:54.838229 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- . TEST: test_csv_icon STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 9 of 22 completed, 3 Pass, 0 Fail, 5 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/install_upgrade_operators/csv/test_csv.py 2025-11-25 05:54:54,907 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 05:54:54,907 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-25 05:54:54,907 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-25T05:54:54.907205 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25 05:54:54,908 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25 05:54:54,908 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25T05:54:54.907417 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-25T05:54:54.907518 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-25 05:54:54,909 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25 05:54:54,909 INFO sqlalchemy.engine.Engine [generated in 0.00016s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_properties', 1764050094) 2025-11-25T05:54:54.908016 sqlalchemy.engine.Engine INFO COMMIT 2025-11-25 05:54:54,909 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25T05:54:54.908450 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25T05:54:54.909169 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25T05:54:54.909285 sqlalchemy.engine.Engine INFO [generated in 0.00016s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_properties', 1764050094) 2025-11-25T05:54:54.909751 sqlalchemy.engine.Engine INFO COMMIT ------------------------------------------------- test_csv_properties ------------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-25T05:54:54.917805 conftest INFO Executing function fixture: term_handler_scope_function 2025-11-25T05:54:54.918049 conftest INFO Executing class fixture: term_handler_scope_class 2025-11-25T05:54:54.918298 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- . TEST: test_csv_properties STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 10 of 22 completed, 4 Pass, 0 Fail, 5 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/storage/cdi_clone/test_clone.py 2025-11-25 05:54:55,051 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 05:54:55,051 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-25 05:54:55,051 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-25T05:54:55.051269 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25T05:54:55.051483 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-25T05:54:55.051602 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-25 05:54:55,052 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25 05:54:55,052 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 05:54:55,053 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25T05:54:55.052212 sqlalchemy.engine.Engine INFO COMMIT 2025-11-25 05:54:55,053 INFO sqlalchemy.engine.Engine [generated in 0.00027s] ('/openshift-virtualization-tests/tests/storage/cdi_clone/test_clone.py::test_clone_from_block_to_fs_using_dv_template', 1764050095) 2025-11-25T05:54:55.052614 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25 05:54:55,053 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25T05:54:55.053169 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25T05:54:55.053383 sqlalchemy.engine.Engine INFO [generated in 0.00027s] ('/openshift-virtualization-tests/tests/storage/cdi_clone/test_clone.py::test_clone_from_block_to_fs_using_dv_template', 1764050095) 2025-11-25T05:54:55.053813 sqlalchemy.engine.Engine INFO COMMIT ------------------------------------ test_clone_from_block_to_fs_using_dv_template ------------------------------------ 2025-11-25T05:54:55.062839 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-25T05:54:55.061855 conftest INFO Executing function fixture: term_handler_scope_function 2025-11-25T05:54:55.062117 conftest INFO Executing class fixture: term_handler_scope_class 2025-11-25T05:54:55.062277 conftest INFO Executing module fixture: term_handler_scope_module 2025-11-25T05:54:55.062541 conftest INFO Executing module fixture: cluster_sanity_scope_module 2025-11-25T05:54:55.062660 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2025-11-25T05:54:55.062721 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2025-11-25T05:54:55.062785 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2025-11-25T05:54:55.098122 ocp_utilities.infra INFO Verify all nodes are schedulable. 2025-11-25T05:54:55.132816 timeout_sampler INFO Waiting for 300 seconds [0:05:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2025-11-25T05:54:55.598914 timeout_sampler INFO Elapsed time: 0.00022792816162109375 [0:00:00.000228] 2025-11-25T05:54:55.599291 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 5 seconds. (Function: utilities.infra..lambda: dynamic_client.namespace.resource_kind.resource_name.list.get) 2025-11-25T05:54:55.599153 utilities.infra INFO Waiting for resource to stabilize: resource_kind=HyperConverged conditions={'Available': 'True', 'Progressing': 'False', 'ReconcileComplete': 'True', 'Degraded': 'False', 'Upgradeable': 'True'} sleep=600 consecutive_checks_count=3 2025-11-25T05:55:05.641573 timeout_sampler INFO Elapsed time: 10.028151750564575 [0:00:10.028152] 2025-11-25T05:55:05.642916 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-25T05:55:05.642047 conftest INFO Executing function fixture: autouse_fixtures 2025-11-25T05:55:05.642318 conftest INFO Executing session fixture: available_storage_classes_names 2025-11-25T05:55:05.642462 conftest INFO Executing session fixture: storage_class_with_filesystem_volume_mode 2025-11-25T05:55:05.656543 ocp_resources.resource INFO kind: StorageProfile api version: cdi.kubevirt.io/v1beta1 2025-11-25T05:55:05.670469 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-25T05:55:05.669745 utilities.storage INFO Storage class with volume mode 'Filesystem': 'ocs-storagecluster-ceph-rbd-virtualization' 2025-11-25T05:55:05.670135 conftest INFO Executing session fixture: storage_class_with_block_volume_mode 2025-11-25T05:55:05.682545 ocp_resources.resource INFO kind: StorageProfile api version: cdi.kubevirt.io/v1beta1 2025-11-25T05:55:05.696734 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-25T05:55:05.696294 utilities.storage INFO Storage class with volume mode 'Block': 'ocs-storagecluster-ceph-rbd-virtualization' 2025-11-25T05:55:05.696502 conftest INFO Executing session fixture: cdi_config 2025-11-25T05:55:05.708913 ocp_resources.resource INFO kind: CDIConfig api version: cdi.kubevirt.io/v1beta1 2025-11-25T05:55:05.719512 ocp_resources.resource INFO kind: ProjectRequest api version: project.openshift.io/v1 2025-11-25T05:55:05.719793 ocp_resources ProjectRequest INFO Create ProjectRequest cdi-clone-test-clone 2025-11-25T05:55:05.719103 conftest INFO Executing module fixture: skip_test_if_no_block_sc 2025-11-25T05:55:05.720010 ocp_resources ProjectRequest INFO Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'cdi-clone-test-clone'}} 2025-11-25T05:55:05.719318 conftest INFO Executing module fixture: namespace 2025-11-25T05:55:05.824471 ocp_resources.resource INFO kind: Project api version: project.openshift.io/v1 2025-11-25T05:55:05.824627 ocp_resources Project INFO Wait for Project cdi-clone-test-clone status to be Active 2025-11-25T05:55:05.824799 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-25T05:55:05.840278 ocp_resources Project INFO Status of Project cdi-clone-test-clone is Active 2025-11-25T05:55:05.840458 timeout_sampler INFO Elapsed time: 8.225440979003906e-05 [0:00:00.000082] 2025-11-25T05:55:05.847361 ocp_resources Namespace INFO Wait for Namespace cdi-clone-test-clone status to be Active 2025-11-25T05:55:05.847568 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-25T05:55:05.853186 ocp_resources Namespace INFO Status of Namespace cdi-clone-test-clone is Active 2025-11-25T05:55:05.853377 timeout_sampler INFO Elapsed time: 8.58306884765625e-05 [0:00:00.000086] 2025-11-25T05:55:05.853489 ocp_resources.resource INFO ResourceEdits: Updating data for resource Namespace cdi-clone-test-clone 2025-11-25T05:55:05.853573 ocp_resources Namespace INFO Update Namespace cdi-clone-test-clone: {'metadata': {'labels': None, 'name': 'cdi-clone-test-clone'}} 2025-11-25T05:55:05.868557 timeout_sampler INFO Waiting for 60 seconds [0:01:00], retry every 5 seconds. (Function: utilities.artifactory..lambda: artifactory_connection_url.requests.get.get_artifactory_header) 2025-11-25T05:55:05.868343 conftest INFO Executing module fixture: cirros_dv_with_block_volume_mode 2025-11-25T05:55:05.868484 utilities.artifactory INFO Testing connectivity to https://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/artifactory/cnv-qe-server-local/ HTTPS server 2025-11-25T05:55:06.607501 timeout_sampler INFO Elapsed time: 7.867813110351562e-05 [0:00:00.000079] 2025-11-25T05:55:06.798516 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-25T05:55:06.826407 ocp_resources Secret INFO Create Secret cnv-tests-artifactory-secret 2025-11-25T05:55:06.826624 ocp_resources Secret INFO Posting {'apiVersion': 'v1', 'kind': 'Secret', 'metadata': {'name': 'cnv-tests-artifactory-secret', 'namespace': 'cdi-clone-test-clone'}, 'data': '*******'} 2025-11-25T05:55:06.957386 ocp_resources ConfigMap INFO Create ConfigMap artifactory-configmap 2025-11-25T05:55:06.957589 ocp_resources ConfigMap INFO Posting {'apiVersion': 'v1', 'kind': 'ConfigMap', 'metadata': {'name': 'artifactory-configmap', 'namespace': 'cdi-clone-test-clone'}, 'data': '*******'} 2025-11-25T05:55:06.980442 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] 2025-11-25T05:55:06.980679 ocp_resources DataVolume INFO Create DataVolume dv-cirros-block 2025-11-25T05:55:06.980928 ocp_resources DataVolume INFO Posting {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'name': 'dv-cirros-block', 'namespace': 'cdi-clone-test-clone'}, 'spec': {'contentType': 'kubevirt', 'storage': {'volumeMode': 'Block', 'storageClassName': 'ocs-storagecluster-ceph-rbd-virtualization', 'resources': {'requests': {'storage': '1Gi'}}}, 'source': {'http': {'url': 'https://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/artifactory/cnv-qe-server-local/cnv-tests/cirros-images/cirros-0.4.0-x86_64-disk.qcow2', 'secretRef': 'cnv-tests-artifactory-secret', 'certConfigMap': 'artifactory-configmap'}}}} 2025-11-25T05:55:07.018781 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-25T05:55:07.045185 ocp_resources DataVolume INFO Wait DV success for 600 seconds 2025-11-25T05:55:07.045426 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 10 seconds. (Function: ocp_resources.datavolume._check_none_pending_status.lambda: self.exists) 2025-11-25T05:55:17.055499 timeout_sampler INFO Elapsed time: 10.005576372146606 [0:00:10.005576] 2025-11-25T05:55:17.055729 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 1 seconds. (Function: ocp_resources.datavolume.wait_for_dv_success.lambda: self.exists) 2025-11-25T05:55:26.106938 timeout_sampler INFO Elapsed time: 9.04642105102539 [0:00:09.046421] 2025-11-25T05:55:26.107457 ocp_resources PersistentVolumeClaim INFO Wait for PersistentVolumeClaim dv-cirros-block status to be Bound 2025-11-25T05:55:26.107622 timeout_sampler INFO Waiting for 60 seconds [0:01:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-25T05:55:26.112639 ocp_resources PersistentVolumeClaim INFO Status of PersistentVolumeClaim dv-cirros-block is Bound 2025-11-25T05:55:26.112835 timeout_sampler INFO Elapsed time: 7.128715515136719e-05 [0:00:00.000071] 2025-11-25T05:55:26.113196 conftest INFO Executing function fixture: default_fs_overhead --------------------------------------------------------- CALL --------------------------------------------------------- 2025-11-25T05:55:26.134953 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2025-11-25T05:55:26.135330 ocp_resources.resource INFO kind: VirtualMachine api version: kubevirt.io/v1 2025-11-25T05:55:26.135650 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-25T05:55:26.147616 ocp_resources.resource INFO kind: StorageProfile api version: cdi.kubevirt.io/v1beta1 2025-11-25T05:55:26.161769 ocp_resources VirtualMachine INFO Create VirtualMachine vm-5608-1764050126-1350858 2025-11-25T05:55:26.162000 ocp_resources VirtualMachine INFO Posting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachine', 'metadata': {'name': 'vm-5608-1764050126-1350858', 'namespace': 'cdi-clone-test-clone', 'labels': {}}, 'spec': {'template': {'spec': {'domain': {'devices': {'rng': {}, 'disks': [{'disk': {'bus': 'virtio'}, 'name': 'dv-disk'}]}, 'memory': {'guest': '64M'}}, 'volumes': [{'name': 'dv-disk', 'dataVolume': {'name': 'dv-5608'}}]}, 'metadata': {'labels': {'kubevirt.io/vm': 'vm-5608-1764050126-1350858', 'kubevirt.io/domain': 'vm-5608-1764050126-1350858', 'debugLogs': 'true'}}}, 'runStrategy': 'Halted', 'dataVolumeTemplates': [{'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'name': 'dv-5608', 'namespace': 'cdi-clone-test-clone'}, 'spec': {'storage': {'volumeMode': 'Filesystem', 'storageClassName': 'ocs-storagecluster-ceph-rbd-virtualization', 'resources': {'requests': {'storage': '1090Mi'}}}, 'source': {'pvc': {'name': 'dv-cirros-block', 'namespace': 'cdi-clone-test-clone'}}}}]}} 2025-11-25T05:55:26.229668 timeout_sampler INFO Waiting for 5 seconds [0:00:05], retry every 1 seconds. (Function: utilities.virt..lambda: vm.instance.get) 2025-11-25T05:55:26.237970 timeout_sampler INFO Elapsed time: 0.00016427040100097656 [0:00:00.000164] 2025-11-25T05:55:26.241788 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2025-11-25T05:55:26.242106 ocp_resources DataVolume INFO Wait DV success for 1800 seconds 2025-11-25T05:55:26.241530 utilities.virt INFO VM vm-5608-1764050126-1350858 status before dv check: Stopped 2025-11-25T05:55:26.242401 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 10 seconds. (Function: ocp_resources.datavolume._check_none_pending_status.lambda: self.exists) 2025-11-25T05:55:26.241635 utilities.virt INFO Volume(s) in VM spec: ['dv-5608']  2025-11-25T05:55:26.246269 timeout_sampler INFO Elapsed time: 8.344650268554688e-05 [0:00:00.000083] 2025-11-25T05:55:26.246366 timeout_sampler INFO Waiting for 1800 seconds [0:30:00], retry every 1 seconds. (Function: ocp_resources.datavolume.wait_for_dv_success.lambda: self.exists) 2025-11-25T05:55:49.381756 timeout_sampler INFO Elapsed time: 23.13112759590149 [0:00:23.131128] 2025-11-25T05:55:49.381997 ocp_resources PersistentVolumeClaim INFO Wait for PersistentVolumeClaim dv-5608 status to be Bound 2025-11-25T05:55:49.382217 timeout_sampler INFO Waiting for 60 seconds [0:01:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-25T05:55:49.385911 ocp_resources PersistentVolumeClaim INFO Status of PersistentVolumeClaim dv-5608 is Bound 2025-11-25T05:55:49.386145 timeout_sampler INFO Elapsed time: 9.870529174804688e-05 [0:00:00.000099] 2025-11-25T05:55:49.386258 timeout_sampler INFO Waiting for 5 seconds [0:00:05], retry every 1 seconds. (Function: utilities.virt..lambda: vm.instance.get) 2025-11-25T05:55:49.394510 timeout_sampler INFO Elapsed time: 8.344650268554688e-05 [0:00:00.000083] 2025-11-25T05:55:49.395252 ocp_resources.resource INFO kind: VirtualMachineInstance api version: kubevirt.io/v1 2025-11-25T05:55:49.395366 ocp_resources VirtualMachineInstance INFO Wait for VirtualMachineInstance vm-5608-1764050126-1350858 status to be Running 2025-11-25T05:55:49.395562 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-25T05:55:49.399701 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance vm-5608-1764050126-1350858 is Scheduling 2025-11-25T05:55:53.428842 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance vm-5608-1764050126-1350858 is Scheduled 2025-11-25T05:55:54.438810 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance vm-5608-1764050126-1350858 is Running 2025-11-25T05:55:54.439192 timeout_sampler INFO Elapsed time: 5.034377098083496 [0:00:05.034377] 2025-11-25T05:55:54.439785 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 5 seconds. (Function: rrmngmnt.host.run_command Kwargs: {'command': ['exit'], 'tcp_timeout': 60}) 2025-11-25T05:55:54.439330 utilities.virt INFO Wait for vm-5608-1764050126-1350858 SSH connectivity. 2025-11-25T05:55:54.439472 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/vm-5608-1764050126-1350858/cdi-clone-test-clone 22' cirros@vm-5608-1764050126-1350858 2025-11-25T05:55:54.439914 Host INFO [vm-5608-1764050126-1350858] Executing command exit 2025-11-25T05:56:09.509697 paramiko.transport ERROR Exception (client): Error reading SSH protocol banner 2025-11-25T05:56:09.512838 paramiko.transport ERROR Traceback (most recent call last): 2025-11-25T05:56:09.513159 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2363, in _check_banner 2025-11-25T05:56:09.513286 paramiko.transport ERROR buf = self.packetizer.readline(timeout) 2025-11-25T05:56:09.513367 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/packet.py", line 395, in readline 2025-11-25T05:56:09.513435 paramiko.transport ERROR buf += self._read_timeout(timeout) 2025-11-25T05:56:09.513498 paramiko.transport ERROR ~~~~~~~~~~~~~~~~~~^^^^^^^^^ 2025-11-25T05:56:09.513560 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/packet.py", line 673, in _read_timeout 2025-11-25T05:56:09.513619 paramiko.transport ERROR raise socket.timeout() 2025-11-25T05:56:09.513677 paramiko.transport ERROR TimeoutError 2025-11-25T05:56:09.513734 paramiko.transport ERROR  2025-11-25T05:56:09.513795 paramiko.transport ERROR During handling of the above exception, another exception occurred: 2025-11-25T05:56:09.513853 paramiko.transport ERROR  2025-11-25T05:56:09.513951 paramiko.transport ERROR Traceback (most recent call last): 2025-11-25T05:56:09.514019 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2179, in run 2025-11-25T05:56:09.514083 paramiko.transport ERROR self._check_banner() 2025-11-25T05:56:09.514143 paramiko.transport ERROR ~~~~~~~~~~~~~~~~~~^^ 2025-11-25T05:56:09.514201 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2367, in _check_banner 2025-11-25T05:56:09.514262 paramiko.transport ERROR raise SSHException( 2025-11-25T05:56:09.514321 paramiko.transport ERROR "Error reading SSH protocol banner" + str(e) 2025-11-25T05:56:09.514380 paramiko.transport ERROR ) 2025-11-25T05:56:09.514440 paramiko.transport ERROR paramiko.ssh_exception.SSHException: Error reading SSH protocol banner 2025-11-25T05:56:09.514496 paramiko.transport ERROR  2025-11-25T05:56:14.517063 Host INFO [vm-5608-1764050126-1350858] Executing command exit 2025-11-25T05:56:29.523076 paramiko.transport ERROR Exception (client): Error reading SSH protocol banner 2025-11-25T05:56:29.524263 paramiko.transport ERROR Traceback (most recent call last): 2025-11-25T05:56:29.524374 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2363, in _check_banner 2025-11-25T05:56:29.524434 paramiko.transport ERROR buf = self.packetizer.readline(timeout) 2025-11-25T05:56:29.524480 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/packet.py", line 395, in readline 2025-11-25T05:56:29.524522 paramiko.transport ERROR buf += self._read_timeout(timeout) 2025-11-25T05:56:29.524566 paramiko.transport ERROR ~~~~~~~~~~~~~~~~~~^^^^^^^^^ 2025-11-25T05:56:29.524608 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/packet.py", line 673, in _read_timeout 2025-11-25T05:56:29.524647 paramiko.transport ERROR raise socket.timeout() 2025-11-25T05:56:29.524687 paramiko.transport ERROR TimeoutError 2025-11-25T05:56:29.524726 paramiko.transport ERROR  2025-11-25T05:56:29.524765 paramiko.transport ERROR During handling of the above exception, another exception occurred: 2025-11-25T05:56:29.524805 paramiko.transport ERROR  2025-11-25T05:56:29.524846 paramiko.transport ERROR Traceback (most recent call last): 2025-11-25T05:56:29.524922 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2179, in run 2025-11-25T05:56:29.524973 paramiko.transport ERROR self._check_banner() 2025-11-25T05:56:29.525016 paramiko.transport ERROR ~~~~~~~~~~~~~~~~~~^^ 2025-11-25T05:56:29.525057 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2367, in _check_banner 2025-11-25T05:56:29.525095 paramiko.transport ERROR raise SSHException( 2025-11-25T05:56:29.525146 paramiko.transport ERROR "Error reading SSH protocol banner" + str(e) 2025-11-25T05:56:29.525209 paramiko.transport ERROR ) 2025-11-25T05:56:29.525256 paramiko.transport ERROR paramiko.ssh_exception.SSHException: Error reading SSH protocol banner 2025-11-25T05:56:29.525295 paramiko.transport ERROR  2025-11-25T05:56:34.526145 Host INFO [vm-5608-1764050126-1350858] Executing command exit 2025-11-25T05:56:49.530673 paramiko.transport ERROR Exception (client): Error reading SSH protocol banner 2025-11-25T05:56:49.531816 paramiko.transport ERROR Traceback (most recent call last): 2025-11-25T05:56:49.531925 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2363, in _check_banner 2025-11-25T05:56:49.531984 paramiko.transport ERROR buf = self.packetizer.readline(timeout) 2025-11-25T05:56:49.532032 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/packet.py", line 395, in readline 2025-11-25T05:56:49.532076 paramiko.transport ERROR buf += self._read_timeout(timeout) 2025-11-25T05:56:49.532117 paramiko.transport ERROR ~~~~~~~~~~~~~~~~~~^^^^^^^^^ 2025-11-25T05:56:49.532156 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/packet.py", line 673, in _read_timeout 2025-11-25T05:56:49.532192 paramiko.transport ERROR raise socket.timeout() 2025-11-25T05:56:49.532230 paramiko.transport ERROR TimeoutError 2025-11-25T05:56:49.532271 paramiko.transport ERROR  2025-11-25T05:56:49.532342 paramiko.transport ERROR During handling of the above exception, another exception occurred: 2025-11-25T05:56:49.532416 paramiko.transport ERROR  2025-11-25T05:56:49.532467 paramiko.transport ERROR Traceback (most recent call last): 2025-11-25T05:56:49.532507 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2179, in run 2025-11-25T05:56:49.532545 paramiko.transport ERROR self._check_banner() 2025-11-25T05:56:49.532580 paramiko.transport ERROR ~~~~~~~~~~~~~~~~~~^^ 2025-11-25T05:56:49.532616 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2367, in _check_banner 2025-11-25T05:56:49.532652 paramiko.transport ERROR raise SSHException( 2025-11-25T05:56:49.532685 paramiko.transport ERROR "Error reading SSH protocol banner" + str(e) 2025-11-25T05:56:49.532718 paramiko.transport ERROR ) 2025-11-25T05:56:49.532761 paramiko.transport ERROR paramiko.ssh_exception.SSHException: Error reading SSH protocol banner 2025-11-25T05:56:49.532798 paramiko.transport ERROR  2025-11-25T05:56:54.533168 Host INFO [vm-5608-1764050126-1350858] Executing command exit 2025-11-25T05:56:54.589489 paramiko.transport INFO Connected (version 2.0, client dropbear_2015.67) 2025-11-25T05:56:54.612397 paramiko.transport INFO Authentication (password) successful! 2025-11-25T05:56:54.624863 timeout_sampler INFO Elapsed time: 60.09335708618164 [0:01:00.093357] 2025-11-25T05:56:54.625214 utilities.storage INFO Check disk count. 2025-11-25T05:56:54.625357 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/vm-5608-1764050126-1350858/cdi-clone-test-clone 22' cirros@vm-5608-1764050126-1350858 2025-11-25T05:56:54.677003 paramiko.transport INFO Connected (version 2.0, client dropbear_2015.67) 2025-11-25T05:56:54.697844 paramiko.transport INFO Authentication (password) successful! 2025-11-25T05:56:54.733630 pyhelper_utils.shell INFO [SSH][vm-5608-1764050126-1350858] Executed: lsblk | grep disk | grep -v SWAP| wc -l, rc:0, out: 1 , error:  2025-11-25T05:56:54.779219 ocp_resources VirtualMachine INFO Wait for VirtualMachine vm-5608-1764050126-1350858 status to be None 2025-11-25T05:56:54.779648 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: kubernetes.dynamic.client.get Kwargs: {'field_selector': 'metadata.name==vm-5608-1764050126-1350858', 'namespace': 'cdi-clone-test-clone'}) 2025-11-25T05:56:55.797938 timeout_sampler INFO Elapsed time: 1.0079843997955322 [0:00:01.007984] 2025-11-25T05:56:55.798258 ocp_resources VirtualMachineInstance INFO Wait until VirtualMachineInstance vm-5608-1764050126-1350858 is deleted 2025-11-25T05:56:55.798431 timeout_sampler INFO Waiting for 480 seconds [0:08:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-25T05:57:00.829007 timeout_sampler INFO Elapsed time: 5.025742530822754 [0:00:05.025743] 2025-11-25T05:57:00.829175 ocp_resources VirtualMachine INFO Delete VirtualMachine vm-5608-1764050126-1350858 2025-11-25T05:57:00.839357 ocp_resources VirtualMachine INFO Deleting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachine', 'metadata': {'annotations': {'kubemacpool.io/transaction-timestamp': '2025-11-25T05:56:54.763675767Z', 'kubevirt.io/latest-observed-api-version': 'v1', 'kubevirt.io/storage-observed-api-version': 'v1'}, 'creationTimestamp': '2025-11-25T05:55:26Z', 'finalizers': ['kubevirt.io/virtualMachineControllerFinalize'], 'generation': 3, 'managedFields': [{'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'.': {}, 'f:dataVolumeTemplates': {}, 'f:template': {'.': {}, 'f:metadata': {'.': {}, 'f:labels': {'.': {}, 'f:debugLogs': {}, 'f:kubevirt.io/domain': {}, 'f:kubevirt.io/vm': {}}}, 'f:spec': {'.': {}, 'f:domain': {'.': {}, 'f:devices': {'.': {}, 'f:disks': {}, 'f:rng': {}}, 'f:memory': {'.': {}, 'f:guest': {}}}, 'f:volumes': {}}}}}, 'manager': 'OpenAPI-Generator', 'operation': 'Update', 'time': '2025-11-25T05:55:26Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:kubevirt.io/latest-observed-api-version': {}, 'f:kubevirt.io/storage-observed-api-version': {}}, 'f:finalizers': {'.': {}, 'v:"kubevirt.io/virtualMachineControllerFinalize"': {}}}}, 'manager': 'virt-controller', 'operation': 'Update', 'time': '2025-11-25T05:55:26Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:runStrategy': {}}}, 'manager': 'virt-api', 'operation': 'Update', 'time': '2025-11-25T05:56:54Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:status': {'.': {}, 'f:conditions': {}, 'f:desiredGeneration': {}, 'f:observedGeneration': {}, 'f:printableStatus': {}, 'f:runStrategy': {}, 'f:volumeSnapshotStatuses': {}}}, 'manager': 'virt-controller', 'operation': 'Update', 'subresource': 'status', 'time': '2025-11-25T05:57:00Z'}], 'name': 'vm-5608-1764050126-1350858', 'namespace': 'cdi-clone-test-clone', 'resourceVersion': '142268', 'uid': '89582a65-e19b-41d2-bf05-e6fb6ae1c224'}, 'spec': {'dataVolumeTemplates': [{'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'creationTimestamp': None, 'name': 'dv-5608', 'namespace': 'cdi-clone-test-clone'}, 'spec': {'source': {'pvc': {'name': 'dv-cirros-block', 'namespace': 'cdi-clone-test-clone'}}, 'storage': {'resources': {'requests': {'storage': '1090Mi'}}, 'storageClassName': 'ocs-storagecluster-ceph-rbd-virtualization', 'volumeMode': 'Filesystem'}}}], 'runStrategy': 'Halted', 'template': {'metadata': {'creationTimestamp': None, 'labels': {'debugLogs': 'true', 'kubevirt.io/domain': 'vm-5608-1764050126-1350858', 'kubevirt.io/vm': 'vm-5608-1764050126-1350858'}}, 'spec': {'architecture': 'amd64', 'domain': {'devices': {'disks': [{'disk': {'bus': 'virtio'}, 'name': 'dv-disk'}], 'rng': {}}, 'firmware': {'serial': '110126b2-ffbe-4ea7-9298-5b392bca810b', 'uuid': '5a2f557b-4053-448e-a224-f4bb6b49c89e'}, 'machine': {'type': 'pc-q35-rhel9.6.0'}, 'memory': {'guest': '64M'}, 'resources': {}}, 'volumes': [{'dataVolume': {'name': 'dv-5608'}, 'name': 'dv-disk'}]}}}, 'status': {'conditions': [{'lastProbeTime': '2025-11-25T05:57:00Z', 'lastTransitionTime': '2025-11-25T05:57:00Z', 'message': 'VMI does not exist', 'reason': 'VMINotExists', 'status': 'False', 'type': 'Ready'}, {'lastProbeTime': None, 'lastTransitionTime': None, 'message': "All of the VMI's DVs are bound and ready", 'reason': 'AllDVsReady', 'status': 'True', 'type': 'DataVolumesReady'}, {'lastProbeTime': None, 'lastTransitionTime': None, 'message': 'cannot migrate VMI: PVC dv-5608 is not shared, live migration requires that all PVCs must be shared (using ReadWriteMany access mode)', 'reason': 'DisksNotLiveMigratable', 'status': 'False', 'type': 'LiveMigratable'}, {'lastProbeTime': None, 'lastTransitionTime': None, 'status': 'True', 'type': 'StorageLiveMigratable'}], 'desiredGeneration': 3, 'observedGeneration': 3, 'printableStatus': 'Stopped', 'runStrategy': 'Halted', 'volumeSnapshotStatuses': [{'enabled': True, 'name': 'dv-disk'}]}} 2025-11-25T05:57:00.876683 ocp_resources VirtualMachine INFO Wait until VirtualMachine vm-5608-1764050126-1350858 is deleted 2025-11-25T05:57:00.877087 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-25T05:57:01.887992 timeout_sampler INFO Elapsed time: 1.0044517517089844 [0:00:01.004452] . TEST: test_clone_from_block_to_fs_using_dv_template STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- 2025-11-25T05:57:01.902642 ocp_resources DataVolume INFO Delete DataVolume dv-cirros-block 2025-11-25T05:57:01.910551 ocp_resources DataVolume INFO Deleting {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'annotations': {'cdi.kubevirt.io/storage.usePopulator': 'true'}, 'creationTimestamp': '2025-11-25T05:55:06Z', 'generation': 1, 'managedFields': [{'apiVersion': 'cdi.kubevirt.io/v1beta1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'.': {}, 'f:contentType': {}, 'f:source': {'.': {}, 'f:http': {'.': {}, 'f:certConfigMap': {}, 'f:secretRef': {}, 'f:url': {}}}, 'f:storage': {'.': {}, 'f:resources': {'.': {}, 'f:requests': {'.': {}, 'f:storage': {}}}, 'f:storageClassName': {}, 'f:volumeMode': {}}}}, 'manager': 'OpenAPI-Generator', 'operation': 'Update', 'time': '2025-11-25T05:55:06Z'}, {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:cdi.kubevirt.io/storage.usePopulator': {}}}}, 'manager': 'virt-cdi-controller', 'operation': 'Update', 'time': '2025-11-25T05:55:07Z'}, {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:status': {'.': {}, 'f:claimName': {}, 'f:conditions': {}, 'f:phase': {}, 'f:progress': {}}}, 'manager': 'virt-cdi-controller', 'operation': 'Update', 'subresource': 'status', 'time': '2025-11-25T05:55:25Z'}], 'name': 'dv-cirros-block', 'namespace': 'cdi-clone-test-clone', 'resourceVersion': '140559', 'uid': '0021ec4b-160b-424c-b851-34ccff94f03f'}, 'spec': {'contentType': 'kubevirt', 'source': {'http': {'certConfigMap': 'artifactory-configmap', 'secretRef': 'cnv-tests-artifactory-secret', 'url': 'https://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/artifactory/cnv-qe-server-local/cnv-tests/cirros-images/cirros-0.4.0-x86_64-disk.qcow2'}}, 'storage': {'resources': {'requests': {'storage': '1Gi'}}, 'storageClassName': 'ocs-storagecluster-ceph-rbd-virtualization', 'volumeMode': 'Block'}}, 'status': {'claimName': 'dv-cirros-block', 'conditions': [{'lastHeartbeatTime': '2025-11-25T05:55:25Z', 'lastTransitionTime': '2025-11-25T05:55:25Z', 'message': 'PVC dv-cirros-block Bound', 'reason': 'Bound', 'status': 'True', 'type': 'Bound'}, {'lastHeartbeatTime': '2025-11-25T05:55:25Z', 'lastTransitionTime': '2025-11-25T05:55:25Z', 'status': 'True', 'type': 'Ready'}, {'lastHeartbeatTime': '2025-11-25T05:55:24Z', 'lastTransitionTime': '2025-11-25T05:55:24Z', 'message': 'Import Complete', 'reason': 'Completed', 'status': 'False', 'type': 'Running'}], 'phase': 'Succeeded', 'progress': '100.0%'}} 2025-11-25T05:57:01.922576 ocp_resources DataVolume INFO Wait until DataVolume dv-cirros-block is deleted 2025-11-25T05:57:01.922808 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-25T05:57:01.927965 timeout_sampler INFO Elapsed time: 0.00013780593872070312 [0:00:00.000138] 2025-11-25T05:57:01.928119 ocp_resources PersistentVolumeClaim INFO Wait until PersistentVolumeClaim dv-cirros-block is deleted 2025-11-25T05:57:01.928311 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-25T05:57:02.937250 timeout_sampler INFO Elapsed time: 1.0038230419158936 [0:00:01.003823] 2025-11-25T05:57:02.937438 ocp_resources Secret INFO Delete Secret cnv-tests-artifactory-secret 2025-11-25T05:57:02.957511 ocp_resources Secret INFO Deleting {'kind': 'Secret', 'apiVersion': 'v1', 'metadata': {'name': 'cnv-tests-artifactory-secret', 'namespace': 'cdi-clone-test-clone', 'uid': 'd6b3e80d-ad98-40a5-b295-1c822e41c87b', 'resourceVersion': '140052', 'creationTimestamp': '2025-11-25T05:55:06Z', 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-25T05:55:06Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:data': {'.': {}, 'f:accessKeyId': {}, 'f:secretKey': {}}, 'f:type': {}}}]}, 'data': '*******', 'type': 'Opaque'} 2025-11-25T05:57:02.968069 ocp_resources Secret INFO Wait until Secret cnv-tests-artifactory-secret is deleted 2025-11-25T05:57:02.968283 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-25T05:57:02.972742 timeout_sampler INFO Elapsed time: 8.344650268554688e-05 [0:00:00.000083] 2025-11-25T05:57:02.972855 ocp_resources ConfigMap INFO Delete ConfigMap artifactory-configmap 2025-11-25T05:57:02.991225 ocp_resources ConfigMap INFO Deleting {'kind': 'ConfigMap', 'apiVersion': 'v1', 'metadata': {'name': 'artifactory-configmap', 'namespace': 'cdi-clone-test-clone', 'uid': '338c337d-32a5-43a6-9dd1-e1a917d18dcf', 'resourceVersion': '140053', 'creationTimestamp': '2025-11-25T05:55:06Z', 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-25T05:55:06Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:data': {'.': {}, 'f:tlsregistry.crt': {}}}}]}, 'data': '*******'} 2025-11-25T05:57:03.000659 ocp_resources ConfigMap INFO Wait until ConfigMap artifactory-configmap is deleted 2025-11-25T05:57:03.000898 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-25T05:57:03.005584 timeout_sampler INFO Elapsed time: 0.00012111663818359375 [0:00:00.000121] 2025-11-25T05:57:03.005911 ocp_resources Namespace INFO Delete Namespace cdi-clone-test-clone 2025-11-25T05:57:03.023018 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'cdi-clone-test-clone', 'uid': 'bd35f650-ee59-4d2d-8959-1dacff306858', 'resourceVersion': '140032', 'creationTimestamp': '2025-11-25T05:55:05Z', 'labels': {'kubernetes.io/metadata.name': 'cdi-clone-test-clone', 'pod-security.kubernetes.io/audit': 'restricted', 'pod-security.kubernetes.io/audit-version': 'latest', 'pod-security.kubernetes.io/enforce': 'restricted', 'pod-security.kubernetes.io/enforce-version': 'latest', 'pod-security.kubernetes.io/warn': 'restricted', 'pod-security.kubernetes.io/warn-version': 'latest'}, 'annotations': {'openshift.io/description': '', 'openshift.io/display-name': '', 'openshift.io/requester': 'unprivileged-user', 'openshift.io/sa.scc.mcs': 's0:c36,c0', 'openshift.io/sa.scc.supplemental-groups': '1001260000/10000', 'openshift.io/sa.scc.uid-range': '1001260000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'cluster-policy-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-11-25T05:55:05Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:openshift.io/sa.scc.mcs': {}, 'f:openshift.io/sa.scc.supplemental-groups': {}, 'f:openshift.io/sa.scc.uid-range': {}}}}}, {'manager': 'pod-security-admission-label-synchronization-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-11-25T05:55:05Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:security.openshift.io/MinimallySufficientPodSecurityStandard': {}}, 'f:labels': {'f:pod-security.kubernetes.io/audit': {}, 'f:pod-security.kubernetes.io/audit-version': {}, 'f:pod-security.kubernetes.io/enforce': {}, 'f:pod-security.kubernetes.io/enforce-version': {}, 'f:pod-security.kubernetes.io/warn': {}, 'f:pod-security.kubernetes.io/warn-version': {}}}}}, {'manager': 'openshift-apiserver', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-25T05:55:05Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:openshift.io/description': {}, 'f:openshift.io/display-name': {}, 'f:openshift.io/requester': {}}, 'f:labels': {'.': {}, 'f:kubernetes.io/metadata.name': {}}}}}, {'manager': 'openshift-controller-manager', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-25T05:55:05Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2025-11-25T05:57:03.035759 ocp_resources Namespace INFO Wait until Namespace cdi-clone-test-clone is deleted 2025-11-25T05:57:03.036044 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-25T05:57:12.084103 timeout_sampler INFO Elapsed time: 9.040846824645996 [0:00:09.040847] _ 11 of 22 completed, 5 Pass, 0 Fail, 5 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/storage/cdi_import/test_import_http.py 2025-11-25 05:57:12,087 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 05:57:12,087 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-25 05:57:12,087 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-25 05:57:12,088 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25 05:57:12,088 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 05:57:12,089 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25 05:57:12,089 INFO sqlalchemy.engine.Engine [generated in 0.00025s] ('/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]', 1764050232) 2025-11-25T05:57:12.087333 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25T05:57:12.087538 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-25T05:57:12.087631 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-25 05:57:12,089 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25T05:57:12.088149 sqlalchemy.engine.Engine INFO COMMIT 2025-11-25T05:57:12.088540 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25T05:57:12.089090 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25T05:57:12.089288 sqlalchemy.engine.Engine INFO [generated in 0.00025s] ('/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]', 1764050232) 2025-11-25T05:57:12.089780 sqlalchemy.engine.Engine INFO COMMIT 2025-11-25T05:57:12.125692 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. test_successful_import_basic_auth[#ocs-storagecluster-ceph-rbd-virtualization#-kubevirt-cirros-0.4.0-x86_64-disk.raw.xz] -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-25T05:57:12.124792 conftest INFO Executing function fixture: term_handler_scope_function 2025-11-25T05:57:12.125097 conftest INFO Executing class fixture: term_handler_scope_class 2025-11-25T05:57:12.125229 conftest INFO Executing module fixture: term_handler_scope_module 2025-11-25T05:57:12.125442 conftest INFO Executing module fixture: cluster_sanity_scope_module 2025-11-25T05:57:12.125541 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2025-11-25T05:57:12.125596 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2025-11-25T05:57:12.125647 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2025-11-25T05:57:12.159572 ocp_utilities.infra INFO Verify all nodes are schedulable. 2025-11-25T05:57:12.187823 timeout_sampler INFO Waiting for 300 seconds [0:05:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2025-11-25T05:57:12.562330 timeout_sampler INFO Elapsed time: 0.00015687942504882812 [0:00:00.000157] 2025-11-25T05:57:12.562663 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 5 seconds. (Function: utilities.infra..lambda: dynamic_client.namespace.resource_kind.resource_name.list.get) 2025-11-25T05:57:12.562540 utilities.infra INFO Waiting for resource to stabilize: resource_kind=HyperConverged conditions={'Available': 'True', 'Progressing': 'False', 'ReconcileComplete': 'True', 'Degraded': 'False', 'Upgradeable': 'True'} sleep=600 consecutive_checks_count=3 2025-11-25T05:57:22.605788 timeout_sampler INFO Elapsed time: 10.026787757873535 [0:00:10.026788] 2025-11-25T05:57:22.607516 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-25T05:57:22.606338 conftest INFO Executing function fixture: autouse_fixtures 2025-11-25T05:57:22.606756 conftest INFO Executing session fixture: internal_http_deployment 2025-11-25T05:57:22.621948 ocp_resources.resource INFO kind: Deployment api version: apps/v1 2025-11-25T05:57:22.622269 ocp_resources Deployment INFO Create Deployment internal-http 2025-11-25T05:57:22.622541 ocp_resources Deployment INFO Posting {'apiVersion': 'apps/v1', 'kind': 'Deployment', 'metadata': {'name': 'internal-http', 'namespace': 'cnv-tests-utilities'}, 'spec': {'selector': {'matchLabels': {'name': 'internal-http'}}, 'template': {'metadata': {'labels': {'name': 'internal-http', 'cdi.kubevirt.io/testing': ''}}, 'spec': {'terminationGracePeriodSeconds': 0, 'containers': [{'name': 'http', 'image': 'quay.io/openshift-cnv/qe-cnv-tests-internal-http:v1.1.0', 'imagePullPolicy': 'Always', 'command': ['/usr/sbin/nginx'], 'readinessProbe': {'httpGet': {'path': '/', 'port': 80}, 'initialDelaySeconds': 20, 'periodSeconds': 20}, 'securityContext': {'privileged': True}, 'livenessProbe': {'httpGet': {'path': '/', 'port': 80}, 'initialDelaySeconds': 20, 'periodSeconds': 20}}], 'serviceAccount': 'cnv-tests-sa', 'serviceAccountName': 'cnv-tests-sa'}}, 'replicas': 1}} 2025-11-25T05:57:22.648345 ocp_resources Deployment INFO Wait for Deployment internal-http to be deployed: True 2025-11-25T05:57:22.648616 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.deployment.wait_for_replicas.lambda: self.exists) 2025-11-25T05:57:22.652663 timeout_sampler INFO Elapsed time: 9.226799011230469e-05 [0:00:00.000092] 2025-11-25T05:57:22.652819 timeout_sampler INFO Waiting for 239.99579429626465 seconds [0:03:59.995794], retry every 1 seconds. (Function: ocp_resources.deployment.wait_for_replicas.lambda: self.instance) 2025-11-25T05:58:41.032487 timeout_sampler INFO Elapsed time: 78.36492204666138 [0:01:18.364922] 2025-11-25T05:58:41.033436 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-25T05:58:41.032980 conftest INFO Executing session fixture: internal_http_service 2025-11-25T05:58:41.045913 ocp_resources Service INFO Create Service internal-http 2025-11-25T05:58:41.046106 ocp_resources Service INFO Posting {'apiVersion': 'v1', 'kind': 'Service', 'metadata': {'name': 'internal-http', 'namespace': 'cnv-tests-utilities'}, 'spec': {'selector': {'name': 'internal-http'}, 'ports': [{'name': 'rate-limit', 'port': 82}, {'name': 'http-auth', 'port': 81}, {'name': 'http-no-auth', 'port': 80}, {'name': 'https', 'port': 443}]}} 2025-11-25T05:58:41.085181 ocp_resources.resource INFO kind: ProjectRequest api version: project.openshift.io/v1 2025-11-25T05:58:41.085384 ocp_resources ProjectRequest INFO Create ProjectRequest cdi-import-test-import-htt 2025-11-25T05:58:41.084475 conftest INFO Executing session fixture: images_internal_http_server 2025-11-25T05:58:41.084954 conftest INFO Executing module fixture: namespace 2025-11-25T05:58:41.085864 ocp_resources ProjectRequest INFO Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'cdi-import-test-import-htt'}} 2025-11-25T05:58:41.249338 ocp_resources.resource INFO kind: Project api version: project.openshift.io/v1 2025-11-25T05:58:41.249487 ocp_resources Project INFO Wait for Project cdi-import-test-import-htt status to be Active 2025-11-25T05:58:41.249693 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-25T05:58:41.270648 ocp_resources Project INFO Status of Project cdi-import-test-import-htt is Active 2025-11-25T05:58:41.270916 timeout_sampler INFO Elapsed time: 8.487701416015625e-05 [0:00:00.000085] 2025-11-25T05:58:41.277970 ocp_resources Namespace INFO Wait for Namespace cdi-import-test-import-htt status to be Active 2025-11-25T05:58:41.278185 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-25T05:58:41.282368 ocp_resources Namespace INFO Status of Namespace cdi-import-test-import-htt is Active 2025-11-25T05:58:41.282643 timeout_sampler INFO Elapsed time: 0.0001049041748046875 [0:00:00.000105] 2025-11-25T05:58:41.282944 ocp_resources.resource INFO ResourceEdits: Updating data for resource Namespace cdi-import-test-import-htt 2025-11-25T05:58:41.283033 ocp_resources Namespace INFO Update Namespace cdi-import-test-import-htt: {'metadata': {'labels': None, 'name': 'cdi-import-test-import-htt'}} 2025-11-25T05:58:41.300438 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-25T05:58:41.299453 conftest INFO Executing module fixture: storage_class_matrix__module__ 2025-11-25T05:58:41.299704 conftest INFO Executing module fixture: storage_class_name_scope_module 2025-11-25T05:58:41.299907 conftest INFO Executing module fixture: internal_http_secret 2025-11-25T05:58:41.315025 ocp_resources Secret INFO Create Secret internal-http-secret 2025-11-25T05:58:41.315221 ocp_resources Secret INFO Posting {'apiVersion': 'v1', 'kind': 'Secret', 'metadata': {'name': 'internal-http-secret', 'namespace': 'cdi-import-test-import-htt'}, 'data': '*******'} 2025-11-25T05:58:41.339746 conftest INFO Executing function fixture: content_type 2025-11-25T05:58:41.339973 conftest INFO Executing function fixture: file_name --------------------------------------------------------- CALL --------------------------------------------------------- 2025-11-25T05:58:41.438756 ocp_resources ConfigMap INFO Create ConfigMap artifactory-configmap 2025-11-25T05:58:41.439023 ocp_resources ConfigMap INFO Posting {'apiVersion': 'v1', 'kind': 'ConfigMap', 'metadata': {'name': 'artifactory-configmap', 'namespace': 'cdi-import-test-import-htt'}, 'data': '*******'} 2025-11-25T05:58:41.461300 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] 2025-11-25T05:58:41.461442 ocp_resources DataVolume INFO Create DataVolume import-http-dv 2025-11-25T05:58:41.461615 ocp_resources DataVolume INFO Posting {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'name': 'import-http-dv', 'namespace': 'cdi-import-test-import-htt'}, 'spec': {'contentType': 'kubevirt', 'storage': {'storageClassName': 'ocs-storagecluster-ceph-rbd-virtualization', 'resources': {'requests': {'storage': '1Gi'}}}, 'source': {'http': {'url': 'http://internal-http.cnv-tests-utilities:81/cirros-0.4.0-x86_64-disk.raw.xz', 'secretRef': 'internal-http-secret', 'certConfigMap': 'artifactory-configmap'}}}} 2025-11-25T05:58:41.497956 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-25T05:58:41.521407 ocp_resources DataVolume INFO Wait DV success for 600 seconds 2025-11-25T05:58:41.521654 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 10 seconds. (Function: ocp_resources.datavolume._check_none_pending_status.lambda: self.exists) 2025-11-25T05:58:51.530066 timeout_sampler INFO Elapsed time: 10.004308462142944 [0:00:10.004308] 2025-11-25T05:58:51.530249 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 1 seconds. (Function: ocp_resources.datavolume.wait_for_dv_success.lambda: self.exists) 2025-11-25T05:59:03.596549 timeout_sampler INFO Elapsed time: 12.0602445602417 [0:00:12.060245] 2025-11-25T05:59:03.596757 ocp_resources PersistentVolumeClaim INFO Wait for PersistentVolumeClaim import-http-dv status to be Bound 2025-11-25T05:59:03.596981 timeout_sampler INFO Waiting for 60 seconds [0:01:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-25T05:59:03.600938 ocp_resources PersistentVolumeClaim INFO Status of PersistentVolumeClaim import-http-dv is Bound 2025-11-25T05:59:03.601120 timeout_sampler INFO Elapsed time: 8.368492126464844e-05 [0:00:00.000084] 2025-11-25T05:59:03.604726 ocp_resources DataVolume INFO Delete DataVolume import-http-dv 2025-11-25T05:59:03.612570 ocp_resources DataVolume INFO Deleting {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'annotations': {'cdi.kubevirt.io/storage.usePopulator': 'true'}, 'creationTimestamp': '2025-11-25T05:58:41Z', 'generation': 1, 'managedFields': [{'apiVersion': 'cdi.kubevirt.io/v1beta1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'.': {}, 'f:contentType': {}, 'f:source': {'.': {}, 'f:http': {'.': {}, 'f:certConfigMap': {}, 'f:secretRef': {}, 'f:url': {}}}, 'f:storage': {'.': {}, 'f:resources': {'.': {}, 'f:requests': {'.': {}, 'f:storage': {}}}, 'f:storageClassName': {}}}}, 'manager': 'OpenAPI-Generator', 'operation': 'Update', 'time': '2025-11-25T05:58:41Z'}, {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:cdi.kubevirt.io/storage.usePopulator': {}}}}, 'manager': 'virt-cdi-controller', 'operation': 'Update', 'time': '2025-11-25T05:58:41Z'}, {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:status': {'.': {}, 'f:claimName': {}, 'f:conditions': {}, 'f:phase': {}, 'f:progress': {}}}, 'manager': 'virt-cdi-controller', 'operation': 'Update', 'subresource': 'status', 'time': '2025-11-25T05:59:03Z'}], 'name': 'import-http-dv', 'namespace': 'cdi-import-test-import-htt', 'resourceVersion': '144845', 'uid': '2b726441-5d50-4883-9479-916347e6a8de'}, 'spec': {'contentType': 'kubevirt', 'source': {'http': {'certConfigMap': 'artifactory-configmap', 'secretRef': 'internal-http-secret', 'url': 'http://internal-http.cnv-tests-utilities:81/cirros-0.4.0-x86_64-disk.raw.xz'}}, 'storage': {'resources': {'requests': {'storage': '1Gi'}}, 'storageClassName': 'ocs-storagecluster-ceph-rbd-virtualization'}}, 'status': {'claimName': 'import-http-dv', 'conditions': [{'lastHeartbeatTime': '2025-11-25T05:59:03Z', 'lastTransitionTime': '2025-11-25T05:59:03Z', 'message': 'PVC import-http-dv Bound', 'reason': 'Bound', 'status': 'True', 'type': 'Bound'}, {'lastHeartbeatTime': '2025-11-25T05:59:03Z', 'lastTransitionTime': '2025-11-25T05:59:03Z', 'status': 'True', 'type': 'Ready'}, {'lastHeartbeatTime': '2025-11-25T05:59:00Z', 'lastTransitionTime': '2025-11-25T05:59:00Z', 'message': 'Import Complete', 'reason': 'Completed', 'status': 'False', 'type': 'Running'}], 'phase': 'Succeeded', 'progress': '100.0%'}} 2025-11-25T05:59:03.626314 ocp_resources DataVolume INFO Wait until DataVolume import-http-dv is deleted 2025-11-25T05:59:03.626761 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-25T05:59:03.631316 timeout_sampler INFO Elapsed time: 0.00020456314086914062 [0:00:00.000205] 2025-11-25T05:59:03.631481 ocp_resources PersistentVolumeClaim INFO Wait until PersistentVolumeClaim import-http-dv is deleted 2025-11-25T05:59:03.631649 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-25T05:59:04.641020 timeout_sampler INFO Elapsed time: 1.0040199756622314 [0:00:01.004020] 2025-11-25T05:59:04.641184 ocp_resources ConfigMap INFO Delete ConfigMap artifactory-configmap 2025-11-25T05:59:04.648191 ocp_resources ConfigMap INFO Deleting {'kind': 'ConfigMap', 'apiVersion': 'v1', 'metadata': {'name': 'artifactory-configmap', 'namespace': 'cdi-import-test-import-htt', 'uid': 'bdfb52ae-e4ee-40af-9417-46186f2be49c', 'resourceVersion': '144013', 'creationTimestamp': '2025-11-25T05:58:41Z', 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-25T05:58:41Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:data': {'.': {}, 'f:tlsregistry.crt': {}}}}]}, 'data': '*******'} 2025-11-25T05:59:04.657185 ocp_resources ConfigMap INFO Wait until ConfigMap artifactory-configmap is deleted 2025-11-25T05:59:04.657404 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-25T05:59:04.661779 timeout_sampler INFO Elapsed time: 9.34600830078125e-05 [0:00:00.000093] .2025-11-25T05:59:04.663129 ocp_resources Secret INFO Delete Secret internal-http-secret TEST: test_successful_import_basic_auth[#ocs-storagecluster-ceph-rbd-virtualization#-kubevirt-cirros-0.4.0-x86_64-disk.raw.xz] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- 2025-11-25T05:59:04.671125 ocp_resources Secret INFO Deleting {'kind': 'Secret', 'apiVersion': 'v1', 'metadata': {'name': 'internal-http-secret', 'namespace': 'cdi-import-test-import-htt', 'uid': 'e761bc79-e16d-4fe9-8329-c0ef6a448922', 'resourceVersion': '144008', 'creationTimestamp': '2025-11-25T05:58:41Z', 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-25T05:58:41Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:data': {'.': {}, 'f:accessKeyId': {}, 'f:secretKey': {}}, 'f:type': {}}}]}, 'data': '*******', 'type': 'Opaque'} 2025-11-25T05:59:04.680667 ocp_resources Secret INFO Wait until Secret internal-http-secret is deleted 2025-11-25T05:59:04.680859 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-25T05:59:04.685042 timeout_sampler INFO Elapsed time: 0.00010371208190917969 [0:00:00.000104] 2025-11-25T05:59:04.685338 ocp_resources Namespace INFO Delete Namespace cdi-import-test-import-htt 2025-11-25T05:59:04.691767 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'cdi-import-test-import-htt', 'uid': '1370aecb-c638-4985-b6cb-9b959f0f0f7e', 'resourceVersion': '144006', 'creationTimestamp': '2025-11-25T05:58:41Z', 'labels': {'kubernetes.io/metadata.name': 'cdi-import-test-import-htt', 'pod-security.kubernetes.io/audit': 'restricted', 'pod-security.kubernetes.io/audit-version': 'latest', 'pod-security.kubernetes.io/enforce': 'restricted', 'pod-security.kubernetes.io/enforce-version': 'latest', 'pod-security.kubernetes.io/warn': 'restricted', 'pod-security.kubernetes.io/warn-version': 'latest'}, 'annotations': {'openshift.io/description': '', 'openshift.io/display-name': '', 'openshift.io/requester': 'unprivileged-user', 'openshift.io/sa.scc.mcs': 's0:c36,c10', 'openshift.io/sa.scc.supplemental-groups': '1001280000/10000', 'openshift.io/sa.scc.uid-range': '1001280000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'cluster-policy-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-11-25T05:58:41Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:openshift.io/sa.scc.mcs': {}, 'f:openshift.io/sa.scc.supplemental-groups': {}, 'f:openshift.io/sa.scc.uid-range': {}}}}}, {'manager': 'pod-security-admission-label-synchronization-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-11-25T05:58:41Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:security.openshift.io/MinimallySufficientPodSecurityStandard': {}}, 'f:labels': {'f:pod-security.kubernetes.io/audit': {}, 'f:pod-security.kubernetes.io/audit-version': {}, 'f:pod-security.kubernetes.io/enforce': {}, 'f:pod-security.kubernetes.io/enforce-version': {}, 'f:pod-security.kubernetes.io/warn': {}, 'f:pod-security.kubernetes.io/warn-version': {}}}}}, {'manager': 'openshift-apiserver', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-25T05:58:41Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:openshift.io/description': {}, 'f:openshift.io/display-name': {}, 'f:openshift.io/requester': {}}, 'f:labels': {'.': {}, 'f:kubernetes.io/metadata.name': {}}}}}, {'manager': 'openshift-controller-manager', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-25T05:58:41Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2025-11-25T05:59:04.702250 ocp_resources Namespace INFO Wait until Namespace cdi-import-test-import-htt is deleted 2025-11-25T05:59:04.702438 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-25T05:59:12.744765 timeout_sampler INFO Elapsed time: 8.036761045455933 [0:00:08.036761] _ 12 of 22 completed, 6 Pass, 0 Fail, 5 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/storage/cdi_import/test_import_registry.py 2025-11-25 05:59:12,747 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 05:59:12,748 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-25 05:59:12,748 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-25 05:59:12,748 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25T05:59:12.747819 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25 05:59:12,749 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 05:59:12,749 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25 05:59:12,750 INFO sqlalchemy.engine.Engine [generated in 0.00051s] ('/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]', 1764050352) 2025-11-25T05:59:12.748067 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-25T05:59:12.748169 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-25T05:59:12.748727 sqlalchemy.engine.Engine INFO COMMIT 2025-11-25T05:59:12.749225 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25T05:59:12.749983 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25 05:59:12,751 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25T05:59:12.750373 sqlalchemy.engine.Engine INFO [generated in 0.00051s] ('/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]', 1764050352) 2025-11-25T05:59:12.751110 sqlalchemy.engine.Engine INFO COMMIT 2025-11-25T05:59:12.792302 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. test_public_registry_data_volume[#ocs-storagecluster-ceph-rbd-virtualization#-import-public-registry-no-content-type-dv] -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-25T05:59:12.791414 conftest INFO Executing function fixture: term_handler_scope_function 2025-11-25T05:59:12.791647 conftest INFO Executing class fixture: term_handler_scope_class 2025-11-25T05:59:12.791785 conftest INFO Executing module fixture: term_handler_scope_module 2025-11-25T05:59:12.792040 conftest INFO Executing module fixture: cluster_sanity_scope_module 2025-11-25T05:59:12.792149 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2025-11-25T05:59:12.792203 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2025-11-25T05:59:12.792255 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2025-11-25T05:59:12.826954 ocp_utilities.infra INFO Verify all nodes are schedulable. 2025-11-25T05:59:12.859547 timeout_sampler INFO Waiting for 300 seconds [0:05:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2025-11-25T05:59:13.230118 timeout_sampler INFO Elapsed time: 0.00021505355834960938 [0:00:00.000215] 2025-11-25T05:59:13.230474 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 5 seconds. (Function: utilities.infra..lambda: dynamic_client.namespace.resource_kind.resource_name.list.get) 2025-11-25T05:59:13.230342 utilities.infra INFO Waiting for resource to stabilize: resource_kind=HyperConverged conditions={'Available': 'True', 'Progressing': 'False', 'ReconcileComplete': 'True', 'Degraded': 'False', 'Upgradeable': 'True'} sleep=600 consecutive_checks_count=3 2025-11-25T05:59:23.370058 timeout_sampler INFO Elapsed time: 10.125584363937378 [0:00:10.125584] 2025-11-25T05:59:23.371051 ocp_resources.resource INFO kind: ProjectRequest api version: project.openshift.io/v1 2025-11-25T05:59:23.371156 ocp_resources ProjectRequest INFO Create ProjectRequest cdi-import-test-import-registr 2025-11-25T05:59:23.371421 ocp_resources ProjectRequest INFO Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'cdi-import-test-import-registr'}} 2025-11-25T05:59:23.370475 conftest INFO Executing function fixture: autouse_fixtures 2025-11-25T05:59:23.370785 conftest INFO Executing module fixture: namespace 2025-11-25T05:59:23.456563 ocp_resources.resource INFO kind: Project api version: project.openshift.io/v1 2025-11-25T05:59:23.456712 ocp_resources Project INFO Wait for Project cdi-import-test-import-registr status to be Active 2025-11-25T05:59:23.456894 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-25T05:59:23.481005 ocp_resources Project INFO Status of Project cdi-import-test-import-registr is Active 2025-11-25T05:59:23.481273 timeout_sampler INFO Elapsed time: 0.00010180473327636719 [0:00:00.000102] 2025-11-25T05:59:23.489462 ocp_resources Namespace INFO Wait for Namespace cdi-import-test-import-registr status to be Active 2025-11-25T05:59:23.489662 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-25T05:59:23.502317 ocp_resources Namespace INFO Status of Namespace cdi-import-test-import-registr is Active 2025-11-25T05:59:23.502516 timeout_sampler INFO Elapsed time: 8.916854858398438e-05 [0:00:00.000089] 2025-11-25T05:59:23.502622 ocp_resources.resource INFO ResourceEdits: Updating data for resource Namespace cdi-import-test-import-registr 2025-11-25T05:59:23.502708 ocp_resources Namespace INFO Update Namespace cdi-import-test-import-registr: {'metadata': {'labels': None, 'name': 'cdi-import-test-import-registr'}} 2025-11-25T05:59:23.523970 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-25T05:59:23.522497 conftest INFO Executing function fixture: dv_name 2025-11-25T05:59:23.522744 conftest INFO Executing function fixture: content_type 2025-11-25T05:59:23.522944 conftest INFO Executing function fixture: storage_class_matrix__function__ 2025-11-25T05:59:23.523073 conftest INFO Executing function fixture: storage_class_name_scope_function --------------------------------------------------------- CALL --------------------------------------------------------- 2025-11-25T05:59:23.539015 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2025-11-25T05:59:23.539211 ocp_resources DataVolume INFO Create DataVolume import-public-registry-no-content-type-dv 2025-11-25T05:59:23.539404 ocp_resources DataVolume INFO Posting {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'name': 'import-public-registry-no-content-type-dv', 'namespace': 'cdi-import-test-import-registr'}, 'spec': {'storage': {'storageClassName': 'ocs-storagecluster-ceph-rbd-virtualization', 'resources': {'requests': {'storage': '10Gi'}}}, 'source': {'registry': {'url': 'docker://quay.io/openshift-cnv/qe-cnv-tests-fedora:41'}}}} 2025-11-25T05:59:23.576115 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-25T05:59:23.605044 ocp_resources DataVolume INFO Wait DV success for 600 seconds 2025-11-25T05:59:23.605345 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 10 seconds. (Function: ocp_resources.datavolume._check_none_pending_status.lambda: self.exists) 2025-11-25T05:59:33.614921 timeout_sampler INFO Elapsed time: 10.004133701324463 [0:00:10.004134] 2025-11-25T05:59:33.615102 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 1 seconds. (Function: ocp_resources.datavolume.wait_for_dv_success.lambda: self.exists) 2025-11-25T06:00:24.892062 timeout_sampler INFO Elapsed time: 51.27125668525696 [0:00:51.271257] 2025-11-25T06:00:24.892291 ocp_resources PersistentVolumeClaim INFO Wait for PersistentVolumeClaim import-public-registry-no-content-type-dv status to be Bound 2025-11-25T06:00:24.892562 timeout_sampler INFO Waiting for 60 seconds [0:01:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-25T06:00:24.896562 ocp_resources PersistentVolumeClaim INFO Status of PersistentVolumeClaim import-public-registry-no-content-type-dv is Bound 2025-11-25T06:00:24.896796 timeout_sampler INFO Elapsed time: 8.893013000488281e-05 [0:00:00.000089] 2025-11-25T06:00:24.909856 ocp_resources.resource INFO kind: VirtualMachine api version: kubevirt.io/v1 2025-11-25T06:00:24.957101 ocp_resources VirtualMachine INFO Create VirtualMachine fedora-vm-from-dv-1764050424-8969295 2025-11-25T06:00:24.957353 ocp_resources VirtualMachine INFO Posting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachine', 'metadata': {'name': 'fedora-vm-from-dv-1764050424-8969295', '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-1764050424-8969295', 'kubevirt.io/domain': 'fedora-vm-from-dv-1764050424-8969295', 'debugLogs': 'true'}}}, 'runStrategy': 'Halted'}} 2025-11-25T06:00:25.033208 timeout_sampler INFO Waiting for 5 seconds [0:00:05], retry every 1 seconds. (Function: utilities.virt..lambda: vm.instance.get) 2025-11-25T06:00:25.041537 timeout_sampler INFO Elapsed time: 0.0001842975616455078 [0:00:00.000184] 2025-11-25T06:00:25.045140 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2025-11-25T06:00:25.045242 ocp_resources DataVolume INFO Wait DV success for 1800 seconds 2025-11-25T06:00:25.045691 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 10 seconds. (Function: ocp_resources.datavolume._check_none_pending_status.lambda: self.exists) 2025-11-25T06:00:25.044820 utilities.virt INFO VM fedora-vm-from-dv-1764050424-8969295 status before dv check: Stopped 2025-11-25T06:00:25.044964 utilities.virt INFO Volume(s) in VM spec: ['import-public-registry-no-content-type-dv']  2025-11-25T06:00:25.050491 timeout_sampler INFO Elapsed time: 8.249282836914062e-05 [0:00:00.000082] 2025-11-25T06:00:25.050610 timeout_sampler INFO Waiting for 1800 seconds [0:30:00], retry every 1 seconds. (Function: ocp_resources.datavolume.wait_for_dv_success.lambda: self.exists) 2025-11-25T06:00:25.054226 timeout_sampler INFO Elapsed time: 9.393692016601562e-05 [0:00:00.000094] 2025-11-25T06:00:25.054351 ocp_resources PersistentVolumeClaim INFO Wait for PersistentVolumeClaim import-public-registry-no-content-type-dv status to be Bound 2025-11-25T06:00:25.054557 timeout_sampler INFO Waiting for 60 seconds [0:01:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-25T06:00:25.057566 ocp_resources PersistentVolumeClaim INFO Status of PersistentVolumeClaim import-public-registry-no-content-type-dv is Bound 2025-11-25T06:00:25.057729 timeout_sampler INFO Elapsed time: 8.058547973632812e-05 [0:00:00.000081] 2025-11-25T06:00:25.057834 timeout_sampler INFO Waiting for 5 seconds [0:00:05], retry every 1 seconds. (Function: utilities.virt..lambda: vm.instance.get) 2025-11-25T06:00:25.066612 timeout_sampler INFO Elapsed time: 0.0001010894775390625 [0:00:00.000101] 2025-11-25T06:00:25.066926 ocp_resources.resource INFO kind: VirtualMachineInstance api version: kubevirt.io/v1 2025-11-25T06:00:25.067029 ocp_resources VirtualMachineInstance INFO Wait for VirtualMachineInstance fedora-vm-from-dv-1764050424-8969295 status to be Running 2025-11-25T06:00:25.067220 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-25T06:00:26.077142 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance fedora-vm-from-dv-1764050424-8969295 is Scheduling 2025-11-25T06:00:31.102078 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance fedora-vm-from-dv-1764050424-8969295 is Scheduled 2025-11-25T06:00:33.114588 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance fedora-vm-from-dv-1764050424-8969295 is Running 2025-11-25T06:00:33.114830 timeout_sampler INFO Elapsed time: 8.041722297668457 [0:00:08.041722] 2025-11-25T06:00:33.115178 ocp_resources VirtualMachineInstance INFO Wait for VirtualMachineInstance/fedora-vm-from-dv-1764050424-8969295's 'AgentConnected' condition to be 'True' 2025-11-25T06:00:33.115075 utilities.virt INFO Wait until guest agent is active on fedora-vm-from-dv-1764050424-8969295 2025-11-25T06:00:33.115555 ocp_resources VirtualMachineInstance INFO Wait until VirtualMachineInstance fedora-vm-from-dv-1764050424-8969295 is created 2025-11-25T06:00:33.115700 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 1 seconds. (Function: ocp_resources.resource.wait.lambda: self.exists) 2025-11-25T06:00:33.119699 timeout_sampler INFO Elapsed time: 6.794929504394531e-05 [0:00:00.000068] 2025-11-25T06:00:33.119802 timeout_sampler INFO Waiting for 719.9957625865936 seconds [0:11:59.995763], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_condition.lambda: self.instance) 2025-11-25T06:00:52.229837 timeout_sampler INFO Elapsed time: 19.104792833328247 [0:00:19.104793] 2025-11-25T06:00:52.230180 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 1 seconds. (Function: utilities.virt..lambda: vmi.instance) 2025-11-25T06:00:52.230052 utilities.virt INFO Wait for fedora-vm-from-dv-1764050424-8969295 network interfaces 2025-11-25T06:00:52.234402 timeout_sampler INFO Elapsed time: 8.20159912109375e-05 [0:00:00.000082] 2025-11-25T06:00:52.234524 utilities.virt INFO Wait for fedora-vm-from-dv-1764050424-8969295 SSH connectivity. 2025-11-25T06:00:52.234622 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/fedora-vm-from-dv-1764050424-8969295/cdi-import-test-import-registr 22' fedora@fedora-vm-from-dv-1764050424-8969295 2025-11-25T06:00:52.243604 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 5 seconds. (Function: rrmngmnt.host.run_command Kwargs: {'command': ['exit'], 'tcp_timeout': 60}) 2025-11-25T06:00:52.243697 Host INFO [fedora-vm-from-dv-1764050424-8969295] Executing command exit 2025-11-25T06:00:52.321050 paramiko.transport INFO Connected (version 2.0, client OpenSSH_9.8) 2025-11-25T06:00:52.353534 paramiko.transport INFO Authentication (publickey) successful! 2025-11-25T06:00:52.669477 timeout_sampler INFO Elapsed time: 0.00010442733764648438 [0:00:00.000104] 2025-11-25T06:00:52.669812 utilities.storage INFO Check disk count. 2025-11-25T06:00:52.670024 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/fedora-vm-from-dv-1764050424-8969295/cdi-import-test-import-registr 22' fedora@fedora-vm-from-dv-1764050424-8969295 2025-11-25T06:00:52.766569 paramiko.transport INFO Connected (version 2.0, client OpenSSH_9.8) 2025-11-25T06:00:52.791736 paramiko.transport INFO Authentication (publickey) successful! 2025-11-25T06:00:52.912156 pyhelper_utils.shell INFO [SSH][fedora-vm-from-dv-1764050424-8969295] Executed: lsblk | grep disk | grep -v SWAP| wc -l, rc:0, out: 2 , error:  2025-11-25T06:00:52.957668 ocp_resources VirtualMachine INFO Wait for VirtualMachine fedora-vm-from-dv-1764050424-8969295 status to be None 2025-11-25T06:00:52.958129 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-1764050424-8969295', 'namespace': 'cdi-import-test-import-registr'}) 2025-11-25T06:00:53.980257 timeout_sampler INFO Elapsed time: 1.013822317123413 [0:00:01.013822] 2025-11-25T06:00:53.980609 ocp_resources VirtualMachineInstance INFO Wait until VirtualMachineInstance fedora-vm-from-dv-1764050424-8969295 is deleted 2025-11-25T06:00:53.980811 timeout_sampler INFO Waiting for 480 seconds [0:08:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-25T06:00:58.007318 timeout_sampler INFO Elapsed time: 4.019270896911621 [0:00:04.019271] 2025-11-25T06:00:58.007488 ocp_resources VirtualMachine INFO Delete VirtualMachine fedora-vm-from-dv-1764050424-8969295 2025-11-25T06:00:58.017774 ocp_resources VirtualMachine INFO Deleting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachine', 'metadata': {'annotations': {'kubemacpool.io/transaction-timestamp': '2025-11-25T06:00:52.942596625Z', 'kubevirt.io/latest-observed-api-version': 'v1', 'kubevirt.io/storage-observed-api-version': 'v1'}, 'creationTimestamp': '2025-11-25T06:00:24Z', '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': '2025-11-25T06:00:24Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:kubevirt.io/latest-observed-api-version': {}, 'f:kubevirt.io/storage-observed-api-version': {}}, 'f:finalizers': {'.': {}, 'v:"kubevirt.io/virtualMachineControllerFinalize"': {}}}}, 'manager': 'virt-controller', 'operation': 'Update', 'time': '2025-11-25T06:00:25Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:runStrategy': {}}}, 'manager': 'virt-api', 'operation': 'Update', 'time': '2025-11-25T06:00:52Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:status': {'.': {}, 'f:conditions': {}, 'f:desiredGeneration': {}, 'f:observedGeneration': {}, 'f:printableStatus': {}, 'f:runStrategy': {}, 'f:volumeSnapshotStatuses': {}}}, 'manager': 'virt-controller', 'operation': 'Update', 'subresource': 'status', 'time': '2025-11-25T06:00:57Z'}], 'name': 'fedora-vm-from-dv-1764050424-8969295', 'namespace': 'cdi-import-test-import-registr', 'resourceVersion': '146992', 'uid': '11ad7fb0-76bf-4a22-922b-3763b0b7b63f'}, 'spec': {'runStrategy': 'Halted', 'template': {'metadata': {'creationTimestamp': None, 'labels': {'debugLogs': 'true', 'kubevirt.io/domain': 'fedora-vm-from-dv-1764050424-8969295', 'kubevirt.io/vm': 'fedora-vm-from-dv-1764050424-8969295'}}, 'spec': {'architecture': 'amd64', 'domain': {'devices': {'disks': [{'disk': {'bus': 'virtio'}, 'name': 'dv-disk'}, {'disk': {'bus': 'virtio'}, 'name': 'cloudinitdisk'}], 'rng': {}}, 'firmware': {'serial': '96588083-86f2-42d4-85f8-f5d0c10876f8', 'uuid': '1fdf02aa-881e-42f9-af30-47fdfe952b91'}, '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': '2025-11-25T06:00:57Z', 'lastTransitionTime': '2025-11-25T06:00:57Z', '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]'}]}} 2025-11-25T06:00:58.052587 ocp_resources VirtualMachine INFO Wait until VirtualMachine fedora-vm-from-dv-1764050424-8969295 is deleted 2025-11-25T06:00:58.053012 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-25T06:00:59.062360 timeout_sampler INFO Elapsed time: 1.0049355030059814 [0:00:01.004936] 2025-11-25T06:00:59.067151 ocp_resources DataVolume INFO Delete DataVolume import-public-registry-no-content-type-dv 2025-11-25T06:00:59.073789 ocp_resources DataVolume INFO Deleting {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'annotations': {'cdi.kubevirt.io/storage.usePopulator': 'true'}, 'creationTimestamp': '2025-11-25T05:59:23Z', 'generation': 1, 'managedFields': [{'apiVersion': 'cdi.kubevirt.io/v1beta1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'.': {}, 'f:source': {'.': {}, 'f:registry': {'.': {}, 'f:url': {}}}, 'f:storage': {'.': {}, 'f:resources': {'.': {}, 'f:requests': {'.': {}, 'f:storage': {}}}, 'f:storageClassName': {}}}}, 'manager': 'OpenAPI-Generator', 'operation': 'Update', 'time': '2025-11-25T05:59:23Z'}, {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:cdi.kubevirt.io/storage.usePopulator': {}}}}, 'manager': 'virt-cdi-controller', 'operation': 'Update', 'time': '2025-11-25T05:59:23Z'}, {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:status': {'.': {}, 'f:claimName': {}, 'f:conditions': {}, 'f:phase': {}, 'f:progress': {}}}, 'manager': 'virt-cdi-controller', 'operation': 'Update', 'subresource': 'status', 'time': '2025-11-25T06:00:24Z'}], 'name': 'import-public-registry-no-content-type-dv', 'namespace': 'cdi-import-test-import-registr', 'resourceVersion': '146408', 'uid': 'd42fc406-2068-417e-9038-8f2634c2b87e'}, 'spec': {'source': {'registry': {'url': 'docker://quay.io/openshift-cnv/qe-cnv-tests-fedora:41'}}, 'storage': {'resources': {'requests': {'storage': '10Gi'}}, 'storageClassName': 'ocs-storagecluster-ceph-rbd-virtualization'}}, 'status': {'claimName': 'import-public-registry-no-content-type-dv', 'conditions': [{'lastHeartbeatTime': '2025-11-25T06:00:24Z', 'lastTransitionTime': '2025-11-25T06:00:24Z', 'message': 'PVC import-public-registry-no-content-type-dv Bound', 'reason': 'Bound', 'status': 'True', 'type': 'Bound'}, {'lastHeartbeatTime': '2025-11-25T06:00:24Z', 'lastTransitionTime': '2025-11-25T06:00:24Z', 'status': 'True', 'type': 'Ready'}, {'lastHeartbeatTime': '2025-11-25T06:00:23Z', 'lastTransitionTime': '2025-11-25T06:00:23Z', 'message': 'Import Complete', 'reason': 'Completed', 'status': 'False', 'type': 'Running'}], 'phase': 'Succeeded', 'progress': '100.0%'}} 2025-11-25T06:00:59.084892 ocp_resources DataVolume INFO Wait until DataVolume import-public-registry-no-content-type-dv is deleted 2025-11-25T06:00:59.085081 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-25T06:00:59.092939 timeout_sampler INFO Elapsed time: 8.296966552734375e-05 [0:00:00.000083] 2025-11-25T06:00:59.093082 ocp_resources PersistentVolumeClaim INFO Wait until PersistentVolumeClaim import-public-registry-no-content-type-dv is deleted 2025-11-25T06:00:59.093263 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-25T06:01:00.106637 timeout_sampler INFO Elapsed time: 1.0060203075408936 [0:00:01.006020] .2025-11-25T06:01:00.108594 ocp_resources Namespace INFO Delete Namespace cdi-import-test-import-registr TEST: test_public_registry_data_volume[#ocs-storagecluster-ceph-rbd-virtualization#-import-public-registry-no-content-type-dv] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- 2025-11-25T06:01:00.131925 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'cdi-import-test-import-registr', 'uid': 'd643c740-15d1-4058-b19d-3ac19c630a6d', 'resourceVersion': '145299', 'creationTimestamp': '2025-11-25T05:59:23Z', 'labels': {'kubernetes.io/metadata.name': 'cdi-import-test-import-registr', 'pod-security.kubernetes.io/audit': 'restricted', 'pod-security.kubernetes.io/audit-version': 'latest', 'pod-security.kubernetes.io/enforce': 'restricted', 'pod-security.kubernetes.io/enforce-version': 'latest', 'pod-security.kubernetes.io/warn': 'restricted', 'pod-security.kubernetes.io/warn-version': 'latest'}, 'annotations': {'openshift.io/description': '', 'openshift.io/display-name': '', 'openshift.io/requester': 'unprivileged-user', 'openshift.io/sa.scc.mcs': 's0:c36,c25', 'openshift.io/sa.scc.supplemental-groups': '1001310000/10000', 'openshift.io/sa.scc.uid-range': '1001310000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'cluster-policy-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-11-25T05:59:23Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:openshift.io/sa.scc.mcs': {}, 'f:openshift.io/sa.scc.supplemental-groups': {}, 'f:openshift.io/sa.scc.uid-range': {}}}}}, {'manager': 'pod-security-admission-label-synchronization-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-11-25T05:59:23Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:security.openshift.io/MinimallySufficientPodSecurityStandard': {}}, 'f:labels': {'f:pod-security.kubernetes.io/audit': {}, 'f:pod-security.kubernetes.io/audit-version': {}, 'f:pod-security.kubernetes.io/enforce': {}, 'f:pod-security.kubernetes.io/enforce-version': {}, 'f:pod-security.kubernetes.io/warn': {}, 'f:pod-security.kubernetes.io/warn-version': {}}}}}, {'manager': 'openshift-apiserver', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-25T05:59:23Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:openshift.io/description': {}, 'f:openshift.io/display-name': {}, 'f:openshift.io/requester': {}}, 'f:labels': {'.': {}, 'f:kubernetes.io/metadata.name': {}}}}}, {'manager': 'openshift-controller-manager', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-25T05:59:23Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2025-11-25T06:01:00.150677 ocp_resources Namespace INFO Wait until Namespace cdi-import-test-import-registr is deleted 2025-11-25T06:01:00.151067 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-25T06:01:09.212283 timeout_sampler INFO Elapsed time: 9.054724931716919 [0:00:09.054725] _ 13 of 22 completed, 7 Pass, 0 Fail, 5 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/storage/cdi_upload/test_upload_virtctl.py 2025-11-25 06:01:09,215 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 06:01:09,215 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-25 06:01:09,215 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-25T06:01:09.215137 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25 06:01:09,216 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25 06:01:09,216 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 06:01:09,216 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25 06:01:09,217 INFO sqlalchemy.engine.Engine [generated in 0.00020s] ('/openshift-virtualization-tests/tests/storage/cdi_upload/test_upload_virtctl.py::test_virtctl_image_upload_dv[#ocs-storagecluster-ceph-rbd-virtualization#]', 1764050469) 2025-11-25T06:01:09.215344 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-25T06:01:09.215453 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-25T06:01:09.216014 sqlalchemy.engine.Engine INFO COMMIT 2025-11-25 06:01:09,217 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25T06:01:09.216418 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25T06:01:09.216908 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25T06:01:09.217026 sqlalchemy.engine.Engine INFO [generated in 0.00020s] ('/openshift-virtualization-tests/tests/storage/cdi_upload/test_upload_virtctl.py::test_virtctl_image_upload_dv[#ocs-storagecluster-ceph-rbd-virtualization#]', 1764050469) 2025-11-25T06:01:09.217592 sqlalchemy.engine.Engine INFO COMMIT ---------------------- test_virtctl_image_upload_dv[#ocs-storagecluster-ceph-rbd-virtualization#] ---------------------- 2025-11-25T06:01:09.254666 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-25T06:01:09.253729 conftest INFO Executing function fixture: term_handler_scope_function 2025-11-25T06:01:09.254048 conftest INFO Executing class fixture: term_handler_scope_class 2025-11-25T06:01:09.254186 conftest INFO Executing module fixture: term_handler_scope_module 2025-11-25T06:01:09.254408 conftest INFO Executing module fixture: cluster_sanity_scope_module 2025-11-25T06:01:09.254511 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2025-11-25T06:01:09.254566 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2025-11-25T06:01:09.254618 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2025-11-25T06:01:09.300698 ocp_utilities.infra INFO Verify all nodes are schedulable. 2025-11-25T06:01:09.345213 timeout_sampler INFO Waiting for 300 seconds [0:05:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2025-11-25T06:01:09.913255 timeout_sampler INFO Elapsed time: 0.0004947185516357422 [0:00:00.000495] 2025-11-25T06:01:09.913638 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 5 seconds. (Function: utilities.infra..lambda: dynamic_client.namespace.resource_kind.resource_name.list.get) 2025-11-25T06:01:09.913498 utilities.infra INFO Waiting for resource to stabilize: resource_kind=HyperConverged conditions={'Available': 'True', 'Progressing': 'False', 'ReconcileComplete': 'True', 'Degraded': 'False', 'Upgradeable': 'True'} sleep=600 consecutive_checks_count=3 2025-11-25T06:01:19.953673 timeout_sampler INFO Elapsed time: 10.02651071548462 [0:00:10.026511] 2025-11-25T06:01:19.954581 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] 2025-11-25T06:01:19.954691 ocp_resources ProjectRequest INFO Create ProjectRequest cdi-upload-test-upload-virtctl 2025-11-25T06:01:19.955008 ocp_resources ProjectRequest INFO Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'cdi-upload-test-upload-virtctl'}} 2025-11-25T06:01:19.954083 conftest INFO Executing function fixture: autouse_fixtures 2025-11-25T06:01:19.954376 conftest INFO Executing module fixture: namespace 2025-11-25T06:01:20.074534 ocp_resources.resource INFO kind: Project api version: project.openshift.io/v1 2025-11-25T06:01:20.074697 ocp_resources Project INFO Wait for Project cdi-upload-test-upload-virtctl status to be Active 2025-11-25T06:01:20.074929 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-25T06:01:20.088337 ocp_resources Project INFO Status of Project cdi-upload-test-upload-virtctl is Active 2025-11-25T06:01:20.088544 timeout_sampler INFO Elapsed time: 0.00014090538024902344 [0:00:00.000141] 2025-11-25T06:01:20.095213 ocp_resources Namespace INFO Wait for Namespace cdi-upload-test-upload-virtctl status to be Active 2025-11-25T06:01:20.095504 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-25T06:01:20.101695 ocp_resources Namespace INFO Status of Namespace cdi-upload-test-upload-virtctl is Active 2025-11-25T06:01:20.101924 timeout_sampler INFO Elapsed time: 8.440017700195312e-05 [0:00:00.000084] 2025-11-25T06:01:20.102041 ocp_resources.resource INFO ResourceEdits: Updating data for resource Namespace cdi-upload-test-upload-virtctl 2025-11-25T06:01:20.102129 ocp_resources Namespace INFO Update Namespace cdi-upload-test-upload-virtctl: {'metadata': {'labels': None, 'name': 'cdi-upload-test-upload-virtctl'}} 2025-11-25T06:01:20.123387 timeout_sampler INFO Waiting for 60 seconds [0:01:00], retry every 5 seconds. (Function: utilities.artifactory..lambda: artifactory_connection_url.requests.get.get_artifactory_header) 2025-11-25T06:01:20.122746 conftest INFO Executing module fixture: storage_class_matrix_immediate_matrix__module__ 2025-11-25T06:01:20.123052 conftest INFO Executing module fixture: storage_class_name_immediate_binding_scope_module 2025-11-25T06:01:20.123205 conftest INFO Executing function fixture: download_image 2025-11-25T06:01:20.123304 utilities.artifactory INFO Testing connectivity to https://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/artifactory/cnv-qe-server-local/ HTTPS server 2025-11-25T06:01:20.664455 timeout_sampler INFO Elapsed time: 0.00035071372985839844 [0:00:00.000351] 2025-11-25T06:01:20.838827 utilities.storage INFO Download https://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/artifactory/cnv-qe-server-local/cnv-tests/cdi-test-images/cirros-qcow2.img to /tmp/cirros-qcow2.img 2025-11-25T06:01:21.379534 ocp_resources.resource INFO Trying to get client via new_client_from_config --------------------------------------------------------- CALL --------------------------------------------------------- 2025-11-25T06:01:21.394480 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2025-11-25T06:01:21.394935 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-25T06:01:21.425968 pyhelper_utils.shell INFO Running virtctl -n cdi-upload-test-upload-virtctl --kubeconfig /tmp/tmpc_mig285-cnv-tests-kubeconfig/kubeconfig image-upload dv cnv-3724-ocs-storagecluster-ceph-rbd-virtualization --image-path=/tmp/cirros-qcow2.img --size=1Gi --storage-class=ocs-storagecluster-ceph-rbd-virtualization --access-mode=ReadWriteMany --insecure --volume-mode=block command 2025-11-25T06:01:41.666183 utilities.storage INFO Check status and output of virtctl 2025-11-25T06:01:41.680753 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2025-11-25T06:01:41.680988 ocp_resources DataVolume INFO Wait DV success for 60 seconds 2025-11-25T06:01:41.681270 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 10 seconds. (Function: ocp_resources.datavolume._check_none_pending_status.lambda: self.exists) 2025-11-25T06:01:41.696687 timeout_sampler INFO Elapsed time: 9.918212890625e-05 [0:00:00.000099] 2025-11-25T06:01:41.696861 timeout_sampler INFO Waiting for 60 seconds [0:01:00], retry every 1 seconds. (Function: ocp_resources.datavolume.wait_for_dv_success.lambda: self.exists) 2025-11-25T06:01:41.701443 timeout_sampler INFO Elapsed time: 0.00014090538024902344 [0:00:00.000141] 2025-11-25T06:01:41.701595 ocp_resources PersistentVolumeClaim INFO Wait for PersistentVolumeClaim cnv-3724-ocs-storagecluster-ceph-rbd-virtualization status to be Bound 2025-11-25T06:01:41.701834 timeout_sampler INFO Waiting for 60 seconds [0:01:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-25T06:01:41.708770 ocp_resources PersistentVolumeClaim INFO Status of PersistentVolumeClaim cnv-3724-ocs-storagecluster-ceph-rbd-virtualization is Bound 2025-11-25T06:01:41.709038 timeout_sampler INFO Elapsed time: 0.00015687942504882812 [0:00:00.000157] 2025-11-25T06:01:41.709521 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-25T06:01:41.722573 ocp_resources.resource INFO kind: VirtualMachine api version: kubevirt.io/v1 2025-11-25T06:01:41.734165 ocp_resources VirtualMachine INFO Create VirtualMachine cirros-vm-1764050501-7091646 2025-11-25T06:01:41.734365 ocp_resources VirtualMachine INFO Posting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachine', 'metadata': {'name': 'cirros-vm-1764050501-7091646', 'namespace': 'cdi-upload-test-upload-virtctl', 'labels': {}}, 'spec': {'template': {'spec': {'domain': {'devices': {'rng': {}, 'disks': [{'disk': {'bus': 'virtio'}, 'name': 'dv-disk'}]}, 'memory': {'guest': '64M'}}, 'volumes': [{'name': 'dv-disk', 'dataVolume': {'name': 'cnv-3724-ocs-storagecluster-ceph-rbd-virtualization'}}]}, 'metadata': {'labels': {'kubevirt.io/vm': 'cirros-vm-1764050501-7091646', 'kubevirt.io/domain': 'cirros-vm-1764050501-7091646', 'debugLogs': 'true'}}}, 'runStrategy': 'Halted'}} 2025-11-25T06:01:41.900915 timeout_sampler INFO Waiting for 5 seconds [0:00:05], retry every 1 seconds. (Function: utilities.virt..lambda: vm.instance.get) 2025-11-25T06:01:41.909835 timeout_sampler INFO Elapsed time: 0.00024056434631347656 [0:00:00.000241] 2025-11-25T06:01:41.920088 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2025-11-25T06:01:41.920438 ocp_resources DataVolume INFO Wait DV success for 1800 seconds 2025-11-25T06:01:41.919678 utilities.virt INFO VM cirros-vm-1764050501-7091646 status before dv check: Stopped 2025-11-25T06:01:41.920655 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 10 seconds. (Function: ocp_resources.datavolume._check_none_pending_status.lambda: self.exists) 2025-11-25T06:01:41.919847 utilities.virt INFO Volume(s) in VM spec: ['cnv-3724-ocs-storagecluster-ceph-rbd-virtualization']  2025-11-25T06:01:41.927313 timeout_sampler INFO Elapsed time: 0.00018548965454101562 [0:00:00.000185] 2025-11-25T06:01:41.927433 timeout_sampler INFO Waiting for 1800 seconds [0:30:00], retry every 1 seconds. (Function: ocp_resources.datavolume.wait_for_dv_success.lambda: self.exists) 2025-11-25T06:01:41.933238 timeout_sampler INFO Elapsed time: 9.012222290039062e-05 [0:00:00.000090] 2025-11-25T06:01:41.933362 ocp_resources PersistentVolumeClaim INFO Wait for PersistentVolumeClaim cnv-3724-ocs-storagecluster-ceph-rbd-virtualization status to be Bound 2025-11-25T06:01:41.933558 timeout_sampler INFO Waiting for 60 seconds [0:01:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-25T06:01:41.937771 ocp_resources PersistentVolumeClaim INFO Status of PersistentVolumeClaim cnv-3724-ocs-storagecluster-ceph-rbd-virtualization is Bound 2025-11-25T06:01:41.938127 timeout_sampler INFO Elapsed time: 7.677078247070312e-05 [0:00:00.000077] 2025-11-25T06:01:41.938260 timeout_sampler INFO Waiting for 5 seconds [0:00:05], retry every 1 seconds. (Function: utilities.virt..lambda: vm.instance.get) 2025-11-25T06:01:41.948153 timeout_sampler INFO Elapsed time: 9.179115295410156e-05 [0:00:00.000092] 2025-11-25T06:01:41.948359 ocp_resources.resource INFO kind: VirtualMachineInstance api version: kubevirt.io/v1 2025-11-25T06:01:41.948443 ocp_resources VirtualMachineInstance INFO Wait for VirtualMachineInstance cirros-vm-1764050501-7091646 status to be Running 2025-11-25T06:01:41.948622 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-25T06:01:41.957065 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance cirros-vm-1764050501-7091646 is Pending 2025-11-25T06:01:42.961727 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance cirros-vm-1764050501-7091646 is Scheduling 2025-11-25T06:01:54.020866 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance cirros-vm-1764050501-7091646 is Scheduled 2025-11-25T06:01:56.033494 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance cirros-vm-1764050501-7091646 is Running 2025-11-25T06:01:56.033761 timeout_sampler INFO Elapsed time: 14.080053806304932 [0:00:14.080054] 2025-11-25T06:01:56.033859 utilities.virt INFO Wait for cirros-vm-1764050501-7091646 SSH connectivity. 2025-11-25T06:01:56.033994 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/cirros-vm-1764050501-7091646/cdi-upload-test-upload-virtctl 22' cirros@cirros-vm-1764050501-7091646 2025-11-25T06:01:56.092373 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 5 seconds. (Function: rrmngmnt.host.run_command Kwargs: {'command': ['exit'], 'tcp_timeout': 60}) 2025-11-25T06:01:56.092560 Host INFO [cirros-vm-1764050501-7091646] Executing command exit 2025-11-25T06:02:11.099615 paramiko.transport ERROR Exception (client): Error reading SSH protocol banner 2025-11-25T06:02:11.100718 paramiko.transport ERROR Traceback (most recent call last): 2025-11-25T06:02:11.100796 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2363, in _check_banner 2025-11-25T06:02:11.100850 paramiko.transport ERROR buf = self.packetizer.readline(timeout) 2025-11-25T06:02:11.100924 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/packet.py", line 395, in readline 2025-11-25T06:02:11.100968 paramiko.transport ERROR buf += self._read_timeout(timeout) 2025-11-25T06:02:11.101012 paramiko.transport ERROR ~~~~~~~~~~~~~~~~~~^^^^^^^^^ 2025-11-25T06:02:11.101052 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/packet.py", line 673, in _read_timeout 2025-11-25T06:02:11.101090 paramiko.transport ERROR raise socket.timeout() 2025-11-25T06:02:11.101127 paramiko.transport ERROR TimeoutError 2025-11-25T06:02:11.101165 paramiko.transport ERROR  2025-11-25T06:02:11.101202 paramiko.transport ERROR During handling of the above exception, another exception occurred: 2025-11-25T06:02:11.101241 paramiko.transport ERROR  2025-11-25T06:02:11.101277 paramiko.transport ERROR Traceback (most recent call last): 2025-11-25T06:02:11.101313 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2179, in run 2025-11-25T06:02:11.101349 paramiko.transport ERROR self._check_banner() 2025-11-25T06:02:11.101384 paramiko.transport ERROR ~~~~~~~~~~~~~~~~~~^^ 2025-11-25T06:02:11.101420 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2367, in _check_banner 2025-11-25T06:02:11.101456 paramiko.transport ERROR raise SSHException( 2025-11-25T06:02:11.101491 paramiko.transport ERROR "Error reading SSH protocol banner" + str(e) 2025-11-25T06:02:11.101525 paramiko.transport ERROR ) 2025-11-25T06:02:11.101561 paramiko.transport ERROR paramiko.ssh_exception.SSHException: Error reading SSH protocol banner 2025-11-25T06:02:11.101595 paramiko.transport ERROR  2025-11-25T06:02:16.102000 Host INFO [cirros-vm-1764050501-7091646] Executing command exit 2025-11-25T06:02:31.105422 paramiko.transport ERROR Exception (client): Error reading SSH protocol banner 2025-11-25T06:02:31.106522 paramiko.transport ERROR Traceback (most recent call last): 2025-11-25T06:02:31.106622 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2363, in _check_banner 2025-11-25T06:02:31.106676 paramiko.transport ERROR buf = self.packetizer.readline(timeout) 2025-11-25T06:02:31.106719 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/packet.py", line 395, in readline 2025-11-25T06:02:31.106760 paramiko.transport ERROR buf += self._read_timeout(timeout) 2025-11-25T06:02:31.106797 paramiko.transport ERROR ~~~~~~~~~~~~~~~~~~^^^^^^^^^ 2025-11-25T06:02:31.106833 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/packet.py", line 673, in _read_timeout 2025-11-25T06:02:31.106908 paramiko.transport ERROR raise socket.timeout() 2025-11-25T06:02:31.106960 paramiko.transport ERROR TimeoutError 2025-11-25T06:02:31.107000 paramiko.transport ERROR  2025-11-25T06:02:31.107036 paramiko.transport ERROR During handling of the above exception, another exception occurred: 2025-11-25T06:02:31.107074 paramiko.transport ERROR  2025-11-25T06:02:31.107108 paramiko.transport ERROR Traceback (most recent call last): 2025-11-25T06:02:31.107144 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2179, in run 2025-11-25T06:02:31.107181 paramiko.transport ERROR self._check_banner() 2025-11-25T06:02:31.107217 paramiko.transport ERROR ~~~~~~~~~~~~~~~~~~^^ 2025-11-25T06:02:31.107251 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2367, in _check_banner 2025-11-25T06:02:31.107285 paramiko.transport ERROR raise SSHException( 2025-11-25T06:02:31.107326 paramiko.transport ERROR "Error reading SSH protocol banner" + str(e) 2025-11-25T06:02:31.107378 paramiko.transport ERROR ) 2025-11-25T06:02:31.107418 paramiko.transport ERROR paramiko.ssh_exception.SSHException: Error reading SSH protocol banner 2025-11-25T06:02:31.107455 paramiko.transport ERROR  2025-11-25T06:02:36.107786 Host INFO [cirros-vm-1764050501-7091646] Executing command exit 2025-11-25T06:02:51.111503 paramiko.transport ERROR Exception (client): Error reading SSH protocol banner 2025-11-25T06:02:51.112726 paramiko.transport ERROR Traceback (most recent call last): 2025-11-25T06:02:51.112843 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2363, in _check_banner 2025-11-25T06:02:51.112938 paramiko.transport ERROR buf = self.packetizer.readline(timeout) 2025-11-25T06:02:51.113010 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/packet.py", line 395, in readline 2025-11-25T06:02:51.113069 paramiko.transport ERROR buf += self._read_timeout(timeout) 2025-11-25T06:02:51.113116 paramiko.transport ERROR ~~~~~~~~~~~~~~~~~~^^^^^^^^^ 2025-11-25T06:02:51.113155 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/packet.py", line 673, in _read_timeout 2025-11-25T06:02:51.113191 paramiko.transport ERROR raise socket.timeout() 2025-11-25T06:02:51.113227 paramiko.transport ERROR TimeoutError 2025-11-25T06:02:51.113263 paramiko.transport ERROR  2025-11-25T06:02:51.113299 paramiko.transport ERROR During handling of the above exception, another exception occurred: 2025-11-25T06:02:51.113334 paramiko.transport ERROR  2025-11-25T06:02:51.113369 paramiko.transport ERROR Traceback (most recent call last): 2025-11-25T06:02:51.113405 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2179, in run 2025-11-25T06:02:51.113440 paramiko.transport ERROR self._check_banner() 2025-11-25T06:02:51.113476 paramiko.transport ERROR ~~~~~~~~~~~~~~~~~~^^ 2025-11-25T06:02:51.113510 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2367, in _check_banner 2025-11-25T06:02:51.113544 paramiko.transport ERROR raise SSHException( 2025-11-25T06:02:51.113577 paramiko.transport ERROR "Error reading SSH protocol banner" + str(e) 2025-11-25T06:02:51.113612 paramiko.transport ERROR ) 2025-11-25T06:02:51.113646 paramiko.transport ERROR paramiko.ssh_exception.SSHException: Error reading SSH protocol banner 2025-11-25T06:02:51.113682 paramiko.transport ERROR  2025-11-25T06:02:56.114420 Host INFO [cirros-vm-1764050501-7091646] Executing command exit 2025-11-25T06:02:56.161960 paramiko.transport INFO Connected (version 2.0, client dropbear_2015.67) 2025-11-25T06:02:56.179068 paramiko.transport INFO Authentication (password) successful! 2025-11-25T06:02:56.186819 timeout_sampler INFO Elapsed time: 60.02205562591553 [0:01:00.022056] 2025-11-25T06:02:56.187101 utilities.storage INFO Check disk count. 2025-11-25T06:02:56.187209 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/cirros-vm-1764050501-7091646/cdi-upload-test-upload-virtctl 22' cirros@cirros-vm-1764050501-7091646 2025-11-25T06:02:56.270419 paramiko.transport INFO Connected (version 2.0, client dropbear_2015.67) 2025-11-25T06:02:56.286543 paramiko.transport INFO Authentication (password) successful! 2025-11-25T06:02:56.314399 pyhelper_utils.shell INFO [SSH][cirros-vm-1764050501-7091646] Executed: lsblk | grep disk | grep -v SWAP| wc -l, rc:0, out: 1 , error:  2025-11-25T06:02:56.358680 ocp_resources VirtualMachine INFO Wait for VirtualMachine cirros-vm-1764050501-7091646 status to be None 2025-11-25T06:02:56.359017 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: kubernetes.dynamic.client.get Kwargs: {'field_selector': 'metadata.name==cirros-vm-1764050501-7091646', 'namespace': 'cdi-upload-test-upload-virtctl'}) 2025-11-25T06:02:57.378197 timeout_sampler INFO Elapsed time: 1.0095033645629883 [0:00:01.009503] 2025-11-25T06:02:57.378714 ocp_resources VirtualMachineInstance INFO Wait until VirtualMachineInstance cirros-vm-1764050501-7091646 is deleted 2025-11-25T06:02:57.379014 timeout_sampler INFO Waiting for 480 seconds [0:08:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-25T06:03:02.413049 timeout_sampler INFO Elapsed time: 5.027516841888428 [0:00:05.027517] 2025-11-25T06:03:02.413207 ocp_resources VirtualMachine INFO Delete VirtualMachine cirros-vm-1764050501-7091646 2025-11-25T06:03:02.424098 ocp_resources VirtualMachine INFO Deleting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachine', 'metadata': {'annotations': {'kubemacpool.io/transaction-timestamp': '2025-11-25T06:02:56.344835247Z', 'kubevirt.io/latest-observed-api-version': 'v1', 'kubevirt.io/storage-observed-api-version': 'v1'}, 'creationTimestamp': '2025-11-25T06:01:41Z', 'finalizers': ['kubevirt.io/virtualMachineControllerFinalize'], 'generation': 3, 'managedFields': [{'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'.': {}, 'f:template': {'.': {}, 'f:metadata': {'.': {}, 'f:labels': {'.': {}, 'f:debugLogs': {}, 'f:kubevirt.io/domain': {}, 'f:kubevirt.io/vm': {}}}, 'f:spec': {'.': {}, 'f:domain': {'.': {}, 'f:devices': {'.': {}, 'f:disks': {}, 'f:rng': {}}, 'f:memory': {'.': {}, 'f:guest': {}}}, 'f:volumes': {}}}}}, 'manager': 'OpenAPI-Generator', 'operation': 'Update', 'time': '2025-11-25T06:01:41Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:kubevirt.io/latest-observed-api-version': {}, 'f:kubevirt.io/storage-observed-api-version': {}}, 'f:finalizers': {'.': {}, 'v:"kubevirt.io/virtualMachineControllerFinalize"': {}}}}, 'manager': 'virt-controller', 'operation': 'Update', 'time': '2025-11-25T06:01:41Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:runStrategy': {}}}, 'manager': 'virt-api', 'operation': 'Update', 'time': '2025-11-25T06:02:56Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:status': {'.': {}, 'f:conditions': {}, 'f:desiredGeneration': {}, 'f:observedGeneration': {}, 'f:printableStatus': {}, 'f:runStrategy': {}, 'f:volumeSnapshotStatuses': {}}}, 'manager': 'virt-controller', 'operation': 'Update', 'subresource': 'status', 'time': '2025-11-25T06:03:01Z'}], 'name': 'cirros-vm-1764050501-7091646', 'namespace': 'cdi-upload-test-upload-virtctl', 'resourceVersion': '149152', 'uid': '451f57db-601f-4163-a45c-bf880c34fea1'}, 'spec': {'runStrategy': 'Halted', 'template': {'metadata': {'creationTimestamp': None, 'labels': {'debugLogs': 'true', 'kubevirt.io/domain': 'cirros-vm-1764050501-7091646', 'kubevirt.io/vm': 'cirros-vm-1764050501-7091646'}}, 'spec': {'architecture': 'amd64', 'domain': {'devices': {'disks': [{'disk': {'bus': 'virtio'}, 'name': 'dv-disk'}], 'rng': {}}, 'firmware': {'serial': '20914d23-40cc-4d58-b11b-f0dc75b9b403', 'uuid': 'cca03b36-1369-4c1d-90a2-41239d6372aa'}, 'machine': {'type': 'pc-q35-rhel9.6.0'}, 'memory': {'guest': '64M'}, 'resources': {}}, 'volumes': [{'dataVolume': {'name': 'cnv-3724-ocs-storagecluster-ceph-rbd-virtualization'}, 'name': 'dv-disk'}]}}}, 'status': {'conditions': [{'lastProbeTime': '2025-11-25T06:03:01Z', 'lastTransitionTime': '2025-11-25T06:03:01Z', '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'}]}} 2025-11-25T06:03:02.450572 ocp_resources VirtualMachine INFO Wait until VirtualMachine cirros-vm-1764050501-7091646 is deleted 2025-11-25T06:03:02.450859 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-25T06:03:03.462335 timeout_sampler INFO Elapsed time: 1.0054519176483154 [0:00:01.005452] 2025-11-25T06:03:03.475181 ocp_resources DataVolume INFO Delete DataVolume cnv-3724-ocs-storagecluster-ceph-rbd-virtualization 2025-11-25T06:03:03.484934 ocp_resources DataVolume INFO Deleting {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'annotations': {'cdi.kubevirt.io/storage.usePopulator': 'true'}, 'creationTimestamp': '2025-11-25T06:01:21Z', 'generation': 1, 'managedFields': [{'apiVersion': 'cdi.kubevirt.io/v1beta1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:cdi.kubevirt.io/storage.usePopulator': {}}}}, 'manager': 'virt-cdi-controller', 'operation': 'Update', 'time': '2025-11-25T06:01:21Z'}, {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'.': {}, 'f:contentType': {}, 'f:source': {'.': {}, 'f:upload': {}}, 'f:storage': {'.': {}, 'f:accessModes': {}, 'f:resources': {'.': {}, 'f:requests': {'.': {}, 'f:storage': {}}}, 'f:storageClassName': {}, 'f:volumeMode': {}}}}, 'manager': 'virtctl', 'operation': 'Update', 'time': '2025-11-25T06:01:21Z'}, {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:status': {'.': {}, 'f:claimName': {}, 'f:conditions': {}, 'f:phase': {}, 'f:progress': {}}}, 'manager': 'virt-cdi-controller', 'operation': 'Update', 'subresource': 'status', 'time': '2025-11-25T06:01:40Z'}], 'name': 'cnv-3724-ocs-storagecluster-ceph-rbd-virtualization', 'namespace': 'cdi-upload-test-upload-virtctl', 'resourceVersion': '147885', 'uid': '362db012-7625-4058-b08d-a1fc438c159c'}, 'spec': {'contentType': 'kubevirt', 'source': {'upload': {}}, 'storage': {'accessModes': ['ReadWriteMany'], 'resources': {'requests': {'storage': '1Gi'}}, 'storageClassName': 'ocs-storagecluster-ceph-rbd-virtualization', 'volumeMode': 'Block'}}, 'status': {'claimName': 'cnv-3724-ocs-storagecluster-ceph-rbd-virtualization', 'conditions': [{'lastHeartbeatTime': '2025-11-25T06:01:40Z', 'lastTransitionTime': '2025-11-25T06:01:40Z', 'message': 'PVC cnv-3724-ocs-storagecluster-ceph-rbd-virtualization Bound', 'reason': 'Bound', 'status': 'True', 'type': 'Bound'}, {'lastHeartbeatTime': '2025-11-25T06:01:40Z', 'lastTransitionTime': '2025-11-25T06:01:40Z', 'status': 'True', 'type': 'Ready'}, {'lastHeartbeatTime': '2025-11-25T06:01:38Z', 'lastTransitionTime': '2025-11-25T06:01:38Z', 'message': 'Upload Complete', 'reason': 'Completed', 'status': 'False', 'type': 'Running'}], 'phase': 'Succeeded', 'progress': 'N/A'}} 2025-11-25T06:03:03.494147 ocp_resources DataVolume INFO Wait until DataVolume cnv-3724-ocs-storagecluster-ceph-rbd-virtualization is deleted 2025-11-25T06:03:03.494485 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-25T06:03:03.498307 timeout_sampler INFO Elapsed time: 8.869171142578125e-05 [0:00:00.000089] 2025-11-25T06:03:03.498426 ocp_resources PersistentVolumeClaim INFO Wait until PersistentVolumeClaim cnv-3724-ocs-storagecluster-ceph-rbd-virtualization is deleted 2025-11-25T06:03:03.498624 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-25T06:03:04.508589 timeout_sampler INFO Elapsed time: 1.00364089012146 [0:00:01.003641] .2025-11-25T06:03:04.509789 ocp_resources Namespace INFO Delete Namespace cdi-upload-test-upload-virtctl TEST: test_virtctl_image_upload_dv[#ocs-storagecluster-ceph-rbd-virtualization#] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- 2025-11-25T06:03:04.527579 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'cdi-upload-test-upload-virtctl', 'uid': '4dea66d3-75e6-4ba5-8903-7e9ad32ffc76', 'resourceVersion': '147436', 'creationTimestamp': '2025-11-25T06:01:20Z', 'labels': {'kubernetes.io/metadata.name': 'cdi-upload-test-upload-virtctl', 'pod-security.kubernetes.io/audit': 'restricted', 'pod-security.kubernetes.io/audit-version': 'latest', 'pod-security.kubernetes.io/enforce': 'restricted', 'pod-security.kubernetes.io/enforce-version': 'latest', 'pod-security.kubernetes.io/warn': 'restricted', 'pod-security.kubernetes.io/warn-version': 'latest'}, 'annotations': {'openshift.io/description': '', 'openshift.io/display-name': '', 'openshift.io/requester': 'unprivileged-user', 'openshift.io/sa.scc.mcs': 's0:c37,c4', 'openshift.io/sa.scc.supplemental-groups': '1001340000/10000', 'openshift.io/sa.scc.uid-range': '1001340000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'cluster-policy-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-11-25T06:01:20Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:openshift.io/sa.scc.mcs': {}, 'f:openshift.io/sa.scc.supplemental-groups': {}, 'f:openshift.io/sa.scc.uid-range': {}}}}}, {'manager': 'pod-security-admission-label-synchronization-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-11-25T06:01:20Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:security.openshift.io/MinimallySufficientPodSecurityStandard': {}}, 'f:labels': {'f:pod-security.kubernetes.io/audit': {}, 'f:pod-security.kubernetes.io/audit-version': {}, 'f:pod-security.kubernetes.io/enforce': {}, 'f:pod-security.kubernetes.io/enforce-version': {}, 'f:pod-security.kubernetes.io/warn': {}, 'f:pod-security.kubernetes.io/warn-version': {}}}}}, {'manager': 'openshift-apiserver', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-25T06:01:20Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:openshift.io/description': {}, 'f:openshift.io/display-name': {}, 'f:openshift.io/requester': {}}, 'f:labels': {'.': {}, 'f:kubernetes.io/metadata.name': {}}}}}, {'manager': 'openshift-controller-manager', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-25T06:01:20Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2025-11-25T06:03:04.538817 ocp_resources Namespace INFO Wait until Namespace cdi-upload-test-upload-virtctl is deleted 2025-11-25T06:03:04.539209 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-25T06:03:13.585486 timeout_sampler INFO Elapsed time: 9.040776491165161 [0:00:09.040776] _ 14 of 22 completed, 8 Pass, 0 Fail, 5 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py 2025-11-25 06:03:13,588 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 06:03:13,588 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-25 06:03:13,588 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-25 06:03:13,589 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25 06:03:13,589 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 06:03:13,590 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25 06:03:13,590 INFO sqlalchemy.engine.Engine [generated in 0.00015s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_create_vm[#rhel-9-6#]', 1764050593) 2025-11-25 06:03:13,590 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25T06:03:13.588428 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25T06:03:13.588618 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-25T06:03:13.588712 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-25T06:03:13.589137 sqlalchemy.engine.Engine INFO COMMIT 2025-11-25T06:03:13.589524 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25T06:03:13.590013 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25T06:03:13.590116 sqlalchemy.engine.Engine INFO [generated in 0.00015s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_create_vm[#rhel-9-6#]', 1764050593) 2025-11-25T06:03:13.590614 sqlalchemy.engine.Engine INFO COMMIT ---------------------------------------------- test_create_vm[#rhel-9-6#] ---------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-25T06:03:13.600554 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. 2025-11-25T06:03:13.599715 conftest INFO Executing function fixture: term_handler_scope_function 2025-11-25T06:03:13.599953 conftest INFO Executing class fixture: term_handler_scope_class 2025-11-25T06:03:13.600095 conftest INFO Executing module fixture: term_handler_scope_module 2025-11-25T06:03:13.600314 conftest INFO Executing module fixture: cluster_sanity_scope_module 2025-11-25T06:03:13.600408 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2025-11-25T06:03:13.600458 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2025-11-25T06:03:13.600510 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2025-11-25T06:03:13.635165 ocp_utilities.infra INFO Verify all nodes are schedulable. 2025-11-25T06:03:13.661684 timeout_sampler INFO Waiting for 300 seconds [0:05:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2025-11-25T06:03:14.012734 timeout_sampler INFO Elapsed time: 0.00011420249938964844 [0:00:00.000114] 2025-11-25T06:03:14.013056 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 5 seconds. (Function: utilities.infra..lambda: dynamic_client.namespace.resource_kind.resource_name.list.get) 2025-11-25T06:03:14.012944 utilities.infra INFO Waiting for resource to stabilize: resource_kind=HyperConverged conditions={'Available': 'True', 'Progressing': 'False', 'ReconcileComplete': 'True', 'Degraded': 'False', 'Upgradeable': 'True'} sleep=600 consecutive_checks_count=3 2025-11-25T06:03:24.046166 timeout_sampler INFO Elapsed time: 10.021167278289795 [0:00:10.021167] 2025-11-25T06:03:24.047173 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-25T06:03:24.046533 conftest INFO Executing function fixture: autouse_fixtures 2025-11-25T06:03:24.046780 conftest INFO Executing session fixture: is_psi_cluster 2025-11-25T06:03:24.059666 ocp_resources.resource INFO kind: Infrastructure api version: config.openshift.io/v1 2025-11-25T06:03:24.071795 conftest INFO Executing session fixture: gpu_nodes 2025-11-25T06:03:24.100790 conftest INFO Executing session fixture: nodes_with_supported_gpus 2025-11-25T06:03:24.100982 conftest INFO Executing session fixture: sriov_workers 2025-11-25T06:03:24.116109 conftest INFO Executing session fixture: nodes_cpu_vendor 2025-11-25T06:03:24.127326 conftest INFO Executing session fixture: nodes_cpu_virt_extension 2025-11-25T06:03:24.127484 conftest INFO Executing session fixture: allocatable_memory_per_node_scope_session 2025-11-25T06:03:24.138197 tests.virt.utils INFO Node ip-10-0-100-132.us-east-2.compute.internal has 187.41869735717773 GiB of allocatable memory 2025-11-25T06:03:24.148948 tests.virt.utils INFO Node ip-10-0-38-213.us-east-2.compute.internal has 187.41871643066406 GiB of allocatable memory 2025-11-25T06:03:24.162378 tests.virt.utils INFO Node ip-10-0-69-170.us-east-2.compute.internal has 187.4187126159668 GiB of allocatable memory 2025-11-25T06:03:24.162546 conftest INFO Executing session fixture: virt_special_infra_sanity 2025-11-25T06:03:24.162698 tests.virt.conftest INFO Verifying that cluster has all required capabilities for special_infra marked tests 2025-11-25T06:03:24.163234 tests.virt.conftest INFO Verifing default storage class ocs-storagecluster-ceph-rbd-virtualization supports RWX mode 2025-11-25T06:03:24.177446 ocp_resources.resource INFO kind: StorageProfile api version: cdi.kubevirt.io/v1beta1 2025-11-25T06:03:24.185579 ocp_resources.resource INFO kind: ProjectRequest api version: project.openshift.io/v1 2025-11-25T06:03:24.185681 ocp_resources ProjectRequest INFO Create ProjectRequest cluster-common-templates-rhel-test-rhel-os-support 2025-11-25T06:03:24.185152 conftest INFO Executing session fixture: cluster_common_node_cpu 2025-11-25T06:03:24.186179 ocp_resources ProjectRequest INFO Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'cluster-common-templates-rhel-test-rhel-os-support'}} 2025-11-25T06:03:24.185400 conftest INFO Executing module fixture: namespace 2025-11-25T06:03:24.296991 ocp_resources.resource INFO kind: Project api version: project.openshift.io/v1 2025-11-25T06:03:24.297128 ocp_resources Project INFO Wait for Project cluster-common-templates-rhel-test-rhel-os-support status to be Active 2025-11-25T06:03:24.297321 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-25T06:03:24.310579 ocp_resources Project INFO Status of Project cluster-common-templates-rhel-test-rhel-os-support is Active 2025-11-25T06:03:24.311109 timeout_sampler INFO Elapsed time: 8.249282836914062e-05 [0:00:00.000082] 2025-11-25T06:03:24.322389 ocp_resources Namespace INFO Wait for Namespace cluster-common-templates-rhel-test-rhel-os-support status to be Active 2025-11-25T06:03:24.322600 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-25T06:03:24.325865 ocp_resources Namespace INFO Status of Namespace cluster-common-templates-rhel-test-rhel-os-support is Active 2025-11-25T06:03:24.326124 timeout_sampler INFO Elapsed time: 7.987022399902344e-05 [0:00:00.000080] 2025-11-25T06:03:24.326262 ocp_resources.resource INFO ResourceEdits: Updating data for resource Namespace cluster-common-templates-rhel-test-rhel-os-support 2025-11-25T06:03:24.326342 ocp_resources Namespace INFO Update Namespace cluster-common-templates-rhel-test-rhel-os-support: {'metadata': {'labels': None, 'name': 'cluster-common-templates-rhel-test-rhel-os-support'}} 2025-11-25T06:03:24.338820 conftest INFO Executing class fixture: hyperconverged_resource_scope_class 2025-11-25T06:03:24.345787 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-25T06:03:24.345396 conftest INFO Executing class fixture: cluster_cpu_model_scope_class 2025-11-25T06:03:24.357690 ocp_resources.resource INFO ResourceEdit: Backing up old data 2025-11-25T06:03:24.357602 utilities.hco INFO Patches: {: {'spec': {'defaultCPUModel': 'Skylake-Client-v4'}}} 2025-11-25T06:03:24.363604 ocp_resources.resource INFO ResourceEdits: Updating data for resource HyperConverged kubevirt-hyperconverged 2025-11-25T06:03:24.363695 ocp_resources HyperConverged INFO Update HyperConverged kubevirt-hyperconverged: {'spec': {'defaultCPUModel': 'Skylake-Client-v4'}, 'metadata': {'name': 'kubevirt-hyperconverged'}} 2025-11-25T06:03:24.434338 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 5 seconds. (Function: utilities.infra..lambda: dynamic_client.namespace.resource_kind.resource_name.list.get) 2025-11-25T06:03:24.434108 utilities.hco INFO Waiting for 1 CRs managed by HCO to reconcile:  2025-11-25T06:03:24.434259 utilities.infra INFO Waiting for resource to stabilize: resource_kind=KubeVirt conditions={'Available': 'True', 'Progressing': 'False', 'Created': 'True', 'Degraded': 'False'} sleep=600 consecutive_checks_count=3 2025-11-25T06:03:34.504125 timeout_sampler INFO Elapsed time: 10.059339761734009 [0:00:10.059340] 2025-11-25T06:03:34.504389 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 5 seconds. (Function: utilities.infra..lambda: dynamic_client.namespace.resource_kind.resource_name.list.get) 2025-11-25T06:03:34.504281 utilities.infra INFO Waiting for resource to stabilize: resource_kind=HyperConverged conditions={'Available': 'True', 'Progressing': 'False', 'ReconcileComplete': 'True', 'Degraded': 'False', 'Upgradeable': 'True'} sleep=600 consecutive_checks_count=3 2025-11-25T06:04:09.606147 timeout_sampler INFO Elapsed time: 35.08897137641907 [0:00:35.088971] 2025-11-25T06:04:09.606322 timeout_sampler INFO Waiting for 30 seconds [0:00:30], retry every 1 seconds. (Function: utilities.virt..lambda: admin_client.base_path.hco_namespace.benedict.get_kubevirt_hyperconverged_spec.get) 2025-11-25T06:04:09.616999 timeout_sampler INFO Elapsed time: 8.511543273925781e-05 [0:00:00.000085] 2025-11-25T06:04:09.617224 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 5 seconds. (Function: utilities.infra..lambda: dynamic_client.namespace.resource_kind.resource_name.list.get) 2025-11-25T06:04:09.617116 utilities.infra INFO Waiting for resource to stabilize: resource_kind=HyperConverged conditions={'Available': 'True', 'Progressing': 'False', 'ReconcileComplete': 'True', 'Degraded': 'False', 'Upgradeable': 'True'} sleep=600 consecutive_checks_count=3 2025-11-25T06:04:19.652481 timeout_sampler INFO Elapsed time: 10.022578716278076 [0:00:10.022579] 2025-11-25T06:04:19.653481 ocp_resources.resource INFO kind: DataSource api version: cdi.kubevirt.io/v1beta1 2025-11-25T06:04:19.652979 conftest INFO Executing class fixture: rhel_os_matrix__class__ 2025-11-25T06:04:19.653263 conftest INFO Executing class fixture: matrix_rhel_os_golden_image_data_source 2025-11-25T06:04:19.660325 ocp_resources.resource INFO kind: VolumeSnapshot api version: snapshot.storage.k8s.io/v1 2025-11-25T06:04:19.663748 tests.virt.utils INFO DataSource rhel9 already exists and has a source pvc/snapshot. 2025-11-25T06:04:19.663964 conftest INFO Executing class fixture: matrix_rhel_os_vm_from_template 2025-11-25T06:04:19.671317 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-25T06:04:19.684232 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2025-11-25T06:04:19.684612 ocp_resources.resource INFO kind: VirtualMachine api version: kubevirt.io/v1 2025-11-25T06:04:19.685581 ocp_resources.resource INFO kind: Template api version: template.openshift.io/v1 --------------------------------------------------------- CALL --------------------------------------------------------- 2025-11-25T06:04:19.685418 test_rhel_os_support INFO Create VM from template. 2025-11-25T06:04:19.705455 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-25T06:04:19.705141 utilities.virt INFO Get VM credentials from cloud-init 2025-11-25T06:04:19.781937 ocp_resources VirtualMachine INFO Create VirtualMachine rhel-9-6-1764050659-6845117 2025-11-25T06:04:19.782213 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-1764050659-6845117', '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-1764050659-6845117'}, 'spec': {'dataVolumeTemplates': [{'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'name': 'rhel9'}, 'spec': {'storage': {'resources': {'requests': {'storage': '30Gi'}}, 'storageClassName': 'ocs-storagecluster-ceph-rbd-virtualization', 'accessModes': ['ReadWriteMany'], 'volumeMode': 'Block'}, 'sourceRef': {'kind': 'DataSource', 'name': 'rhel9', 'namespace': 'openshift-virtualization-os-images'}}}], 'runStrategy': 'Halted', 'template': {'metadata': {'annotations': {'vm.kubevirt.io/flavor': 'tiny', 'vm.kubevirt.io/os': 'rhel9', 'vm.kubevirt.io/workload': 'server'}, 'labels': {'kubevirt.io/domain': 'rhel-9-6-1764050659-6845117', 'kubevirt.io/size': 'tiny', 'kubevirt.io/vm': 'rhel-9-6-1764050659-6845117', 'debugLogs': 'true'}}, 'spec': {'architecture': 'amd64', 'domain': {'cpu': {'cores': 1, 'sockets': 1, 'threads': 1}, 'devices': {'disks': [{'disk': {'bus': 'virtio'}, 'name': 'rootdisk'}, {'disk': {'bus': 'virtio'}, 'name': 'cloudinitdisk'}], 'interfaces': [{'masquerade': {}, 'model': 'virtio', 'name': 'default'}], 'rng': {}}, 'features': {'smm': {'enabled': True}}, 'firmware': {'bootloader': {'efi': {}}}, 'memory': {'guest': '1.5Gi'}}, 'networks': [{'name': 'default', 'pod': {}}], 'terminationGracePeriodSeconds': 180, 'volumes': [{'dataVolume': {'name': 'rhel9'}, 'name': 'rootdisk'}, {'cloudInitNoCloud': {'userData': '*******'}, 'name': 'cloudinitdisk'}]}}}} 2025-11-25T06:04:19.828820 ocp_resources VirtualMachine INFO Wait until VirtualMachine rhel-9-6-1764050659-6845117 is created 2025-11-25T06:04:19.829038 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait.lambda: self.exists) 2025-11-25T06:04:19.835230 timeout_sampler INFO Elapsed time: 8.440017700195312e-05 [0:00:00.000084] . TEST: TestCommonTemplatesRhel.test_create_vm[#rhel-9-6#] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 15 of 22 completed, 9 Pass, 0 Fail, 5 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py 2025-11-25 06:04:19,838 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 06:04:19,838 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-25 06:04:19,838 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-25T06:04:19.838619 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25 06:04:19,839 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25 06:04:19,839 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25T06:04:19.838811 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-25 06:04:19,840 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25T06:04:19.838967 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-25 06:04:19,840 INFO sqlalchemy.engine.Engine [generated in 0.00025s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_start_vm[#rhel-9-6#]', 1764050659) 2025-11-25T06:04:19.839431 sqlalchemy.engine.Engine INFO COMMIT 2025-11-25T06:04:19.839839 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25T06:04:19.840462 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25T06:04:19.840658 sqlalchemy.engine.Engine INFO [generated in 0.00025s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_start_vm[#rhel-9-6#]', 1764050659) 2025-11-25 06:04:19,841 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25T06:04:19.841335 sqlalchemy.engine.Engine INFO COMMIT ---------------------------------------------- test_start_vm[#rhel-9-6#] ---------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-25T06:04:19.848166 conftest INFO Executing function fixture: term_handler_scope_function 2025-11-25T06:04:19.848420 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- 2025-11-25T06:04:19.905497 timeout_sampler INFO Waiting for 5 seconds [0:00:05], retry every 1 seconds. (Function: utilities.virt..lambda: vm.instance.get) 2025-11-25T06:04:19.915697 timeout_sampler INFO Elapsed time: 0.00014066696166992188 [0:00:00.000141] 2025-11-25T06:04:19.921866 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2025-11-25T06:04:19.922005 ocp_resources DataVolume INFO Wait DV success for 1800 seconds 2025-11-25T06:04:19.921552 utilities.virt INFO VM rhel-9-6-1764050659-6845117 status before dv check: Stopped 2025-11-25T06:04:19.922426 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 10 seconds. (Function: ocp_resources.datavolume._check_none_pending_status.lambda: self.exists) 2025-11-25T06:04:19.921668 utilities.virt INFO Volume(s) in VM spec: ['rhel9']  2025-11-25T06:04:19.928359 timeout_sampler INFO Elapsed time: 0.00021719932556152344 [0:00:00.000217] 2025-11-25T06:04:19.928455 timeout_sampler INFO Waiting for 1800 seconds [0:30:00], retry every 1 seconds. (Function: ocp_resources.datavolume.wait_for_dv_success.lambda: self.exists) 2025-11-25T06:04:21.943007 timeout_sampler INFO Elapsed time: 2.009913206100464 [0:00:02.009913] 2025-11-25T06:04:21.943233 ocp_resources PersistentVolumeClaim INFO Wait for PersistentVolumeClaim rhel9 status to be Bound 2025-11-25T06:04:21.943465 timeout_sampler INFO Waiting for 60 seconds [0:01:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-25T06:04:21.947210 ocp_resources PersistentVolumeClaim INFO Status of PersistentVolumeClaim rhel9 is Bound 2025-11-25T06:04:21.947412 timeout_sampler INFO Elapsed time: 8.153915405273438e-05 [0:00:00.000082] 2025-11-25T06:04:21.947518 timeout_sampler INFO Waiting for 5 seconds [0:00:05], retry every 1 seconds. (Function: utilities.virt..lambda: vm.instance.get) 2025-11-25T06:04:21.955978 timeout_sampler INFO Elapsed time: 8.869171142578125e-05 [0:00:00.000089] 2025-11-25T06:04:21.956195 ocp_resources.resource INFO kind: VirtualMachineInstance api version: kubevirt.io/v1 2025-11-25T06:04:21.956283 ocp_resources VirtualMachineInstance INFO Wait for VirtualMachineInstance rhel-9-6-1764050659-6845117 status to be Running 2025-11-25T06:04:21.956487 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-25T06:04:21.960455 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance rhel-9-6-1764050659-6845117 is Scheduling 2025-11-25T06:04:25.984048 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance rhel-9-6-1764050659-6845117 is Scheduled 2025-11-25T06:04:27.996898 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance rhel-9-6-1764050659-6845117 is Running 2025-11-25T06:04:27.997154 timeout_sampler INFO Elapsed time: 6.035572290420532 [0:00:06.035572] 2025-11-25T06:04:27.997522 ocp_resources VirtualMachineInstance INFO Wait for VirtualMachineInstance/rhel-9-6-1764050659-6845117's 'AgentConnected' condition to be 'True' 2025-11-25T06:04:27.997416 utilities.virt INFO Wait until guest agent is active on rhel-9-6-1764050659-6845117 2025-11-25T06:04:27.997947 ocp_resources VirtualMachineInstance INFO Wait until VirtualMachineInstance rhel-9-6-1764050659-6845117 is created 2025-11-25T06:04:27.998096 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 1 seconds. (Function: ocp_resources.resource.wait.lambda: self.exists) 2025-11-25T06:04:28.002057 timeout_sampler INFO Elapsed time: 7.224082946777344e-05 [0:00:00.000072] 2025-11-25T06:04:28.002164 timeout_sampler INFO Waiting for 719.9957892894745 seconds [0:11:59.995789], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_condition.lambda: self.instance) 2025-11-25T06:04:45.105460 timeout_sampler INFO Elapsed time: 17.09706211090088 [0:00:17.097062] 2025-11-25T06:04:45.105750 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 1 seconds. (Function: utilities.virt..lambda: vmi.instance) 2025-11-25T06:04:45.105632 utilities.virt INFO Wait for rhel-9-6-1764050659-6845117 network interfaces 2025-11-25T06:04:45.110257 timeout_sampler INFO Elapsed time: 7.724761962890625e-05 [0:00:00.000077] 2025-11-25T06:04:45.110361 utilities.virt INFO Wait for rhel-9-6-1764050659-6845117 SSH connectivity. 2025-11-25T06:04:45.110447 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/rhel-9-6-1764050659-6845117/cluster-common-templates-rhel-test-rhel-os-support 22' cloud-user@rhel-9-6-1764050659-6845117 2025-11-25T06:04:45.191893 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 5 seconds. (Function: rrmngmnt.host.run_command Kwargs: {'command': ['exit'], 'tcp_timeout': 60}) 2025-11-25T06:04:45.192094 Host INFO [rhel-9-6-1764050659-6845117] Executing command exit 2025-11-25T06:05:00.233752 paramiko.transport ERROR Exception (client): Error reading SSH protocol banner 2025-11-25T06:05:00.235022 paramiko.transport ERROR Traceback (most recent call last): 2025-11-25T06:05:00.235143 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2363, in _check_banner 2025-11-25T06:05:00.235202 paramiko.transport ERROR buf = self.packetizer.readline(timeout) 2025-11-25T06:05:00.235250 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/packet.py", line 395, in readline 2025-11-25T06:05:00.235293 paramiko.transport ERROR buf += self._read_timeout(timeout) 2025-11-25T06:05:00.235337 paramiko.transport ERROR ~~~~~~~~~~~~~~~~~~^^^^^^^^^ 2025-11-25T06:05:00.235379 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/packet.py", line 673, in _read_timeout 2025-11-25T06:05:00.235417 paramiko.transport ERROR raise socket.timeout() 2025-11-25T06:05:00.235458 paramiko.transport ERROR TimeoutError 2025-11-25T06:05:00.235498 paramiko.transport ERROR  2025-11-25T06:05:00.235537 paramiko.transport ERROR During handling of the above exception, another exception occurred: 2025-11-25T06:05:00.235574 paramiko.transport ERROR  2025-11-25T06:05:00.235611 paramiko.transport ERROR Traceback (most recent call last): 2025-11-25T06:05:00.235648 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2179, in run 2025-11-25T06:05:00.235685 paramiko.transport ERROR self._check_banner() 2025-11-25T06:05:00.235722 paramiko.transport ERROR ~~~~~~~~~~~~~~~~~~^^ 2025-11-25T06:05:00.235759 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2367, in _check_banner 2025-11-25T06:05:00.235795 paramiko.transport ERROR raise SSHException( 2025-11-25T06:05:00.235832 paramiko.transport ERROR "Error reading SSH protocol banner" + str(e) 2025-11-25T06:05:00.235889 paramiko.transport ERROR ) 2025-11-25T06:05:00.235936 paramiko.transport ERROR paramiko.ssh_exception.SSHException: Error reading SSH protocol banner 2025-11-25T06:05:00.235975 paramiko.transport ERROR  2025-11-25T06:05:05.236632 Host INFO [rhel-9-6-1764050659-6845117] Executing command exit 2025-11-25T06:05:05.332901 paramiko.transport INFO Connected (version 2.0, client OpenSSH_8.7) 2025-11-25T06:05:05.371822 paramiko.transport INFO Authentication (publickey) successful! 2025-11-25T06:05:05.717198 timeout_sampler INFO Elapsed time: 20.044769525527954 [0:00:20.044770] . TEST: TestCommonTemplatesRhel.test_start_vm[#rhel-9-6#] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 16 of 22 completed, 10 Pass, 0 Fail, 5 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py 2025-11-25 06:05:05,721 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 06:05:05,721 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-25 06:05:05,722 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-25T06:05:05.721697 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25T06:05:05.721987 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-25T06:05:05.722171 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-25 06:05:05,723 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25 06:05:05,723 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 06:05:05,724 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25T06:05:05.723124 sqlalchemy.engine.Engine INFO COMMIT 2025-11-25T06:05:05.723552 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25 06:05:05,724 INFO sqlalchemy.engine.Engine [generated in 0.00043s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_vm_console[#rhel-9-6#]', 1764050705) 2025-11-25T06:05:05.724247 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25T06:05:05.724609 sqlalchemy.engine.Engine INFO [generated in 0.00043s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_vm_console[#rhel-9-6#]', 1764050705) 2025-11-25 06:05:05,725 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25T06:05:05.725243 sqlalchemy.engine.Engine INFO COMMIT 2025-11-25T06:05:05.737439 timeout_sampler INFO Waiting for 300 seconds [0:05:00], retry every 10 seconds. (Function: utilities.console.connect Args: (,)) 2025-11-25T06:05:05.737756 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-1764050659-6845117 -n cluster-common-templates-rhel-test-rhel-os-support', 'timeout': 1500, 'encoding': 'utf-8'}) --------------------------------------------- test_vm_console[#rhel-9-6#] --------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-25T06:05:05.736289 conftest INFO Executing function fixture: term_handler_scope_function 2025-11-25T06:05:05.736547 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- 2025-11-25T06:05:05.737303 test_rhel_os_support INFO Verify VM console connection. 2025-11-25T06:05:05.737647 utilities.console INFO Connect to rhel-9-6-1764050659-6845117 console 2025-11-25T06:05:06.231084 timeout_sampler INFO Elapsed time: 8.106231689453125e-05 [0:00:00.000081] 2025-11-25T06:05:06.547843 utilities.console INFO rhel-9-6-1764050659-6845117: Using username cloud-user 2025-11-25T06:05:06.631125 utilities.console INFO rhel-9-6-1764050659-6845117: Using password password 2025-11-25T06:05:06.681409 utilities.console INFO rhel-9-6-1764050659-6845117: waiting for terminal prompt '['#', '\\$']' 2025-11-25T06:05:06.794085 timeout_sampler INFO Elapsed time: 0.00021982192993164062 [0:00:00.000220] 2025-11-25T06:05:06.793857 utilities.console INFO rhel-9-6-1764050659-6845117: Got prompt ['#', '\\$'] 2025-11-25T06:05:06.794271 utilities.virt INFO Successfully connected to rhel-9-6-1764050659-6845117 console . TEST: TestCommonTemplatesRhel.test_vm_console[#rhel-9-6#] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 17 of 22 completed, 11 Pass, 0 Fail, 5 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py 2025-11-25 06:05:08,272 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 06:05:08,273 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-25 06:05:08,273 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-25T06:05:08.272729 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25 06:05:08,273 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25 06:05:08,274 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 06:05:08,275 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25 06:05:08,275 INFO sqlalchemy.engine.Engine [generated in 0.00019s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_expose_ssh[#rhel-9-6#]', 1764050708) 2025-11-25T06:05:08.273057 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-25T06:05:08.273176 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-25T06:05:08.273815 sqlalchemy.engine.Engine INFO COMMIT 2025-11-25T06:05:08.274545 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25T06:05:08.275308 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25T06:05:08.275421 sqlalchemy.engine.Engine INFO [generated in 0.00019s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_expose_ssh[#rhel-9-6#]', 1764050708) 2025-11-25 06:05:08,276 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25T06:05:08.276197 sqlalchemy.engine.Engine INFO COMMIT --------------------------------------------- test_expose_ssh[#rhel-9-6#] --------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-25T06:05:08.284672 conftest INFO Executing function fixture: term_handler_scope_function 2025-11-25T06:05:08.285022 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- 2025-11-25T06:05:08.285736 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/rhel-9-6-1764050659-6845117/cluster-common-templates-rhel-test-rhel-os-support 22' cloud-user@rhel-9-6-1764050659-6845117 2025-11-25T06:05:08.353440 RemoteExecutor INFO [cloud-user@rhel-9-6-1764050659-6845117//tmp/pytest-LTLiBxV9TRVUwnm8BX425c/vm-ssh-key-folder0/vm_ssh_key.key] Check if address is connective via ssh in given timeout 120 2025-11-25T06:05:08.419086 paramiko.transport INFO Connected (version 2.0, client OpenSSH_8.7) 2025-11-25T06:05:08.446766 paramiko.transport INFO Authentication (publickey) successful! . TEST: TestCommonTemplatesRhel.test_expose_ssh[#rhel-9-6#] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 18 of 22 completed, 12 Pass, 0 Fail, 5 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py 2025-11-25 06:05:08,541 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 06:05:08,541 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-25 06:05:08,541 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-25T06:05:08.541106 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25 06:05:08,541 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25 06:05:08,542 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25T06:05:08.541311 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-25T06:05:08.541417 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-25 06:05:08,543 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25T06:05:08.541982 sqlalchemy.engine.Engine INFO COMMIT 2025-11-25 06:05:08,543 INFO sqlalchemy.engine.Engine [generated in 0.00023s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_vmi_guest_agent_exists[#rhel-9-6#]', 1764050708) 2025-11-25T06:05:08.542384 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25T06:05:08.543031 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25T06:05:08.543214 sqlalchemy.engine.Engine INFO [generated in 0.00023s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_vmi_guest_agent_exists[#rhel-9-6#]', 1764050708) 2025-11-25 06:05:08,543 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25T06:05:08.543791 sqlalchemy.engine.Engine INFO COMMIT --------------------------------------- test_vmi_guest_agent_exists[#rhel-9-6#] --------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-25T06:05:08.552236 conftest INFO Executing function fixture: term_handler_scope_function 2025-11-25T06:05:08.552824 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- 2025-11-25T06:05:08.553458 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/rhel-9-6-1764050659-6845117/cluster-common-templates-rhel-test-rhel-os-support 22' cloud-user@rhel-9-6-1764050659-6845117 2025-11-25T06:05:08.683546 paramiko.transport INFO Connected (version 2.0, client OpenSSH_8.7) 2025-11-25T06:05:08.709088 paramiko.transport INFO Authentication (publickey) successful! 2025-11-25T06:05:08.812475 PackageManagerProxy INFO [rhel-9-6-1764050659-6845117] Using dnf package manager for Host(rhel-9-6-1764050659-6845117) 2025-11-25T06:05:08.812726 DnfPackageManager INFO [rhel-9-6-1764050659-6845117] Check if host Host(rhel-9-6-1764050659-6845117) have qemu-guest-agent package 2025-11-25T06:05:08.812797 DnfPackageManager INFO [rhel-9-6-1764050659-6845117] Execute command 'dnf -q list installed qemu-guest-agent' on host Host(rhel-9-6-1764050659-6845117) 2025-11-25T06:05:08.882671 paramiko.transport INFO Connected (version 2.0, client OpenSSH_8.7) 2025-11-25T06:05:08.911010 paramiko.transport INFO Authentication (publickey) successful! . TEST: TestCommonTemplatesRhel.test_vmi_guest_agent_exists[#rhel-9-6#] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 19 of 22 completed, 13 Pass, 0 Fail, 5 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py 2025-11-25 06:05:10,229 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 06:05:10,230 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-25 06:05:10,230 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-25T06:05:10.229868 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25 06:05:10,230 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25 06:05:10,231 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 06:05:10,231 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25 06:05:10,231 INFO sqlalchemy.engine.Engine [generated in 0.00018s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_migrate_vm[#rhel-9-6#]', 1764050710) 2025-11-25T06:05:10.230111 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-25T06:05:10.230208 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-25 06:05:10,232 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25T06:05:10.230732 sqlalchemy.engine.Engine INFO COMMIT 2025-11-25T06:05:10.231171 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25T06:05:10.231839 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25T06:05:10.231967 sqlalchemy.engine.Engine INFO [generated in 0.00018s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_migrate_vm[#rhel-9-6#]', 1764050710) 2025-11-25T06:05:10.232515 sqlalchemy.engine.Engine INFO COMMIT --------------------------------------------- test_migrate_vm[#rhel-9-6#] --------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-25T06:05:10.240688 conftest INFO Executing function fixture: term_handler_scope_function 2025-11-25T06:05:10.240982 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- 2025-11-25T06:05:10.249619 ocp_resources.resource INFO Trying to get client via new_client_from_config --- [DuplicateFilter: Last log `kind: VirtualMachineInstance api version: kubevirt.io/v1` repeated 4 times] 2025-11-25T06:05:10.247842 utilities.virt INFO VMI rhel-9-6-1764050659-6845117 is running on ip-10-0-38-213.us-east-2.compute.internal before migration. 2025-11-25T06:05:10.267239 ocp_resources.resource INFO kind: VirtualMachineInstanceMigration api version: kubevirt.io/v1 2025-11-25T06:05:10.267507 ocp_resources VirtualMachineInstanceMigration INFO Create VirtualMachineInstanceMigration rhel-9-6-1764050659-6845117 2025-11-25T06:05:10.267730 ocp_resources VirtualMachineInstanceMigration INFO Posting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachineInstanceMigration', 'metadata': {'name': 'rhel-9-6-1764050659-6845117', 'namespace': 'cluster-common-templates-rhel-test-rhel-os-support'}, 'spec': {'vmiName': 'rhel-9-6-1764050659-6845117'}} 2025-11-25T06:05:10.311604 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 10 seconds. (Function: utilities.virt..lambda: migration.instance.status.phase) 2025-11-25T06:05:30.328283 timeout_sampler INFO Elapsed time: 20.009796142578125 [0:00:20.009796] 2025-11-25T06:05:30.328503 ocp_resources VirtualMachineInstanceMigration INFO Delete VirtualMachineInstanceMigration rhel-9-6-1764050659-6845117 2025-11-25T06:05:30.336229 ocp_resources VirtualMachineInstanceMigration INFO Deleting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachineInstanceMigration', 'metadata': {'annotations': {'kubevirt.io/latest-observed-api-version': 'v1', 'kubevirt.io/storage-observed-api-version': 'v1'}, 'creationTimestamp': '2025-11-25T06:05:10Z', 'generation': 1, 'labels': {'kubevirt.io/vmi-name': 'rhel-9-6-1764050659-6845117'}, 'managedFields': [{'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'.': {}, 'f:vmiName': {}}}, 'manager': 'OpenAPI-Generator', 'operation': 'Update', 'time': '2025-11-25T06:05:10Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:kubevirt.io/latest-observed-api-version': {}, 'f:kubevirt.io/storage-observed-api-version': {}}}}, 'manager': 'virt-controller', 'operation': 'Update', 'time': '2025-11-25T06:05:10Z'}, {'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:36325': {}, 'f:38501': {}, 'f:42923': {}}, 'f:targetNode': {}, 'f:targetNodeAddress': {}, 'f:targetNodeDomainDetected': {}, 'f:targetNodeDomainReadyTimestamp': {}, 'f:targetPod': {}}, 'f:phase': {}, 'f:phaseTransitionTimestamps': {}}}, 'manager': 'virt-controller', 'operation': 'Update', 'subresource': 'status', 'time': '2025-11-25T06:05:24Z'}], 'name': 'rhel-9-6-1764050659-6845117', 'namespace': 'cluster-common-templates-rhel-test-rhel-os-support', 'resourceVersion': '151720', 'uid': 'a622a50b-b3ab-4e49-9e76-d65ae125b8ec'}, 'spec': {'vmiName': 'rhel-9-6-1764050659-6845117'}, 'status': {'migrationState': {'completed': True, 'endTimestamp': '2025-11-25T06:05:24Z', 'migrationConfiguration': {'allowAutoConverge': False, 'allowPostCopy': False, 'allowWorkloadDisruption': False, 'bandwidthPerMigration': '0', 'completionTimeoutPerGiB': 150, 'nodeDrainTaintKey': 'kubevirt.io/drain', 'parallelMigrationsPerCluster': 5, 'parallelOutboundMigrationsPerNode': 2, 'progressTimeout': 150, 'unsafeMigrationOverride': False}, 'migrationUid': 'a622a50b-b3ab-4e49-9e76-d65ae125b8ec', 'mode': 'PreCopy', 'sourceNode': 'ip-10-0-38-213.us-east-2.compute.internal', 'sourcePod': 'virt-launcher-rhel-9-6-1764050659-6845117-mh9pn', 'startTimestamp': '2025-11-25T06:05:22Z', 'targetDirectMigrationNodePorts': {'36325': 49152, '38501': 49153, '42923': 0}, 'targetNode': 'ip-10-0-69-170.us-east-2.compute.internal', 'targetNodeAddress': '10.131.0.68', 'targetNodeDomainDetected': True, 'targetNodeDomainReadyTimestamp': '2025-11-25T06:05:23Z', 'targetPod': 'virt-launcher-rhel-9-6-1764050659-6845117-h4lvl'}, 'phase': 'Succeeded', 'phaseTransitionTimestamps': [{'phase': 'Pending', 'phaseTransitionTimestamp': '2025-11-25T06:05:10Z'}, {'phase': 'Scheduling', 'phaseTransitionTimestamp': '2025-11-25T06:05:10Z'}, {'phase': 'Scheduled', 'phaseTransitionTimestamp': '2025-11-25T06:05:22Z'}, {'phase': 'PreparingTarget', 'phaseTransitionTimestamp': '2025-11-25T06:05:22Z'}, {'phase': 'TargetReady', 'phaseTransitionTimestamp': '2025-11-25T06:05:22Z'}, {'phase': 'Running', 'phaseTransitionTimestamp': '2025-11-25T06:05:22Z'}, {'phase': 'Succeeded', 'phaseTransitionTimestamp': '2025-11-25T06:05:24Z'}]}} 2025-11-25T06:05:30.350336 ocp_resources VirtualMachineInstanceMigration INFO Wait until VirtualMachineInstanceMigration rhel-9-6-1764050659-6845117 is deleted 2025-11-25T06:05:30.350595 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-25T06:05:30.354783 timeout_sampler INFO Elapsed time: 9.775161743164062e-05 [0:00:00.000098] 2025-11-25T06:05:30.355070 ocp_resources.resource INFO kind: VirtualMachineInstance api version: kubevirt.io/v1 2025-11-25T06:05:30.384262 ocp_resources VirtualMachineInstance INFO Wait for VirtualMachineInstance/rhel-9-6-1764050659-6845117's 'AgentConnected' condition to be 'True' 2025-11-25T06:05:30.384733 ocp_resources VirtualMachineInstance INFO Wait until VirtualMachineInstance rhel-9-6-1764050659-6845117 is created 2025-11-25T06:05:30.384120 utilities.virt INFO Wait until guest agent is active on rhel-9-6-1764050659-6845117 2025-11-25T06:05:30.385010 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 1 seconds. (Function: ocp_resources.resource.wait.lambda: self.exists) 2025-11-25T06:05:30.392244 timeout_sampler INFO Elapsed time: 0.0001010894775390625 [0:00:00.000101] 2025-11-25T06:05:30.392407 timeout_sampler INFO Waiting for 719.9923553466797 seconds [0:11:59.992355], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_condition.lambda: self.instance) 2025-11-25T06:05:30.397898 timeout_sampler INFO Elapsed time: 0.00011587142944335938 [0:00:00.000116] 2025-11-25T06:05:30.398130 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 1 seconds. (Function: utilities.virt..lambda: vmi.instance) 2025-11-25T06:05:30.398002 utilities.virt INFO Wait for rhel-9-6-1764050659-6845117 network interfaces 2025-11-25T06:05:30.403862 timeout_sampler INFO Elapsed time: 9.250640869140625e-05 [0:00:00.000093] 2025-11-25T06:05:30.403989 utilities.virt INFO Wait for rhel-9-6-1764050659-6845117 SSH connectivity. 2025-11-25T06:05:30.404068 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/rhel-9-6-1764050659-6845117/cluster-common-templates-rhel-test-rhel-os-support 22' cloud-user@rhel-9-6-1764050659-6845117 2025-11-25T06:05:30.477625 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 5 seconds. (Function: rrmngmnt.host.run_command Kwargs: {'command': ['exit'], 'tcp_timeout': 60}) 2025-11-25T06:05:30.477806 Host INFO [rhel-9-6-1764050659-6845117] Executing command exit 2025-11-25T06:05:30.557696 paramiko.transport INFO Connected (version 2.0, client OpenSSH_8.7) 2025-11-25T06:05:30.588162 paramiko.transport INFO Authentication (publickey) successful! 2025-11-25T06:05:30.820547 timeout_sampler INFO Elapsed time: 0.00020432472229003906 [0:00:00.000204] 2025-11-25T06:05:30.821168 ocp_resources.resource INFO Trying to get client via new_client_from_config --- [DuplicateFilter: Last log `kind: VirtualMachineInstance api version: kubevirt.io/v1` repeated 3 times] 2025-11-25T06:05:30.834809 ocp_resources.resource INFO kind: VirtualMachineInstance api version: kubevirt.io/v1 2025-11-25T06:05:30.865508 ocp_resources Pod INFO Execute ['virsh', 'list', '--persistent'] on virt-launcher-rhel-9-6-1764050659-6845117-h4lvl (ip-10-0-69-170.us-east-2.compute.internal) . TEST: TestCommonTemplatesRhel.test_migrate_vm[#rhel-9-6#] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 20 of 22 completed, 14 Pass, 0 Fail, 5 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py 2025-11-25 06:05:30,949 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 06:05:30,949 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-25 06:05:30,950 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-25 06:05:30,950 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25 06:05:30,951 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 06:05:30,951 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25 06:05:30,951 INFO sqlalchemy.engine.Engine [generated in 0.00028s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_vm_deletion[#rhel-9-6#]', 1764050730) 2025-11-25T06:05:30.949611 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25T06:05:30.949863 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-25T06:05:30.950058 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-25 06:05:30,952 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25T06:05:30.950568 sqlalchemy.engine.Engine INFO COMMIT 2025-11-25T06:05:30.951051 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25T06:05:30.951593 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25T06:05:30.951821 sqlalchemy.engine.Engine INFO [generated in 0.00028s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_vm_deletion[#rhel-9-6#]', 1764050730) 2025-11-25T06:05:30.952438 sqlalchemy.engine.Engine INFO COMMIT 2025-11-25T06:05:31.316071 ocp_resources VirtualMachine INFO Delete VirtualMachine rhel-9-6-1764050659-6845117 --------------------------------------------- test_vm_deletion[#rhel-9-6#] --------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-25T06:05:31.314350 conftest INFO Executing function fixture: term_handler_scope_function 2025-11-25T06:05:31.314948 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- 2025-11-25T06:05:31.330302 ocp_resources VirtualMachine INFO Deleting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachine', 'metadata': {'annotations': {'kubemacpool.io/transaction-timestamp': '2025-11-25T06:04:19.888345009Z', 'kubevirt.io/latest-observed-api-version': 'v1', 'kubevirt.io/storage-observed-api-version': 'v1', 'vm.kubevirt.io/validations': '[\n {\n "name": "minimal-required-memory",\n "path": "jsonpath::.spec.domain.memory.guest",\n "rule": "integer",\n "message": "This VM requires more memory.",\n "min": 1610612736\n }\n]\n'}, 'creationTimestamp': '2025-11-25T06:04:19Z', 'finalizers': ['kubevirt.io/virtualMachineControllerFinalize'], 'generation': 2, 'labels': {'app': 'rhel-9-6-1764050659-6845117', 'kubevirt.io/dynamic-credentials-support': 'true', 'vm.kubevirt.io/template': 'rhel9-server-tiny', 'vm.kubevirt.io/template.namespace': 'openshift', 'vm.kubevirt.io/template.revision': '1', 'vm.kubevirt.io/template.version': 'v0.34.1'}, 'managedFields': [{'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:vm.kubevirt.io/validations': {}}, 'f:labels': {'.': {}, 'f:app': {}, 'f:kubevirt.io/dynamic-credentials-support': {}, 'f:vm.kubevirt.io/template': {}, 'f:vm.kubevirt.io/template.namespace': {}, 'f:vm.kubevirt.io/template.revision': {}, 'f:vm.kubevirt.io/template.version': {}}}, 'f:spec': {'.': {}, 'f:dataVolumeTemplates': {}, 'f:template': {'.': {}, 'f:metadata': {'.': {}, 'f:annotations': {'.': {}, 'f:vm.kubevirt.io/flavor': {}, 'f:vm.kubevirt.io/os': {}, 'f:vm.kubevirt.io/workload': {}}, 'f:labels': {'.': {}, 'f:debugLogs': {}, 'f:kubevirt.io/domain': {}, 'f:kubevirt.io/size': {}, 'f:kubevirt.io/vm': {}}}, 'f:spec': {'.': {}, 'f:architecture': {}, 'f:domain': {'.': {}, 'f:cpu': {'.': {}, 'f:cores': {}, 'f:sockets': {}, 'f:threads': {}}, 'f:devices': {'.': {}, 'f:disks': {}, 'f:interfaces': {}, 'f:rng': {}}, 'f:features': {'.': {}, 'f:smm': {'.': {}, 'f:enabled': {}}}, 'f:firmware': {'.': {}, 'f:bootloader': {'.': {}, 'f:efi': {}}}, 'f:memory': {'.': {}, 'f:guest': {}}}, 'f:networks': {}, 'f:terminationGracePeriodSeconds': {}, 'f:volumes': {}}}}}, 'manager': 'OpenAPI-Generator', 'operation': 'Update', 'time': '2025-11-25T06:04:19Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:runStrategy': {}}}, 'manager': 'virt-api', 'operation': 'Update', 'time': '2025-11-25T06:04:19Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:kubevirt.io/latest-observed-api-version': {}, 'f:kubevirt.io/storage-observed-api-version': {}}, 'f:finalizers': {'.': {}, 'v:"kubevirt.io/virtualMachineControllerFinalize"': {}}}}, 'manager': 'virt-controller', 'operation': 'Update', 'time': '2025-11-25T06:04:19Z'}, {'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': '2025-11-25T06:05:26Z'}], 'name': 'rhel-9-6-1764050659-6845117', 'namespace': 'cluster-common-templates-rhel-test-rhel-os-support', 'resourceVersion': '151767', 'uid': '8d6db7ed-5804-4931-8431-71a49de99048'}, 'spec': {'dataVolumeTemplates': [{'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'creationTimestamp': None, 'name': 'rhel9'}, 'spec': {'sourceRef': {'kind': 'DataSource', 'name': 'rhel9', 'namespace': 'openshift-virtualization-os-images'}, 'storage': {'accessModes': ['ReadWriteMany'], 'resources': {'requests': {'storage': '30Gi'}}, 'storageClassName': 'ocs-storagecluster-ceph-rbd-virtualization', 'volumeMode': 'Block'}}}], 'runStrategy': 'Always', 'template': {'metadata': {'annotations': {'vm.kubevirt.io/flavor': 'tiny', 'vm.kubevirt.io/os': 'rhel9', 'vm.kubevirt.io/workload': 'server'}, 'creationTimestamp': None, 'labels': {'debugLogs': 'true', 'kubevirt.io/domain': 'rhel-9-6-1764050659-6845117', 'kubevirt.io/size': 'tiny', 'kubevirt.io/vm': 'rhel-9-6-1764050659-6845117'}}, '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:51:33:be:5e:a8', 'masquerade': {}, 'model': 'virtio', 'name': 'default'}], 'rng': {}}, 'features': {'acpi': {}, 'smm': {'enabled': True}}, 'firmware': {'bootloader': {'efi': {}}, 'serial': '9c601be1-16b0-492f-bd36-885db37874ec', 'uuid': '3f536262-5acb-44d8-89b0-a9b43b0d225f'}, 'machine': {'type': 'pc-q35-rhel9.6.0'}, 'memory': {'guest': '1536Mi'}, 'resources': {}}, 'networks': [{'name': 'default', 'pod': {}}], 'terminationGracePeriodSeconds': 180, 'volumes': [{'dataVolume': {'name': 'rhel9'}, 'name': 'rootdisk'}, {'cloudInitNoCloud': {'userData': '*******'}, 'name': 'cloudinitdisk'}]}}}, 'status': {'conditions': [{'lastProbeTime': None, 'lastTransitionTime': '2025-11-25T06:05:26Z', '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': '2025-11-25T06:04:44Z', '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]'}]}} 2025-11-25T06:05:31.378572 ocp_resources VirtualMachine INFO Wait until VirtualMachine rhel-9-6-1764050659-6845117 is deleted 2025-11-25T06:05:31.379002 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-25T06:05:36.422384 timeout_sampler INFO Elapsed time: 5.030428647994995 [0:00:05.030429] .2025-11-25T06:05:36.423606 ocp_resources.resource INFO ResourceEdits: Restoring data for resource HyperConverged kubevirt-hyperconverged 2025-11-25T06:05:36.423903 ocp_resources HyperConverged INFO Update HyperConverged kubevirt-hyperconverged: {'spec': {'defaultCPUModel': None}, 'metadata': {'name': 'kubevirt-hyperconverged'}} TEST: TestCommonTemplatesRhel.test_vm_deletion[#rhel-9-6#] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- 2025-11-25T06:05:36.509583 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 5 seconds. (Function: utilities.infra..lambda: dynamic_client.namespace.resource_kind.resource_name.list.get) 2025-11-25T06:05:36.509268 utilities.hco INFO Waiting for 1 CRs managed by HCO to reconcile:  2025-11-25T06:05:36.509485 utilities.infra INFO Waiting for resource to stabilize: resource_kind=KubeVirt conditions={'Available': 'True', 'Progressing': 'False', 'Created': 'True', 'Degraded': 'False'} sleep=600 consecutive_checks_count=3 2025-11-25T06:05:46.574367 timeout_sampler INFO Elapsed time: 10.05214548110962 [0:00:10.052145] 2025-11-25T06:05:46.574711 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 5 seconds. (Function: utilities.infra..lambda: dynamic_client.namespace.resource_kind.resource_name.list.get) 2025-11-25T06:05:46.574564 utilities.infra INFO Waiting for resource to stabilize: resource_kind=HyperConverged conditions={'Available': 'True', 'Progressing': 'False', 'ReconcileComplete': 'True', 'Degraded': 'False', 'Upgradeable': 'True'} sleep=600 consecutive_checks_count=3 2025-11-25T06:06:21.666243 timeout_sampler INFO Elapsed time: 35.08109092712402 [0:00:35.081091] 2025-11-25T06:06:21.666571 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 5 seconds. (Function: utilities.infra..lambda: dynamic_client.namespace.resource_kind.resource_name.list.get) 2025-11-25T06:06:21.666456 utilities.infra INFO Waiting for resource to stabilize: resource_kind=KubeVirt conditions={'Available': 'True', 'Progressing': 'False', 'Created': 'True', 'Degraded': 'False'} sleep=600 consecutive_checks_count=3 2025-11-25T06:06:31.712895 timeout_sampler INFO Elapsed time: 10.022083044052124 [0:00:10.022083] 2025-11-25T06:06:31.713192 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 5 seconds. (Function: utilities.infra..lambda: dynamic_client.namespace.resource_kind.resource_name.list.get) 2025-11-25T06:06:31.713068 utilities.infra INFO Waiting for resource to stabilize: resource_kind=HyperConverged conditions={'Available': 'True', 'Progressing': 'False', 'ReconcileComplete': 'True', 'Degraded': 'False', 'Upgradeable': 'True'} sleep=600 consecutive_checks_count=3 2025-11-25T06:06:41.744802 timeout_sampler INFO Elapsed time: 10.020829200744629 [0:00:10.020829] 2025-11-25T06:06:41.745571 ocp_resources Namespace INFO Delete Namespace cluster-common-templates-rhel-test-rhel-os-support 2025-11-25T06:06:41.753639 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'cluster-common-templates-rhel-test-rhel-os-support', 'uid': '63516ea7-31ac-4c57-96af-6b473e035967', 'resourceVersion': '149610', 'creationTimestamp': '2025-11-25T06:03:24Z', 'labels': {'kubernetes.io/metadata.name': 'cluster-common-templates-rhel-test-rhel-os-support', 'pod-security.kubernetes.io/audit': 'restricted', 'pod-security.kubernetes.io/audit-version': 'latest', 'pod-security.kubernetes.io/enforce': 'restricted', 'pod-security.kubernetes.io/enforce-version': 'latest', 'pod-security.kubernetes.io/warn': 'restricted', 'pod-security.kubernetes.io/warn-version': 'latest'}, 'annotations': {'openshift.io/description': '', 'openshift.io/display-name': '', 'openshift.io/requester': 'unprivileged-user', 'openshift.io/sa.scc.mcs': 's0:c37,c19', 'openshift.io/sa.scc.supplemental-groups': '1001370000/10000', 'openshift.io/sa.scc.uid-range': '1001370000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'cluster-policy-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-11-25T06:03: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': 'pod-security-admission-label-synchronization-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-11-25T06:03:24Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:security.openshift.io/MinimallySufficientPodSecurityStandard': {}}, 'f:labels': {'f:pod-security.kubernetes.io/audit': {}, 'f:pod-security.kubernetes.io/audit-version': {}, 'f:pod-security.kubernetes.io/enforce': {}, 'f:pod-security.kubernetes.io/enforce-version': {}, 'f:pod-security.kubernetes.io/warn': {}, 'f:pod-security.kubernetes.io/warn-version': {}}}}}, {'manager': 'openshift-apiserver', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-25T06:03: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': '2025-11-25T06:03:24Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2025-11-25T06:06:41.765481 ocp_resources Namespace INFO Wait until Namespace cluster-common-templates-rhel-test-rhel-os-support is deleted 2025-11-25T06:06:41.765773 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-25T06:06:49.808180 timeout_sampler INFO Elapsed time: 8.037166595458984 [0:00:08.037167] _ 21 of 22 completed, 15 Pass, 0 Fail, 5 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/virt/node/general/test_container_disk_vm.py 2025-11-25 06:06:49,811 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 06:06:49,811 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-25 06:06:49,812 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-25T06:06:49.811657 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25T06:06:49.811927 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-25 06:06:49,812 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25 06:06:49,813 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25T06:06:49.812064 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-25 06:06:49,813 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25T06:06:49.812649 sqlalchemy.engine.Engine INFO COMMIT 2025-11-25 06:06:49,813 INFO sqlalchemy.engine.Engine [generated in 0.00023s] ('/openshift-virtualization-tests/tests/virt/node/general/test_container_disk_vm.py::test_container_disk_vm', 1764050809) 2025-11-25T06:06:49.813109 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25T06:06:49.813643 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-11-25T06:06:49.813818 sqlalchemy.engine.Engine INFO [generated in 0.00023s] ('/openshift-virtualization-tests/tests/virt/node/general/test_container_disk_vm.py::test_container_disk_vm', 1764050809) 2025-11-25 06:06:49,814 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25T06:06:49.814353 sqlalchemy.engine.Engine INFO COMMIT ------------------------------------------------ test_container_disk_vm ------------------------------------------------ -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-11-25T06:06:49.823821 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. 2025-11-25T06:06:49.823026 conftest INFO Executing function fixture: term_handler_scope_function 2025-11-25T06:06:49.823199 conftest INFO Executing class fixture: term_handler_scope_class 2025-11-25T06:06:49.823323 conftest INFO Executing module fixture: term_handler_scope_module 2025-11-25T06:06:49.823548 conftest INFO Executing module fixture: cluster_sanity_scope_module 2025-11-25T06:06:49.823651 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2025-11-25T06:06:49.823705 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2025-11-25T06:06:49.823764 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2025-11-25T06:06:49.853256 ocp_utilities.infra INFO Verify all nodes are schedulable. 2025-11-25T06:06:49.882489 timeout_sampler INFO Waiting for 300 seconds [0:05:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2025-11-25T06:06:50.242373 timeout_sampler INFO Elapsed time: 0.000164031982421875 [0:00:00.000164] 2025-11-25T06:06:50.242725 timeout_sampler INFO Waiting for 600 seconds [0:10:00], retry every 5 seconds. (Function: utilities.infra..lambda: dynamic_client.namespace.resource_kind.resource_name.list.get) 2025-11-25T06:06:50.242586 utilities.infra INFO Waiting for resource to stabilize: resource_kind=HyperConverged conditions={'Available': 'True', 'Progressing': 'False', 'ReconcileComplete': 'True', 'Degraded': 'False', 'Upgradeable': 'True'} sleep=600 consecutive_checks_count=3 2025-11-25T06:07:00.275383 timeout_sampler INFO Elapsed time: 10.022368431091309 [0:00:10.022368] 2025-11-25T06:07:00.276561 ocp_resources.resource INFO kind: ProjectRequest api version: project.openshift.io/v1 2025-11-25T06:07:00.276949 ocp_resources ProjectRequest INFO Create ProjectRequest node-general-test-container-disk-vm 2025-11-25T06:07:00.275853 conftest INFO Executing function fixture: autouse_fixtures 2025-11-25T06:07:00.277206 ocp_resources ProjectRequest INFO Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'node-general-test-container-disk-vm'}} 2025-11-25T06:07:00.276302 conftest INFO Executing module fixture: namespace 2025-11-25T06:07:00.377296 ocp_resources.resource INFO kind: Project api version: project.openshift.io/v1 2025-11-25T06:07:00.377467 ocp_resources Project INFO Wait for Project node-general-test-container-disk-vm status to be Active 2025-11-25T06:07:00.377723 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-25T06:07:00.404037 ocp_resources Project INFO Status of Project node-general-test-container-disk-vm is Active 2025-11-25T06:07:00.404279 timeout_sampler INFO Elapsed time: 8.96453857421875e-05 [0:00:00.000090] 2025-11-25T06:07:00.411139 ocp_resources Namespace INFO Wait for Namespace node-general-test-container-disk-vm status to be Active 2025-11-25T06:07:00.411611 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-25T06:07:00.421247 ocp_resources Namespace INFO Status of Namespace node-general-test-container-disk-vm is Active 2025-11-25T06:07:00.421487 timeout_sampler INFO Elapsed time: 0.00011205673217773438 [0:00:00.000112] 2025-11-25T06:07:00.421631 ocp_resources.resource INFO ResourceEdits: Updating data for resource Namespace node-general-test-container-disk-vm 2025-11-25T06:07:00.421733 ocp_resources Namespace INFO Update Namespace node-general-test-container-disk-vm: {'metadata': {'labels': None, 'name': 'node-general-test-container-disk-vm'}} 2025-11-25T06:07:00.437235 ocp_resources.resource INFO Trying to get client via new_client_from_config --------------------------------------------------------- CALL --------------------------------------------------------- 2025-11-25T06:07:00.546036 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/tmp7p7wxu9_-cnv-tests-pull-secret/pull-secrets.json'}) 2025-11-25T06:07:00.546367 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/tmp7p7wxu9_-cnv-tests-pull-secret/pull-secrets.json command 2025-11-25T06:07:01.129283 timeout_sampler INFO Elapsed time: 0.00022268295288085938 [0:00:00.000223] 2025-11-25T06:07:01.132757 ocp_resources.resource INFO kind: VirtualMachine api version: kubevirt.io/v1 2025-11-25T06:07:01.173027 ocp_resources VirtualMachine INFO Create VirtualMachine container-disk-vm-1764050821-1326091 2025-11-25T06:07:01.173228 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-1764050821-1326091'}, 'spec': {'template': {'metadata': {'creationTimestamp': None, 'labels': {'kubevirt.io/vm': 'container-disk-vm-1764050821-1326091', 'kubevirt.io/domain': 'container-disk-vm-1764050821-1326091', 'debugLogs': 'true'}}, 'spec': {'domain': {'cpu': {'cores': 1}, 'memory': {'guest': '1Gi'}, 'devices': {'disks': [{'disk': {'bus': 'virtio'}, 'name': 'containerdisk'}, {'disk': {'bus': 'virtio'}, 'name': 'cloudinitdisk'}], 'interfaces': [{'masquerade': {}, 'name': 'default'}], 'rng': {}}, 'machine': {'type': ''}}, 'networks': [{'name': 'default', 'pod': {}}], 'terminationGracePeriodSeconds': 30, 'volumes': [{'containerDisk': {'image': 'quay.io/openshift-cnv/qe-cnv-tests-fedora:41@sha256:a91659fba4e0258dda1be076dd6e56e34d9bf3dce082e57f939994ce0f124348'}, 'name': 'containerdisk'}, {'name': 'cloudinitdisk', 'cloudInitNoCloud': {'userData': '*******'}}]}}, 'runStrategy': 'Halted'}} 2025-11-25T06:07:01.255329 timeout_sampler INFO Waiting for 5 seconds [0:00:05], retry every 1 seconds. (Function: utilities.virt..lambda: vm.instance.get) 2025-11-25T06:07:01.268071 timeout_sampler INFO Elapsed time: 0.0001919269561767578 [0:00:00.000192] 2025-11-25T06:07:01.268308 ocp_resources.resource INFO kind: VirtualMachineInstance api version: kubevirt.io/v1 2025-11-25T06:07:01.268407 ocp_resources VirtualMachineInstance INFO Wait for VirtualMachineInstance container-disk-vm-1764050821-1326091 status to be Running 2025-11-25T06:07:01.268592 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) 2025-11-25T06:07:02.280266 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance container-disk-vm-1764050821-1326091 is Scheduling 2025-11-25T06:07:31.490416 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance container-disk-vm-1764050821-1326091 is Scheduled 2025-11-25T06:07:34.514090 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance container-disk-vm-1764050821-1326091 is Running 2025-11-25T06:07:34.514356 timeout_sampler INFO Elapsed time: 33.23994255065918 [0:00:33.239943] 2025-11-25T06:07:34.514667 ocp_resources VirtualMachineInstance INFO Wait for VirtualMachineInstance/container-disk-vm-1764050821-1326091's 'AgentConnected' condition to be 'True' 2025-11-25T06:07:34.514811 ocp_resources VirtualMachineInstance INFO Wait until VirtualMachineInstance container-disk-vm-1764050821-1326091 is created 2025-11-25T06:07:34.514997 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 1 seconds. (Function: ocp_resources.resource.wait.lambda: self.exists) 2025-11-25T06:07:34.514570 utilities.virt INFO Wait until guest agent is active on container-disk-vm-1764050821-1326091 2025-11-25T06:07:34.519324 timeout_sampler INFO Elapsed time: 7.557868957519531e-05 [0:00:00.000076] 2025-11-25T06:07:34.519451 timeout_sampler INFO Waiting for 719.9953763484955 seconds [0:11:59.995376], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_condition.lambda: self.instance) 2025-11-25T06:07:59.692601 timeout_sampler INFO Elapsed time: 25.167733907699585 [0:00:25.167734] 2025-11-25T06:07:59.692935 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 1 seconds. (Function: utilities.virt..lambda: vmi.instance) 2025-11-25T06:07:59.692780 utilities.virt INFO Wait for container-disk-vm-1764050821-1326091 network interfaces 2025-11-25T06:07:59.697496 timeout_sampler INFO Elapsed time: 9.250640869140625e-05 [0:00:00.000093] 2025-11-25T06:07:59.697659 utilities.virt INFO Wait for container-disk-vm-1764050821-1326091 SSH connectivity. 2025-11-25T06:07:59.697759 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/container-disk-vm-1764050821-1326091/node-general-test-container-disk-vm 22' fedora@container-disk-vm-1764050821-1326091 2025-11-25T06:07:59.770516 timeout_sampler INFO Waiting for 120 seconds [0:02:00], retry every 5 seconds. (Function: rrmngmnt.host.run_command Kwargs: {'command': ['exit'], 'tcp_timeout': 60}) 2025-11-25T06:07:59.770671 Host INFO [container-disk-vm-1764050821-1326091] Executing command exit 2025-11-25T06:07:59.923014 paramiko.transport INFO Connected (version 2.0, client OpenSSH_9.8) 2025-11-25T06:07:59.975232 paramiko.transport INFO Authentication (publickey) successful! 2025-11-25T06:08:00.333858 timeout_sampler INFO Elapsed time: 0.00018358230590820312 [0:00:00.000184] 2025-11-25T06:08:00.383988 ocp_resources VirtualMachine INFO Wait for VirtualMachine container-disk-vm-1764050821-1326091 status to be None 2025-11-25T06:08:00.384540 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-1764050821-1326091', 'namespace': 'node-general-test-container-disk-vm'}) 2025-11-25T06:08:01.413820 timeout_sampler INFO Elapsed time: 1.0170042514801025 [0:00:01.017004] 2025-11-25T06:08:01.414197 ocp_resources VirtualMachineInstance INFO Wait until VirtualMachineInstance container-disk-vm-1764050821-1326091 is deleted 2025-11-25T06:08:01.414378 timeout_sampler INFO Waiting for 480 seconds [0:08:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-25T06:08:05.446148 timeout_sampler INFO Elapsed time: 4.024144411087036 [0:00:04.024144] 2025-11-25T06:08:05.446337 ocp_resources VirtualMachine INFO Delete VirtualMachine container-disk-vm-1764050821-1326091 2025-11-25T06:08:05.458222 ocp_resources VirtualMachine INFO Deleting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachine', 'metadata': {'annotations': {'kubemacpool.io/transaction-timestamp': '2025-11-25T06:08:00.361581771Z', 'kubevirt.io/latest-observed-api-version': 'v1', 'kubevirt.io/storage-observed-api-version': 'v1'}, 'creationTimestamp': '2025-11-25T06:07:01Z', 'finalizers': ['kubevirt.io/virtualMachineControllerFinalize'], 'generation': 3, 'labels': {'kubevirt.io/vm': 'container-disk-vm'}, 'managedFields': [{'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:labels': {'.': {}, 'f:kubevirt.io/vm': {}}}, 'f:spec': {'.': {}, 'f:template': {'.': {}, 'f:metadata': {'.': {}, 'f:creationTimestamp': {}, 'f:labels': {'.': {}, 'f:debugLogs': {}, 'f:kubevirt.io/domain': {}, 'f:kubevirt.io/vm': {}}}, 'f:spec': {'.': {}, 'f:domain': {'.': {}, 'f:cpu': {'.': {}, 'f:cores': {}}, 'f:devices': {'.': {}, 'f:disks': {}, 'f:interfaces': {}, 'f:rng': {}}, 'f:machine': {'.': {}, 'f:type': {}}, 'f:memory': {'.': {}, 'f:guest': {}}}, 'f:networks': {}, 'f:terminationGracePeriodSeconds': {}, 'f:volumes': {}}}}}, 'manager': 'OpenAPI-Generator', 'operation': 'Update', 'time': '2025-11-25T06:07:01Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:kubevirt.io/latest-observed-api-version': {}, 'f:kubevirt.io/storage-observed-api-version': {}}, 'f:finalizers': {'.': {}, 'v:"kubevirt.io/virtualMachineControllerFinalize"': {}}}}, 'manager': 'virt-controller', 'operation': 'Update', 'time': '2025-11-25T06:07:01Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:runStrategy': {}}}, 'manager': 'virt-api', 'operation': 'Update', 'time': '2025-11-25T06:08:00Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:status': {'.': {}, 'f:conditions': {}, 'f:desiredGeneration': {}, 'f:observedGeneration': {}, 'f:printableStatus': {}, 'f:runStrategy': {}, 'f:volumeSnapshotStatuses': {}}}, 'manager': 'virt-controller', 'operation': 'Update', 'subresource': 'status', 'time': '2025-11-25T06:08:05Z'}], 'name': 'container-disk-vm-1764050821-1326091', 'namespace': 'node-general-test-container-disk-vm', 'resourceVersion': '154641', 'uid': '70c94d68-a826-4587-8884-577eb8654756'}, 'spec': {'runStrategy': 'Halted', 'template': {'metadata': {'creationTimestamp': None, 'labels': {'debugLogs': 'true', 'kubevirt.io/domain': 'container-disk-vm-1764050821-1326091', 'kubevirt.io/vm': 'container-disk-vm-1764050821-1326091'}}, 'spec': {'architecture': 'amd64', 'domain': {'cpu': {'cores': 1}, 'devices': {'disks': [{'disk': {'bus': 'virtio'}, 'name': 'containerdisk'}, {'disk': {'bus': 'virtio'}, 'name': 'cloudinitdisk'}], 'interfaces': [{'macAddress': '02:51:33:be:5e:a9', 'masquerade': {}, 'name': 'default'}], 'rng': {}}, 'firmware': {'serial': 'a87b1cb9-3cce-4fa8-aa42-165a64cdbd13', 'uuid': 'c14a45a2-c3e5-4897-a3f7-f0e268166e5e'}, 'machine': {'type': 'pc-q35-rhel9.6.0'}, 'memory': {'guest': '1Gi'}, 'resources': {}}, 'networks': [{'name': 'default', 'pod': {}}], 'terminationGracePeriodSeconds': 30, 'volumes': [{'containerDisk': {'image': 'quay.io/openshift-cnv/qe-cnv-tests-fedora:41@sha256:a91659fba4e0258dda1be076dd6e56e34d9bf3dce082e57f939994ce0f124348'}, 'name': 'containerdisk'}, {'cloudInitNoCloud': {'userData': '*******'}, 'name': 'cloudinitdisk'}]}}}, 'status': {'conditions': [{'lastProbeTime': '2025-11-25T06:08:05Z', 'lastTransitionTime': '2025-11-25T06:08:05Z', 'message': 'VMI does not exist', 'reason': 'VMINotExists', 'status': 'False', 'type': 'Ready'}, {'lastProbeTime': None, 'lastTransitionTime': None, 'status': 'True', 'type': 'LiveMigratable'}, {'lastProbeTime': None, 'lastTransitionTime': None, 'status': 'True', 'type': 'StorageLiveMigratable'}], 'desiredGeneration': 3, 'observedGeneration': 3, 'printableStatus': 'Stopped', 'runStrategy': 'Halted', 'volumeSnapshotStatuses': [{'enabled': False, 'name': 'containerdisk', 'reason': 'Snapshot is not supported for this volumeSource type [containerdisk]'}, {'enabled': False, 'name': 'cloudinitdisk', 'reason': 'Snapshot is not supported for this volumeSource type [cloudinitdisk]'}]}} 2025-11-25T06:08:05.496714 ocp_resources VirtualMachine INFO Wait until VirtualMachine container-disk-vm-1764050821-1326091 is deleted 2025-11-25T06:08:05.497061 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-25T06:08:06.507147 timeout_sampler INFO Elapsed time: 1.00457763671875 [0:00:01.004578] .2025-11-25T06:08:06.508255 ocp_resources Namespace INFO Delete Namespace node-general-test-container-disk-vm TEST: test_container_disk_vm STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- 2025-11-25T06:08:06.517205 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'node-general-test-container-disk-vm', 'uid': '6e895417-7dc2-4adb-8b19-df9d84f82fd0', 'resourceVersion': '153533', 'creationTimestamp': '2025-11-25T06:07:00Z', 'labels': {'kubernetes.io/metadata.name': 'node-general-test-container-disk-vm', 'pod-security.kubernetes.io/audit': 'restricted', 'pod-security.kubernetes.io/audit-version': 'latest', 'pod-security.kubernetes.io/enforce': 'restricted', 'pod-security.kubernetes.io/enforce-version': 'latest', 'pod-security.kubernetes.io/warn': 'restricted', 'pod-security.kubernetes.io/warn-version': 'latest'}, 'annotations': {'openshift.io/description': '', 'openshift.io/display-name': '', 'openshift.io/requester': 'unprivileged-user', 'openshift.io/sa.scc.mcs': 's0:c37,c29', 'openshift.io/sa.scc.supplemental-groups': '1001390000/10000', 'openshift.io/sa.scc.uid-range': '1001390000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'cluster-policy-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-11-25T06:07:00Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:openshift.io/sa.scc.mcs': {}, 'f:openshift.io/sa.scc.supplemental-groups': {}, 'f:openshift.io/sa.scc.uid-range': {}}}}}, {'manager': 'pod-security-admission-label-synchronization-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-11-25T06:07:00Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:security.openshift.io/MinimallySufficientPodSecurityStandard': {}}, 'f:labels': {'f:pod-security.kubernetes.io/audit': {}, 'f:pod-security.kubernetes.io/audit-version': {}, 'f:pod-security.kubernetes.io/enforce': {}, 'f:pod-security.kubernetes.io/enforce-version': {}, 'f:pod-security.kubernetes.io/warn': {}, 'f:pod-security.kubernetes.io/warn-version': {}}}}}, {'manager': 'openshift-apiserver', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-25T06:07:00Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:openshift.io/description': {}, 'f:openshift.io/display-name': {}, 'f:openshift.io/requester': {}}, 'f:labels': {'.': {}, 'f:kubernetes.io/metadata.name': {}}}}}, {'manager': 'openshift-controller-manager', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-25T06:07:00Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2025-11-25T06:08:06.528700 ocp_resources Namespace INFO Wait until Namespace node-general-test-container-disk-vm is deleted 2025-11-25T06:08:06.529036 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-25T06:08:14.572538 timeout_sampler INFO Elapsed time: 8.038274049758911 [0:00:08.038274] 2025-11-25T06:08:14.573413 ocp_resources Service INFO Delete Service internal-http 2025-11-25T06:08:14.590346 ocp_resources Service INFO Deleting {'kind': 'Service', 'apiVersion': 'v1', 'metadata': {'name': 'internal-http', 'namespace': 'cnv-tests-utilities', 'uid': 'bfdca1d6-cd4a-41de-aad9-b376eb3838d8', 'resourceVersion': '143969', 'creationTimestamp': '2025-11-25T05:58:41Z', 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-25T05:58:41Z', '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.217.250', 'clusterIPs': ['172.30.217.250'], 'type': 'ClusterIP', 'sessionAffinity': 'None', 'ipFamilies': ['IPv4'], 'ipFamilyPolicy': 'SingleStack', 'internalTrafficPolicy': 'Cluster'}, 'status': {'loadBalancer': {}}} 2025-11-25T06:08:14.618371 ocp_resources Service INFO Wait until Service internal-http is deleted 2025-11-25T06:08:14.618572 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-25T06:08:14.631098 timeout_sampler INFO Elapsed time: 8.106231689453125e-05 [0:00:00.000081] 2025-11-25T06:08:14.631469 ocp_resources Deployment INFO Delete Deployment internal-http 2025-11-25T06:08:14.652122 ocp_resources Deployment INFO Deleting {'kind': 'Deployment', 'apiVersion': 'apps/v1', 'metadata': {'name': 'internal-http', 'namespace': 'cnv-tests-utilities', 'uid': '3308573e-e3bf-4534-a5fc-8bacbf7c9722', 'resourceVersion': '143947', 'generation': 1, 'creationTimestamp': '2025-11-25T05:57:22Z', 'annotations': {'deployment.kubernetes.io/revision': '1'}, 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'apps/v1', 'time': '2025-11-25T05:57:22Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:progressDeadlineSeconds': {}, 'f:replicas': {}, 'f:revisionHistoryLimit': {}, 'f:selector': {}, 'f:strategy': {'f:rollingUpdate': {'.': {}, 'f:maxSurge': {}, 'f:maxUnavailable': {}}, 'f:type': {}}, 'f:template': {'f:metadata': {'f:labels': {'.': {}, 'f:cdi.kubevirt.io/testing': {}, 'f:name': {}}}, 'f:spec': {'f:containers': {'k:{"name":"http"}': {'.': {}, 'f:command': {}, 'f:image': {}, 'f:imagePullPolicy': {}, 'f:livenessProbe': {'.': {}, 'f:failureThreshold': {}, 'f:httpGet': {'.': {}, 'f:path': {}, 'f:port': {}, 'f:scheme': {}}, 'f:initialDelaySeconds': {}, 'f:periodSeconds': {}, 'f:successThreshold': {}, 'f:timeoutSeconds': {}}, 'f:name': {}, 'f:readinessProbe': {'.': {}, 'f:failureThreshold': {}, 'f:httpGet': {'.': {}, 'f:path': {}, 'f:port': {}, 'f:scheme': {}}, 'f:initialDelaySeconds': {}, 'f:periodSeconds': {}, 'f:successThreshold': {}, 'f:timeoutSeconds': {}}, 'f:resources': {}, 'f:securityContext': {'.': {}, 'f:privileged': {}}, 'f:terminationMessagePath': {}, 'f:terminationMessagePolicy': {}}}, 'f:dnsPolicy': {}, 'f:restartPolicy': {}, 'f:schedulerName': {}, 'f:securityContext': {}, 'f:serviceAccount': {}, 'f:serviceAccountName': {}, 'f:terminationGracePeriodSeconds': {}}}}}}, {'manager': 'kube-controller-manager', 'operation': 'Update', 'apiVersion': 'apps/v1', 'time': '2025-11-25T05:58:40Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:deployment.kubernetes.io/revision': {}}}, 'f:status': {'f:availableReplicas': {}, 'f:conditions': {'.': {}, 'k:{"type":"Available"}': {'.': {}, 'f:lastTransitionTime': {}, 'f:lastUpdateTime': {}, 'f:message': {}, 'f:reason': {}, 'f:status': {}, 'f:type': {}}, 'k:{"type":"Progressing"}': {'.': {}, 'f:lastTransitionTime': {}, 'f:lastUpdateTime': {}, 'f:message': {}, 'f:reason': {}, 'f:status': {}, 'f:type': {}}}, 'f:observedGeneration': {}, 'f:readyReplicas': {}, 'f:replicas': {}, 'f:updatedReplicas': {}}}, 'subresource': 'status'}]}, 'spec': {'replicas': 1, 'selector': {'matchLabels': {'name': 'internal-http'}}, 'template': {'metadata': {'labels': {'cdi.kubevirt.io/testing': '', 'name': 'internal-http'}}, 'spec': {'containers': [{'name': 'http', 'image': 'quay.io/openshift-cnv/qe-cnv-tests-internal-http:v1.1.0', 'command': ['/usr/sbin/nginx'], 'resources': {}, 'livenessProbe': {'httpGet': {'path': '/', 'port': 80, 'scheme': 'HTTP'}, 'initialDelaySeconds': 20, 'timeoutSeconds': 1, 'periodSeconds': 20, 'successThreshold': 1, 'failureThreshold': 3}, 'readinessProbe': {'httpGet': {'path': '/', 'port': 80, 'scheme': 'HTTP'}, 'initialDelaySeconds': 20, 'timeoutSeconds': 1, 'periodSeconds': 20, 'successThreshold': 1, 'failureThreshold': 3}, 'terminationMessagePath': '/dev/termination-log', 'terminationMessagePolicy': 'File', 'imagePullPolicy': 'Always', 'securityContext': {'privileged': True}}], 'restartPolicy': 'Always', 'terminationGracePeriodSeconds': 0, 'dnsPolicy': 'ClusterFirst', 'serviceAccountName': 'cnv-tests-sa', 'serviceAccount': 'cnv-tests-sa', 'securityContext': {}, 'schedulerName': 'default-scheduler'}}, 'strategy': {'type': 'RollingUpdate', 'rollingUpdate': {'maxUnavailable': '25%', 'maxSurge': '25%'}}, 'revisionHistoryLimit': 10, 'progressDeadlineSeconds': 600}, 'status': {'observedGeneration': 1, 'replicas': 1, 'updatedReplicas': 1, 'readyReplicas': 1, 'availableReplicas': 1, 'conditions': [{'type': 'Available', 'status': 'True', 'lastUpdateTime': '2025-11-25T05:58:40Z', 'lastTransitionTime': '2025-11-25T05:58:40Z', 'reason': 'MinimumReplicasAvailable', 'message': 'Deployment has minimum availability.'}, {'type': 'Progressing', 'status': 'True', 'lastUpdateTime': '2025-11-25T05:58:40Z', 'lastTransitionTime': '2025-11-25T05:57:22Z', 'reason': 'NewReplicaSetAvailable', 'message': 'ReplicaSet "internal-http-5984fb5bbc" has successfully progressed.'}]}} 2025-11-25T06:08:14.664951 ocp_resources Deployment INFO Wait until Deployment internal-http is deleted 2025-11-25T06:08:14.665264 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-25T06:08:14.671543 timeout_sampler INFO Elapsed time: 0.00011038780212402344 [0:00:00.000110] 2025-11-25T06:08:14.673340 tests.conftest INFO Remove: /tmp/tmpc_mig285-cnv-tests-kubeconfig/kubeconfig 2025-11-25T06:08:14.674389 ocp_resources.resource INFO ResourceEdits: Restoring data for resource OAuth cluster --- [DuplicateFilter: Last log `kind: VirtualMachineInstance api version: kubevirt.io/v1` repeated 2 times] 2025-11-25T06:08:14.674519 ocp_resources OAuth INFO Update OAuth cluster: {'metadata': {'name': 'cluster'}, 'spec': {'identityProviders': None, 'tokenConfig': None}} 2025-11-25T06:08:14.674050 tests.conftest INFO Set: KUBECONFIG=/tmp/kubeconfig-602648402 2025-11-25T06:08:14.686148 ocp_resources Secret INFO Delete Secret htpass-secret-for-cnv-tests 2025-11-25T06:08:14.722948 ocp_resources Secret INFO Deleting {'kind': 'Secret', 'apiVersion': 'v1', 'metadata': {'name': 'htpass-secret-for-cnv-tests', 'namespace': 'openshift-config', 'uid': '604ff903-2351-4a66-860f-119b185d591c', 'resourceVersion': '136430', 'creationTimestamp': '2025-11-25T05:51:33Z', 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-25T05:51:33Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:data': {'.': {}, 'f:htpasswd': {}}, 'f:type': {}}}]}, 'data': '*******', 'type': 'Opaque'} 2025-11-25T06:08:14.736420 ocp_resources Secret INFO Wait until Secret htpass-secret-for-cnv-tests is deleted 2025-11-25T06:08:14.736638 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-25T06:08:14.745197 timeout_sampler INFO Elapsed time: 9.632110595703125e-05 [0:00:00.000096] 2025-11-25T06:08:14.745601 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-25T06:08:14.753951 ocp_resources.resource INFO kind: Deployment api version: apps/v1 2025-11-25T06:08:14.766982 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: tests.conftest..lambda: dp.instance.status.conditions) 2025-11-25T06:08:14.766821 tests.conftest INFO Wait for oauth-openshift -> Type: Progressing -> Reason: ReplicaSetUpdated 2025-11-25T06:08:19.805295 timeout_sampler INFO Elapsed time: 5.033284425735474 [0:00:05.033284] 2025-11-25T06:08:19.805639 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: tests.conftest..lambda: dp.instance.status.conditions) 2025-11-25T06:08:19.805487 tests.conftest INFO Wait for oauth-openshift -> Type: Progressing -> Reason: NewReplicaSetAvailable 2025-11-25T06:09:13.111539 timeout_sampler INFO Elapsed time: 53.300392627716064 [0:00:53.300393] 2025-11-25T06:09:13.115444 ocp_resources DaemonSet INFO Delete DaemonSet utility 2025-11-25T06:09:13.134145 ocp_resources DaemonSet INFO Deleting {'kind': 'DaemonSet', 'apiVersion': 'apps/v1', 'metadata': {'name': 'utility', 'namespace': 'cnv-tests-utilities', 'uid': 'a6ec5983-4e6e-4d53-922d-7035eb388ef0', 'resourceVersion': '136133', 'generation': 1, 'creationTimestamp': '2025-11-25T05:50:54Z', 'labels': {'cnv-test': 'utility', 'tier': 'node'}, 'annotations': {'deprecated.daemonset.template.generation': '1'}, 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'apps/v1', 'time': '2025-11-25T05:50:54Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:deprecated.daemonset.template.generation': {}}, 'f:labels': {'.': {}, 'f:cnv-test': {}, 'f:tier': {}}}, 'f:spec': {'f:revisionHistoryLimit': {}, 'f:selector': {}, 'f:template': {'f:metadata': {'f:labels': {'.': {}, 'f:cnv-test': {}, 'f:tier': {}}}, 'f:spec': {'f:containers': {'k:{"name":"utility"}': {'.': {}, 'f:command': {}, 'f:image': {}, 'f:imagePullPolicy': {}, 'f:name': {}, 'f:readinessProbe': {'.': {}, 'f:exec': {'.': {}, 'f:command': {}}, 'f:failureThreshold': {}, 'f:initialDelaySeconds': {}, 'f:periodSeconds': {}, 'f:successThreshold': {}, 'f:timeoutSeconds': {}}, 'f:resources': {'.': {}, 'f:limits': {'.': {}, 'f:cpu': {}, 'f:memory': {}}, 'f:requests': {'.': {}, 'f:cpu': {}, 'f:memory': {}}}, 'f:securityContext': {'.': {}, 'f:privileged': {}, 'f:runAsUser': {}}, 'f:stdin': {}, 'f:stdinOnce': {}, 'f:terminationMessagePath': {}, 'f:terminationMessagePolicy': {}, 'f:tty': {}, 'f:volumeMounts': {'.': {}, 'k:{"mountPath":"/host"}': {'.': {}, 'f:mountPath': {}, 'f:name': {}}, 'k:{"mountPath":"/host/dev"}': {'.': {}, 'f:mountPath': {}, 'f:name': {}}, 'k:{"mountPath":"/host/etc"}': {'.': {}, 'f:mountPath': {}, 'f:name': {}}, 'k:{"mountPath":"/host/run/openvswitch"}': {'.': {}, 'f:mountPath': {}, 'f:name': {}}, 'k:{"mountPath":"/host/var"}': {'.': {}, 'f:mountPath': {}, 'f:name': {}}, 'k:{"mountPath":"/run/dbus/system_bus_socket"}': {'.': {}, 'f:mountPath': {}, 'f:name': {}}, 'k:{"mountPath":"/var/run/secrets/kubernetes.io/serviceaccount"}': {'.': {}, 'f:mountPath': {}, 'f:name': {}, 'f:readOnly': {}}}}}, 'f:dnsPolicy': {}, 'f:enableServiceLinks': {}, 'f:hostNetwork': {}, 'f:hostPID': {}, 'f:imagePullSecrets': {'.': {}, 'k:{"name":"default-dockercfg-xrlbh"}': {}}, 'f:preemptionPolicy': {}, 'f:priority': {}, 'f:restartPolicy': {}, 'f:schedulerName': {}, 'f:securityContext': {}, 'f:serviceAccount': {}, 'f:serviceAccountName': {}, 'f:terminationGracePeriodSeconds': {}, 'f:tolerations': {}, 'f:volumes': {'.': {}, 'k:{"name":"dbus-socket"}': {'.': {}, 'f:hostPath': {'.': {}, 'f:path': {}, 'f:type': {}}, 'f:name': {}}, 'k:{"name":"dev"}': {'.': {}, 'f:hostPath': {'.': {}, 'f:path': {}, 'f:type': {}}, 'f:name': {}}, 'k:{"name":"etc"}': {'.': {}, 'f:hostPath': {'.': {}, 'f:path': {}, 'f:type': {}}, 'f:name': {}}, 'k:{"name":"host"}': {'.': {}, 'f:hostPath': {'.': {}, 'f:path': {}, 'f:type': {}}, 'f:name': {}}, 'k:{"name":"kube-api-access-m5ch7"}': {'.': {}, 'f:name': {}, 'f:projected': {'.': {}, 'f:defaultMode': {}, 'f:sources': {}}}, 'k:{"name":"ovs-run"}': {'.': {}, 'f:hostPath': {'.': {}, 'f:path': {}, 'f:type': {}}, 'f:name': {}}, 'k:{"name":"var"}': {'.': {}, 'f:hostPath': {'.': {}, 'f:path': {}, 'f:type': {}}, 'f:name': {}}}}}, 'f:updateStrategy': {'f:type': {}}}}}, {'manager': 'kube-controller-manager', 'operation': 'Update', 'apiVersion': 'apps/v1', 'time': '2025-11-25T05:51:11Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:status': {'f:currentNumberScheduled': {}, 'f:desiredNumberScheduled': {}, 'f:numberAvailable': {}, 'f:numberReady': {}, 'f:observedGeneration': {}, 'f:updatedNumberScheduled': {}}}, 'subresource': 'status'}]}, 'spec': {'selector': {'matchLabels': {'cnv-test': 'utility', 'tier': 'node'}}, 'template': {'metadata': {'labels': {'cnv-test': 'utility', 'tier': 'node'}}, 'spec': {'volumes': [{'name': 'host', 'hostPath': {'path': '/', 'type': 'Directory'}}, {'name': 'ovs-run', 'hostPath': {'path': '/run/openvswitch', 'type': ''}}, {'name': 'dbus-socket', 'hostPath': {'path': '/run/dbus/system_bus_socket', 'type': 'Socket'}}, {'name': 'dev', 'hostPath': {'path': '/dev', 'type': 'Directory'}}, {'name': 'etc', 'hostPath': {'path': '/etc', 'type': 'Directory'}}, {'name': 'var', 'hostPath': {'path': '/var', 'type': 'Directory'}}, {'name': 'kube-api-access-m5ch7', 'projected': {'sources': [{'serviceAccountToken': {'expirationSeconds': 3600, 'path': 'token'}}, {'configMap': {'name': 'kube-root-ca.crt', 'items': [{'key': 'ca.crt', 'path': 'ca.crt'}]}}, {'downwardAPI': {'items': [{'path': 'namespace', 'fieldRef': {'apiVersion': 'v1', 'fieldPath': 'metadata.namespace'}}]}}, {'configMap': {'name': 'openshift-service-ca.crt', 'items': [{'key': 'service-ca.crt', 'path': 'service-ca.crt'}]}}], 'defaultMode': 420}}], 'containers': [{'name': 'utility', 'image': 'quay.io/openshift-cnv/qe-cnv-tests-net-util-container:centos-stream-9@sha256:e4a1fec795f5ba1d39164a2b12d2820f31e4533be5799935224ef351273cf10a', 'command': ['/bin/bash', '-c', 'echo ok > /tmp/healthy && sleep INF'], 'resources': {'limits': {'cpu': '100m', 'memory': '50Mi'}, 'requests': {'cpu': '100m', 'memory': '50Mi'}}, 'volumeMounts': [{'name': 'host', 'mountPath': '/host'}, {'name': 'kube-api-access-m5ch7', 'readOnly': True, 'mountPath': '/var/run/secrets/kubernetes.io/serviceaccount'}, {'name': 'ovs-run', 'mountPath': '/host/run/openvswitch'}, {'name': 'dbus-socket', 'mountPath': '/run/dbus/system_bus_socket'}, {'name': 'dev', 'mountPath': '/host/dev'}, {'name': 'etc', 'mountPath': '/host/etc'}, {'name': 'var', 'mountPath': '/host/var'}], 'readinessProbe': {'exec': {'command': ['cat', '/tmp/healthy']}, 'initialDelaySeconds': 5, 'timeoutSeconds': 1, 'periodSeconds': 5, 'successThreshold': 1, 'failureThreshold': 3}, 'terminationMessagePath': '/dev/termination-log', 'terminationMessagePolicy': 'File', 'imagePullPolicy': 'IfNotPresent', 'securityContext': {'privileged': True, 'runAsUser': 0}, 'stdin': True, 'stdinOnce': True, 'tty': True}], 'restartPolicy': 'Always', 'terminationGracePeriodSeconds': 30, 'dnsPolicy': 'ClusterFirst', 'serviceAccountName': 'cnv-tests-sa', 'serviceAccount': 'cnv-tests-sa', 'hostNetwork': True, 'hostPID': True, 'securityContext': {}, 'imagePullSecrets': [{'name': 'default-dockercfg-xrlbh'}], 'schedulerName': 'default-scheduler', 'tolerations': [{'key': 'node-role.kubernetes.io/master', 'operator': 'Exists', 'effect': 'NoSchedule'}], 'priority': 0, 'enableServiceLinks': True, 'preemptionPolicy': 'PreemptLowerPriority'}}, 'updateStrategy': {'type': 'OnDelete'}, 'revisionHistoryLimit': 10}, 'status': {'currentNumberScheduled': 6, 'numberMisscheduled': 0, 'desiredNumberScheduled': 6, 'numberReady': 6, 'observedGeneration': 1, 'updatedNumberScheduled': 6, 'numberAvailable': 6}} 2025-11-25T06:09:13.151572 ocp_resources DaemonSet INFO Wait until DaemonSet utility is deleted 2025-11-25T06:09:13.151756 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-25T06:09:14.161146 timeout_sampler INFO Elapsed time: 1.0036232471466064 [0:00:01.003623] 2025-11-25T06:09:14.161566 ocp_resources ServiceAccount INFO Delete ServiceAccount cnv-tests-sa 2025-11-25T06:09:14.192336 ocp_resources ServiceAccount INFO Deleting {'kind': 'ServiceAccount', 'apiVersion': 'v1', 'metadata': {'name': 'cnv-tests-sa', 'namespace': 'cnv-tests-utilities', 'uid': '6785d8c9-7840-4219-ab35-d49217827f2d', 'resourceVersion': '135764', 'creationTimestamp': '2025-11-25T05:50:53Z', 'annotations': {'openshift.io/internal-registry-pull-secret-ref': 'cnv-tests-sa-dockercfg-5wl4x'}, 'managedFields': [{'manager': 'openshift.io/image-registry-pull-secrets_service-account-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-11-25T05:50:53Z', '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-5wl4x"}': {}}}}]}, 'secrets': [{'name': 'cnv-tests-sa-dockercfg-5wl4x'}], 'imagePullSecrets': [{'name': 'cnv-tests-sa-dockercfg-5wl4x'}]} 2025-11-25T06:09:14.202276 ocp_resources ServiceAccount INFO Wait until ServiceAccount cnv-tests-sa is deleted 2025-11-25T06:09:14.202546 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-25T06:09:14.207775 timeout_sampler INFO Elapsed time: 0.00017309188842773438 [0:00:00.000173] 2025-11-25T06:09:14.211362 ocp_resources Namespace INFO Delete Namespace cnv-tests-utilities 2025-11-25T06:09:14.219971 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'cnv-tests-utilities', 'uid': '4de20d14-9600-466e-b6ab-b2291a568fae', 'resourceVersion': '135723', 'creationTimestamp': '2025-11-25T05:50:51Z', 'labels': {'kubernetes.io/metadata.name': 'cnv-tests-utilities', 'pod-security.kubernetes.io/enforce': 'privileged', 'security.openshift.io/scc.podSecurityLabelSync': 'false'}, 'annotations': {'openshift.io/sa.scc.mcs': 's0:c35,c10', 'openshift.io/sa.scc.supplemental-groups': '1001210000/10000', 'openshift.io/sa.scc.uid-range': '1001210000/10000'}, 'managedFields': [{'manager': 'cluster-policy-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-11-25T05:50:51Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:openshift.io/sa.scc.mcs': {}, 'f:openshift.io/sa.scc.supplemental-groups': {}, 'f:openshift.io/sa.scc.uid-range': {}}}}}, {'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-25T05:50:51Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:labels': {'.': {}, 'f:kubernetes.io/metadata.name': {}, 'f:pod-security.kubernetes.io/enforce': {}, 'f:security.openshift.io/scc.podSecurityLabelSync': {}}}}}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2025-11-25T06:09:14.233289 ocp_resources Namespace INFO Wait until Namespace cnv-tests-utilities is deleted 2025-11-25T06:09:14.233716 timeout_sampler INFO Waiting for 360 seconds [0:06:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-25T06:09:22.278584 timeout_sampler INFO Elapsed time: 8.039381265640259 [0:00:08.039381] 2025-11-25T06:09:22.313343 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-11-25T06:09:22.322537 ocp_resources ConfigMap INFO Delete ConfigMap cnv-tests-run-in-progress 2025-11-25T06:09:22.348284 ocp_resources ConfigMap INFO Deleting {'kind': 'ConfigMap', 'apiVersion': 'v1', 'metadata': {'name': 'cnv-tests-run-in-progress', 'namespace': 'cnv-tests-run-in-progress-ns', 'uid': '1e092ce5-7f33-4a60-9ce2-e2df2052de91', 'resourceVersion': '135665', 'creationTimestamp': '2025-11-25T05:50:48Z', 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-25T05:50:48Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:data': {'.': {}, 'f:host': {}, 'f:pytest_cmd': {}, 'f:run-in-container': {}, 'f:running_from_dir': {}, 'f:session-id': {}, 'f:user': {}}}}]}, 'data': '*******'} 2025-11-25T06:09:22.359222 ocp_resources ConfigMap INFO Wait until ConfigMap cnv-tests-run-in-progress is deleted 2025-11-25T06:09:22.359513 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-25T06:09:22.364817 timeout_sampler INFO Elapsed time: 0.0001246929168701172 [0:00:00.000125] 2025-11-25T06:09:22.395282 ocp_resources Namespace INFO Delete Namespace cnv-tests-run-in-progress-ns 2025-11-25T06:09:22.402967 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'cnv-tests-run-in-progress-ns', 'uid': '65d78aa1-2d05-48dd-a240-de84d863c9f9', 'resourceVersion': '135667', 'creationTimestamp': '2025-11-25T05:50:48Z', 'labels': {'kubernetes.io/metadata.name': 'cnv-tests-run-in-progress-ns', 'pod-security.kubernetes.io/enforce': 'privileged', 'security.openshift.io/scc.podSecurityLabelSync': 'false'}, 'annotations': {'openshift.io/sa.scc.mcs': 's0:c35,c0', 'openshift.io/sa.scc.supplemental-groups': '1001190000/10000', 'openshift.io/sa.scc.uid-range': '1001190000/10000'}, 'managedFields': [{'manager': 'cluster-policy-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-11-25T05:50:48Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:openshift.io/sa.scc.mcs': {}, 'f:openshift.io/sa.scc.supplemental-groups': {}, 'f:openshift.io/sa.scc.uid-range': {}}}}}, {'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-11-25T05:50:48Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:labels': {'.': {}, 'f:kubernetes.io/metadata.name': {}, 'f:pod-security.kubernetes.io/enforce': {}, 'f:security.openshift.io/scc.podSecurityLabelSync': {}}}}}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2025-11-25T06:09:22.414500 ocp_resources Namespace INFO Wait until Namespace cnv-tests-run-in-progress-ns is deleted 2025-11-25T06:09:22.414936 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-11-25T06:09:30.458019 timeout_sampler INFO Elapsed time: 8.036547899246216 [0:00:08.036548] _ 22 of 22 completed, 16 Pass, 0 Fail, 5 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ = 16 passed, 5 skipped, 2092 deselected, 65 warnings, 1 error in 1122.02s (0:18:42) = 2025-11-25 06:09:30,459 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-11-25 06:09:30,459 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-11-25 06:09:30,459 INFO sqlalchemy.engine.Engine [raw sql] () 2025-11-25 06:09:30,460 INFO sqlalchemy.engine.Engine COMMIT 2025-11-25T06:09:30.459406 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-11-25T06:09:30.459642 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-11-25T06:09:30.459754 sqlalchemy.engine.Engine INFO [raw sql] () 2025-11-25T06:09:30.460222 sqlalchemy.engine.Engine INFO COMMIT 2025-11-25T06:09:30.460373 conftest INFO Removing database file path /logs/artifacts/cnvtests.db ==================================== ERRORS ==================================== _ ERROR at setup of TestVMCreationAndValidation.test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] _ Traceback (most recent call last): File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/ocp_resources/resource.py", line 1133, in retry_cluster_exceptions for sample in sampler: ^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/timeout_sampler/__init__.py", line 171, in __iter__ raise TimeoutExpiredError( self._get_exception_log(exp=last_exp), last_exp=last_exp, elapsed_time=elapsed_time ) timeout_sampler.TimeoutExpiredError: Timed Out: 10 Function: ocp_resources.resource._instance Last exception: ForbiddenError: 403 Reason: Forbidden HTTP response headers: HTTPHeaderDict({'Audit-Id': 'c1b9d0af-3c0b-4109-9518-a8612608ded9', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'X-Content-Type-Options': 'nosniff', 'X-Kubernetes-Pf-Flowschema-Uid': '38b67d00-dd1e-4ad7-880b-8edb6b8449f6', 'X-Kubernetes-Pf-Prioritylevel-Uid': '54cb7035-4e7c-4e18-92ad-cdf33f371755', 'Date': 'Tue, 25 Nov 2025 05:52:33 GMT', 'Content-Length': '455'}) HTTP response body: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"volumesnapshots.snapshot.storage.k8s.io \\"rhel10-c03936a065f2\\" is forbidden: User \\"unprivileged-user\\" cannot get resource \\"volumesnapshots\\" in API group \\"snapshot.storage.k8s.io\\" in the namespace \\"openshift-virtualization-os-images\\"","reason":"Forbidden","details":{"name":"rhel10-c03936a065f2","group":"snapshot.storage.k8s.io","kind":"volumesnapshots"},"code":403}\n' Original traceback: File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 55, in inner resp = func(self, *args, **kwargs) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 277, in request api_response = self.client.call_api( path, ...<11 lines>... _request_timeout=params.get('_request_timeout') ) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 348, in call_api return self.__call_api(resource_path, method, ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ path_params, query_params, header_params, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<2 lines>... _return_http_data_only, collection_formats, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _preload_content, _request_timeout, _host) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 180, in __call_api response_data = self.request( method, url, query_params=query_params, headers=header_params, post_params=post_params, body=body, _preload_content=_preload_content, _request_timeout=_request_timeout) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 373, in request return self.rest_client.GET(url, ~~~~~~~~~~~~~~~~~~~~^^^^^ query_params=query_params, ^^^^^^^^^^^^^^^^^^^^^^^^^^ _preload_content=_preload_content, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _request_timeout=_request_timeout, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ headers=headers) ^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/rest.py", line 244, in GET return self.request("GET", url, ~~~~~~~~~~~~^^^^^^^^^^^^ headers=headers, ^^^^^^^^^^^^^^^^ _preload_content=_preload_content, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _request_timeout=_request_timeout, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ query_params=query_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/rest.py", line 238, in request raise ApiException(http_resp=r) . Elapsed time: 0.003744363784790039 [0:00:00.003744] The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/runner.py", line 353, in from_call result: TResult | None = func() ~~~~^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/runner.py", line 245, in lambda: runtest_hook(item=item, **kwds), ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_hooks.py", line 512, in __call__ return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_manager.py", line 120, in _hookexec return self._inner_hookexec(hook_name, methods, kwargs, firstresult) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 167, in _multicall raise exception File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) ~~~~~~~~~~~~~~^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/capture.py", line 895, in pytest_runtest_setup return (yield) ^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 121, in _multicall res = hook_impl.function(*args) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/runner.py", line 165, in pytest_runtest_setup item.session._setupstate.setup(item) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/runner.py", line 523, in setup col.setup() ~~~~~~~~~^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/python.py", line 1723, in setup self._request._fillfixtures() ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 707, in _fillfixtures item.funcargs[argname] = self.getfixturevalue(argname) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 539, in getfixturevalue fixturedef = self._get_active_fixturedef(argname) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 627, in _get_active_fixturedef fixturedef.execute(request=subrequest) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 1110, in execute result: FixtureValue = ihook.pytest_fixture_setup( ~~~~~~~~~~~~~~~~~~~~~~~~~~^ fixturedef=self, request=request ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_hooks.py", line 512, in __call__ return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_manager.py", line 120, in _hookexec return self._inner_hookexec(hook_name, methods, kwargs, firstresult) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 167, in _multicall raise exception File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) ~~~~~~~~~~~~~~^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 53, in run_old_style_hookwrapper return result.get_result() ~~~~~~~~~~~~~~~~~^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_result.py", line 103, in get_result raise exc.with_traceback(tb) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 38, in run_old_style_hookwrapper res = yield ^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) ~~~~~~~~~~~~~~^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/setuponly.py", line 36, in pytest_fixture_setup return (yield) ^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 121, in _multicall res = hook_impl.function(*args) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 1202, in pytest_fixture_setup result = call_fixture_func(fixturefunc, request, kwargs) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 915, in call_fixture_func fixture_result = fixturefunc(**kwargs) File "/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/conftest.py", line 40, in golden_image_rhel_vm_with_instance_type return golden_image_vm_with_instance_type( client=unprivileged_client, ...<4 lines>... data_source_name=instance_type_rhel_os_matrix__module__[os_name][DATA_SOURCE_NAME], ) File "/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/utils.py", line 22, in golden_image_vm_with_instance_type data_volume_template=data_volume_template_with_source_ref_dict( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ data_source=DataSource( ^^^^^^^^^^^^^^^^^^^^^^^ ...<4 lines>... storage_class=storage_class_name, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ), ^ File "/openshift-virtualization-tests/utilities/storage.py", line 579, in data_volume_template_with_source_ref_dict source_dict = data_source.source.instance.to_dict() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/ocp_resources/resource.py", line 1649, in instance return self.retry_cluster_exceptions(func=_instance) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/ocp_resources/resource.py", line 1138, in retry_cluster_exceptions raise exp.last_exp from exp File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/timeout_sampler/__init__.py", line 162, in __iter__ yield self.func(*self.func_args, **self.func_kwargs) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/ocp_resources/resource.py", line 1647, in _instance return self.api.get(name=self.name, namespace=self.namespace) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 112, in get return self.request('get', path, **kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 57, in inner raise api_exception(e) kubernetes.dynamic.exceptions.ForbiddenError: 403 Reason: Forbidden HTTP response headers: HTTPHeaderDict({'Audit-Id': 'c1b9d0af-3c0b-4109-9518-a8612608ded9', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'X-Content-Type-Options': 'nosniff', 'X-Kubernetes-Pf-Flowschema-Uid': '38b67d00-dd1e-4ad7-880b-8edb6b8449f6', 'X-Kubernetes-Pf-Prioritylevel-Uid': '54cb7035-4e7c-4e18-92ad-cdf33f371755', 'Date': 'Tue, 25 Nov 2025 05:52:33 GMT', 'Content-Length': '455'}) HTTP response body: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"volumesnapshots.snapshot.storage.k8s.io \\"rhel10-c03936a065f2\\" is forbidden: User \\"unprivileged-user\\" cannot get resource \\"volumesnapshots\\" in API group \\"snapshot.storage.k8s.io\\" in the namespace \\"openshift-virtualization-os-images\\"","reason":"Forbidden","details":{"name":"rhel10-c03936a065f2","group":"snapshot.storage.k8s.io","kind":"volumesnapshots"},"code":403}\n' Original traceback: File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 55, in inner resp = func(self, *args, **kwargs) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 277, in request api_response = self.client.call_api( path, ...<11 lines>... _request_timeout=params.get('_request_timeout') ) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 348, in call_api return self.__call_api(resource_path, method, ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ path_params, query_params, header_params, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<2 lines>... _return_http_data_only, collection_formats, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _preload_content, _request_timeout, _host) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 180, in __call_api response_data = self.request( method, url, query_params=query_params, headers=header_params, post_params=post_params, body=body, _preload_content=_preload_content, _request_timeout=_request_timeout) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 373, in request return self.rest_client.GET(url, ~~~~~~~~~~~~~~~~~~~~^^^^^ query_params=query_params, ^^^^^^^^^^^^^^^^^^^^^^^^^^ _preload_content=_preload_content, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _request_timeout=_request_timeout, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ headers=headers) ^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/rest.py", line 244, in GET return self.request("GET", url, ~~~~~~~~~~~~^^^^^^^^^^^^ headers=headers, ^^^^^^^^^^^^^^^^ _preload_content=_preload_content, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _request_timeout=_request_timeout, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ query_params=query_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/rest.py", line 238, in request raise ApiException(http_resp=r) =============================== warnings summary =============================== tests/infrastructure/instance_types/supported_os/test_rhel_os.py: 6 warnings tests/storage/cdi_clone/test_clone.py: 12 warnings tests/storage/cdi_import/test_import_http.py: 7 warnings tests/storage/cdi_import/test_import_registry.py: 7 warnings tests/storage/cdi_upload/test_upload_virtctl.py: 6 warnings tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py: 6 warnings tests/virt/node/general/test_container_disk_vm.py: 11 warnings .venv/lib/python3.14/site-packages/kubernetes/client/exceptions.py:91: 2 warnings /openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/exceptions.py:91: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. self.headers = http_resp.getheaders() tests/storage/cdi_clone/test_clone.py::test_clone_from_block_to_fs_using_dv_template tests/storage/cdi_clone/test_clone.py::test_clone_from_block_to_fs_using_dv_template tests/storage/cdi_upload/test_upload_virtctl.py::test_virtctl_image_upload_dv[#ocs-storagecluster-ceph-rbd-virtualization#] tests/storage/cdi_upload/test_upload_virtctl.py::test_virtctl_image_upload_dv[#ocs-storagecluster-ceph-rbd-virtualization#] tests/storage/cdi_upload/test_upload_virtctl.py::test_virtctl_image_upload_dv[#ocs-storagecluster-ceph-rbd-virtualization#] /openshift-virtualization-tests/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py:1097: InsecureRequestWarning: Unverified HTTPS request is being made to host 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#tls-warnings warnings.warn( tests/storage/cdi_clone/test_clone.py::test_clone_from_block_to_fs_using_dv_template tests/storage/cdi_import/test_import_http.py::test_successful_import_basic_auth[#ocs-storagecluster-ceph-rbd-virtualization#-kubevirt-cirros-0.4.0-x86_64-disk.raw.xz] tests/storage/cdi_import/test_import_registry.py::test_public_registry_data_volume[#ocs-storagecluster-ceph-rbd-virtualization#-import-public-registry-no-content-type-dv] /openshift-virtualization-tests/.venv/lib/python3.14/site-packages/ocp_resources/resource.py:1019: DeprecationWarning: source is deprecated and will be removed in the next version. Use source_dict instead. self.to_dict() tests/storage/cdi_clone/test_clone.py::test_clone_from_block_to_fs_using_dv_template /openshift-virtualization-tests/utilities/storage.py:574: DeprecationWarning: source is deprecated and will be removed in the next version. Use source_dict instead. dv.to_dict() tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::TestCommonTemplatesRhel::test_vm_console[#rhel-9-6#] /openshift-virtualization-tests/.local/share/uv/python/cpython-3.14.0-linux-x86_64-gnu/lib/python3.14/pty.py:66: DeprecationWarning: This process (pid=543) is multi-threaded, use of forkpty() may lead to deadlocks in the child. pid, fd = os.forkpty() -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ------------ generated xml file: /logs/artifacts/junit_results.xml ------------- ---------- Generated html report: file:///logs/artifacts/report.html ----------- =========================== short test summary info ============================ ERROR tests/infrastructure/instance_types/supported_os/test_rhel_os.py::TestVMCreationAndValidation::test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] - kubernetes.dynamic.exceptions.ForbiddenError: 403 Reason: Forbidden HTTP response headers: HTTPHeaderDict({'Audit-Id': 'c1b9d0af-3c0b-4109-9518-a8612608ded9', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'X-Content-Type-Options': 'nosniff', 'X-Kubernetes-Pf-Flowschema-Uid': '38b67d00-dd1e-4ad7-880b-8edb6b8449f6', 'X-Kubernetes-Pf-Prioritylevel-Uid': '54cb7035-4e7c-4e18-92ad-cdf33f371755', 'Date': 'Tue, 25 Nov 2025 05:52:33 GMT', 'Content-Length': '455'}) HTTP response body: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"volumesnapshots.snapshot.storage.k8s.io \\"rhel10-c03936a065f2\\" is forbidden: User \\"unprivileged-user\\" cannot get resource \\"volumesnapshots\\" in API group \\"snapshot.storage.k8s.io\\" in the namespace \\"openshift-virtualization-os-images\\"","reason":"Forbidden","details":{"name":"rhel10-c03936a065f2","group":"snapshot.storage.k8s.io","kind":"volumesnapshots"},"code":403}\n' Original traceback: File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 55, in inner resp = func(self, *args, **kwargs) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/dynamic/client.py", line 277, in request api_response = self.client.call_api( path, ...<11 lines>... _request_timeout=params.get('_request_timeout') ) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 348, in call_api return self.__call_api(resource_path, method, ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ path_params, query_params, header_params, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<2 lines>... _return_http_data_only, collection_formats, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _preload_content, _request_timeout, _host) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 180, in __call_api response_data = self.request( method, url, query_params=query_params, headers=header_params, post_params=post_params, body=body, _preload_content=_preload_content, _request_timeout=_request_timeout) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/api_client.py", line 373, in request return self.rest_client.GET(url, ~~~~~~~~~~~~~~~~~~~~^^^^^ query_params=query_params, ^^^^^^^^^^^^^^^^^^^^^^^^^^ _preload_content=_preload_content, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _request_timeout=_request_timeout, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ headers=headers) ^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/rest.py", line 244, in GET return self.request("GET", url, ~~~~~~~~~~~~^^^^^^^^^^^^ headers=headers, ^^^^^^^^^^^^^^^^ _preload_content=_preload_content, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _request_timeout=_request_timeout, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ query_params=query_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/kubernetes/client/rest.py", line 238, in request raise ApiException(http_resp=r) = 16 passed, 5 skipped, 2092 deselected, 67 warnings, 1 error in 1122.05s (0:18:42) = DEBUG Command exited with code: 1 DEBUG Released lock at `/tmp/uv-cache/.lock` + rc=1 + mapTestsForComponentReadiness /logs/artifacts/junit_results.xml + [[ true == \t\r\u\e ]] + results_file=/logs/artifacts/junit_results.xml + echo 'Patching Tests Result File: /logs/artifacts/junit_results.xml' Patching Tests Result File: /logs/artifacts/junit_results.xml + '[' -f /logs/artifacts/junit_results.xml ']' + install_yq_if_not_exists + echo 'Checking if yq exists' Checking if yq exists ++ yq --version ++ true + cmd_yq= + '[' -n '' ']' + echo 'Installing yq' Installing yq + mkdir -p /tmp/bin + export PATH=/tmp/bin.KIOS:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/cli:/tmp/bin/ + PATH=/tmp/bin.KIOS:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/cli:/tmp/bin/ ++ uname -m ++ sed 's/aarch64/arm64/;s/x86_64/amd64/' + curl -L https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -o /tmp/bin/yq % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10.9M 100 10.9M 0 0 97.0M 0 --:--:-- --:--:-- --:--:-- 97.0M + chmod +x /tmp/bin/yq + echo 'Mapping Test Suite Name To: CNV-lp-interop' Mapping Test Suite Name To: CNV-lp-interop + yq eval -px -ox -iI0 '.testsuites.testsuite.+@name="CNV-lp-interop"' /logs/artifacts/junit_results.xml + cp /logs/artifacts/junit_results.xml /tmp/secret + exit 1 + debug_on_exit + local exit_code=1 + local end_time=1266 + local execution_time=1266 + local debug_threshold=1200 + local hco_namespace=openshift-cnv + [[ 1266 -lt 1200 ]] + [[ 1 -ne 0 ]] + echo + echo -------------------------------------------------------- -------------------------------------------------------- + echo ' SCRIPT EXITED PREMATURELY (runtime: 1266s) ' SCRIPT EXITED PREMATURELY (runtime: 1266s) + echo -------------------------------------------------------- -------------------------------------------------------- + echo 'Entering 2-hour debug sleep. Press Ctrl+C to terminate.' Entering 2-hour debug sleep. Press Ctrl+C to terminate. + echo 'You can now inspect the system state.' You can now inspect the system state. + echo 'PID: $' PID: $ + echo 'Exit Code: 1' Exit Code: 1 + echo -------------------------------------------------------- -------------------------------------------------------- + oc get -n openshift-cnv hco kubevirt-hyperconverged -o yaml + oc logs --since=1h -n openshift-cnv -l name=hyperconverged-cluster-operator + runMustGather + local IMAGE + local FALLBACK_IMAGE=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9:v4.21 + local MUST_GATHER_CNV_DIR=/logs/artifacts/must-gather-cnv ++ getMustGatherImage ++ oc get csv --namespace=openshift-cnv '--selector=!olm.copiedFrom' --output=json ++ jq -r ' .items[] | select(.metadata.name | contains("kubevirt-hyperconverged-operator")) | .spec.relatedImages[] | select(.name | contains("must-gather")) | .image' + IMAGE=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:13425c8ab8b4c584c8666d938ab677dbf1a584aad1e0c4a9cb7c44c027a8cefa + [[ -z registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:13425c8ab8b4c584c8666d938ab677dbf1a584aad1e0c4a9cb7c44c027a8cefa ]] + mkdir -p /logs/artifacts/must-gather-cnv + oc adm must-gather --dest-dir=/logs/artifacts/must-gather-cnv --image=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:13425c8ab8b4c584c8666d938ab677dbf1a584aad1e0c4a9cb7c44c027a8cefa -- /usr/bin/gather --vms_details + tee /logs/artifacts/must-gather-cnv/must-gather-cnv.log [must-gather ] OUT 2025-11-25T06:09:33.009375246Z Using must-gather plug-in image: registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:13425c8ab8b4c584c8666d938ab677dbf1a584aad1e0c4a9cb7c44c027a8cefa When opening a support case, bugzilla, or issue please include the following summary data along with any other requested information: ClusterID: e07623f6-ce47-4712-a3cc-ac0d1aec74eb ClientVersion: 4.20.4 ClusterVersion: Stable at "4.21.0-0.nightly-2025-11-22-193140" ClusterOperators: clusteroperator/operator-lifecycle-manager is not upgradeable because ClusterServiceVersions blocking minor version upgrades to 4.21.0 or higher: - maximum supported OCP version for openshift-storage/odf-operator.v4.19.7-rhodf is 4.20 - maximum supported OCP version for openshift-storage/odf-dependencies.v4.19.7-rhodf is 4.20 [must-gather ] OUT 2025-11-25T06:09:33.062780337Z namespace/openshift-must-gather-6tn8x created [must-gather ] OUT 2025-11-25T06:09:33.070617597Z clusterrolebinding.rbac.authorization.k8s.io/must-gather-v9xt2 created [must-gather ] OUT 2025-11-25T06:09:33.106516257Z pod for plug-in image registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:13425c8ab8b4c584c8666d938ab677dbf1a584aad1e0c4a9cb7c44c027a8cefa created [must-gather-8szf8] POD 2025-11-25T06:09:34.309183386Z [disk usage checker] Started [must-gather-8szf8] POD 2025-11-25T06:09:34.314351260Z [disk usage checker] Volume usage percentage: current = 20 ; allowed = 70 [must-gather-8szf8] POD 2025-11-25T06:09:34.318589464Z running gather_apiservices [must-gather-8szf8] POD 2025-11-25T06:09:34.321489608Z +++ dirname -- /usr/bin/gather_apiservices [must-gather-8szf8] POD 2025-11-25T06:09:34.323212797Z ++ cd -- /usr/bin [must-gather-8szf8] POD 2025-11-25T06:09:34.323299849Z ++ pwd [must-gather-8szf8] POD 2025-11-25T06:09:34.323505203Z + DIR_NAME=/usr/bin [must-gather-8szf8] POD 2025-11-25T06:09:34.323520634Z + source /usr/bin/common.sh [must-gather-8szf8] POD 2025-11-25T06:09:34.324161268Z ++++ dirname -- /usr/bin/common.sh [must-gather-8szf8] POD 2025-11-25T06:09:34.325567799Z +++ cd -- /usr/bin [must-gather-8szf8] POD 2025-11-25T06:09:34.325667431Z +++ pwd [must-gather-8szf8] POD 2025-11-25T06:09:34.325863196Z ++ DIR_NAME=/usr/bin [must-gather-8szf8] POD 2025-11-25T06:09:34.325878666Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-8szf8] POD 2025-11-25T06:09:34.325878666Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-8szf8] POD 2025-11-25T06:09:34.325892126Z ++ export PROS=5 [must-gather-8szf8] POD 2025-11-25T06:09:34.325892126Z ++ PROS=5 [must-gather-8szf8] POD 2025-11-25T06:09:34.325912657Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8szf8] POD 2025-11-25T06:09:34.325912657Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8szf8] POD 2025-11-25T06:09:34.326013519Z + check_command [must-gather-8szf8] POD 2025-11-25T06:09:34.326013519Z + [[ -z 1 ]] [must-gather-8szf8] POD 2025-11-25T06:09:34.326480779Z ++ /usr/bin/oc get apiservices [must-gather-8szf8] POD 2025-11-25T06:09:34.326696144Z ++ grep kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.326912159Z ++ awk '{ print $1 }' [must-gather-8szf8] POD 2025-11-25T06:09:34.518599220Z + resources='v1.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.518599220Z v1.networkaddonsoperator.network.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.518599220Z v1.subresources.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.518599220Z v1alpha1.aaq.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.518599220Z v1alpha1.clone.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.518599220Z v1alpha1.export.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.518599220Z v1alpha1.migrations.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.518599220Z v1alpha1.networkaddonsoperator.network.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.518599220Z v1alpha1.pool.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.518599220Z v1alpha1.snapshot.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.518599220Z v1alpha3.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.518599220Z v1alpha3.subresources.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.518599220Z v1beta1.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.518599220Z v1beta1.clone.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.518599220Z v1beta1.export.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.518599220Z v1beta1.forklift.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.518599220Z v1beta1.hco.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.518599220Z v1beta1.hostpathprovisioner.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.518599220Z v1beta1.instancetype.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.518599220Z v1beta1.pool.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.518599220Z v1beta1.snapshot.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.518599220Z v1beta1.upload.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.518599220Z v1beta2.ssp.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.518848366Z v1beta3.ssp.kubevirt.io' [must-gather-8szf8] POD 2025-11-25T06:09:34.519364957Z + export apiservice_collection_path=/must-gather/apiservices/ [must-gather-8szf8] POD 2025-11-25T06:09:34.519404158Z + apiservice_collection_path=/must-gather/apiservices/ [must-gather-8szf8] POD 2025-11-25T06:09:34.519451509Z + mkdir -p /must-gather/apiservices/ [must-gather-8szf8] POD 2025-11-25T06:09:34.525148136Z + echo 'v1.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.525148136Z v1.networkaddonsoperator.network.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.525148136Z v1.subresources.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.525148136Z v1alpha1.aaq.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.525148136Z v1alpha1.clone.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.525148136Z v1alpha1.export.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.525148136Z v1alpha1.migrations.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.525148136Z v1alpha1.networkaddonsoperator.network.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.525148136Z v1alpha1.pool.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.525148136Z v1alpha1.snapshot.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.525148136Z v1alpha3.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.525148136Z v1alpha3.subresources.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.525148136Z v1beta1.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.525148136Z v1beta1.clone.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.525148136Z v1beta1.export.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.525148136Z v1beta1.forklift.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.525148136Z v1beta1.hco.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.525148136Z v1beta1.hostpathprovisioner.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.525148136Z v1beta1.instancetype.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.525148136Z v1beta1.pool.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.525148136Z v1beta1.snapshot.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.525148136Z v1beta1.upload.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.525148136Z v1beta2.ssp.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.525205427Z v1beta3.ssp.kubevirt.io' [must-gather-8szf8] POD 2025-11-25T06:09:34.525377981Z + 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-8szf8] POD 2025-11-25T06:09:34.526257780Z + tr ' ' '\n' [must-gather-8szf8] POD 2025-11-25T06:09:34.527220751Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.528005959Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1.networkaddonsoperator.network.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.533179054Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1.subresources.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.535303371Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.aaq.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.547128653Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.clone.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.846853131Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.export.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.853407656Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.migrations.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.884679959Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.networkaddonsoperator.network.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.898511456Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.pool.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:34.987982711Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.snapshot.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:35.160981427Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha3.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:35.186940443Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha3.subresources.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:35.187807033Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:35.285953329Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.clone.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:35.345679114Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.export.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:35.497513231Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.forklift.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:35.545482575Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.hco.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:35.614918115Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.hostpathprovisioner.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:35.624202741Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.instancetype.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:35.664877263Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.pool.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:35.787465812Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.snapshot.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:35.905037730Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.upload.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:35.909043109Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta2.ssp.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:35.940414245Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta3.ssp.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:36.227501179Z + exit 0 [must-gather-8szf8] POD 2025-11-25T06:09:36.227808326Z running gather_cdi [must-gather-8szf8] POD 2025-11-25T06:09:36.229979585Z +++ dirname -- /usr/bin/gather_cdi [must-gather-8szf8] POD 2025-11-25T06:09:36.231492038Z ++ cd -- /usr/bin [must-gather-8szf8] POD 2025-11-25T06:09:36.231553509Z ++ pwd [must-gather-8szf8] POD 2025-11-25T06:09:36.231725673Z + DIR_NAME=/usr/bin [must-gather-8szf8] POD 2025-11-25T06:09:36.231752164Z + source /usr/bin/common.sh [must-gather-8szf8] POD 2025-11-25T06:09:36.232282905Z ++++ dirname -- /usr/bin/common.sh [must-gather-8szf8] POD 2025-11-25T06:09:36.233570604Z +++ cd -- /usr/bin [must-gather-8szf8] POD 2025-11-25T06:09:36.233615345Z +++ pwd [must-gather-8szf8] POD 2025-11-25T06:09:36.233808659Z ++ DIR_NAME=/usr/bin [must-gather-8szf8] POD 2025-11-25T06:09:36.233832090Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-8szf8] POD 2025-11-25T06:09:36.233832090Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-8szf8] POD 2025-11-25T06:09:36.233846760Z ++ export PROS=5 [must-gather-8szf8] POD 2025-11-25T06:09:36.233846760Z ++ PROS=5 [must-gather-8szf8] POD 2025-11-25T06:09:36.233871851Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8szf8] POD 2025-11-25T06:09:36.233871851Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8szf8] POD 2025-11-25T06:09:36.233973683Z + check_command [must-gather-8szf8] POD 2025-11-25T06:09:36.233973683Z + [[ -z 1 ]] [must-gather-8szf8] POD 2025-11-25T06:09:36.233987583Z + get_log_collection_args [must-gather-8szf8] POD 2025-11-25T06:09:36.233997634Z + log_collection_args= [must-gather-8szf8] POD 2025-11-25T06:09:36.234009574Z + '[' -n '' ']' [must-gather-8szf8] POD 2025-11-25T06:09:36.234019134Z + '[' -n '' ']' [must-gather-8szf8] POD 2025-11-25T06:09:36.234019134Z + node_log_collection_args= [must-gather-8szf8] POD 2025-11-25T06:09:36.234029344Z + '[' -n '' ']' [must-gather-8szf8] POD 2025-11-25T06:09:36.234038844Z + '[' -n '' ']' [must-gather-8szf8] POD 2025-11-25T06:09:36.234038844Z + export log_collection_args [must-gather-8szf8] POD 2025-11-25T06:09:36.234048805Z + export node_log_collection_args [must-gather-8szf8] POD 2025-11-25T06:09:36.234155397Z + export -f gather_cdi_pod [must-gather-8szf8] POD 2025-11-25T06:09:36.234637278Z ++ oc get pods -l cdi.kubevirt.io --no-headers -A [must-gather-8szf8] POD 2025-11-25T06:09:36.234735310Z ++ awk '{print $1 "_" $2}' [must-gather-8szf8] POD 2025-11-25T06:09:36.349723089Z + cdi_pods='openshift-cnv_cdi-apiserver-9f6559b4b-282q7 [must-gather-8szf8] POD 2025-11-25T06:09:36.349723089Z openshift-cnv_cdi-deployment-75c5f54997-mmbkw [must-gather-8szf8] POD 2025-11-25T06:09:36.349723089Z openshift-cnv_cdi-operator-5d49d749bf-8fmgl [must-gather-8szf8] POD 2025-11-25T06:09:36.349723089Z openshift-cnv_cdi-uploadproxy-9d575c6ff-gwznd' [must-gather-8szf8] POD 2025-11-25T06:09:36.350045806Z + echo 'openshift-cnv_cdi-apiserver-9f6559b4b-282q7 [must-gather-8szf8] POD 2025-11-25T06:09:36.350045806Z openshift-cnv_cdi-deployment-75c5f54997-mmbkw [must-gather-8szf8] POD 2025-11-25T06:09:36.350045806Z openshift-cnv_cdi-operator-5d49d749bf-8fmgl [must-gather-8szf8] POD 2025-11-25T06:09:36.350064657Z openshift-cnv_cdi-uploadproxy-9d575c6ff-gwznd' [must-gather-8szf8] POD 2025-11-25T06:09:36.350220590Z + tr ' ' '\n' [must-gather-8szf8] POD 2025-11-25T06:09:36.350409944Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'gather_cdi_pod $1' -- '{}' [must-gather-8szf8] POD 2025-11-25T06:09:36.352013120Z sh -c 'gather_cdi_pod $1' -- openshift-cnv_cdi-apiserver-9f6559b4b-282q7 [must-gather-8szf8] POD 2025-11-25T06:09:36.352700385Z sh -c 'gather_cdi_pod $1' -- openshift-cnv_cdi-deployment-75c5f54997-mmbkw [must-gather-8szf8] POD 2025-11-25T06:09:36.353293248Z sh -c 'gather_cdi_pod $1' -- openshift-cnv_cdi-operator-5d49d749bf-8fmgl [must-gather-8szf8] POD 2025-11-25T06:09:36.353821850Z sh -c 'gather_cdi_pod $1' -- openshift-cnv_cdi-uploadproxy-9d575c6ff-gwznd [must-gather-8szf8] POD 2025-11-25T06:09:36.361204264Z NS: openshift-cnv, POD: cdi-apiserver-9f6559b4b-282q7 [must-gather-8szf8] POD 2025-11-25T06:09:36.362185876Z NS: openshift-cnv, POD: cdi-uploadproxy-9d575c6ff-gwznd [must-gather-8szf8] POD 2025-11-25T06:09:36.362249487Z NS: openshift-cnv, POD: cdi-deployment-75c5f54997-mmbkw [must-gather-8szf8] POD 2025-11-25T06:09:36.363078915Z NS: openshift-cnv, POD: cdi-operator-5d49d749bf-8fmgl [must-gather-8szf8] POD 2025-11-25T06:09:36.693412549Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:36.728079797Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:36.730742527Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:36.743142011Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:37.362899911Z + export -f gather_pvc [must-gather-8szf8] POD 2025-11-25T06:09:37.363474274Z ++ oc get pvc --no-headers -A [must-gather-8szf8] POD 2025-11-25T06:09:37.363589197Z ++ awk '{print $1 "_" $2}' [must-gather-8szf8] POD 2025-11-25T06:09:37.475817925Z + pvcs='openshift-monitoring_prometheus-data-prometheus-k8s-0 [must-gather-8szf8] POD 2025-11-25T06:09:37.475817925Z openshift-monitoring_prometheus-data-prometheus-k8s-1 [must-gather-8szf8] POD 2025-11-25T06:09:37.475817925Z openshift-storage_noobaa-db-pg-cluster-1 [must-gather-8szf8] POD 2025-11-25T06:09:37.475817925Z openshift-storage_noobaa-db-pg-cluster-2 [must-gather-8szf8] POD 2025-11-25T06:09:37.475817925Z openshift-storage_ocs-deviceset-0-data-0ssxfl [must-gather-8szf8] POD 2025-11-25T06:09:37.475817925Z openshift-storage_ocs-deviceset-1-data-0jf5fk [must-gather-8szf8] POD 2025-11-25T06:09:37.475817925Z openshift-storage_ocs-deviceset-2-data-0w4b5p [must-gather-8szf8] POD 2025-11-25T06:09:37.475817925Z openshift-storage_rook-ceph-mon-a [must-gather-8szf8] POD 2025-11-25T06:09:37.475817925Z openshift-storage_rook-ceph-mon-b [must-gather-8szf8] POD 2025-11-25T06:09:37.475817925Z openshift-storage_rook-ceph-mon-c' [must-gather-8szf8] POD 2025-11-25T06:09:37.476116792Z + echo 'openshift-monitoring_prometheus-data-prometheus-k8s-0 [must-gather-8szf8] POD 2025-11-25T06:09:37.476116792Z openshift-monitoring_prometheus-data-prometheus-k8s-1 [must-gather-8szf8] POD 2025-11-25T06:09:37.476116792Z openshift-storage_noobaa-db-pg-cluster-1 [must-gather-8szf8] POD 2025-11-25T06:09:37.476116792Z openshift-storage_noobaa-db-pg-cluster-2 [must-gather-8szf8] POD 2025-11-25T06:09:37.476116792Z openshift-storage_ocs-deviceset-0-data-0ssxfl [must-gather-8szf8] POD 2025-11-25T06:09:37.476116792Z openshift-storage_ocs-deviceset-1-data-0jf5fk [must-gather-8szf8] POD 2025-11-25T06:09:37.476116792Z openshift-storage_ocs-deviceset-2-data-0w4b5p [must-gather-8szf8] POD 2025-11-25T06:09:37.476116792Z openshift-storage_rook-ceph-mon-a [must-gather-8szf8] POD 2025-11-25T06:09:37.476116792Z openshift-storage_rook-ceph-mon-b [must-gather-8szf8] POD 2025-11-25T06:09:37.476116792Z openshift-storage_rook-ceph-mon-c' [must-gather-8szf8] POD 2025-11-25T06:09:37.476274645Z + tr ' ' '\n' [must-gather-8szf8] POD 2025-11-25T06:09:37.476451459Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'gather_pvc $1' -- '{}' [must-gather-8szf8] POD 2025-11-25T06:09:37.477609775Z sh -c 'gather_pvc $1' -- openshift-monitoring_prometheus-data-prometheus-k8s-0 [must-gather-8szf8] POD 2025-11-25T06:09:37.478062555Z sh -c 'gather_pvc $1' -- openshift-monitoring_prometheus-data-prometheus-k8s-1 [must-gather-8szf8] POD 2025-11-25T06:09:37.478522385Z sh -c 'gather_pvc $1' -- openshift-storage_noobaa-db-pg-cluster-1 [must-gather-8szf8] POD 2025-11-25T06:09:37.479030936Z sh -c 'gather_pvc $1' -- openshift-storage_noobaa-db-pg-cluster-2 [must-gather-8szf8] POD 2025-11-25T06:09:37.479703681Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-0-data-0ssxfl [must-gather-8szf8] POD 2025-11-25T06:09:37.486678586Z NS: openshift-monitoring, PVC: prometheus-data-prometheus-k8s-0 [must-gather-8szf8] POD 2025-11-25T06:09:37.489966369Z NS: openshift-monitoring, PVC: prometheus-data-prometheus-k8s-1 [must-gather-8szf8] POD 2025-11-25T06:09:37.490713815Z NS: openshift-storage, PVC: noobaa-db-pg-cluster-1 [must-gather-8szf8] POD 2025-11-25T06:09:37.491542614Z NS: openshift-storage, PVC: ocs-deviceset-0-data-0ssxfl [must-gather-8szf8] POD 2025-11-25T06:09:37.492059735Z NS: openshift-storage, PVC: noobaa-db-pg-cluster-2 [must-gather-8szf8] POD 2025-11-25T06:09:37.872809696Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:37.916038745Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:37.919324267Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:37.954868386Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:37.994530935Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:38.320856390Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-1-data-0jf5fk [must-gather-8szf8] POD 2025-11-25T06:09:38.333063210Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-2-data-0w4b5p [must-gather-8szf8] POD 2025-11-25T06:09:38.333953030Z NS: openshift-storage, PVC: ocs-deviceset-1-data-0jf5fk [must-gather-8szf8] POD 2025-11-25T06:09:38.337782925Z sh -c 'gather_pvc $1' -- openshift-storage_rook-ceph-mon-a [must-gather-8szf8] POD 2025-11-25T06:09:38.357212736Z NS: openshift-storage, PVC: ocs-deviceset-2-data-0w4b5p [must-gather-8szf8] POD 2025-11-25T06:09:38.360630711Z NS: openshift-storage, PVC: rook-ceph-mon-a [must-gather-8szf8] POD 2025-11-25T06:09:38.481058251Z sh -c 'gather_pvc $1' -- openshift-storage_rook-ceph-mon-b [must-gather-8szf8] POD 2025-11-25T06:09:38.493968418Z sh -c 'gather_pvc $1' -- openshift-storage_rook-ceph-mon-c [must-gather-8szf8] POD 2025-11-25T06:09:38.503773365Z NS: openshift-storage, PVC: rook-ceph-mon-b [must-gather-8szf8] POD 2025-11-25T06:09:38.510083825Z NS: openshift-storage, PVC: rook-ceph-mon-c [must-gather-8szf8] POD 2025-11-25T06:09:38.760310622Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:38.779299023Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:38.830734164Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:38.900886309Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:38.973318185Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:39.322081427Z running gather_crds [must-gather-8szf8] POD 2025-11-25T06:09:39.322265141Z [disk usage checker] Volume usage percentage: current = 20 ; allowed = 70 [must-gather-8szf8] POD 2025-11-25T06:09:39.324579122Z +++ dirname -- /usr/bin/gather_crds [must-gather-8szf8] POD 2025-11-25T06:09:39.326074675Z ++ cd -- /usr/bin [must-gather-8szf8] POD 2025-11-25T06:09:39.326168208Z ++ pwd [must-gather-8szf8] POD 2025-11-25T06:09:39.326373102Z + DIR_NAME=/usr/bin [must-gather-8szf8] POD 2025-11-25T06:09:39.326392053Z + source /usr/bin/common.sh [must-gather-8szf8] POD 2025-11-25T06:09:39.326977535Z ++++ dirname -- /usr/bin/common.sh [must-gather-8szf8] POD 2025-11-25T06:09:39.328431748Z +++ cd -- /usr/bin [must-gather-8szf8] POD 2025-11-25T06:09:39.328484979Z +++ pwd [must-gather-8szf8] POD 2025-11-25T06:09:39.328674523Z ++ DIR_NAME=/usr/bin [must-gather-8szf8] POD 2025-11-25T06:09:39.328697734Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-8szf8] POD 2025-11-25T06:09:39.328697734Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-8szf8] POD 2025-11-25T06:09:39.328710624Z ++ export PROS=5 [must-gather-8szf8] POD 2025-11-25T06:09:39.328710624Z ++ PROS=5 [must-gather-8szf8] POD 2025-11-25T06:09:39.328726454Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8szf8] POD 2025-11-25T06:09:39.328726454Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8szf8] POD 2025-11-25T06:09:39.328856627Z + check_command [must-gather-8szf8] POD 2025-11-25T06:09:39.328856627Z + [[ -z 1 ]] [must-gather-8szf8] POD 2025-11-25T06:09:39.328879088Z + get_log_collection_args [must-gather-8szf8] POD 2025-11-25T06:09:39.328879088Z + log_collection_args= [must-gather-8szf8] POD 2025-11-25T06:09:39.328893768Z + '[' -n '' ']' [must-gather-8szf8] POD 2025-11-25T06:09:39.328907008Z + '[' -n '' ']' [must-gather-8szf8] POD 2025-11-25T06:09:39.328907008Z + node_log_collection_args= [must-gather-8szf8] POD 2025-11-25T06:09:39.328918529Z + '[' -n '' ']' [must-gather-8szf8] POD 2025-11-25T06:09:39.328918529Z + '[' -n '' ']' [must-gather-8szf8] POD 2025-11-25T06:09:39.328929689Z + export log_collection_args [must-gather-8szf8] POD 2025-11-25T06:09:39.328929689Z + export node_log_collection_args [must-gather-8szf8] POD 2025-11-25T06:09:39.329391469Z ++ /usr/bin/oc get crd [must-gather-8szf8] POD 2025-11-25T06:09:39.329520042Z ++ grep kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.329703016Z ++ awk '{print $1}' [must-gather-8szf8] POD 2025-11-25T06:09:39.494235764Z + CRDS='aaqs.aaq.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494235764Z cdiconfigs.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494235764Z cdis.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494235764Z dataimportcrons.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494235764Z datasources.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494235764Z datavolumes.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494235764Z hostpathprovisioners.hostpathprovisioner.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494235764Z hyperconvergeds.hco.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494235764Z kubevirts.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494235764Z migrationpolicies.migrations.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494235764Z networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494235764Z objecttransfers.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494235764Z openstackvolumepopulators.forklift.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494235764Z ovirtvolumepopulators.forklift.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494235764Z ssps.ssp.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494235764Z storageprofiles.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494235764Z virtualmachineclones.clone.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494235764Z virtualmachineclusterinstancetypes.instancetype.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494235764Z virtualmachineclusterpreferences.instancetype.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494235764Z virtualmachineexports.export.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494235764Z virtualmachineinstancemigrations.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494235764Z virtualmachineinstancepresets.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494235764Z virtualmachineinstancereplicasets.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494235764Z virtualmachineinstances.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494235764Z virtualmachineinstancetypes.instancetype.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494235764Z virtualmachinepools.pool.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494235764Z virtualmachinepreferences.instancetype.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494235764Z virtualmachinerestores.snapshot.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494235764Z virtualmachines.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494235764Z virtualmachinesnapshotcontents.snapshot.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494235764Z virtualmachinesnapshots.snapshot.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494235764Z volumeclonesources.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494235764Z volumeimportsources.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494235764Z volumeuploadsources.cdi.kubevirt.io' [must-gather-8szf8] POD 2025-11-25T06:09:39.494634223Z + echo 'aaqs.aaq.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494634223Z cdiconfigs.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494634223Z cdis.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494634223Z dataimportcrons.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494634223Z datasources.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494634223Z datavolumes.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494634223Z hostpathprovisioners.hostpathprovisioner.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494634223Z hyperconvergeds.hco.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494634223Z kubevirts.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494634223Z migrationpolicies.migrations.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494634223Z networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494634223Z objecttransfers.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494634223Z openstackvolumepopulators.forklift.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494634223Z ovirtvolumepopulators.forklift.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494634223Z ssps.ssp.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494634223Z storageprofiles.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494634223Z virtualmachineclones.clone.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494634223Z virtualmachineclusterinstancetypes.instancetype.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494634223Z virtualmachineclusterpreferences.instancetype.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494634223Z virtualmachineexports.export.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494634223Z virtualmachineinstancemigrations.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494634223Z virtualmachineinstancepresets.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494634223Z virtualmachineinstancereplicasets.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494634223Z virtualmachineinstances.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494634223Z virtualmachineinstancetypes.instancetype.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494634223Z virtualmachinepools.pool.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494634223Z virtualmachinepreferences.instancetype.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494634223Z virtualmachinerestores.snapshot.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494634223Z virtualmachines.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494634223Z virtualmachinesnapshotcontents.snapshot.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494634223Z virtualmachinesnapshots.snapshot.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494634223Z volumeclonesources.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494634223Z volumeimportsources.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.494694094Z volumeuploadsources.cdi.kubevirt.io' [must-gather-8szf8] POD 2025-11-25T06:09:39.494959750Z + 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-8szf8] POD 2025-11-25T06:09:39.495308767Z + tr ' ' '\n' [must-gather-8szf8] POD 2025-11-25T06:09:39.496895653Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- aaqs.aaq.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.497650889Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- cdiconfigs.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.498310384Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- cdis.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.499306926Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- dataimportcrons.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.500267347Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- datasources.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:39.992166463Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:39.998185756Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- datavolumes.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:40.015304856Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:40.020690475Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- hostpathprovisioners.hostpathprovisioner.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:40.096471255Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:40.112617243Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:40.113880191Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- hyperconvergeds.hco.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:40.119367183Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- kubevirts.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:40.220213789Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:40.232971681Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- migrationpolicies.migrations.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:40.465254721Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:40.472210145Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:40.628041370Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:40.633846539Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- objecttransfers.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:40.788371615Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:40.798675933Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- openstackvolumepopulators.forklift.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:40.924721008Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:40.936349626Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- ovirtvolumepopulators.forklift.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:40.984929163Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:40.992431849Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- ssps.ssp.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:41.073382453Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:41.078801504Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- storageprofiles.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:41.139088930Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:41.148684403Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineclones.clone.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:41.266798472Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:41.285706901Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:41.418901644Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:41.425967190Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineclusterpreferences.instancetype.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:41.489045609Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:41.505376511Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineexports.export.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:41.552441404Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:41.557960447Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstancemigrations.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:41.595496289Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:41.601343358Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstancepresets.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:41.820130459Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:41.826543941Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstancereplicasets.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:41.839233043Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:41.850624385Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstances.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:42.047959470Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:42.055260092Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:42.058392851Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstancetypes.instancetype.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:42.071065972Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinepools.pool.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:42.096150679Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:42.109667478Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinepreferences.instancetype.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:42.582030901Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:42.607077476Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:42.609704324Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinerestores.snapshot.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:42.630059896Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:42.630516875Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachines.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:42.637779576Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinesnapshotcontents.snapshot.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:42.713205349Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:42.720879399Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinesnapshots.snapshot.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:42.769537028Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:42.779208192Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- volumeclonesources.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:42.996780466Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:43.002144485Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- volumeimportsources.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:43.197475325Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:43.208323345Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- volumeuploadsources.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:43.228128365Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:43.298892204Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:43.362081924Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:43.487142247Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:43.490787958Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:09:43.495496252Z + exit 0 [must-gather-8szf8] POD 2025-11-25T06:09:43.495785399Z running gather_crs [must-gather-8szf8] POD 2025-11-25T06:09:43.498747814Z +++ dirname -- /usr/bin/gather_crs [must-gather-8szf8] POD 2025-11-25T06:09:43.501002364Z ++ cd -- /usr/bin [must-gather-8szf8] POD 2025-11-25T06:09:43.501077386Z ++ pwd [must-gather-8szf8] POD 2025-11-25T06:09:43.501498275Z + DIR_NAME=/usr/bin [must-gather-8szf8] POD 2025-11-25T06:09:43.501610088Z + source /usr/bin/common.sh [must-gather-8szf8] POD 2025-11-25T06:09:43.502566249Z ++++ dirname -- /usr/bin/common.sh [must-gather-8szf8] POD 2025-11-25T06:09:43.504568923Z +++ cd -- /usr/bin [must-gather-8szf8] POD 2025-11-25T06:09:43.504686096Z +++ pwd [must-gather-8szf8] POD 2025-11-25T06:09:43.504954382Z ++ DIR_NAME=/usr/bin [must-gather-8szf8] POD 2025-11-25T06:09:43.505024203Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-8szf8] POD 2025-11-25T06:09:43.505062834Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-8szf8] POD 2025-11-25T06:09:43.505227668Z ++ export PROS=5 [must-gather-8szf8] POD 2025-11-25T06:09:43.505227668Z ++ PROS=5 [must-gather-8szf8] POD 2025-11-25T06:09:43.505253319Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8szf8] POD 2025-11-25T06:09:43.505253319Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8szf8] POD 2025-11-25T06:09:43.505461833Z + check_command [must-gather-8szf8] POD 2025-11-25T06:09:43.505491834Z + [[ -z 1 ]] [must-gather-8szf8] POD 2025-11-25T06:09:43.505680318Z + export -f get_cr [must-gather-8szf8] POD 2025-11-25T06:09:43.505744579Z + export -f read_crs [must-gather-8szf8] POD 2025-11-25T06:09:43.505807941Z + mapfile -t resources [must-gather-8szf8] POD 2025-11-25T06:09:43.506982617Z ++ grep -e kubevirt.io -e snapshot.storage.k8s.io [must-gather-8szf8] POD 2025-11-25T06:09:43.506982617Z ++ oc get crd -o=custom-columns=NAME:.metadata.name --no-headers [must-gather-8szf8] POD 2025-11-25T06:09:43.507282453Z ++ grep -v virtualmachines.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:44.327892967Z [disk usage checker] Volume usage percentage: current = 20 ; allowed = 70 [must-gather-8szf8] POD 2025-11-25T06:09:44.995620920Z + 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-8szf8] POD 2025-11-25T06:09:44.995620920Z + tr ' ' '\n' [must-gather-8szf8] POD 2025-11-25T06:09:44.995948768Z + xargs -t '-I{}' sh -c 'read_crs $1' -- '{}' [must-gather-8szf8] POD 2025-11-25T06:09:44.997586204Z sh -c 'read_crs $1' -- aaqs.aaq.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:45.156420205Z sh -c 'read_crs $1' -- cdiconfigs.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:45.309206513Z sh -c 'get_cr $1 $2' -- cdiconfigs.cdi.kubevirt.io 'config_' [must-gather-8szf8] POD 2025-11-25T06:09:45.525189801Z sh -c 'read_crs $1' -- cdis.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:45.683137473Z sh -c 'get_cr $1 $2' -- cdis.cdi.kubevirt.io 'cdi-kubevirt-hyperconverged_' [must-gather-8szf8] POD 2025-11-25T06:09:45.859794459Z sh -c 'read_crs $1' -- dataimportcrons.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:46.017467845Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io centos-stream10-image-cron_openshift-virtualization-os-images [must-gather-8szf8] POD 2025-11-25T06:09:46.018129470Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io centos-stream9-image-cron_openshift-virtualization-os-images [must-gather-8szf8] POD 2025-11-25T06:09:46.019171213Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io fedora-image-cron_openshift-virtualization-os-images [must-gather-8szf8] POD 2025-11-25T06:09:46.021391272Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io rhel10-image-cron_openshift-virtualization-os-images [must-gather-8szf8] POD 2025-11-25T06:09:46.022965037Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io rhel8-image-cron_openshift-virtualization-os-images [must-gather-8szf8] POD 2025-11-25T06:09:46.457762826Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io rhel9-image-cron_openshift-virtualization-os-images [must-gather-8szf8] POD 2025-11-25T06:09:46.639673949Z sh -c 'read_crs $1' -- datasources.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:46.796040496Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io centos-stream10_openshift-virtualization-os-images [must-gather-8szf8] POD 2025-11-25T06:09:46.796584388Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io centos-stream9_openshift-virtualization-os-images [must-gather-8szf8] POD 2025-11-25T06:09:46.797251663Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io fedora_openshift-virtualization-os-images [must-gather-8szf8] POD 2025-11-25T06:09:46.798720535Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io rhel10_openshift-virtualization-os-images [must-gather-8szf8] POD 2025-11-25T06:09:46.801366004Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io rhel7_openshift-virtualization-os-images [must-gather-8szf8] POD 2025-11-25T06:09:47.204393579Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io rhel8_openshift-virtualization-os-images [must-gather-8szf8] POD 2025-11-25T06:09:47.248980108Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io rhel9_openshift-virtualization-os-images [must-gather-8szf8] POD 2025-11-25T06:09:47.281741104Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win10_openshift-virtualization-os-images [must-gather-8szf8] POD 2025-11-25T06:09:47.286313755Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win11_openshift-virtualization-os-images [must-gather-8szf8] POD 2025-11-25T06:09:47.364881157Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win2k16_openshift-virtualization-os-images [must-gather-8szf8] POD 2025-11-25T06:09:47.616678910Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win2k19_openshift-virtualization-os-images [must-gather-8szf8] POD 2025-11-25T06:09:47.675742219Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win2k22_openshift-virtualization-os-images [must-gather-8szf8] POD 2025-11-25T06:09:47.713203040Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win2k25_openshift-virtualization-os-images [must-gather-8szf8] POD 2025-11-25T06:09:48.074195693Z sh -c 'read_crs $1' -- datavolumes.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:48.269576115Z sh -c 'read_crs $1' -- hostpathprovisioners.hostpathprovisioner.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:48.478191670Z sh -c 'read_crs $1' -- hyperconvergeds.hco.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:48.651902351Z sh -c 'get_cr $1 $2' -- hyperconvergeds.hco.kubevirt.io kubevirt-hyperconverged_openshift-cnv [must-gather-8szf8] POD 2025-11-25T06:09:48.819546788Z sh -c 'read_crs $1' -- kubevirts.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:48.968473339Z sh -c 'get_cr $1 $2' -- kubevirts.kubevirt.io kubevirt-kubevirt-hyperconverged_openshift-cnv [must-gather-8szf8] POD 2025-11-25T06:09:49.218453002Z sh -c 'read_crs $1' -- migrationpolicies.migrations.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:49.340162980Z [disk usage checker] Volume usage percentage: current = 20 ; allowed = 70 [must-gather-8szf8] POD 2025-11-25T06:09:49.448907551Z sh -c 'read_crs $1' -- networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:49.629408122Z sh -c 'get_cr $1 $2' -- networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io 'cluster_' [must-gather-8szf8] POD 2025-11-25T06:09:49.783716023Z sh -c 'read_crs $1' -- objecttransfers.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:49.927843459Z sh -c 'read_crs $1' -- openstackvolumepopulators.forklift.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:50.073828325Z sh -c 'read_crs $1' -- ovirtvolumepopulators.forklift.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:50.209277238Z sh -c 'read_crs $1' -- ssps.ssp.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:50.349311783Z sh -c 'get_cr $1 $2' -- ssps.ssp.kubevirt.io ssp-kubevirt-hyperconverged_openshift-cnv [must-gather-8szf8] POD 2025-11-25T06:09:50.494061532Z sh -c 'read_crs $1' -- storageprofiles.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:50.647411982Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'gp2-csi_' [must-gather-8szf8] POD 2025-11-25T06:09:50.647881182Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'gp3-csi_' [must-gather-8szf8] POD 2025-11-25T06:09:50.648634739Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'ocs-storagecluster-ceph-rbd_' [must-gather-8szf8] POD 2025-11-25T06:09:50.649343215Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'ocs-storagecluster-ceph-rbd-virtualization_' [must-gather-8szf8] POD 2025-11-25T06:09:50.650147252Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'ocs-storagecluster-cephfs_' [must-gather-8szf8] POD 2025-11-25T06:09:51.038912171Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'openshift-storage.noobaa.io_' [must-gather-8szf8] POD 2025-11-25T06:09:51.263467710Z sh -c 'read_crs $1' -- virtualmachineclones.clone.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:51.408808042Z sh -c 'read_crs $1' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:51.596237407Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.2xlarge_' [must-gather-8szf8] POD 2025-11-25T06:09:51.597379793Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.2xlarge1gi_' [must-gather-8szf8] POD 2025-11-25T06:09:51.598400425Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.4xlarge_' [must-gather-8szf8] POD 2025-11-25T06:09:51.599061340Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.4xlarge1gi_' [must-gather-8szf8] POD 2025-11-25T06:09:51.599662063Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.8xlarge_' [must-gather-8szf8] POD 2025-11-25T06:09:51.971480597Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.8xlarge1gi_' [must-gather-8szf8] POD 2025-11-25T06:09:51.998072126Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.large_' [must-gather-8szf8] POD 2025-11-25T06:09:52.009337796Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.large1gi_' [must-gather-8szf8] POD 2025-11-25T06:09:52.054955957Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.medium_' [must-gather-8szf8] POD 2025-11-25T06:09:52.169234406Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.medium1gi_' [must-gather-8szf8] POD 2025-11-25T06:09:52.422336919Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.xlarge_' [must-gather-8szf8] POD 2025-11-25T06:09:52.444909833Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.xlarge1gi_' [must-gather-8szf8] POD 2025-11-25T06:09:52.462678569Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.2xlarge_' [must-gather-8szf8] POD 2025-11-25T06:09:52.583491653Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.2xlarge1gi_' [must-gather-8szf8] POD 2025-11-25T06:09:52.632259050Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.4xlarge_' [must-gather-8szf8] POD 2025-11-25T06:09:52.857059892Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.4xlarge1gi_' [must-gather-8szf8] POD 2025-11-25T06:09:52.880500775Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.8xlarge_' [must-gather-8szf8] POD 2025-11-25T06:09:52.926705256Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.8xlarge1gi_' [must-gather-8szf8] POD 2025-11-25T06:09:53.055193521Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.large_' [must-gather-8szf8] POD 2025-11-25T06:09:53.115306651Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.large1gi_' [must-gather-8szf8] POD 2025-11-25T06:09:53.373828905Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.xlarge_' [must-gather-8szf8] POD 2025-11-25T06:09:53.496278495Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.xlarge1gi_' [must-gather-8szf8] POD 2025-11-25T06:09:53.523012631Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.2xlarge_' [must-gather-8szf8] POD 2025-11-25T06:09:53.575901151Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.4xlarge_' [must-gather-8szf8] POD 2025-11-25T06:09:53.635276875Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.8xlarge_' [must-gather-8szf8] POD 2025-11-25T06:09:53.868173528Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.large_' [must-gather-8szf8] POD 2025-11-25T06:09:53.887084759Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.medium_' [must-gather-8szf8] POD 2025-11-25T06:09:53.954500132Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.xlarge_' [must-gather-8szf8] POD 2025-11-25T06:09:54.079084510Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.2xlarge_' [must-gather-8szf8] POD 2025-11-25T06:09:54.182376683Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.4xlarge_' [must-gather-8szf8] POD 2025-11-25T06:09:54.356625588Z [disk usage checker] Volume usage percentage: current = 20 ; allowed = 70 [must-gather-8szf8] POD 2025-11-25T06:09:54.392800735Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.8xlarge_' [must-gather-8szf8] POD 2025-11-25T06:09:54.458290295Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.large_' [must-gather-8szf8] POD 2025-11-25T06:09:54.461889206Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.medium_' [must-gather-8szf8] POD 2025-11-25T06:09:54.522294372Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.micro_' [must-gather-8szf8] POD 2025-11-25T06:09:54.629743218Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.nano_' [must-gather-8szf8] POD 2025-11-25T06:09:54.894404329Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.small_' [must-gather-8szf8] POD 2025-11-25T06:09:54.942725707Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.xlarge_' [must-gather-8szf8] POD 2025-11-25T06:09:54.953827294Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.2xlarge_' [must-gather-8szf8] POD 2025-11-25T06:09:55.012985203Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.4xlarge_' [must-gather-8szf8] POD 2025-11-25T06:09:55.209854313Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.8xlarge_' [must-gather-8szf8] POD 2025-11-25T06:09:55.369870641Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.large_' [must-gather-8szf8] POD 2025-11-25T06:09:55.387166036Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.medium_' [must-gather-8szf8] POD 2025-11-25T06:09:55.455385527Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.micro_' [must-gather-8szf8] POD 2025-11-25T06:09:55.536032465Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.small_' [must-gather-8szf8] POD 2025-11-25T06:09:55.708590253Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.xlarge_' [must-gather-8szf8] POD 2025-11-25T06:09:55.961486812Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.2xlarge_' [must-gather-8szf8] POD 2025-11-25T06:09:55.969336127Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.2xmedium_' [must-gather-8szf8] POD 2025-11-25T06:09:55.983055463Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.4xlarge_' [must-gather-8szf8] POD 2025-11-25T06:09:56.152693875Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.8xlarge_' [must-gather-8szf8] POD 2025-11-25T06:09:56.355790754Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.large_' [must-gather-8szf8] POD 2025-11-25T06:09:56.413019930Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.medium_' [must-gather-8szf8] POD 2025-11-25T06:09:56.504524270Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.micro_' [must-gather-8szf8] POD 2025-11-25T06:09:56.570163234Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.nano_' [must-gather-8szf8] POD 2025-11-25T06:09:56.630302064Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.small_' [must-gather-8szf8] POD 2025-11-25T06:09:56.929921035Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.xlarge_' [must-gather-8szf8] POD 2025-11-25T06:09:57.223887070Z sh -c 'read_crs $1' -- virtualmachineclusterpreferences.instancetype.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:09:57.488586701Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'alpine_' [must-gather-8szf8] POD 2025-11-25T06:09:57.489349909Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream10_' [must-gather-8szf8] POD 2025-11-25T06:09:57.489972523Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream10.desktop_' [must-gather-8szf8] POD 2025-11-25T06:09:57.491510527Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream9_' [must-gather-8szf8] POD 2025-11-25T06:09:57.492450338Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream9.desktop_' [must-gather-8szf8] POD 2025-11-25T06:09:57.912767339Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream9.dpdk_' [must-gather-8szf8] POD 2025-11-25T06:09:57.942238437Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'cirros_' [must-gather-8szf8] POD 2025-11-25T06:09:57.966577859Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'debian_' [must-gather-8szf8] POD 2025-11-25T06:09:57.977293878Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'fedora_' [must-gather-8szf8] POD 2025-11-25T06:09:57.992774533Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'fedora.arm64_' [must-gather-8szf8] POD 2025-11-25T06:09:58.412369559Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'fedora.s390x_' [must-gather-8szf8] POD 2025-11-25T06:09:58.427222460Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'legacy_' [must-gather-8szf8] POD 2025-11-25T06:09:58.475985878Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'linux_' [must-gather-8szf8] POD 2025-11-25T06:09:58.489026568Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'linux.efi_' [must-gather-8szf8] POD 2025-11-25T06:09:58.514150129Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'linux.virtiotransitional_' [must-gather-8szf8] POD 2025-11-25T06:09:58.903183703Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'opensuse.leap_' [must-gather-8szf8] POD 2025-11-25T06:09:58.924739294Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'opensuse.tumbleweed_' [must-gather-8szf8] POD 2025-11-25T06:09:58.927844613Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'oraclelinux_' [must-gather-8szf8] POD 2025-11-25T06:09:58.979913754Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.10_' [must-gather-8szf8] POD 2025-11-25T06:09:58.982006440Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.10.arm64_' [must-gather-8szf8] POD 2025-11-25T06:09:59.233164190Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.10.s390x_' [must-gather-8szf8] POD 2025-11-25T06:09:59.366929773Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.7_' [must-gather-8szf8] POD 2025-11-25T06:09:59.395620493Z [disk usage checker] Volume usage percentage: current = 20 ; allowed = 70 [must-gather-8szf8] POD 2025-11-25T06:09:59.440453062Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.7.desktop_' [must-gather-8szf8] POD 2025-11-25T06:09:59.508137691Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.8_' [must-gather-8szf8] POD 2025-11-25T06:09:59.627003672Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.8.desktop_' [must-gather-8szf8] POD 2025-11-25T06:09:59.776892464Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.8.dpdk_' [must-gather-8szf8] POD 2025-11-25T06:09:59.806412382Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9_' [must-gather-8szf8] POD 2025-11-25T06:10:00.065855627Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9.arm64_' [must-gather-8szf8] POD 2025-11-25T06:10:00.077651250Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9.desktop_' [must-gather-8szf8] POD 2025-11-25T06:10:00.110897621Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9.dpdk_' [must-gather-8szf8] POD 2025-11-25T06:10:00.337465453Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9.realtime_' [must-gather-8szf8] POD 2025-11-25T06:10:00.435198882Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9.s390x_' [must-gather-8szf8] POD 2025-11-25T06:10:00.677827472Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'sles_' [must-gather-8szf8] POD 2025-11-25T06:10:00.786788092Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'ubuntu_' [must-gather-8szf8] POD 2025-11-25T06:10:00.801574021Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.10_' [must-gather-8szf8] POD 2025-11-25T06:10:00.862061400Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.10.virtio_' [must-gather-8szf8] POD 2025-11-25T06:10:01.063026541Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.11_' [must-gather-8szf8] POD 2025-11-25T06:10:01.300322652Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.11.virtio_' [must-gather-8szf8] POD 2025-11-25T06:10:01.319410987Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k12_' [must-gather-8szf8] POD 2025-11-25T06:10:01.425376680Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k12.virtio_' [must-gather-8szf8] POD 2025-11-25T06:10:01.457346903Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k16_' [must-gather-8szf8] POD 2025-11-25T06:10:01.636061418Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k16.virtio_' [must-gather-8szf8] POD 2025-11-25T06:10:01.799857160Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k19_' [must-gather-8szf8] POD 2025-11-25T06:10:01.861662838Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k19.virtio_' [must-gather-8szf8] POD 2025-11-25T06:10:01.943459592Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k22_' [must-gather-8szf8] POD 2025-11-25T06:10:01.953679019Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k22.virtio_' [must-gather-8szf8] POD 2025-11-25T06:10:02.115381815Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k25_' [must-gather-8szf8] POD 2025-11-25T06:10:02.351824787Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k25.virtio_' [must-gather-8szf8] POD 2025-11-25T06:10:02.426766158Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k3_' [must-gather-8szf8] POD 2025-11-25T06:10:02.445653989Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k8_' [must-gather-8szf8] POD 2025-11-25T06:10:02.514648938Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k8.virtio_' [must-gather-8szf8] POD 2025-11-25T06:10:02.612517860Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.7_' [must-gather-8szf8] POD 2025-11-25T06:10:02.848854299Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.7.virtio_' [must-gather-8szf8] POD 2025-11-25T06:10:02.962609636Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.xp_' [must-gather-8szf8] POD 2025-11-25T06:10:03.709317705Z sh -c 'read_crs $1' -- virtualmachineexports.export.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:10:03.868545365Z sh -c 'read_crs $1' -- virtualmachineinstancemigrations.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:10:04.054860500Z sh -c 'read_crs $1' -- virtualmachineinstancepresets.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:10:04.235153080Z sh -c 'read_crs $1' -- virtualmachineinstancereplicasets.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:10:04.460762700Z [disk usage checker] Volume usage percentage: current = 20 ; allowed = 70 [must-gather-8szf8] POD 2025-11-25T06:10:04.490962703Z sh -c 'read_crs $1' -- virtualmachineinstances.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:10:04.748653719Z sh -c 'read_crs $1' -- virtualmachineinstancetypes.instancetype.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:10:04.909138887Z sh -c 'read_crs $1' -- virtualmachinepools.pool.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:10:05.060889011Z sh -c 'read_crs $1' -- virtualmachinepreferences.instancetype.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:10:05.210495567Z sh -c 'read_crs $1' -- virtualmachinerestores.snapshot.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:10:05.360842669Z sh -c 'read_crs $1' -- virtualmachinesnapshotcontents.snapshot.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:10:05.518752640Z sh -c 'read_crs $1' -- virtualmachinesnapshots.snapshot.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:10:05.672925558Z sh -c 'read_crs $1' -- volumeclonesources.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:10:05.837085448Z sh -c 'read_crs $1' -- volumeimportsources.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:10:05.987406630Z sh -c 'read_crs $1' -- volumesnapshotclasses.snapshot.storage.k8s.io [must-gather-8szf8] POD 2025-11-25T06:10:06.127475543Z sh -c 'get_cr $1 $2' -- volumesnapshotclasses.snapshot.storage.k8s.io 'csi-aws-vsc_' [must-gather-8szf8] POD 2025-11-25T06:10:06.128069946Z sh -c 'get_cr $1 $2' -- volumesnapshotclasses.snapshot.storage.k8s.io 'ocs-storagecluster-cephfsplugin-snapclass_' [must-gather-8szf8] POD 2025-11-25T06:10:06.129008047Z sh -c 'get_cr $1 $2' -- volumesnapshotclasses.snapshot.storage.k8s.io 'ocs-storagecluster-rbdplugin-snapclass_' [must-gather-8szf8] POD 2025-11-25T06:10:06.404624812Z sh -c 'read_crs $1' -- volumesnapshotcontents.snapshot.storage.k8s.io [must-gather-8szf8] POD 2025-11-25T06:10:06.541396412Z sh -c 'get_cr $1 $2' -- volumesnapshotcontents.snapshot.storage.k8s.io 'snapcontent-1b43e9e9-43e7-4917-ac98-be1b22801f7b_' [must-gather-8szf8] POD 2025-11-25T06:10:06.541865702Z sh -c 'get_cr $1 $2' -- volumesnapshotcontents.snapshot.storage.k8s.io 'snapcontent-30adea2c-e25e-4341-bf9d-e89708d5c3c9_' [must-gather-8szf8] POD 2025-11-25T06:10:06.542971497Z sh -c 'get_cr $1 $2' -- volumesnapshotcontents.snapshot.storage.k8s.io 'snapcontent-59a0dc9c-181e-45d8-b5f0-9de86c6966c3_' [must-gather-8szf8] POD 2025-11-25T06:10:06.544117542Z sh -c 'get_cr $1 $2' -- volumesnapshotcontents.snapshot.storage.k8s.io 'snapcontent-760be68b-41e9-427b-bfb1-69675b7306cc_' [must-gather-8szf8] POD 2025-11-25T06:10:06.545924133Z sh -c 'get_cr $1 $2' -- volumesnapshotcontents.snapshot.storage.k8s.io 'snapcontent-bff1d157-021d-46f7-ad54-ff9c35ca7ad2_' [must-gather-8szf8] POD 2025-11-25T06:10:06.921485337Z sh -c 'get_cr $1 $2' -- volumesnapshotcontents.snapshot.storage.k8s.io 'snapcontent-e2dfced8-d8bb-4d3e-9e00-a2f77991fddb_' [must-gather-8szf8] POD 2025-11-25T06:10:07.151057365Z sh -c 'read_crs $1' -- volumesnapshots.snapshot.storage.k8s.io [must-gather-8szf8] POD 2025-11-25T06:10:07.308488795Z sh -c 'get_cr $1 $2' -- volumesnapshots.snapshot.storage.k8s.io centos-stream10-1983db89651a_openshift-virtualization-os-images [must-gather-8szf8] POD 2025-11-25T06:10:07.309062538Z sh -c 'get_cr $1 $2' -- volumesnapshots.snapshot.storage.k8s.io centos-stream9-27092766a264_openshift-virtualization-os-images [must-gather-8szf8] POD 2025-11-25T06:10:07.309767374Z sh -c 'get_cr $1 $2' -- volumesnapshots.snapshot.storage.k8s.io fedora-68ed96832eca_openshift-virtualization-os-images [must-gather-8szf8] POD 2025-11-25T06:10:07.310805047Z sh -c 'get_cr $1 $2' -- volumesnapshots.snapshot.storage.k8s.io rhel10-c03936a065f2_openshift-virtualization-os-images [must-gather-8szf8] POD 2025-11-25T06:10:07.313622390Z sh -c 'get_cr $1 $2' -- volumesnapshots.snapshot.storage.k8s.io rhel8-4ccd8b6aee47_openshift-virtualization-os-images [must-gather-8szf8] POD 2025-11-25T06:10:07.705817735Z sh -c 'get_cr $1 $2' -- volumesnapshots.snapshot.storage.k8s.io rhel9-ab4ec16077fe_openshift-virtualization-os-images [must-gather-8szf8] POD 2025-11-25T06:10:07.915915789Z sh -c 'read_crs $1' -- volumeuploadsources.cdi.kubevirt.io [must-gather-8szf8] POD 2025-11-25T06:10:08.056199177Z + exit 0 [must-gather-8szf8] POD 2025-11-25T06:10:08.056585666Z running gather_hco [must-gather-8szf8] POD 2025-11-25T06:10:08.059422729Z +++ dirname -- /usr/bin/gather_hco [must-gather-8szf8] POD 2025-11-25T06:10:08.061320012Z ++ cd -- /usr/bin [must-gather-8szf8] POD 2025-11-25T06:10:08.061398133Z ++ pwd [must-gather-8szf8] POD 2025-11-25T06:10:08.061673219Z + DIR_NAME=/usr/bin [must-gather-8szf8] POD 2025-11-25T06:10:08.061673219Z + source /usr/bin/common.sh [must-gather-8szf8] POD 2025-11-25T06:10:08.062833005Z ++++ dirname -- /usr/bin/common.sh [must-gather-8szf8] POD 2025-11-25T06:10:08.064440631Z +++ cd -- /usr/bin [must-gather-8szf8] POD 2025-11-25T06:10:08.064503802Z +++ pwd [must-gather-8szf8] POD 2025-11-25T06:10:08.064878881Z ++ DIR_NAME=/usr/bin [must-gather-8szf8] POD 2025-11-25T06:10:08.064902741Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-8szf8] POD 2025-11-25T06:10:08.064902741Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-8szf8] POD 2025-11-25T06:10:08.064902741Z ++ export PROS=5 [must-gather-8szf8] POD 2025-11-25T06:10:08.064959522Z ++ PROS=5 [must-gather-8szf8] POD 2025-11-25T06:10:08.064959522Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8szf8] POD 2025-11-25T06:10:08.064959522Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8szf8] POD 2025-11-25T06:10:08.065081415Z + check_command [must-gather-8szf8] POD 2025-11-25T06:10:08.065081415Z + [[ -z 1 ]] [must-gather-8szf8] POD 2025-11-25T06:10:08.065081415Z + IFS=' [must-gather-8szf8] POD 2025-11-25T06:10:08.065081415Z ' [must-gather-8szf8] POD 2025-11-25T06:10:08.065081415Z + NAMESPACE_PATH=/must-gather/namespaces [must-gather-8szf8] POD 2025-11-25T06:10:08.065195318Z + mkdir -p /must-gather/namespaces/openshift-cnv [must-gather-8szf8] POD 2025-11-25T06:10:08.067031559Z + oc get packagemanifest -n openshift-cnv -o yaml [must-gather-8szf8] POD 2025-11-25T06:10:09.468419185Z [disk usage checker] Volume usage percentage: current = 20 ; allowed = 70 [must-gather-8szf8] POD 2025-11-25T06:10:12.049130206Z ++ oc get subscriptions -n openshift-cnv -o=custom-columns=NAME:.metadata.name --no-headers [must-gather-8szf8] POD 2025-11-25T06:10:12.157668420Z + for name in $(oc get subscriptions -n "${INSTALLATION_NAMESPACE}" -o=custom-columns=NAME:.metadata.name --no-headers) [must-gather-8szf8] POD 2025-11-25T06:10:12.157744262Z + oc get subscription kubevirt-hyperconverged -n openshift-cnv -o yaml [must-gather-8szf8] POD 2025-11-25T06:10:12.269887838Z + echo --------------- [must-gather-8szf8] POD 2025-11-25T06:10:12.270476681Z ++ oc get installplan -n openshift-cnv -o=custom-columns=NAME:.metadata.name --no-headers [must-gather-8szf8] POD 2025-11-25T06:10:12.392730454Z + for name in $(oc get installplan -n "${INSTALLATION_NAMESPACE}" -o=custom-columns=NAME:.metadata.name --no-headers) [must-gather-8szf8] POD 2025-11-25T06:10:12.392730454Z + oc get installplan install-6sstc -n openshift-cnv -o yaml [must-gather-8szf8] POD 2025-11-25T06:10:12.513453463Z + echo --------------- [must-gather-8szf8] POD 2025-11-25T06:10:12.513999525Z running gather_nodes [must-gather-8szf8] POD 2025-11-25T06:10:12.516329158Z +++ dirname -- /usr/bin/gather_nodes [must-gather-8szf8] POD 2025-11-25T06:10:12.518021546Z ++ cd -- /usr/bin [must-gather-8szf8] POD 2025-11-25T06:10:12.518120678Z ++ pwd [must-gather-8szf8] POD 2025-11-25T06:10:12.518392364Z + DIR_NAME=/usr/bin [must-gather-8szf8] POD 2025-11-25T06:10:12.518392364Z + source /usr/bin/common.sh [must-gather-8szf8] POD 2025-11-25T06:10:12.519175012Z ++++ dirname -- /usr/bin/common.sh [must-gather-8szf8] POD 2025-11-25T06:10:12.520977052Z +++ cd -- /usr/bin [must-gather-8szf8] POD 2025-11-25T06:10:12.521117705Z +++ pwd [must-gather-8szf8] POD 2025-11-25T06:10:12.521316630Z ++ DIR_NAME=/usr/bin [must-gather-8szf8] POD 2025-11-25T06:10:12.521374351Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-8szf8] POD 2025-11-25T06:10:12.521374351Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-8szf8] POD 2025-11-25T06:10:12.521443683Z ++ export PROS=5 [must-gather-8szf8] POD 2025-11-25T06:10:12.521443683Z ++ PROS=5 [must-gather-8szf8] POD 2025-11-25T06:10:12.521443683Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8szf8] POD 2025-11-25T06:10:12.521443683Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8szf8] POD 2025-11-25T06:10:12.521703679Z + check_command [must-gather-8szf8] POD 2025-11-25T06:10:12.521801101Z + [[ -z 1 ]] [must-gather-8szf8] POD 2025-11-25T06:10:12.521883063Z + get_log_collection_args [must-gather-8szf8] POD 2025-11-25T06:10:12.521883063Z + log_collection_args= [must-gather-8szf8] POD 2025-11-25T06:10:12.521883063Z + '[' -n '' ']' [must-gather-8szf8] POD 2025-11-25T06:10:12.521883063Z + '[' -n '' ']' [must-gather-8szf8] POD 2025-11-25T06:10:12.521883063Z + node_log_collection_args= [must-gather-8szf8] POD 2025-11-25T06:10:12.521883063Z + '[' -n '' ']' [must-gather-8szf8] POD 2025-11-25T06:10:12.521883063Z + '[' -n '' ']' [must-gather-8szf8] POD 2025-11-25T06:10:12.521948894Z + export log_collection_args [must-gather-8szf8] POD 2025-11-25T06:10:12.521948894Z + export node_log_collection_args [must-gather-8szf8] POD 2025-11-25T06:10:12.521948894Z + MANIFEST_PATH=/etc [must-gather-8szf8] POD 2025-11-25T06:10:12.522032316Z + IFS=' [must-gather-8szf8] POD 2025-11-25T06:10:12.522134888Z ' [must-gather-8szf8] POD 2025-11-25T06:10:12.522225121Z + export NODES_PATH=/must-gather/nodes [must-gather-8szf8] POD 2025-11-25T06:10:12.522225121Z + NODES_PATH=/must-gather/nodes [must-gather-8szf8] POD 2025-11-25T06:10:12.522225121Z + mkdir -p /must-gather/nodes [must-gather-8szf8] POD 2025-11-25T06:10:12.524539822Z + CRD_MANIFEST=/etc/node-gather-crd.yaml [must-gather-8szf8] POD 2025-11-25T06:10:12.524539822Z + DAEMONSET_MANIFEST=/etc/node-gather-ds.yaml [must-gather-8szf8] POD 2025-11-25T06:10:12.524574963Z + [[ -z '' ]] [must-gather-8szf8] POD 2025-11-25T06:10:12.524911031Z ++ cat /var/run/secrets/kubernetes.io/serviceaccount/namespace [must-gather-8szf8] POD 2025-11-25T06:10:12.526621289Z + NAMESPACE=openshift-must-gather-6tn8x [must-gather-8szf8] POD 2025-11-25T06:10:12.527228773Z ++ oc get pod -n openshift-must-gather-6tn8x must-gather-8szf8 -o 'jsonpath={.spec.containers[0].image}' [must-gather-8szf8] POD 2025-11-25T06:10:12.639714806Z + MUST_GATHER_IMAGE=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:13425c8ab8b4c584c8666d938ab677dbf1a584aad1e0c4a9cb7c44c027a8cefa [must-gather-8szf8] POD 2025-11-25T06:10:12.639784838Z + oc apply -f /etc/node-gather-crd.yaml [must-gather-8szf8] POD 2025-11-25T06:10:12.757644852Z namespace/node-gather created [must-gather-8szf8] POD 2025-11-25T06:10:12.793840447Z serviceaccount/node-gather created [must-gather-8szf8] POD 2025-11-25T06:10:12.802860301Z + oc adm policy add-scc-to-user privileged -n node-gather -z node-gather [must-gather-8szf8] POD 2025-11-25T06:10:12.962661649Z clusterrole.rbac.authorization.k8s.io/system:openshift:scc:privileged added: "node-gather" [must-gather-8szf8] POD 2025-11-25T06:10:12.968296046Z + sed -e s#MUST_GATHER_IMAGE#registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:13425c8ab8b4c584c8666d938ab677dbf1a584aad1e0c4a9cb7c44c027a8cefa# /etc/node-gather-ds.yaml [must-gather-8szf8] POD 2025-11-25T06:10:12.968557102Z + oc apply -f - [must-gather-8szf8] POD 2025-11-25T06:10:13.107523802Z daemonset.apps/node-gather-daemonset created [must-gather-8szf8] POD 2025-11-25T06:10:13.112934064Z + COUNTER=0 [must-gather-8szf8] POD 2025-11-25T06:10:13.113124788Z + check_node_gather_pods_ready [must-gather-8szf8] POD 2025-11-25T06:10:13.114529150Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-8szf8] POD 2025-11-25T06:10:13.326550865Z + line='6 0' [must-gather-8szf8] POD 2025-11-25T06:10:13.326770300Z + IFS=' ' [must-gather-8szf8] POD 2025-11-25T06:10:13.326770300Z + read -r desired ready [must-gather-8szf8] POD 2025-11-25T06:10:13.326770300Z + IFS=' [must-gather-8szf8] POD 2025-11-25T06:10:13.326770300Z ' [must-gather-8szf8] POD 2025-11-25T06:10:13.326770300Z + [[ 6 != \0 ]] [must-gather-8szf8] POD 2025-11-25T06:10:13.326770300Z + [[ 0 == \6 ]] [must-gather-8szf8] POD 2025-11-25T06:10:13.326770300Z + return 1 [must-gather-8szf8] POD 2025-11-25T06:10:13.326770300Z + '[' 0 -eq 300 ']' [must-gather-8szf8] POD 2025-11-25T06:10:13.326770300Z + [[ 0 == 0 ]] [must-gather-8szf8] POD 2025-11-25T06:10:13.326770300Z + echo 'Waiting for node-gather-daemonset to be ready' [must-gather-8szf8] POD 2025-11-25T06:10:13.326944913Z Waiting for node-gather-daemonset to be ready [must-gather-8szf8] POD 2025-11-25T06:10:13.326961004Z + (( COUNTER++ )) [must-gather-8szf8] POD 2025-11-25T06:10:13.326961004Z + sleep 1 [must-gather-8szf8] POD 2025-11-25T06:10:14.329688296Z + check_node_gather_pods_ready [must-gather-8szf8] POD 2025-11-25T06:10:14.330689919Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-8szf8] POD 2025-11-25T06:10:14.448031372Z + line='6 0' [must-gather-8szf8] POD 2025-11-25T06:10:14.448031372Z + IFS=' ' [must-gather-8szf8] POD 2025-11-25T06:10:14.448031372Z + read -r desired ready [must-gather-8szf8] POD 2025-11-25T06:10:14.448123784Z + IFS=' [must-gather-8szf8] POD 2025-11-25T06:10:14.448175595Z ' [must-gather-8szf8] POD 2025-11-25T06:10:14.448198725Z + [[ 6 != \0 ]] [must-gather-8szf8] POD 2025-11-25T06:10:14.448198725Z + [[ 0 == \6 ]] [must-gather-8szf8] POD 2025-11-25T06:10:14.448198725Z + return 1 [must-gather-8szf8] POD 2025-11-25T06:10:14.448349019Z + '[' 1 -eq 300 ']' [must-gather-8szf8] POD 2025-11-25T06:10:14.448349019Z + [[ 1 == 0 ]] [must-gather-8szf8] POD 2025-11-25T06:10:14.448349019Z + (( COUNTER++ )) [must-gather-8szf8] POD 2025-11-25T06:10:14.448349019Z + sleep 1 [must-gather-8szf8] POD 2025-11-25T06:10:14.473359552Z [disk usage checker] Volume usage percentage: current = 20 ; allowed = 70 [must-gather-8szf8] POD 2025-11-25T06:10:15.450764444Z + check_node_gather_pods_ready [must-gather-8szf8] POD 2025-11-25T06:10:15.451251725Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-8szf8] POD 2025-11-25T06:10:15.572077426Z + line='6 0' [must-gather-8szf8] POD 2025-11-25T06:10:15.572313412Z + IFS=' ' [must-gather-8szf8] POD 2025-11-25T06:10:15.572404324Z + read -r desired ready [must-gather-8szf8] POD 2025-11-25T06:10:15.572576238Z + IFS=' [must-gather-8szf8] POD 2025-11-25T06:10:15.572646949Z ' [must-gather-8szf8] POD 2025-11-25T06:10:15.572687440Z + [[ 6 != \0 ]] [must-gather-8szf8] POD 2025-11-25T06:10:15.572759932Z + [[ 0 == \6 ]] [must-gather-8szf8] POD 2025-11-25T06:10:15.572835024Z + return 1 [must-gather-8szf8] POD 2025-11-25T06:10:15.572928826Z + '[' 2 -eq 300 ']' [must-gather-8szf8] POD 2025-11-25T06:10:15.572982297Z + [[ 2 == 0 ]] [must-gather-8szf8] POD 2025-11-25T06:10:15.573052709Z + (( COUNTER++ )) [must-gather-8szf8] POD 2025-11-25T06:10:15.573089599Z + sleep 1 [must-gather-8szf8] POD 2025-11-25T06:10:16.575981525Z + check_node_gather_pods_ready [must-gather-8szf8] POD 2025-11-25T06:10:16.576454146Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-8szf8] POD 2025-11-25T06:10:16.681333318Z + line='6 0' [must-gather-8szf8] POD 2025-11-25T06:10:16.681474091Z + IFS=' ' [must-gather-8szf8] POD 2025-11-25T06:10:16.681474091Z + read -r desired ready [must-gather-8szf8] POD 2025-11-25T06:10:16.681572603Z + IFS=' [must-gather-8szf8] POD 2025-11-25T06:10:16.681572603Z ' [must-gather-8szf8] POD 2025-11-25T06:10:16.681572603Z + [[ 6 != \0 ]] [must-gather-8szf8] POD 2025-11-25T06:10:16.681572603Z + [[ 0 == \6 ]] [must-gather-8szf8] POD 2025-11-25T06:10:16.681572603Z + return 1 [must-gather-8szf8] POD 2025-11-25T06:10:16.681653865Z + '[' 3 -eq 300 ']' [must-gather-8szf8] POD 2025-11-25T06:10:16.681653865Z + [[ 3 == 0 ]] [must-gather-8szf8] POD 2025-11-25T06:10:16.681653865Z + (( COUNTER++ )) [must-gather-8szf8] POD 2025-11-25T06:10:16.681653865Z + sleep 1 [must-gather-8szf8] POD 2025-11-25T06:10:17.684482160Z + check_node_gather_pods_ready [must-gather-8szf8] POD 2025-11-25T06:10:17.684899489Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-8szf8] POD 2025-11-25T06:10:17.801412913Z + line='6 0' [must-gather-8szf8] POD 2025-11-25T06:10:17.801412913Z + IFS=' ' [must-gather-8szf8] POD 2025-11-25T06:10:17.801412913Z + read -r desired ready [must-gather-8szf8] POD 2025-11-25T06:10:17.801503416Z + IFS=' [must-gather-8szf8] POD 2025-11-25T06:10:17.801526236Z ' [must-gather-8szf8] POD 2025-11-25T06:10:17.801526236Z + [[ 6 != \0 ]] [must-gather-8szf8] POD 2025-11-25T06:10:17.801568557Z + [[ 0 == \6 ]] [must-gather-8szf8] POD 2025-11-25T06:10:17.801568557Z + return 1 [must-gather-8szf8] POD 2025-11-25T06:10:17.801568557Z + '[' 4 -eq 300 ']' [must-gather-8szf8] POD 2025-11-25T06:10:17.801588527Z + [[ 4 == 0 ]] [must-gather-8szf8] POD 2025-11-25T06:10:17.801588527Z + (( COUNTER++ )) [must-gather-8szf8] POD 2025-11-25T06:10:17.801601778Z + sleep 1 [must-gather-8szf8] POD 2025-11-25T06:10:18.804249708Z + check_node_gather_pods_ready [must-gather-8szf8] POD 2025-11-25T06:10:18.804671888Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-8szf8] POD 2025-11-25T06:10:18.918710006Z + line='6 0' [must-gather-8szf8] POD 2025-11-25T06:10:18.918710006Z + IFS=' ' [must-gather-8szf8] POD 2025-11-25T06:10:18.918771407Z + read -r desired ready [must-gather-8szf8] POD 2025-11-25T06:10:18.918787508Z + IFS=' [must-gather-8szf8] POD 2025-11-25T06:10:18.918787508Z ' [must-gather-8szf8] POD 2025-11-25T06:10:18.918800518Z + [[ 6 != \0 ]] [must-gather-8szf8] POD 2025-11-25T06:10:18.918800518Z + [[ 0 == \6 ]] [must-gather-8szf8] POD 2025-11-25T06:10:18.918813448Z + return 1 [must-gather-8szf8] POD 2025-11-25T06:10:18.918850769Z + '[' 5 -eq 300 ']' [must-gather-8szf8] POD 2025-11-25T06:10:18.918850769Z + [[ 5 == 0 ]] [must-gather-8szf8] POD 2025-11-25T06:10:18.918870210Z + (( COUNTER++ )) [must-gather-8szf8] POD 2025-11-25T06:10:18.918870210Z + sleep 1 [must-gather-8szf8] POD 2025-11-25T06:10:19.478853321Z [disk usage checker] Volume usage percentage: current = 20 ; allowed = 70 [must-gather-8szf8] POD 2025-11-25T06:10:19.921442799Z + check_node_gather_pods_ready [must-gather-8szf8] POD 2025-11-25T06:10:19.921917159Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-8szf8] POD 2025-11-25T06:10:20.035335054Z + line='6 0' [must-gather-8szf8] POD 2025-11-25T06:10:20.035335054Z + IFS=' ' [must-gather-8szf8] POD 2025-11-25T06:10:20.035335054Z + read -r desired ready [must-gather-8szf8] POD 2025-11-25T06:10:20.035398705Z + IFS=' [must-gather-8szf8] POD 2025-11-25T06:10:20.035398705Z ' [must-gather-8szf8] POD 2025-11-25T06:10:20.035398705Z + [[ 6 != \0 ]] [must-gather-8szf8] POD 2025-11-25T06:10:20.035415955Z + [[ 0 == \6 ]] [must-gather-8szf8] POD 2025-11-25T06:10:20.035415955Z + return 1 [must-gather-8szf8] POD 2025-11-25T06:10:20.035498437Z + '[' 6 -eq 300 ']' [must-gather-8szf8] POD 2025-11-25T06:10:20.035498437Z + [[ 6 == 0 ]] [must-gather-8szf8] POD 2025-11-25T06:10:20.035498437Z + (( COUNTER++ )) [must-gather-8szf8] POD 2025-11-25T06:10:20.035529378Z + sleep 1 [must-gather-8szf8] POD 2025-11-25T06:10:21.038277201Z + check_node_gather_pods_ready [must-gather-8szf8] POD 2025-11-25T06:10:21.039029908Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-8szf8] POD 2025-11-25T06:10:21.168029353Z + line='6 6' [must-gather-8szf8] POD 2025-11-25T06:10:21.168029353Z + IFS=' ' [must-gather-8szf8] POD 2025-11-25T06:10:21.168088895Z + read -r desired ready [must-gather-8szf8] POD 2025-11-25T06:10:21.168088895Z + IFS=' [must-gather-8szf8] POD 2025-11-25T06:10:21.168088895Z ' [must-gather-8szf8] POD 2025-11-25T06:10:21.168153376Z + [[ 6 != \0 ]] [must-gather-8szf8] POD 2025-11-25T06:10:21.168153376Z + [[ 6 == \6 ]] [must-gather-8szf8] POD 2025-11-25T06:10:21.168172776Z + return 0 [must-gather-8szf8] POD 2025-11-25T06:10:21.168872842Z ++ oc get pod -o=custom-columns=NODE:.spec.nodeName --no-headers '--field-selector=status.phase!=Running' -n node-gather [must-gather-8szf8] POD 2025-11-25T06:10:21.282041191Z + export -f gather_single_pod [must-gather-8szf8] POD 2025-11-25T06:10:21.282869749Z ++ oc get pod -o=custom-columns=NODE:.spec.nodeName,NAME:.metadata.name --no-headers --field-selector=status.phase=Running -n node-gather [must-gather-8szf8] POD 2025-11-25T06:10:21.282945731Z ++ awk '{print $1 "_" $2}' [must-gather-8szf8] POD 2025-11-25T06:10:21.397602113Z + pods='ip-10-0-106-232.us-east-2.compute.internal_node-gather-daemonset-6sbp6 [must-gather-8szf8] POD 2025-11-25T06:10:21.397602113Z ip-10-0-38-213.us-east-2.compute.internal_node-gather-daemonset-cbx94 [must-gather-8szf8] POD 2025-11-25T06:10:21.397602113Z ip-10-0-69-170.us-east-2.compute.internal_node-gather-daemonset-htb9l [must-gather-8szf8] POD 2025-11-25T06:10:21.397602113Z ip-10-0-92-23.us-east-2.compute.internal_node-gather-daemonset-jjsqt [must-gather-8szf8] POD 2025-11-25T06:10:21.397602113Z ip-10-0-100-132.us-east-2.compute.internal_node-gather-daemonset-mknhl [must-gather-8szf8] POD 2025-11-25T06:10:21.397602113Z ip-10-0-37-25.us-east-2.compute.internal_node-gather-daemonset-zfk7v' [must-gather-8szf8] POD 2025-11-25T06:10:21.398120375Z + echo 'ip-10-0-106-232.us-east-2.compute.internal_node-gather-daemonset-6sbp6 [must-gather-8szf8] POD 2025-11-25T06:10:21.398120375Z ip-10-0-38-213.us-east-2.compute.internal_node-gather-daemonset-cbx94 [must-gather-8szf8] POD 2025-11-25T06:10:21.398120375Z ip-10-0-69-170.us-east-2.compute.internal_node-gather-daemonset-htb9l [must-gather-8szf8] POD 2025-11-25T06:10:21.398120375Z ip-10-0-92-23.us-east-2.compute.internal_node-gather-daemonset-jjsqt [must-gather-8szf8] POD 2025-11-25T06:10:21.398120375Z ip-10-0-100-132.us-east-2.compute.internal_node-gather-daemonset-mknhl [must-gather-8szf8] POD 2025-11-25T06:10:21.398120375Z ip-10-0-37-25.us-east-2.compute.internal_node-gather-daemonset-zfk7v' [must-gather-8szf8] POD 2025-11-25T06:10:21.398730809Z + tr ' ' '\n' [must-gather-8szf8] POD 2025-11-25T06:10:21.398992725Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'gather_single_pod $1' -- '{}' [must-gather-8szf8] POD 2025-11-25T06:10:21.400458338Z sh -c 'gather_single_pod $1' -- ip-10-0-106-232.us-east-2.compute.internal_node-gather-daemonset-6sbp6 [must-gather-8szf8] POD 2025-11-25T06:10:21.401333387Z sh -c 'gather_single_pod $1' -- ip-10-0-38-213.us-east-2.compute.internal_node-gather-daemonset-cbx94 [must-gather-8szf8] POD 2025-11-25T06:10:21.401915061Z sh -c 'gather_single_pod $1' -- ip-10-0-69-170.us-east-2.compute.internal_node-gather-daemonset-htb9l [must-gather-8szf8] POD 2025-11-25T06:10:21.403609109Z sh -c 'gather_single_pod $1' -- ip-10-0-92-23.us-east-2.compute.internal_node-gather-daemonset-jjsqt [must-gather-8szf8] POD 2025-11-25T06:10:21.405442310Z sh -c 'gather_single_pod $1' -- ip-10-0-100-132.us-east-2.compute.internal_node-gather-daemonset-mknhl [must-gather-8szf8] POD 2025-11-25T06:10:21.412994540Z node-gather-daemonset-6sbp6 - Gathering node data for ip-10-0-106-232.us-east-2.compute.internal [must-gather-8szf8] POD 2025-11-25T06:10:21.416321855Z node-gather-daemonset-htb9l - Gathering node data for ip-10-0-69-170.us-east-2.compute.internal [must-gather-8szf8] POD 2025-11-25T06:10:21.418038904Z node-gather-daemonset-cbx94 - Gathering node data for ip-10-0-38-213.us-east-2.compute.internal [must-gather-8szf8] POD 2025-11-25T06:10:21.423399634Z node-gather-daemonset-jjsqt - Gathering node data for ip-10-0-92-23.us-east-2.compute.internal [must-gather-8szf8] POD 2025-11-25T06:10:21.430835572Z node-gather-daemonset-mknhl - Gathering node data for ip-10-0-100-132.us-east-2.compute.internal [must-gather-8szf8] POD 2025-11-25T06:10:24.491684269Z [disk usage checker] Volume usage percentage: current = 20 ; allowed = 70 [must-gather-8szf8] POD 2025-11-25T06:10:27.986339180Z tar: Removing leading `/' from member names [must-gather-8szf8] POD 2025-11-25T06:10:27.997242485Z sh -c 'gather_single_pod $1' -- ip-10-0-37-25.us-east-2.compute.internal_node-gather-daemonset-zfk7v [must-gather-8szf8] POD 2025-11-25T06:10:28.013053210Z node-gather-daemonset-zfk7v - Gathering node data for ip-10-0-37-25.us-east-2.compute.internal [must-gather-8szf8] POD 2025-11-25T06:10:28.232194775Z tar: Removing leading `/' from member names [must-gather-8szf8] POD 2025-11-25T06:10:28.511265726Z tar: Removing leading `/' from member names [must-gather-8szf8] POD 2025-11-25T06:10:28.625575595Z tar: Removing leading `/' from member names [must-gather-8szf8] POD 2025-11-25T06:10:28.889682510Z tar: Removing leading `/' from member names [must-gather-8szf8] POD 2025-11-25T06:10:29.505549089Z [disk usage checker] Volume usage percentage: current = 20 ; allowed = 70 [must-gather-8szf8] POD 2025-11-25T06:10:31.851381954Z tar: Removing leading `/' from member names [must-gather-8szf8] POD 2025-11-25T06:10:31.861682045Z ++ oc get nodes --no-headers -o custom-columns=:metadata.name [must-gather-8szf8] POD 2025-11-25T06:10:31.999401100Z + nodes='ip-10-0-100-132.us-east-2.compute.internal [must-gather-8szf8] POD 2025-11-25T06:10:31.999401100Z ip-10-0-106-232.us-east-2.compute.internal [must-gather-8szf8] POD 2025-11-25T06:10:31.999401100Z ip-10-0-37-25.us-east-2.compute.internal [must-gather-8szf8] POD 2025-11-25T06:10:31.999401100Z ip-10-0-38-213.us-east-2.compute.internal [must-gather-8szf8] POD 2025-11-25T06:10:31.999401100Z ip-10-0-69-170.us-east-2.compute.internal [must-gather-8szf8] POD 2025-11-25T06:10:31.999401100Z ip-10-0-92-23.us-east-2.compute.internal' [must-gather-8szf8] POD 2025-11-25T06:10:31.999831300Z + echo 'ip-10-0-100-132.us-east-2.compute.internal [must-gather-8szf8] POD 2025-11-25T06:10:31.999831300Z ip-10-0-106-232.us-east-2.compute.internal [must-gather-8szf8] POD 2025-11-25T06:10:31.999831300Z ip-10-0-37-25.us-east-2.compute.internal [must-gather-8szf8] POD 2025-11-25T06:10:31.999831300Z ip-10-0-38-213.us-east-2.compute.internal [must-gather-8szf8] POD 2025-11-25T06:10:31.999831300Z ip-10-0-69-170.us-east-2.compute.internal [must-gather-8szf8] POD 2025-11-25T06:10:31.999872530Z ip-10-0-92-23.us-east-2.compute.internal' [must-gather-8szf8] POD 2025-11-25T06:10:32.000177927Z + 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-8szf8] POD 2025-11-25T06:10:32.000265069Z + tr ' ' '\n' [must-gather-8szf8] POD 2025-11-25T06:10:32.002079690Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-100-132.us-east-2.compute.internal /must-gather/nodes/ip-10-0-100-132.us-east-2.compute.internal [must-gather-8szf8] POD 2025-11-25T06:10:32.002724525Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-106-232.us-east-2.compute.internal /must-gather/nodes/ip-10-0-106-232.us-east-2.compute.internal [must-gather-8szf8] POD 2025-11-25T06:10:32.003488832Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-37-25.us-east-2.compute.internal /must-gather/nodes/ip-10-0-37-25.us-east-2.compute.internal [must-gather-8szf8] POD 2025-11-25T06:10:32.005028366Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-38-213.us-east-2.compute.internal /must-gather/nodes/ip-10-0-38-213.us-east-2.compute.internal [must-gather-8szf8] POD 2025-11-25T06:10:32.007407680Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-69-170.us-east-2.compute.internal /must-gather/nodes/ip-10-0-69-170.us-east-2.compute.internal [must-gather-8szf8] POD 2025-11-25T06:10:32.275176747Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-92-23.us-east-2.compute.internal /must-gather/nodes/ip-10-0-92-23.us-east-2.compute.internal [must-gather-8szf8] POD 2025-11-25T06:10:32.462263921Z + oc delete -f /etc/node-gather-ds.yaml [must-gather-8szf8] POD 2025-11-25T06:10:32.586755249Z daemonset.apps "node-gather-daemonset" deleted [must-gather-8szf8] POD 2025-11-25T06:10:32.596438136Z + oc delete -f /etc/node-gather-crd.yaml [must-gather-8szf8] POD 2025-11-25T06:10:32.729911616Z namespace "node-gather" deleted [must-gather-8szf8] POD 2025-11-25T06:10:32.738462738Z serviceaccount "node-gather" deleted [must-gather-8szf8] POD 2025-11-25T06:10:34.514012848Z [disk usage checker] Volume usage percentage: current = 20 ; allowed = 70 [must-gather-8szf8] POD 2025-11-25T06:10:39.519957871Z [disk usage checker] Volume usage percentage: current = 20 ; allowed = 70 [must-gather-8szf8] POD 2025-11-25T06:10:40.619764034Z running gather_ns [must-gather-8szf8] POD 2025-11-25T06:10:40.622033455Z +++ dirname -- /usr/bin/gather_ns [must-gather-8szf8] POD 2025-11-25T06:10:40.623708103Z ++ cd -- /usr/bin [must-gather-8szf8] POD 2025-11-25T06:10:40.623773714Z ++ pwd [must-gather-8szf8] POD 2025-11-25T06:10:40.624059191Z + DIR_NAME=/usr/bin [must-gather-8szf8] POD 2025-11-25T06:10:40.624391588Z + source /usr/bin/common.sh [must-gather-8szf8] POD 2025-11-25T06:10:40.625334979Z ++++ dirname -- /usr/bin/common.sh [must-gather-8szf8] POD 2025-11-25T06:10:40.627024617Z +++ cd -- /usr/bin [must-gather-8szf8] POD 2025-11-25T06:10:40.627080208Z +++ pwd [must-gather-8szf8] POD 2025-11-25T06:10:40.627335084Z ++ DIR_NAME=/usr/bin [must-gather-8szf8] POD 2025-11-25T06:10:40.627363045Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-8szf8] POD 2025-11-25T06:10:40.627363045Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-8szf8] POD 2025-11-25T06:10:40.627378545Z ++ export PROS=5 [must-gather-8szf8] POD 2025-11-25T06:10:40.627378545Z ++ PROS=5 [must-gather-8szf8] POD 2025-11-25T06:10:40.627378545Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8szf8] POD 2025-11-25T06:10:40.627393605Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8szf8] POD 2025-11-25T06:10:40.627524738Z + check_command [must-gather-8szf8] POD 2025-11-25T06:10:40.627546899Z + [[ -z 1 ]] [must-gather-8szf8] POD 2025-11-25T06:10:40.627609430Z + get_log_collection_args [must-gather-8szf8] POD 2025-11-25T06:10:40.627652431Z + log_collection_args= [must-gather-8szf8] POD 2025-11-25T06:10:40.627703972Z + '[' -n '' ']' [must-gather-8szf8] POD 2025-11-25T06:10:40.627730203Z + '[' -n '' ']' [must-gather-8szf8] POD 2025-11-25T06:10:40.627730203Z + node_log_collection_args= [must-gather-8szf8] POD 2025-11-25T06:10:40.627744303Z + '[' -n '' ']' [must-gather-8szf8] POD 2025-11-25T06:10:40.627744303Z + '[' -n '' ']' [must-gather-8szf8] POD 2025-11-25T06:10:40.627744303Z + export log_collection_args [must-gather-8szf8] POD 2025-11-25T06:10:40.627758633Z + export node_log_collection_args [must-gather-8szf8] POD 2025-11-25T06:10:40.627806994Z + OS_IMAGE_NS=openshift-virtualization-os-images [must-gather-8szf8] POD 2025-11-25T06:10:40.627826905Z + namespaces=() [must-gather-8szf8] POD 2025-11-25T06:10:40.627862426Z + namespaces+=("${INSTALLATION_NAMESPACE}" openshift-operator-lifecycle-manager openshift-marketplace) [must-gather-8szf8] POD 2025-11-25T06:10:40.628610083Z ++ oc get network.config.openshift.io '-o=jsonpath={.items[0].spec.networkType}' [must-gather-8szf8] POD 2025-11-25T06:10:40.629006392Z ++ tr '[:upper:]' '[:lower:]' [must-gather-8szf8] POD 2025-11-25T06:10:40.758490391Z + NETWORK_TYPE=ovnkubernetes [must-gather-8szf8] POD 2025-11-25T06:10:40.758572303Z + [[ ovnkubernetes == \o\v\n\k\u\b\e\r\n\e\t\e\s ]] [must-gather-8szf8] POD 2025-11-25T06:10:40.758572303Z + namespaces+=(openshift-ovn-kubernetes) [must-gather-8szf8] POD 2025-11-25T06:10:40.758572303Z + namespaces+=("${OS_IMAGE_NS}") [must-gather-8szf8] POD 2025-11-25T06:10:40.758572303Z + resources+=(cdi) [must-gather-8szf8] POD 2025-11-25T06:10:40.758985542Z + echo openshift-cnv openshift-operator-lifecycle-manager openshift-marketplace openshift-ovn-kubernetes openshift-virtualization-os-images [must-gather-8szf8] POD 2025-11-25T06:10:40.759177456Z + tr ' ' '\n' [must-gather-8szf8] POD 2025-11-25T06:10:40.759464683Z + 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-8szf8] POD 2025-11-25T06:10:40.761323315Z sh -c 'echo inspecting namespace $1 && oc adm inspect ${log_collection_args} --dest-dir "${BASE_COLLECTION_PATH}" namespace $1' -- openshift-cnv [must-gather-8szf8] POD 2025-11-25T06:10:40.762470890Z 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-8szf8] POD 2025-11-25T06:10:40.763813830Z shinspecting namespace openshift-cnv [must-gather-8szf8] POD 2025-11-25T06:10:40.764007335Z -c 'echo inspecting namespace $1 && oc adm inspect ${log_collection_args} --dest-dir "${BASE_COLLECTION_PATH}" namespace $1' -- openshift-marketplace [must-gather-8szf8] POD 2025-11-25T06:10:40.764666019Z sh -c 'echo inspecting namespace $1 && oc adm inspect ${log_collection_args} --dest-dir "${BASE_COLLECTION_PATH}" namespace $1' --inspecting namespace openshift-operator-lifecycle-manager [must-gather-8szf8] POD 2025-11-25T06:10:40.764947926Z openshift-ovn-kubernetes [must-gather-8szf8] POD 2025-11-25T06:10:40.766577812Z inspecting namespace openshift-marketplace [must-gather-8szf8] POD 2025-11-25T06:10:40.769150120Z 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-8szf8] POD 2025-11-25T06:10:40.775094703Z inspecting namespace openshift-ovn-kubernetes [must-gather-8szf8] POD 2025-11-25T06:10:40.781180029Z inspecting namespace openshift-virtualization-os-images [must-gather-8szf8] POD 2025-11-25T06:10:41.220755883Z Gathering data for ns/openshift-marketplace... [must-gather-8szf8] POD 2025-11-25T06:10:41.260190447Z Gathering data for ns/openshift-operator-lifecycle-manager... [must-gather-8szf8] POD 2025-11-25T06:10:41.277573026Z Gathering data for ns/openshift-virtualization-os-images... [must-gather-8szf8] POD 2025-11-25T06:10:41.285038653Z Gathering data for ns/openshift-cnv... [must-gather-8szf8] POD 2025-11-25T06:10:41.319219808Z Gathering data for ns/openshift-ovn-kubernetes... [must-gather-8szf8] POD 2025-11-25T06:10:42.387558173Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-8szf8] POD 2025-11-25T06:10:42.472230079Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-8szf8] POD 2025-11-25T06:10:43.124935336Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-8szf8] POD 2025-11-25T06:10:44.516941129Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:10:44.548051406Z [disk usage checker] Volume usage percentage: current = 20 ; allowed = 70 [must-gather-8szf8] POD 2025-11-25T06:10:45.590487610Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-8szf8] POD 2025-11-25T06:10:45.700391152Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-8szf8] POD 2025-11-25T06:10:46.513435249Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-8szf8] POD 2025-11-25T06:10:46.602092095Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-8szf8] POD 2025-11-25T06:10:46.691167670Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-8szf8] POD 2025-11-25T06:10:47.475430342Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:10:47.580373203Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-8szf8] POD 2025-11-25T06:10:47.676604298Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-8szf8] POD 2025-11-25T06:10:47.964782761Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-8szf8] POD 2025-11-25T06:10:48.206392022Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-8szf8] POD 2025-11-25T06:10:48.264516424Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-8szf8] POD 2025-11-25T06:10:48.363007129Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-8szf8] POD 2025-11-25T06:10:48.971237000Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:10:49.059497117Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:10:49.524310626Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-8szf8] POD 2025-11-25T06:10:49.562572003Z [disk usage checker] Volume usage percentage: current = 20 ; allowed = 70 [must-gather-8szf8] POD 2025-11-25T06:10:50.192880838Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:10:50.202142125Z running gather_resources [must-gather-8szf8] POD 2025-11-25T06:10:50.205195384Z +++ dirname -- /usr/bin/gather_resources [must-gather-8szf8] POD 2025-11-25T06:10:50.207025425Z ++ cd -- /usr/bin [must-gather-8szf8] POD 2025-11-25T06:10:50.207158118Z ++ pwd [must-gather-8szf8] POD 2025-11-25T06:10:50.207430804Z + DIR_NAME=/usr/bin [must-gather-8szf8] POD 2025-11-25T06:10:50.207512366Z + source /usr/bin/common.sh [must-gather-8szf8] POD 2025-11-25T06:10:50.208513158Z ++++ dirname -- /usr/bin/common.sh [must-gather-8szf8] POD 2025-11-25T06:10:50.210209176Z +++ cd -- /usr/bin [must-gather-8szf8] POD 2025-11-25T06:10:50.210272498Z +++ pwd [must-gather-8szf8] POD 2025-11-25T06:10:50.210595015Z ++ DIR_NAME=/usr/bin [must-gather-8szf8] POD 2025-11-25T06:10:50.210726938Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-8szf8] POD 2025-11-25T06:10:50.210823100Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-8szf8] POD 2025-11-25T06:10:50.210930142Z ++ export PROS=5 [must-gather-8szf8] POD 2025-11-25T06:10:50.210978303Z ++ PROS=5 [must-gather-8szf8] POD 2025-11-25T06:10:50.211034704Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8szf8] POD 2025-11-25T06:10:50.211138667Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8szf8] POD 2025-11-25T06:10:50.211464494Z + check_command [must-gather-8szf8] POD 2025-11-25T06:10:50.211528175Z + [[ -z 1 ]] [must-gather-8szf8] POD 2025-11-25T06:10:50.211567027Z + get_log_collection_args [must-gather-8szf8] POD 2025-11-25T06:10:50.211697639Z + log_collection_args= [must-gather-8szf8] POD 2025-11-25T06:10:50.211776861Z + '[' -n '' ']' [must-gather-8szf8] POD 2025-11-25T06:10:50.211776861Z + '[' -n '' ']' [must-gather-8szf8] POD 2025-11-25T06:10:50.211829612Z + node_log_collection_args= [must-gather-8szf8] POD 2025-11-25T06:10:50.211829612Z + '[' -n '' ']' [must-gather-8szf8] POD 2025-11-25T06:10:50.211846203Z + '[' -n '' ']' [must-gather-8szf8] POD 2025-11-25T06:10:50.211846203Z + export log_collection_args [must-gather-8szf8] POD 2025-11-25T06:10:50.211846203Z + export node_log_collection_args [must-gather-8szf8] POD 2025-11-25T06:10:50.211861243Z + resources=() [must-gather-8szf8] POD 2025-11-25T06:10:50.211931284Z + resources+=(catalogsource) [must-gather-8szf8] POD 2025-11-25T06:10:50.211931284Z + resources+=(Network-attachment-definitions) [must-gather-8szf8] POD 2025-11-25T06:10:50.211931284Z + resources+=(nodenetworkstates nodenetworkconfigurationenactments nodenetworkconfigurationpolicies) [must-gather-8szf8] POD 2025-11-25T06:10:50.211931284Z + resources+=(istag) [must-gather-8szf8] POD 2025-11-25T06:10:50.211931284Z + resources+=(nodes) [must-gather-8szf8] POD 2025-11-25T06:10:50.211931284Z + resources+=(machines) [must-gather-8szf8] POD 2025-11-25T06:10:50.211948905Z + resources+=(storageclasses csidrivers csinodes csistoragecapacities volumeattachments persistentvolumes) [must-gather-8szf8] POD 2025-11-25T06:10:50.212202881Z + /usr/bin/version [must-gather-8szf8] POD 2025-11-25T06:10:50.339260826Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-8szf8] POD 2025-11-25T06:10:50.350963998Z + echo catalogsource Network-attachment-definitions nodenetworkstates nodenetworkconfigurationenactments nodenetworkconfigurationpolicies istag nodes machines storageclasses csidrivers csinodes csistoragecapacities volumeattachments persistentvolumes [must-gather-8szf8] POD 2025-11-25T06:10:50.351179633Z + tr ' ' '\n' [must-gather-8szf8] POD 2025-11-25T06:10:50.351312916Z + 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-8szf8] POD 2025-11-25T06:10:50.352884701Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- catalogsource [must-gather-8szf8] POD 2025-11-25T06:10:50.353963045Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- Network-attachment-definitions [must-gather-8szf8] POD 2025-11-25T06:10:50.354520578Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- nodenetworkstates [must-gather-8szf8] POD 2025-11-25T06:10:50.355409648Z inspecting catalogsource [must-gather-8szf8] POD 2025-11-25T06:10:50.355551601Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- nodenetworkconfigurationenactments [must-gather-8szf8] POD 2025-11-25T06:10:50.356294828Z inspecting Network-attachment-definitions [must-gather-8szf8] POD 2025-11-25T06:10:50.357510995Z inspecting nodenetworkstates [must-gather-8szf8] POD 2025-11-25T06:10:50.358399955Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- nodenetworkconfigurationpoliciesinspecting nodenetworkconfigurationenactments [must-gather-8szf8] POD 2025-11-25T06:10:50.361563006Z [must-gather-8szf8] POD 2025-11-25T06:10:50.376057000Z inspecting nodenetworkconfigurationpolicies [must-gather-8szf8] POD 2025-11-25T06:10:50.668265914Z error: the server doesn't have a resource type "nodenetworkstates" [must-gather-8szf8] POD 2025-11-25T06:10:50.673611814Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- istag [must-gather-8szf8] POD 2025-11-25T06:10:50.688935127Z inspecting istag [must-gather-8szf8] POD 2025-11-25T06:10:50.812416402Z error: the server doesn't have a resource type "nodenetworkconfigurationpolicies" [must-gather-8szf8] POD 2025-11-25T06:10:50.822120749Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- nodes [must-gather-8szf8] POD 2025-11-25T06:10:50.828501602Z inspecting nodes [must-gather-8szf8] POD 2025-11-25T06:10:50.847280153Z error: the server doesn't have a resource type "nodenetworkconfigurationenactments" [must-gather-8szf8] POD 2025-11-25T06:10:50.857478381Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- machines [must-gather-8szf8] POD 2025-11-25T06:10:50.869585392Z inspecting machines [must-gather-8szf8] POD 2025-11-25T06:10:51.796557071Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:10:51.804505019Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- storageclasses [must-gather-8szf8] POD 2025-11-25T06:10:51.821350766Z inspecting storageclasses [must-gather-8szf8] POD 2025-11-25T06:10:51.928719051Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:10:51.935447092Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- csidrivers [must-gather-8szf8] POD 2025-11-25T06:10:51.942853547Z inspecting csidrivers [must-gather-8szf8] POD 2025-11-25T06:10:52.609691201Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:10:52.618115890Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- csinodes [must-gather-8szf8] POD 2025-11-25T06:10:52.637055444Z inspecting csinodes [must-gather-8szf8] POD 2025-11-25T06:10:52.713590118Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:10:52.720972633Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- csistoragecapacities [must-gather-8szf8] POD 2025-11-25T06:10:52.747828974Z inspecting csistoragecapacities [must-gather-8szf8] POD 2025-11-25T06:10:52.769391877Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:10:52.785930838Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- volumeattachments [must-gather-8szf8] POD 2025-11-25T06:10:52.792464354Z inspecting volumeattachments [must-gather-8szf8] POD 2025-11-25T06:10:53.624059487Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:10:53.645792274Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- persistentvolumes [must-gather-8szf8] POD 2025-11-25T06:10:53.661188379Z inspecting persistentvolumes [must-gather-8szf8] POD 2025-11-25T06:10:53.701523562Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:10:54.262539646Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:10:54.430635840Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:10:54.488260270Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:10:54.569079070Z [disk usage checker] Volume usage percentage: current = 20 ; allowed = 70 [must-gather-8szf8] POD 2025-11-25T06:10:54.735311263Z Wrote inspect data to /must-gather. [must-gather-8szf8] POD 2025-11-25T06:10:54.742074514Z running gather_ssp [must-gather-8szf8] POD 2025-11-25T06:10:54.745431400Z +++ dirname -- /usr/bin/gather_ssp [must-gather-8szf8] POD 2025-11-25T06:10:54.747260641Z ++ cd -- /usr/bin [must-gather-8szf8] POD 2025-11-25T06:10:54.747327422Z ++ pwd [must-gather-8szf8] POD 2025-11-25T06:10:54.747520846Z + DIR_NAME=/usr/bin [must-gather-8szf8] POD 2025-11-25T06:10:54.747544057Z + source /usr/bin/common.sh [must-gather-8szf8] POD 2025-11-25T06:10:54.748428697Z ++++ dirname -- /usr/bin/common.sh [must-gather-8szf8] POD 2025-11-25T06:10:54.749890369Z +++ cd -- /usr/bin [must-gather-8szf8] POD 2025-11-25T06:10:54.749957151Z +++ pwd [must-gather-8szf8] POD 2025-11-25T06:10:54.750314509Z ++ DIR_NAME=/usr/bin [must-gather-8szf8] POD 2025-11-25T06:10:54.750314509Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-8szf8] POD 2025-11-25T06:10:54.750314509Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-8szf8] POD 2025-11-25T06:10:54.750314509Z ++ export PROS=5 [must-gather-8szf8] POD 2025-11-25T06:10:54.750314509Z ++ PROS=5 [must-gather-8szf8] POD 2025-11-25T06:10:54.750314509Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8szf8] POD 2025-11-25T06:10:54.750314509Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8szf8] POD 2025-11-25T06:10:54.750415461Z + check_command [must-gather-8szf8] POD 2025-11-25T06:10:54.750415461Z + [[ -z 1 ]] [must-gather-8szf8] POD 2025-11-25T06:10:54.751077366Z ++ /usr/bin/oc get templates --all-namespaces -l template.kubevirt.io/type=base -o 'jsonpath={range .items[*]}{.metadata.namespace}{"\n"}{end}' [must-gather-8szf8] POD 2025-11-25T06:10:54.751661819Z ++ uniq [must-gather-8szf8] POD 2025-11-25T06:10:54.947013874Z + namespaces=openshift [must-gather-8szf8] POD 2025-11-25T06:10:54.947444684Z + echo openshift [must-gather-8szf8] POD 2025-11-25T06:10:54.947549986Z + tr ' ' '\n' [must-gather-8szf8] POD 2025-11-25T06:10:54.947815192Z + 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-8szf8] POD 2025-11-25T06:10:54.949214633Z 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-8szf8] POD 2025-11-25T06:10:55.388161543Z + exit 0 [must-gather-8szf8] POD 2025-11-25T06:10:55.388634533Z running gather_virtualmachines [must-gather-8szf8] POD 2025-11-25T06:10:55.391451907Z +++ dirname -- /usr/bin/gather_virtualmachines [must-gather-8szf8] POD 2025-11-25T06:10:55.393396560Z ++ cd -- /usr/bin [must-gather-8szf8] POD 2025-11-25T06:10:55.393451001Z ++ pwd [must-gather-8szf8] POD 2025-11-25T06:10:55.393739088Z + DIR_NAME=/usr/bin [must-gather-8szf8] POD 2025-11-25T06:10:55.393739088Z + source /usr/bin/common.sh [must-gather-8szf8] POD 2025-11-25T06:10:55.394647948Z ++++ dirname -- /usr/bin/common.sh [must-gather-8szf8] POD 2025-11-25T06:10:55.396131152Z +++ cd -- /usr/bin [must-gather-8szf8] POD 2025-11-25T06:10:55.396210623Z +++ pwd [must-gather-8szf8] POD 2025-11-25T06:10:55.396499010Z ++ DIR_NAME=/usr/bin [must-gather-8szf8] POD 2025-11-25T06:10:55.396499010Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-8szf8] POD 2025-11-25T06:10:55.396499010Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-8szf8] POD 2025-11-25T06:10:55.396499010Z ++ export PROS=5 [must-gather-8szf8] POD 2025-11-25T06:10:55.396499010Z ++ PROS=5 [must-gather-8szf8] POD 2025-11-25T06:10:55.396499010Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8szf8] POD 2025-11-25T06:10:55.396628453Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8szf8] POD 2025-11-25T06:10:55.396676864Z + check_command [must-gather-8szf8] POD 2025-11-25T06:10:55.396676864Z + [[ -z 1 ]] [must-gather-8szf8] POD 2025-11-25T06:10:55.396676864Z + vmConvertor [must-gather-8szf8] POD 2025-11-25T06:10:55.420681661Z No VM found [must-gather-8szf8] POD 2025-11-25T06:10:55.421604172Z + exit 0 [must-gather-8szf8] POD 2025-11-25T06:10:55.421922149Z running gather_webhooks [must-gather-8szf8] POD 2025-11-25T06:10:55.424313153Z +++ dirname -- /usr/bin/gather_webhooks [must-gather-8szf8] POD 2025-11-25T06:10:55.425851367Z ++ cd -- /usr/bin [must-gather-8szf8] POD 2025-11-25T06:10:55.425952489Z ++ pwd [must-gather-8szf8] POD 2025-11-25T06:10:55.426297497Z + DIR_NAME=/usr/bin [must-gather-8szf8] POD 2025-11-25T06:10:55.426297497Z + source /usr/bin/common.sh [must-gather-8szf8] POD 2025-11-25T06:10:55.426934311Z ++++ dirname -- /usr/bin/common.sh [must-gather-8szf8] POD 2025-11-25T06:10:55.428542027Z +++ cd -- /usr/bin [must-gather-8szf8] POD 2025-11-25T06:10:55.428603999Z +++ pwd [must-gather-8szf8] POD 2025-11-25T06:10:55.428947656Z ++ DIR_NAME=/usr/bin [must-gather-8szf8] POD 2025-11-25T06:10:55.428947656Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-8szf8] POD 2025-11-25T06:10:55.428947656Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-8szf8] POD 2025-11-25T06:10:55.428947656Z ++ export PROS=5 [must-gather-8szf8] POD 2025-11-25T06:10:55.428947656Z ++ PROS=5 [must-gather-8szf8] POD 2025-11-25T06:10:55.428947656Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8szf8] POD 2025-11-25T06:10:55.428947656Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-8szf8] POD 2025-11-25T06:10:55.429206412Z + check_command [must-gather-8szf8] POD 2025-11-25T06:10:55.429206412Z + [[ -z 1 ]] [must-gather-8szf8] POD 2025-11-25T06:10:55.429206412Z + export -f gather_validating_wh [must-gather-8szf8] POD 2025-11-25T06:10:55.429250193Z + export -f gather_mutating_wh [must-gather-8szf8] POD 2025-11-25T06:10:55.429630012Z ++ /usr/bin/oc get validatingwebhookconfiguration -o custom-columns=NAME:.metadata.name --no-headers [must-gather-8szf8] POD 2025-11-25T06:10:55.557120147Z + validating_wh='admissionwebhook.noobaa.io-6mrdx [must-gather-8szf8] POD 2025-11-25T06:10:55.557120147Z alertmanagerconfigs.openshift.io [must-gather-8szf8] POD 2025-11-25T06:10:55.557120147Z autoscaling.openshift.io [must-gather-8szf8] POD 2025-11-25T06:10:55.557120147Z cdi-api-dataimportcron-validate [must-gather-8szf8] POD 2025-11-25T06:10:55.557120147Z cdi-api-datavolume-validate [must-gather-8szf8] POD 2025-11-25T06:10:55.557120147Z cdi-api-populator-validate [must-gather-8szf8] POD 2025-11-25T06:10:55.557120147Z cdi-api-validate [must-gather-8szf8] POD 2025-11-25T06:10:55.557120147Z cluster-baremetal-validating-webhook-configuration [must-gather-8szf8] POD 2025-11-25T06:10:55.557120147Z controlplanemachineset.machine.openshift.io [must-gather-8szf8] POD 2025-11-25T06:10:55.557120147Z machine-api [must-gather-8szf8] POD 2025-11-25T06:10:55.557120147Z monitoringconfigmaps.openshift.io [must-gather-8szf8] POD 2025-11-25T06:10:55.557120147Z multus.openshift.io [must-gather-8szf8] POD 2025-11-25T06:10:55.557120147Z network-node-identity.openshift.io [must-gather-8szf8] POD 2025-11-25T06:10:55.557120147Z objecttransfer-api-validate [must-gather-8szf8] POD 2025-11-25T06:10:55.557120147Z performance-addon-operator [must-gather-8szf8] POD 2025-11-25T06:10:55.557120147Z prometheusrules.openshift.io [must-gather-8szf8] POD 2025-11-25T06:10:55.557120147Z validate-hco.kubevirt.io-db7x2 [must-gather-8szf8] POD 2025-11-25T06:10:55.557120147Z validate-hostpath-provisioner.kubevirt.io-shj55 [must-gather-8szf8] POD 2025-11-25T06:10:55.557120147Z validation.v1beta2.ssp.kubevirt.io-6n87v [must-gather-8szf8] POD 2025-11-25T06:10:55.557120147Z validation.v1beta3.ssp.kubevirt.io-h48rf [must-gather-8szf8] POD 2025-11-25T06:10:55.557120147Z vbackup.cnpg.io-26hzb [must-gather-8szf8] POD 2025-11-25T06:10:55.557120147Z vcluster.cnpg.io-fxm7g [must-gather-8szf8] POD 2025-11-25T06:10:55.557120147Z vdatabase.cnpg.io-t5hrw [must-gather-8szf8] POD 2025-11-25T06:10:55.557120147Z virt-api-validator [must-gather-8szf8] POD 2025-11-25T06:10:55.557120147Z virt-operator-validator [must-gather-8szf8] POD 2025-11-25T06:10:55.557120147Z virt-template-validator [must-gather-8szf8] POD 2025-11-25T06:10:55.557120147Z vpooler.cnpg.io-52jz5 [must-gather-8szf8] POD 2025-11-25T06:10:55.557120147Z vscheduledbackup.cnpg.io-mw7bf' [must-gather-8szf8] POD 2025-11-25T06:10:55.557746851Z + echo 'admissionwebhook.noobaa.io-6mrdx [must-gather-8szf8] POD 2025-11-25T06:10:55.557746851Z alertmanagerconfigs.openshift.io [must-gather-8szf8] POD 2025-11-25T06:10:55.557746851Z autoscaling.openshift.io [must-gather-8szf8] POD 2025-11-25T06:10:55.557746851Z cdi-api-dataimportcron-validate [must-gather-8szf8] POD 2025-11-25T06:10:55.557746851Z cdi-api-datavolume-validate [must-gather-8szf8] POD 2025-11-25T06:10:55.557746851Z cdi-api-populator-validate [must-gather-8szf8] POD 2025-11-25T06:10:55.557746851Z cdi-api-validate [must-gather-8szf8] POD 2025-11-25T06:10:55.557746851Z cluster-baremetal-validating-webhook-configuration [must-gather-8szf8] POD 2025-11-25T06:10:55.557746851Z controlplanemachineset.machine.openshift.io [must-gather-8szf8] POD 2025-11-25T06:10:55.557746851Z machine-api [must-gather-8szf8] POD 2025-11-25T06:10:55.557746851Z monitoringconfigmaps.openshift.io [must-gather-8szf8] POD 2025-11-25T06:10:55.557746851Z multus.openshift.io [must-gather-8szf8] POD 2025-11-25T06:10:55.557746851Z network-node-identity.openshift.io [must-gather-8szf8] POD 2025-11-25T06:10:55.557746851Z objecttransfer-api-validate [must-gather-8szf8] POD 2025-11-25T06:10:55.557746851Z performance-addon-operator [must-gather-8szf8] POD 2025-11-25T06:10:55.557746851Z prometheusrules.openshift.io [must-gather-8szf8] POD 2025-11-25T06:10:55.557746851Z validate-hco.kubevirt.io-db7x2 [must-gather-8szf8] POD 2025-11-25T06:10:55.557746851Z validate-hostpath-provisioner.kubevirt.io-shj55 [must-gather-8szf8] POD 2025-11-25T06:10:55.557746851Z validation.v1beta2.ssp.kubevirt.io-6n87v [must-gather-8szf8] POD 2025-11-25T06:10:55.557746851Z validation.v1beta3.ssp.kubevirt.io-h48rf [must-gather-8szf8] POD 2025-11-25T06:10:55.557746851Z vbackup.cnpg.io-26hzb [must-gather-8szf8] POD 2025-11-25T06:10:55.557746851Z vcluster.cnpg.io-fxm7g [must-gather-8szf8] POD 2025-11-25T06:10:55.557746851Z vdatabase.cnpg.io-t5hrw [must-gather-8szf8] POD 2025-11-25T06:10:55.557746851Z virt-api-validator [must-gather-8szf8] POD 2025-11-25T06:10:55.557746851Z virt-operator-validator [must-gather-8szf8] POD 2025-11-25T06:10:55.557746851Z virt-template-validator [must-gather-8szf8] POD 2025-11-25T06:10:55.557746851Z vpooler.cnpg.io-52jz5 [must-gather-8szf8] POD 2025-11-25T06:10:55.557746851Z vscheduledbackup.cnpg.io-mw7bf' [must-gather-8szf8] POD 2025-11-25T06:10:55.557903854Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'gather_validating_wh $1' -- '{}' [must-gather-8szf8] POD 2025-11-25T06:10:55.559066700Z + tr ' ' '\n' [must-gather-8szf8] POD 2025-11-25T06:10:55.560890021Z sh -c 'gather_validating_wh $1' -- admissionwebhook.noobaa.io-6mrdx [must-gather-8szf8] POD 2025-11-25T06:10:55.561604397Z sh -c 'gather_validating_wh $1' -- alertmanagerconfigs.openshift.io [must-gather-8szf8] POD 2025-11-25T06:10:55.562561859Z sh -c 'gather_validating_wh $1' -- autoscaling.openshift.io [must-gather-8szf8] POD 2025-11-25T06:10:55.563895238Z sh -c 'gather_validating_wh $1' -- cdi-api-dataimportcron-validate [must-gather-8szf8] POD 2025-11-25T06:10:55.565412212Z sh -c 'gather_validating_wh $1' -- cdi-api-datavolume-validate [must-gather-8szf8] POD 2025-11-25T06:10:56.564593598Z sh -c 'gather_validating_wh $1' -- cdi-api-populator-validate [must-gather-8szf8] POD 2025-11-25T06:10:56.677557198Z sh -c 'gather_validating_wh $1' -- cdi-api-validate [must-gather-8szf8] POD 2025-11-25T06:10:56.805992325Z sh -c 'gather_validating_wh $1' -- cluster-baremetal-validating-webhook-configuration [must-gather-8szf8] POD 2025-11-25T06:10:56.840539558Z sh -c 'gather_validating_wh $1' -- controlplanemachineset.machine.openshift.io [must-gather-8szf8] POD 2025-11-25T06:10:56.976660522Z sh -c 'gather_validating_wh $1' -- machine-api [must-gather-8szf8] POD 2025-11-25T06:10:57.574348088Z sh -c 'gather_validating_wh $1' -- monitoringconfigmaps.openshift.io [must-gather-8szf8] POD 2025-11-25T06:10:57.932436036Z sh -c 'gather_validating_wh $1' -- multus.openshift.io [must-gather-8szf8] POD 2025-11-25T06:10:57.982219426Z sh -c 'gather_validating_wh $1' -- network-node-identity.openshift.io [must-gather-8szf8] POD 2025-11-25T06:10:58.000316299Z sh -c 'gather_validating_wh $1' -- objecttransfer-api-validate [must-gather-8szf8] POD 2025-11-25T06:10:58.101327289Z sh -c 'gather_validating_wh $1' -- performance-addon-operator [must-gather-8szf8] POD 2025-11-25T06:10:58.481278944Z sh -c 'gather_validating_wh $1' -- prometheusrules.openshift.io [must-gather-8szf8] POD 2025-11-25T06:10:58.852820912Z sh -c 'gather_validating_wh $1' -- validate-hco.kubevirt.io-db7x2 [must-gather-8szf8] POD 2025-11-25T06:10:58.879980337Z Error from server (NotFound): namespaces "