+ 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.sDEv -xzvf - oc oc + oc whoami --show-console https://console-openshift-console.apps.ci-op-rhf213iy-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 155m gp3-csi (default) ebs.csi.aws.com Delete WaitForFirstConsumer true 155m ocs-storagecluster-ceph-rbd (default) openshift-storage.rbd.csi.ceph.com Delete Immediate true 104m 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 104m openshift-storage.noobaa.io openshift-storage.noobaa.io/obc Delete Immediate false 102m + 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 155m gp3-csi ebs.csi.aws.com Delete WaitForFirstConsumer true 155m ocs-storagecluster-ceph-rbd openshift-storage.rbd.csi.ceph.com Delete Immediate true 104m 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 104m openshift-storage.noobaa.io openshift-storage.noobaa.io/obc Delete Immediate false 102m + 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-840d19d49be8" deleted datavolume.cdi.kubevirt.io "centos-stream9-01c3b5316e21" 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 volumesnapshot.snapshot.storage.k8s.io "fedora-68ed96832eca" deleted + 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-63cf152b-34ed-4167-bc53-10a50c5d2999" 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 prime-9e7dfabb-ff72-44b0-b6b8-ecb0ecba8fd1 Terminating pvc-e9d64e78-3583-4c61-baac-0f1c5d698305 0 ocs-storagecluster-ceph-rbd-virtualization 69s + 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.15 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.1 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 561 in process group 1 2025-12-04T06:07:35.127518 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-12-04T06:07:37.276347 pyhelper_utils.shell INFO Running Hide By User command 2025-12-04T06:07:37.275925 utilities.pytest_utils INFO Getting artifactory server information using cluster host url: https://api.ci-op-rhf213iy-d119b.cspilp.interop.ccitredhat.com:6443 2025-12-04T06:07:37.276257 utilities.pytest_utils INFO Using user requested `ARTIFACTORY_SERVER` environment variable: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 2025-12-04T06:07:39.787252 utilities.bitwarden INFO Cache info stats for pulling secrets: CacheInfo(hits=0, misses=1, maxsize=None, currsize=0) 2025-12-04T06:07:39.932280 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-12-04T06:07:40.063706 ocp_resources Namespace INFO Create Namespace cnv-tests-run-in-progress-ns 2025-12-04T06:07:40.063863 ocp_resources Namespace INFO Posting {'apiVersion': 'v1', 'kind': 'Namespace', 'metadata': {'name': 'cnv-tests-run-in-progress-ns'}, 'spec': {}} 2025-12-04T06:07:40.095288 ocp_resources Namespace INFO Wait until Namespace cnv-tests-run-in-progress-ns is created 2025-12-04T06:07:40.095708 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait.lambda: self.exists) 2025-12-04T06:07:40.110852 timeout_sampler INFO Elapsed time: 0.00015687942504882812 [0:00:00.000157] 2025-12-04T06:07:40.110990 ocp_resources Namespace INFO Wait for Namespace cnv-tests-run-in-progress-ns status to be Active 2025-12-04T06:07:40.111208 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-12-04T06:07:40.127348 ocp_resources Namespace INFO Status of Namespace cnv-tests-run-in-progress-ns is Active 2025-12-04T06:07:40.127725 timeout_sampler INFO Elapsed time: 0.00014352798461914062 [0:00:00.000144] 2025-12-04T06:07:40.127863 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 2 times] 2025-12-04T06:07:40.127938 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-12-04T06:07:40.149668 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-12-04T06:07:40.156944 ocp_resources ConfigMap INFO Create ConfigMap cnv-tests-run-in-progress 2025-12-04T06:07:40.157126 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-12-04T06:07:41.780288 ocp_resources.resource INFO kind: StorageClass api version: storage.k8s.io/v1 ============================= test session starts ============================== platform linux -- Python 3.14.1, 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 2096 items / 2074 deselected / 22 selected tests/infrastructure/instance_types/supported_os/test_rhel_os.py 2025-12-04 06:07:43,073 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:07:43,073 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-12-04 06:07:43,073 INFO sqlalchemy.engine.Engine [raw sql] () 2025-12-04 06:07:43,073 INFO sqlalchemy.engine.Engine PRAGMA temp.table_info("CnvTestTable") 2025-12-04 06:07:43,073 INFO sqlalchemy.engine.Engine [raw sql] () 2025-12-04 06:07:43,074 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-12-04 06:07:43,074 INFO sqlalchemy.engine.Engine [no key 0.00012s] () 2025-12-04T06:07:43.073062 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04T06:07:43.073314 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-12-04T06:07:43.073419 sqlalchemy.engine.Engine INFO [raw sql] () 2025-12-04T06:07:43.073832 sqlalchemy.engine.Engine INFO PRAGMA temp.table_info("CnvTestTable") 2025-12-04T06:07:43.073946 sqlalchemy.engine.Engine INFO [raw sql] () 2025-12-04T06:07:43.074474 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-12-04T06:07:43.074584 sqlalchemy.engine.Engine INFO [no key 0.00012s] () 2025-12-04 06:07:43,088 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04 06:07:43,090 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:07:43,091 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04 06:07:43,092 INFO sqlalchemy.engine.Engine [generated in 0.00018s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1764828463) 2025-12-04T06:07:43.088882 sqlalchemy.engine.Engine INFO COMMIT 2025-12-04 06:07:43,092 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04T06:07:43.089550 sqlalchemy.orm.mapper.Mapper INFO (CnvTestTable|CnvTestTable) _post_configure_properties() started 2025-12-04T06:07:43.089904 sqlalchemy.orm.mapper.Mapper INFO (CnvTestTable|CnvTestTable) initialize prop id 2025-12-04T06:07:43.090315 sqlalchemy.orm.mapper.Mapper INFO (CnvTestTable|CnvTestTable) initialize prop test_name 2025-12-04T06:07:43.090473 sqlalchemy.orm.mapper.Mapper INFO (CnvTestTable|CnvTestTable) initialize prop start_time 2025-12-04T06:07:43.090593 sqlalchemy.orm.mapper.Mapper INFO (CnvTestTable|CnvTestTable) _post_configure_properties() complete 2025-12-04T06:07:43.090965 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04T06:07:43.091952 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04T06:07:43.092066 sqlalchemy.engine.Engine INFO [generated in 0.00018s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1764828463) 2025-12-04T06:07:43.092738 sqlalchemy.engine.Engine INFO COMMIT ------------------------ test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] ------------------------ -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-12-04T06:07:43.100717 conftest INFO Executing session fixture: admin_client 2025-12-04T06:07:43.100975 conftest INFO Executing session fixture: pytestconfig 2025-12-04T06:07:43.101133 conftest INFO Executing session fixture: installing_cnv 2025-12-04T06:07:43.101275 conftest INFO Executing session fixture: cnv_tests_utilities_namespace 2025-12-04T06:07:43.118445 ocp_resources Namespace INFO Create Namespace cnv-tests-utilities 2025-12-04T06:07:43.118610 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-12-04T06:07:43.161483 ocp_resources Namespace INFO Wait for Namespace cnv-tests-utilities status to be Active 2025-12-04T06:07:43.161883 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-12-04T06:07:43.179458 ocp_resources Namespace INFO Status of Namespace cnv-tests-utilities is Active 2025-12-04T06:07:43.179830 timeout_sampler INFO Elapsed time: 9.870529174804688e-05 [0:00:00.000099] 2025-12-04T06:07:43.180612 ocp_resources.resource INFO kind: OAuth api version: config.openshift.io/v1 --- [DuplicateFilter: Last log `kind: StorageClass api version: storage.k8s.io/v1` repeated 11 times] 2025-12-04T06:07:43.180016 conftest INFO Executing session fixture: skip_unprivileged_client 2025-12-04T06:07:43.180151 conftest INFO Executing session fixture: identity_provider_config 2025-12-04T06:07:43.180824 conftest INFO Executing session fixture: leftovers_cleanup 2025-12-04T06:07:43.181545 ocp_resources.resource INFO kind: DaemonSet api version: apps/v1 2025-12-04T06:07:43.180917 tests.conftest INFO Checking for leftover resources 2025-12-04T06:07:43.232959 ocp_resources.resource INFO ResourceEdits: Updating data for resource OAuth cluster 2025-12-04T06:07:43.233054 ocp_resources OAuth INFO Update OAuth cluster: {'metadata': {'name': 'cluster'}, 'spec': {}} 2025-12-04T06:07:43.252280 conftest INFO Executing session fixture: artifactory_setup 2025-12-04T06:07:43.252405 tests.conftest INFO Checking for artifactory credentials: 2025-12-04T06:07:43.252565 conftest INFO Executing session fixture: os_path_environment 2025-12-04T06:07:43.252748 conftest INFO Executing session fixture: tmpdir_factory 2025-12-04T06:07:43.252894 conftest INFO Executing session fixture: bin_directory 2025-12-04T06:07:43.254290 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-12-04T06:07:43.253975 conftest INFO Executing session fixture: virtctl_binary 2025-12-04T06:07:43.261777 ocp_resources.resource INFO kind: ConsoleCLIDownload api version: console.openshift.io/v1 2025-12-04T06:07:43.321802 utilities.infra INFO Downloading archive using: url=https://hyperconverged-cluster-cli-download-openshift-cnv.apps.ci-op-rhf213iy-d119b.cspilp.interop.ccitredhat.com/amd64/linux/virtctl.tar.gz 2025-12-04T06:07:43.619394 utilities.infra INFO Extract the downloaded archive. 2025-12-04T06:07:43.883438 utilities.infra INFO Downloaded file: ['virtctl'] 2025-12-04T06:07:43.889940 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-12-04T06:07:43.889485 conftest INFO Executing session fixture: oc_binary 2025-12-04T06:07:43.897430 ocp_resources.resource INFO kind: ConsoleCLIDownload api version: console.openshift.io/v1 2025-12-04T06:07:43.962586 utilities.infra INFO Downloading archive using: url=https://downloads-openshift-console.apps.ci-op-rhf213iy-d119b.cspilp.interop.ccitredhat.com/amd64/linux/oc.tar 2025-12-04T06:07:45.025235 utilities.infra INFO Extract the downloaded archive. 2025-12-04T06:07:45.177433 utilities.infra INFO Downloaded file: ['oc'] 2025-12-04T06:07:45.204974 ocp_resources.resource INFO kind: ClusterVersion api version: config.openshift.io/v1 2025-12-04T06:07:45.203995 conftest INFO Executing session fixture: bin_directory_to_os_path 2025-12-04T06:07:45.204412 tests.conftest INFO Adding /tmp/pytest-KDDAybPBTNczBPEZnH6zMB/bin0 to $PATH 2025-12-04T06:07:45.204724 conftest INFO Executing session fixture: openshift_current_version 2025-12-04T06:07:45.240194 conftest INFO Executing session fixture: hco_namespace 2025-12-04T06:07:45.256528 conftest INFO Executing session fixture: csv_scope_session 2025-12-04T06:07:45.311973 ocp_resources.resource INFO kind: Subscription api version: operators.coreos.com/v1alpha1 2025-12-04T06:07:45.345241 ocp_resources.resource INFO kind: ClusterServiceVersion api version: operators.coreos.com/v1alpha1 2025-12-04T06:07:45.417453 conftest INFO Executing session fixture: cnv_current_version 2025-12-04T06:07:45.449493 ocp_resources.resource INFO kind: Subscription api version: operators.coreos.com/v1alpha1 2025-12-04T06:07:45.449322 conftest INFO Executing session fixture: cnv_subscription_scope_session 2025-12-04T06:07:45.466184 conftest INFO Executing session fixture: hco_image 2025-12-04T06:07:45.483983 ocp_resources.resource INFO kind: CatalogSource api version: operators.coreos.com/v1alpha1 2025-12-04T06:07:45.518042 ocp_resources.resource INFO kind: StorageClass api version: storage.k8s.io/v1 2025-12-04T06:07:45.517782 conftest INFO Executing session fixture: cluster_storage_classes 2025-12-04T06:07:45.535848 ocp_resources.resource INFO kind: ClusterServiceVersion api version: operators.coreos.com/v1alpha1 2025-12-04T06:07:45.535506 conftest INFO Executing session fixture: ocs_storage_class 2025-12-04T06:07:45.535689 conftest INFO Executing session fixture: ocs_current_version 2025-12-04T06:07:45.572523 conftest INFO Executing session fixture: kubevirt_resource_scope_session 2025-12-04T06:07:45.598803 ocp_resources.resource INFO kind: KubeVirt api version: kubevirt.io/v1 2025-12-04T06:07:45.617935 ocp_resources.resource INFO kind: Network api version: config.openshift.io/v1 2025-12-04T06:07:45.617613 conftest INFO Executing session fixture: cluster_service_network 2025-12-04T06:07:45.634893 conftest INFO Executing session fixture: ipv6_supported_cluster 2025-12-04T06:07:45.635097 conftest INFO Executing session fixture: ipv4_supported_cluster 2025-12-04T06:07:45.635265 conftest INFO Executing session fixture: nodes 2025-12-04T06:07:45.658382 conftest INFO Executing session fixture: workers 2025-12-04T06:07:45.766537 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-12-04T06:07:45.765944 conftest INFO Executing session fixture: cnv_source 2025-12-04T06:07:45.766116 conftest INFO Executing session fixture: is_production_source 2025-12-04T06:07:45.766260 conftest INFO Executing session fixture: generated_pulled_secret 2025-12-04T06:07:45.835863 conftest INFO Executing session fixture: cnv_tests_utilities_service_account 2025-12-04T06:07:45.843584 ocp_resources ServiceAccount INFO Create ServiceAccount cnv-tests-sa 2025-12-04T06:07:45.843735 ocp_resources ServiceAccount INFO Posting {'apiVersion': 'v1', 'kind': 'ServiceAccount', 'metadata': {'name': 'cnv-tests-sa', 'namespace': 'cnv-tests-utilities'}} 2025-12-04T06:07:46.048003 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-net-utils:latest --filter-by-os linux/amd64 --registry-config=/tmp/tmpik5w66i6-cnv-tests-pull-secret/pull-secrets.json'}) 2025-12-04T06:07:46.048412 pyhelper_utils.shell INFO Running oc image -o json info quay.io/openshift-cnv/qe-net-utils:latest --filter-by-os linux/amd64 --registry-config=/tmp/tmpik5w66i6-cnv-tests-pull-secret/pull-secrets.json command 2025-12-04T06:07:46.047721 conftest INFO Executing session fixture: utility_daemonset 2025-12-04T06:07:47.082506 timeout_sampler INFO Elapsed time: 0.0003464221954345703 [0:00:00.000346] 2025-12-04T06:07:47.100925 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-12-04T06:07:47.107475 ocp_resources DaemonSet INFO Create DaemonSet utility 2025-12-04T06:07:47.107673 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-net-utils:latest@sha256:05d31b06b9d322deaa4731eb7a45a5ddeccbe3515567ccc66c0183244057544e', '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-12-04T06:07:47.178761 ocp_resources DaemonSet INFO Wait for DaemonSet utility to deploy all desired pods 2025-12-04T06:07:47.179088 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-12-04T06:08:08.923393 timeout_sampler INFO Elapsed time: 21.731199979782104 [0:00:21.731200] 2025-12-04T06:08:08.923826 conftest INFO Executing session fixture: workers_utility_pods 2025-12-04T06:08:09.378273 conftest INFO Executing session fixture: workers_type 2025-12-04T06:08:09.429180 ocp_resources Pod INFO Execute ['chroot', '/host', 'bash', '-c', 'systemd-detect-virt'] on utility-285zq (ip-10-0-63-26.ec2.internal) 2025-12-04T06:08:09.531985 tests.conftest INFO Cluster workers are: physical 2025-12-04T06:08:09.532311 conftest INFO Executing session fixture: nodes_cpu_architecture 2025-12-04T06:08:09.639938 pyhelper_utils.shell INFO Running virtctl --kubeconfig /tmp/kubeconfig-1563171100 version command 2025-12-04T06:08:09.639813 conftest INFO Executing session fixture: cluster_info 2025-12-04T06:08:09.708638 ocp_resources.resource INFO kind: Network api version: config.openshift.io/v1 2025-12-04T06:08:09.725702 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:1078945 OCS version: 4.19.9-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-8-g53f7df8cb1", GitCommit:"53f7df8cb189914f95e568cffee7cf5ea17d193f", GitTreeState:"clean", BuildDate:"2025-12-02T13:51:19Z", 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-8-g53f7df8cb1", GitCommit:"53f7df8cb189914f95e568cffee7cf5ea17d193f", GitTreeState:"clean", BuildDate:"2025-12-02T14:08:13Z", GoVersion:"go1.24.6 (Red Hat 1.24.6-1.el9_6) X:strictfipsruntime", Compiler:"gc", Platform:"linux/amd64"}  2025-12-04T06:08:09.726053 conftest INFO Executing function fixture: term_handler_scope_function 2025-12-04T06:08:09.726257 conftest INFO Executing class fixture: term_handler_scope_class 2025-12-04T06:08:09.726406 conftest INFO Executing module fixture: term_handler_scope_module 2025-12-04T06:08:09.726528 conftest INFO Executing session fixture: term_handler_scope_session 2025-12-04T06:08:09.726698 conftest INFO Executing session fixture: record_testsuite_property 2025-12-04T06:08:09.726839 conftest INFO Executing session fixture: junitxml_polarion 2025-12-04T06:08:09.729976 conftest INFO Executing session fixture: cluster_storage_classes_names 2025-12-04T06:08:09.730151 conftest INFO Executing session fixture: junitxml_plugin 2025-12-04T06:08:09.730329 conftest INFO Executing session fixture: hyperconverged_resource_scope_session 2025-12-04T06:08:09.757875 ocp_resources.resource INFO kind: HyperConverged api version: hco.kubevirt.io/v1beta1 2025-12-04T06:08:09.775937 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. 2025-12-04T06:08:09.775614 conftest INFO Executing session fixture: cluster_sanity_scope_session 2025-12-04T06:08:09.775774 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2025-12-04T06:08:09.775836 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2025-12-04T06:08:09.775890 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2025-12-04T06:08:09.882395 ocp_utilities.infra INFO Verify all nodes are schedulable. 2025-12-04T06:08:09.989730 timeout_sampler INFO Waiting for 300 seconds [0:05:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2025-12-04T06:08:11.414201 timeout_sampler INFO Elapsed time: 0.00010824203491210938 [0:00:00.000108] 2025-12-04T06:08:11.414531 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-12-04T06:08:11.414417 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-12-04T06:08:21.551387 timeout_sampler INFO Elapsed time: 10.085762739181519 [0:00:10.085763] 2025-12-04T06:08:21.552153 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. 2025-12-04T06:08:21.551811 conftest INFO Executing module fixture: cluster_sanity_scope_module 2025-12-04T06:08:21.551979 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2025-12-04T06:08:21.552046 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2025-12-04T06:08:21.552105 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2025-12-04T06:08:21.671907 ocp_utilities.infra INFO Verify all nodes are schedulable. 2025-12-04T06:08:21.778141 timeout_sampler INFO Waiting for 300 seconds [0:05:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2025-12-04T06:08:23.224479 timeout_sampler INFO Elapsed time: 0.00018596649169921875 [0:00:00.000186] 2025-12-04T06:08:23.224797 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-12-04T06:08:23.224684 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-12-04T06:08:33.365602 timeout_sampler INFO Elapsed time: 10.092844724655151 [0:00:10.092845] 2025-12-04T06:08:33.365986 conftest INFO Executing session fixture: ssh_key_tmpdir_scope_session 2025-12-04T06:08:33.366740 conftest INFO Executing session fixture: generated_ssh_key_for_vm_access 2025-12-04T06:08:33.406107 conftest INFO Executing function fixture: autouse_fixtures 2025-12-04T06:08:33.406372 conftest INFO Executing session fixture: unprivileged_secret 2025-12-04T06:08:33.408732 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-12-04T06:08:33.416798 ocp_resources Secret INFO Create Secret htpass-secret-for-cnv-tests 2025-12-04T06:08:33.416964 ocp_resources Secret INFO Posting {'apiVersion': 'v1', 'kind': 'Secret', 'metadata': {'name': 'htpass-secret-for-cnv-tests', 'namespace': 'openshift-config'}, 'data': '*******'} 2025-12-04T06:08:33.487829 ocp_resources.resource INFO ResourceEdit: Backing up old data 2025-12-04T06:08:33.487627 conftest INFO Executing session fixture: identity_provider_with_htpasswd 2025-12-04T06:08:33.505477 ocp_resources.resource INFO ResourceEdits: Updating data for resource OAuth cluster 2025-12-04T06:08:33.505599 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-12-04T06:08:33.528505 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-12-04T06:08:33.536519 ocp_resources.resource INFO kind: Deployment api version: apps/v1 2025-12-04T06:08:33.602511 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: tests.conftest..lambda: dp.instance.status.conditions) 2025-12-04T06:08:33.602311 tests.conftest INFO Wait for oauth-openshift -> Type: Progressing -> Reason: ReplicaSetUpdated 2025-12-04T06:08:53.131807 timeout_sampler INFO Elapsed time: 19.50264835357666 [0:00:19.502648] 2025-12-04T06:08:53.132147 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: tests.conftest..lambda: dp.instance.status.conditions) 2025-12-04T06:08:53.131992 tests.conftest INFO Wait for oauth-openshift -> Type: Progressing -> Reason: NewReplicaSetAvailable 2025-12-04T06:09:47.604157 timeout_sampler INFO Elapsed time: 54.445953369140625 [0:00:54.445953] 2025-12-04T06:09:47.604571 conftest INFO Executing session fixture: kubeconfig_export_path 2025-12-04T06:09:47.604734 conftest INFO Executing session fixture: exported_kubeconfig 2025-12-04T06:09:47.605191 tests.conftest INFO Setting KUBECONFIG dir for this run to point to: /tmp/tmpihezs0yo-cnv-tests-kubeconfig 2025-12-04T06:09:47.605303 tests.conftest INFO Copy KUBECONFIG to /tmp/tmpihezs0yo-cnv-tests-kubeconfig/kubeconfig 2025-12-04T06:09:47.605723 tests.conftest INFO Set: KUBECONFIG=/tmp/tmpihezs0yo-cnv-tests-kubeconfig/kubeconfig 2025-12-04T06:09:47.605873 conftest INFO Executing session fixture: unprivileged_client 2025-12-04T06:09:47.730073 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-rhf213iy-d119b.cspilp.interop.ccitredhat.com:6443 -u unprivileged-user -p unprivileged-password', 'shell': True, 'stdout': -1, 'stderr': -1}) 2025-12-04T06:09:47.729837 utilities.infra INFO Trying to login to account 2025-12-04T06:09:48.268982 timeout_sampler INFO Elapsed time: 0.0002288818359375 [0:00:00.000229] 2025-12-04T06:09:48.268762 utilities.infra INFO Login - success 2025-12-04T06:09:48.276648 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-rhf213iy-d119b.cspilp.interop.ccitredhat.com:6443 -u system:admin', 'shell': True, 'stdout': -1, 'stderr': -1}) 2025-12-04T06:09:48.276528 utilities.infra INFO Trying to login to account 2025-12-04T06:09:48.588334 timeout_sampler INFO Elapsed time: 0.0002205371856689453 [0:00:00.000221] 2025-12-04T06:09:48.588891 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-12-04T06:09:48.588080 utilities.infra INFO Login - success 2025-12-04T06:09:48.603864 conftest INFO Executing session fixture: golden_images_namespace 2025-12-04T06:09:48.622039 conftest INFO Executing session fixture: schedulable_nodes 2025-12-04T06:09:49.026647 conftest INFO Executing session fixture: cluster_node_cpus 2025-12-04T06:09:49.086592 conftest INFO Executing session fixture: cluster_common_modern_node_cpu 2025-12-04T06:09:49.086841 conftest INFO Executing session fixture: host_cpu_model 2025-12-04T06:09:49.143068 ocp_resources.resource INFO kind: ProjectRequest api version: project.openshift.io/v1 2025-12-04T06:09:49.141985 conftest INFO Executing session fixture: modern_cpu_for_migration 2025-12-04T06:09:49.143209 ocp_resources ProjectRequest INFO Create ProjectRequest instance-types-supported-os-test-rhel-os 2025-12-04T06:09:49.142148 utilities.cpu INFO Host model cpus for all nodes are same {'ip-10-0-15-69.ec2.internal': 'Skylake-Server-IBRS', 'ip-10-0-63-26.ec2.internal': 'Skylake-Server-IBRS', 'ip-10-0-95-238.ec2.internal': 'Skylake-Server-IBRS'}. No common cpus are needed 2025-12-04T06:09:49.143597 ocp_resources ProjectRequest INFO Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'instance-types-supported-os-test-rhel-os'}} 2025-12-04T06:09:49.142375 conftest INFO Executing module fixture: namespace 2025-12-04T06:09:49.269059 ocp_resources.resource INFO kind: Project api version: project.openshift.io/v1 2025-12-04T06:09:49.269212 ocp_resources Project INFO Wait for Project instance-types-supported-os-test-rhel-os status to be Active 2025-12-04T06:09:49.269440 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-12-04T06:09:49.287777 ocp_resources Project INFO Status of Project instance-types-supported-os-test-rhel-os is Active 2025-12-04T06:09:49.288033 timeout_sampler INFO Elapsed time: 8.416175842285156e-05 [0:00:00.000084] 2025-12-04T06:09:49.304929 ocp_resources Namespace INFO Wait for Namespace instance-types-supported-os-test-rhel-os status to be Active 2025-12-04T06:09:49.305156 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-12-04T06:09:49.321272 ocp_resources Namespace INFO Status of Namespace instance-types-supported-os-test-rhel-os is Active 2025-12-04T06:09:49.321507 timeout_sampler INFO Elapsed time: 0.00010251998901367188 [0:00:00.000103] 2025-12-04T06:09:49.321638 ocp_resources.resource INFO ResourceEdits: Updating data for resource Namespace instance-types-supported-os-test-rhel-os 2025-12-04T06:09:49.321743 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-12-04T06:09:49.356619 conftest INFO Executing module fixture: instance_type_rhel_os_matrix__module__ 2025-12-04T06:09:49.356915 conftest INFO Executing module fixture: storage_class_matrix__module__ 2025-12-04T06:09:49.357063 conftest INFO Executing module fixture: golden_image_rhel_vm_with_instance_type 2025-12-04T06:09:49.381898 ocp_resources.resource INFO kind: DataSource api version: cdi.kubevirt.io/v1beta1 2025-12-04T06:09:49.394998 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 1141, 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': '1c951515-3498-41d6-989a-917a72bbb6a9', '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': '75b18e27-356a-4449-ae08-1504a36ea5b7', 'X-Kubernetes-Pf-Prioritylevel-Uid': 'c3d0f627-09bd-4174-a7f7-5fe84d81ac29', 'Date': 'Thu, 04 Dec 2025 06:09:49 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.011460542678833008 [0:00:00.011461] The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/runner.py", line 353, in from_call result: TResult | None = func() ~~~~^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/runner.py", line 245, in lambda: runtest_hook(item=item, **kwds), ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_hooks.py", line 512, in __call__ return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_manager.py", line 120, in _hookexec return self._inner_hookexec(hook_name, methods, kwargs, firstresult) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 167, in _multicall raise exception File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) ~~~~~~~~~~~~~~^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/capture.py", line 895, in pytest_runtest_setup return (yield) ^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 121, in _multicall res = hook_impl.function(*args) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/runner.py", line 165, in pytest_runtest_setup item.session._setupstate.setup(item) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/runner.py", line 523, in setup col.setup() ~~~~~~~~~^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/python.py", line 1723, in setup self._request._fillfixtures() ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 707, in _fillfixtures item.funcargs[argname] = self.getfixturevalue(argname) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 539, in getfixturevalue fixturedef = self._get_active_fixturedef(argname) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 627, in _get_active_fixturedef fixturedef.execute(request=subrequest) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 1110, in execute result: FixtureValue = ihook.pytest_fixture_setup( ~~~~~~~~~~~~~~~~~~~~~~~~~~^ fixturedef=self, request=request ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_hooks.py", line 512, in __call__ return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_manager.py", line 120, in _hookexec return self._inner_hookexec(hook_name, methods, kwargs, firstresult) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 167, in _multicall raise exception File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) ~~~~~~~~~~~~~~^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 53, in run_old_style_hookwrapper return result.get_result() ~~~~~~~~~~~~~~~~~^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_result.py", line 103, in get_result raise exc.with_traceback(tb) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 38, in run_old_style_hookwrapper res = yield ^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) ~~~~~~~~~~~~~~^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/setuponly.py", line 36, in pytest_fixture_setup return (yield) ^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 121, in _multicall res = hook_impl.function(*args) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 1202, in pytest_fixture_setup result = call_fixture_func(fixturefunc, request, kwargs) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 915, in call_fixture_func fixture_result = fixturefunc(**kwargs) File "/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/conftest.py", line 40, in golden_image_rhel_vm_with_instance_type return golden_image_vm_with_instance_type( client=unprivileged_client, ...<4 lines>... data_source_name=instance_type_rhel_os_matrix__module__[os_name][DATA_SOURCE_NAME], ) File "/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/utils.py", line 22, in golden_image_vm_with_instance_type data_volume_template=data_volume_template_with_source_ref_dict( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ data_source=DataSource( ^^^^^^^^^^^^^^^^^^^^^^^ ...<4 lines>... storage_class=storage_class_name, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ), ^ File "/openshift-virtualization-tests/utilities/storage.py", line 567, in data_volume_template_with_source_ref_dict source_dict = data_source.source.instance.to_dict() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/ocp_resources/resource.py", line 1670, in instance return self.retry_cluster_exceptions(func=_instance) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/ocp_resources/resource.py", line 1146, 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 1668, 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': '1c951515-3498-41d6-989a-917a72bbb6a9', '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': '75b18e27-356a-4449-ae08-1504a36ea5b7', 'X-Kubernetes-Pf-Prioritylevel-Uid': 'c3d0f627-09bd-4174-a7f7-5fe84d81ac29', 'Date': 'Thu, 04 Dec 2025 06:09:49 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-12-04 06:09:49,413 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:09:49,413 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-12-04 06:09:49,413 INFO sqlalchemy.engine.Engine [raw sql] () Traceback (most recent call last): File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/ocp_resources/resource.py", line 1141, 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': '1c951515-3498-41d6-989a-917a72bbb6a9', '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': '75b18e27-356a-4449-ae08-1504a36ea5b7', 'X-Kubernetes-Pf-Prioritylevel-Uid': 'c3d0f627-09bd-4174-a7f7-5fe84d81ac29', 'Date': 'Thu, 04 Dec 2025 06:09:49 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.011460542678833008 [0:00:00.011461] The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/runner.py", line 353, in from_call result: TResult | None = func() ~~~~^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/runner.py", line 245, in lambda: runtest_hook(item=item, **kwds), ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_hooks.py", line 512, in __call__ return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_manager.py", line 120, in _hookexec return self._inner_hookexec(hook_name, methods, kwargs, firstresult) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 167, in _multicall raise exception File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) ~~~~~~~~~~~~~~^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/capture.py", line 895, in pytest_runtest_setup return (yield) ^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 121, in _multicall res = hook_impl.function(*args) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/runner.py", line 165, in pytest_runtest_setup item.session._setupstate.setup(item) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/runner.py", line 523, in setup col.setup() ~~~~~~~~~^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/python.py", line 1723, in setup self._request._fillfixtures() ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 707, in _fillfixtures item.funcargs[argname] = self.getfixturevalue(argname) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 539, in getfixturevalue fixturedef = self._get_active_fixturedef(argname) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 627, in _get_active_fixturedef fixturedef.execute(request=subrequest) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 1110, in execute result: FixtureValue = ihook.pytest_fixture_setup( ~~~~~~~~~~~~~~~~~~~~~~~~~~^ fixturedef=self, request=request ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_hooks.py", line 512, in __call__ return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_manager.py", line 120, in _hookexec return self._inner_hookexec(hook_name, methods, kwargs, firstresult) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 167, in _multicall raise exception File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) ~~~~~~~~~~~~~~^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 53, in run_old_style_hookwrapper return result.get_result() ~~~~~~~~~~~~~~~~~^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_result.py", line 103, in get_result raise exc.with_traceback(tb) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 38, in run_old_style_hookwrapper res = yield ^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) ~~~~~~~~~~~~~~^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/setuponly.py", line 36, in pytest_fixture_setup return (yield) ^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 121, in _multicall res = hook_impl.function(*args) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 1202, in pytest_fixture_setup result = call_fixture_func(fixturefunc, request, kwargs) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 915, in call_fixture_func fixture_result = fixturefunc(**kwargs) File "/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/conftest.py", line 40, in golden_image_rhel_vm_with_instance_type return golden_image_vm_with_instance_type( client=unprivileged_client, ...<4 lines>... data_source_name=instance_type_rhel_os_matrix__module__[os_name][DATA_SOURCE_NAME], ) File "/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/utils.py", line 22, in golden_image_vm_with_instance_type data_volume_template=data_volume_template_with_source_ref_dict( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ data_source=DataSource( ^^^^^^^^^^^^^^^^^^^^^^^ ...<4 lines>... storage_class=storage_class_name, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ), ^ File "/openshift-virtualization-tests/utilities/storage.py", line 567, in data_volume_template_with_source_ref_dict source_dict = data_source.source.instance.to_dict() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/ocp_resources/resource.py", line 1670, in instance return self.retry_cluster_exceptions(func=_instance) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/ocp_resources/resource.py", line 1146, 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 1668, 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': '1c951515-3498-41d6-989a-917a72bbb6a9', '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': '75b18e27-356a-4449-ae08-1504a36ea5b7', 'X-Kubernetes-Pf-Prioritylevel-Uid': 'c3d0f627-09bd-4174-a7f7-5fe84d81ac29', 'Date': 'Thu, 04 Dec 2025 06:09:49 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-12-04 06:09:49,414 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04 06:09:49,415 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04T06:09:49.412573 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-12-04 06:09:49,416 INFO sqlalchemy.engine.Engine SELECT "CnvTestTable".start_time AS "CnvTestTable_start_time" FROM "CnvTestTable" WHERE "CnvTestTable".test_name = ? 2025-12-04 06:09:49,416 INFO sqlalchemy.engine.Engine [generated in 0.00018s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]',) 2025-12-04T06:09:49.413506 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04 06:09:49,417 INFO sqlalchemy.engine.Engine ROLLBACK 2025-12-04T06:09:49.417647 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-12-04T06:09:49.413734 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-12-04T06:09:49.413832 sqlalchemy.engine.Engine INFO [raw sql] () 2025-12-04T06:09:49.414342 sqlalchemy.engine.Engine INFO COMMIT 2025-12-04T06:09:49.415027 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04T06:09:49.416625 sqlalchemy.engine.Engine INFO SELECT "CnvTestTable".start_time AS "CnvTestTable_start_time" FROM "CnvTestTable" WHERE "CnvTestTable".test_name = ? 2025-12-04T06:09:49.416740 sqlalchemy.engine.Engine INFO [generated in 0.00018s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_create_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]',) 2025-12-04T06:09:49.417247 sqlalchemy.engine.Engine INFO ROLLBACK 2025-12-04T06:09:49.444970 ocp_resources.resource INFO kind: Subscription api version: operators.coreos.com/v1alpha1 2025-12-04T06:09:49.577441 utilities.data_collector INFO Collecting cnv-must gather using CSV: kubevirt-hyperconverged-operator.v4.21.0 2025-12-04T06:09:49.618544 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=126s --timeout=900s -- /usr/bin/gather --vms_details command 2025-12-04T06:11:47.633726 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 _ 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 ------------------------------------------------------- TEARDOWN ------------------------------------------------------- 2025-12-04 06:11:47,637 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:11:47,637 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-12-04 06:11:47,637 INFO sqlalchemy.engine.Engine [raw sql] () 2025-12-04 06:11:47,637 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04 06:11:47,638 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:11:47,638 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04 06:11:47,638 INFO sqlalchemy.engine.Engine [generated in 0.00023s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1764828707) 2025-12-04T06:11:47.637046 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04T06:11:47.637238 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-12-04T06:11:47.637336 sqlalchemy.engine.Engine INFO [raw sql] () 2025-12-04T06:11:47.637738 sqlalchemy.engine.Engine INFO COMMIT 2025-12-04 06:11:47,639 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04T06:11:47.638190 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04T06:11:47.638716 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04T06:11:47.638894 sqlalchemy.engine.Engine INFO [generated in 0.00023s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1764828707) 2025-12-04T06:11:47.639516 sqlalchemy.engine.Engine INFO COMMIT s ------------------------ test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] ------------------------ -------------------------------------------------------- SETUP -------------------------------------------------------- _ 2 of 22 completed, 0 Pass, 0 Fail, 1 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/infrastructure/instance_types/supported_os/test_rhel_os.py 2025-12-04T06:11:47.658542 pytest_dependency INFO skip test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] because it depends on TestCommonInstancetypeRhel::TestVMCreationAndValidation::test_create_vm TEST: TestVMCreationAndValidation.test_start_vm[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] STATUS: SKIPPED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- 2025-12-04 06:11:47,661 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:11:47,661 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-12-04 06:11:47,661 INFO sqlalchemy.engine.Engine [raw sql] () 2025-12-04T06:11:47.661123 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04T06:11:47.661287 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-12-04 06:11:47,661 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04 06:11:47,662 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:11:47,662 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04 06:11:47,662 INFO sqlalchemy.engine.Engine [generated in 0.00014s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_vm_console[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1764828707) 2025-12-04T06:11:47.661379 sqlalchemy.engine.Engine INFO [raw sql] () 2025-12-04T06:11:47.661744 sqlalchemy.engine.Engine INFO COMMIT 2025-12-04T06:11:47.662081 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04 06:11:47,663 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04T06:11:47.662450 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04T06:11:47.662553 sqlalchemy.engine.Engine INFO [generated in 0.00014s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_vm_console[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1764828707) 2025-12-04T06:11:47.663011 sqlalchemy.engine.Engine INFO COMMIT s ----------------------- test_vm_console[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] ----------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-12-04T06:11:47.669809 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 _ 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 ------------------------------------------------------- TEARDOWN ------------------------------------------------------- 2025-12-04 06:11:47,672 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:11:47,672 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-12-04 06:11:47,672 INFO sqlalchemy.engine.Engine [raw sql] () 2025-12-04T06:11:47.672154 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04T06:11:47.672319 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-12-04 06:11:47,672 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04T06:11:47.672410 sqlalchemy.engine.Engine INFO [raw sql] () 2025-12-04 06:11:47,673 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:11:47,673 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04 06:11:47,673 INFO sqlalchemy.engine.Engine [generated in 0.00015s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_expose_ssh[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1764828707) 2025-12-04 06:11:47,673 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04T06:11:47.672818 sqlalchemy.engine.Engine INFO COMMIT 2025-12-04T06:11:47.673111 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04T06:11:47.673508 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04T06:11:47.673613 sqlalchemy.engine.Engine INFO [generated in 0.00015s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_expose_ssh[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1764828707) 2025-12-04T06:11:47.673970 sqlalchemy.engine.Engine INFO COMMIT s ----------------------- test_expose_ssh[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] ----------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-12-04T06:11:47.680587 pytest_dependency INFO skip test_expose_ssh[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] because it depends on TestCommonInstancetypeRhel::TestVMCreationAndValidation::test_start_vm _ 4 of 22 completed, 0 Pass, 0 Fail, 3 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ tests/infrastructure/instance_types/supported_os/test_rhel_os.py TEST: TestVMCreationAndValidation.test_expose_ssh[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] STATUS: SKIPPED 2025-12-04 06:11:47,682 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:11:47,682 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-12-04 06:11:47,683 INFO sqlalchemy.engine.Engine [raw sql] () ------------------------------------------------------- TEARDOWN ------------------------------------------------------- 2025-12-04T06:11:47.682857 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04 06:11:47,683 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04 06:11:47,683 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:11:47,684 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04T06:11:47.682987 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-12-04 06:11:47,684 INFO sqlalchemy.engine.Engine [generated in 0.00029s] ('/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#]', 1764828707) 2025-12-04T06:11:47.683072 sqlalchemy.engine.Engine INFO [raw sql] () 2025-12-04T06:11:47.683495 sqlalchemy.engine.Engine INFO COMMIT 2025-12-04T06:11:47.683807 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04T06:11:47.684125 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04T06:11:47.684383 sqlalchemy.engine.Engine INFO [generated in 0.00029s] ('/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#]', 1764828707) 2025-12-04 06:11:47,684 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04T06:11:47.684835 sqlalchemy.engine.Engine INFO COMMIT s ----------------- test_vmi_guest_agent_exists[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] ----------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-12-04T06:11:47.691356 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 _ 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 TEST: TestVMCreationAndValidation.test_vmi_guest_agent_exists[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#] STATUS: SKIPPED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- 2025-12-04 06:11:47,693 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:11:47,694 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-12-04 06:11:47,694 INFO sqlalchemy.engine.Engine [raw sql] () 2025-12-04T06:11:47.693911 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04T06:11:47.694052 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-12-04T06:11:47.694138 sqlalchemy.engine.Engine INFO [raw sql] () 2025-12-04 06:11:47,694 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04 06:11:47,694 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:11:47,695 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04 06:11:47,695 INFO sqlalchemy.engine.Engine [generated in 0.00016s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_vm_deletion[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1764828707) 2025-12-04 06:11:47,695 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04T06:11:47.694597 sqlalchemy.engine.Engine INFO COMMIT 2025-12-04T06:11:47.694857 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04T06:11:47.695242 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04T06:11:47.695344 sqlalchemy.engine.Engine INFO [generated in 0.00016s] ('/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/test_rhel_os.py::test_vm_deletion[#rhel.10#-#ocs-storagecluster-ceph-rbd-virtualization#]', 1764828707) 2025-12-04T06:11:47.695700 sqlalchemy.engine.Engine INFO COMMIT s2025-12-04T06:11:47.702530 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-12-04T06:11:47.701879 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-12-04T06:11:47.759958 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'instance-types-supported-os-test-rhel-os', 'uid': 'e21d4f33-309a-46c0-9efd-11d256e4feda', 'resourceVersion': '142716', 'creationTimestamp': '2025-12-04T06:09:49Z', '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-12-04T06:09:49Z', '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-12-04T06:09:49Z', '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-12-04T06:09:49Z', '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-12-04T06:09:49Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2025-12-04T06:11:47.778360 ocp_resources Namespace INFO Wait until Namespace instance-types-supported-os-test-rhel-os is deleted 2025-12-04T06:11:47.778569 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-12-04T06:11:55.910548 timeout_sampler INFO Elapsed time: 8.112088441848755 [0:00:08.112088] _ 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-12-04 06:11:55,913 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:11:55,913 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-12-04 06:11:55,913 INFO sqlalchemy.engine.Engine [raw sql] () 2025-12-04 06:11:55,913 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04 06:11:55,914 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:11:55,914 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04 06:11:55,915 INFO sqlalchemy.engine.Engine [generated in 0.00015s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_keywords', 1764828715) 2025-12-04 06:11:55,915 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04T06:11:55.913253 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04T06:11:55.913480 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-12-04T06:11:55.913581 sqlalchemy.engine.Engine INFO [raw sql] () 2025-12-04T06:11:55.913996 sqlalchemy.engine.Engine INFO COMMIT 2025-12-04T06:11:55.914503 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04T06:11:55.914967 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04T06:11:55.915071 sqlalchemy.engine.Engine INFO [generated in 0.00015s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_keywords', 1764828715) 2025-12-04T06:11:55.915493 sqlalchemy.engine.Engine INFO COMMIT -------------------------------------------------- test_csv_keywords -------------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-12-04T06:11:55.927958 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. 2025-12-04T06:11:55.927153 conftest INFO Executing function fixture: term_handler_scope_function 2025-12-04T06:11:55.927384 conftest INFO Executing class fixture: term_handler_scope_class 2025-12-04T06:11:55.927510 conftest INFO Executing module fixture: term_handler_scope_module 2025-12-04T06:11:55.927718 conftest INFO Executing module fixture: cluster_sanity_scope_module 2025-12-04T06:11:55.927811 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2025-12-04T06:11:55.927863 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2025-12-04T06:11:55.927912 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2025-12-04T06:11:56.039701 ocp_utilities.infra INFO Verify all nodes are schedulable. 2025-12-04T06:11:56.150236 timeout_sampler INFO Waiting for 300 seconds [0:05:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2025-12-04T06:11:57.386033 timeout_sampler INFO Elapsed time: 0.0001246929168701172 [0:00:00.000125] 2025-12-04T06:11:57.386397 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-12-04T06:11:57.386290 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-12-04T06:12:07.495415 timeout_sampler INFO Elapsed time: 10.069332838058472 [0:00:10.069333] 2025-12-04T06:12:07.495835 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-12-04 06:12:07,547 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:12:07,547 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-12-04 06:12:07,547 INFO sqlalchemy.engine.Engine [raw sql] () 2025-12-04T06:12:07.547403 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04T06:12:07.547591 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-12-04 06:12:07,548 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04 06:12:07,548 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:12:07,549 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04 06:12:07,549 INFO sqlalchemy.engine.Engine [generated in 0.00016s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_links', 1764828727) 2025-12-04 06:12:07,549 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04T06:12:07.547698 sqlalchemy.engine.Engine INFO [raw sql] () 2025-12-04T06:12:07.548155 sqlalchemy.engine.Engine INFO COMMIT 2025-12-04T06:12:07.548562 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04T06:12:07.549012 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04T06:12:07.549127 sqlalchemy.engine.Engine INFO [generated in 0.00016s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_links', 1764828727) 2025-12-04T06:12:07.549582 sqlalchemy.engine.Engine INFO COMMIT ---------------------------------------------------- test_csv_links ---------------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-12-04T06:12:07.559743 conftest INFO Executing function fixture: term_handler_scope_function 2025-12-04T06:12:07.559890 conftest INFO Executing class fixture: term_handler_scope_class 2025-12-04T06:12:07.560113 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-12-04 06:12:07,617 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:12:07,617 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-12-04 06:12:07,617 INFO sqlalchemy.engine.Engine [raw sql] () 2025-12-04 06:12:07,618 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04 06:12:07,618 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04T06:12:07.617418 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04 06:12:07,618 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04 06:12:07,619 INFO sqlalchemy.engine.Engine [generated in 0.00026s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_icon', 1764828727) 2025-12-04T06:12:07.617570 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-12-04T06:12:07.617682 sqlalchemy.engine.Engine INFO [raw sql] () 2025-12-04T06:12:07.618025 sqlalchemy.engine.Engine INFO COMMIT 2025-12-04 06:12:07,619 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04T06:12:07.618394 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04T06:12:07.618802 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04T06:12:07.619020 sqlalchemy.engine.Engine INFO [generated in 0.00026s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_icon', 1764828727) 2025-12-04T06:12:07.619534 sqlalchemy.engine.Engine INFO COMMIT ---------------------------------------------------- test_csv_icon ---------------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-12-04T06:12:07.626478 conftest INFO Executing function fixture: term_handler_scope_function 2025-12-04T06:12:07.626681 conftest INFO Executing class fixture: term_handler_scope_class 2025-12-04T06:12:07.626897 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-12-04 06:12:07,712 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:12:07,712 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-12-04 06:12:07,712 INFO sqlalchemy.engine.Engine [raw sql] () 2025-12-04T06:12:07.712042 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04T06:12:07.712180 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-12-04 06:12:07,712 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04T06:12:07.712295 sqlalchemy.engine.Engine INFO [raw sql] () 2025-12-04 06:12:07,713 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:12:07,713 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04T06:12:07.712731 sqlalchemy.engine.Engine INFO COMMIT 2025-12-04 06:12:07,713 INFO sqlalchemy.engine.Engine [generated in 0.00025s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_properties', 1764828727) 2025-12-04T06:12:07.713038 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04T06:12:07.713427 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04T06:12:07.713637 sqlalchemy.engine.Engine INFO [generated in 0.00025s] ('/openshift-virtualization-tests/tests/install_upgrade_operators/csv/test_csv.py::test_csv_properties', 1764828727) 2025-12-04 06:12:07,714 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04T06:12:07.714242 sqlalchemy.engine.Engine INFO COMMIT ------------------------------------------------- test_csv_properties ------------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-12-04T06:12:07.720907 conftest INFO Executing function fixture: term_handler_scope_function 2025-12-04T06:12:07.721042 conftest INFO Executing class fixture: term_handler_scope_class 2025-12-04T06:12:07.721284 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-12-04 06:12:07,808 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:12:07,808 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-12-04 06:12:07,808 INFO sqlalchemy.engine.Engine [raw sql] () 2025-12-04T06:12:07.808405 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04 06:12:07,809 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04 06:12:07,809 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:12:07,809 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04T06:12:07.808548 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-12-04 06:12:07,809 INFO sqlalchemy.engine.Engine [generated in 0.00022s] ('/openshift-virtualization-tests/tests/storage/cdi_clone/test_clone.py::test_clone_from_block_to_fs_using_dv_template', 1764828727) 2025-12-04T06:12:07.808637 sqlalchemy.engine.Engine INFO [raw sql] () 2025-12-04T06:12:07.809007 sqlalchemy.engine.Engine INFO COMMIT 2025-12-04T06:12:07.809313 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04 06:12:07,810 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04T06:12:07.809754 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04T06:12:07.809934 sqlalchemy.engine.Engine INFO [generated in 0.00022s] ('/openshift-virtualization-tests/tests/storage/cdi_clone/test_clone.py::test_clone_from_block_to_fs_using_dv_template', 1764828727) 2025-12-04T06:12:07.810452 sqlalchemy.engine.Engine INFO COMMIT ------------------------------------ test_clone_from_block_to_fs_using_dv_template ------------------------------------ -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-12-04T06:12:07.818348 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. 2025-12-04T06:12:07.817492 conftest INFO Executing function fixture: term_handler_scope_function 2025-12-04T06:12:07.817642 conftest INFO Executing class fixture: term_handler_scope_class 2025-12-04T06:12:07.817762 conftest INFO Executing module fixture: term_handler_scope_module 2025-12-04T06:12:07.818016 conftest INFO Executing module fixture: cluster_sanity_scope_module 2025-12-04T06:12:07.818156 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2025-12-04T06:12:07.818245 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2025-12-04T06:12:07.818304 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2025-12-04T06:12:07.903238 ocp_utilities.infra INFO Verify all nodes are schedulable. 2025-12-04T06:12:07.988425 timeout_sampler INFO Waiting for 300 seconds [0:05:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2025-12-04T06:12:09.136090 timeout_sampler INFO Elapsed time: 0.00010228157043457031 [0:00:00.000102] 2025-12-04T06:12:09.136407 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-12-04T06:12:09.136301 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-12-04T06:12:19.247741 timeout_sampler INFO Elapsed time: 10.072892904281616 [0:00:10.072893] 2025-12-04T06:12:19.248877 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-12-04T06:12:19.248140 conftest INFO Executing function fixture: autouse_fixtures 2025-12-04T06:12:19.248388 conftest INFO Executing session fixture: available_storage_classes_names 2025-12-04T06:12:19.248507 conftest INFO Executing session fixture: storage_class_with_filesystem_volume_mode 2025-12-04T06:12:19.261559 ocp_resources.resource INFO kind: StorageProfile api version: cdi.kubevirt.io/v1beta1 2025-12-04T06:12:19.315256 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-12-04T06:12:19.314525 utilities.storage INFO Storage class with volume mode 'Filesystem': 'ocs-storagecluster-ceph-rbd-virtualization' 2025-12-04T06:12:19.315003 conftest INFO Executing session fixture: storage_class_with_block_volume_mode 2025-12-04T06:12:19.326883 ocp_resources.resource INFO kind: StorageProfile api version: cdi.kubevirt.io/v1beta1 2025-12-04T06:12:19.377894 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-12-04T06:12:19.377297 utilities.storage INFO Storage class with volume mode 'Block': 'ocs-storagecluster-ceph-rbd-virtualization' 2025-12-04T06:12:19.377591 conftest INFO Executing session fixture: cdi_config 2025-12-04T06:12:19.389734 ocp_resources.resource INFO kind: CDIConfig api version: cdi.kubevirt.io/v1beta1 2025-12-04T06:12:19.454330 ocp_resources.resource INFO kind: ProjectRequest api version: project.openshift.io/v1 2025-12-04T06:12:19.454429 ocp_resources ProjectRequest INFO Create ProjectRequest cdi-clone-test-clone 2025-12-04T06:12:19.454707 ocp_resources ProjectRequest INFO Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'cdi-clone-test-clone'}} 2025-12-04T06:12:19.453770 conftest INFO Executing module fixture: skip_test_if_no_block_sc 2025-12-04T06:12:19.454119 conftest INFO Executing module fixture: namespace 2025-12-04T06:12:19.595659 ocp_resources.resource INFO kind: Project api version: project.openshift.io/v1 2025-12-04T06:12:19.595773 ocp_resources Project INFO Wait for Project cdi-clone-test-clone status to be Active 2025-12-04T06:12:19.595940 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-12-04T06:12:19.618102 ocp_resources Project INFO Status of Project cdi-clone-test-clone is Active 2025-12-04T06:12:19.618293 timeout_sampler INFO Elapsed time: 8.678436279296875e-05 [0:00:00.000087] 2025-12-04T06:12:19.631015 ocp_resources Namespace INFO Wait for Namespace cdi-clone-test-clone status to be Active 2025-12-04T06:12:19.631241 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-12-04T06:12:19.645104 ocp_resources Namespace INFO Status of Namespace cdi-clone-test-clone is Active 2025-12-04T06:12:19.645288 timeout_sampler INFO Elapsed time: 0.00011467933654785156 [0:00:00.000115] 2025-12-04T06:12:19.645382 ocp_resources.resource INFO ResourceEdits: Updating data for resource Namespace cdi-clone-test-clone 2025-12-04T06:12:19.645451 ocp_resources Namespace INFO Update Namespace cdi-clone-test-clone: {'metadata': {'labels': None, 'name': 'cdi-clone-test-clone'}} 2025-12-04T06:12:19.678419 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-12-04T06:12:19.678195 conftest INFO Executing module fixture: cirros_dv_with_block_volume_mode 2025-12-04T06:12:19.678347 utilities.artifactory INFO Testing connectivity to https://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/artifactory/cnv-qe-server-local/ HTTPS server 2025-12-04T06:12:20.398112 timeout_sampler INFO Elapsed time: 7.963180541992188e-05 [0:00:00.000080] 2025-12-04T06:12:20.399571 timeout_sampler INFO Waiting for 60 seconds [0:01:00], retry every 10 seconds. (Function: utilities.storage.validate_file_exists_in_url Kwargs: {'url': 'https://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/artifactory/cnv-qe-server-local/cnv-tests/cirros-images/cirros-0.4.0-x86_64-disk.qcow2'}) 2025-12-04T06:12:20.591545 timeout_sampler INFO Elapsed time: 0.0004439353942871094 [0:00:00.000444] 2025-12-04T06:12:20.592399 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-12-04T06:12:20.653268 ocp_resources Secret INFO Create Secret cnv-tests-artifactory-secret 2025-12-04T06:12:20.653437 ocp_resources Secret INFO Posting {'apiVersion': 'v1', 'kind': 'Secret', 'metadata': {'name': 'cnv-tests-artifactory-secret', 'namespace': 'cdi-clone-test-clone'}, 'data': '*******'} 2025-12-04T06:12:20.809255 ocp_resources ConfigMap INFO Create ConfigMap artifactory-configmap 2025-12-04T06:12:20.809469 ocp_resources ConfigMap INFO Posting {'apiVersion': 'v1', 'kind': 'ConfigMap', 'metadata': {'name': 'artifactory-configmap', 'namespace': 'cdi-clone-test-clone'}, 'data': '*******'} 2025-12-04T06:12:20.842563 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2025-12-04T06:12:20.842735 ocp_resources DataVolume INFO Create DataVolume dv-cirros-block 2025-12-04T06:12:20.842925 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-12-04T06:12:20.900504 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-12-04T06:12:20.962371 ocp_resources DataVolume INFO Wait DV success for 600 seconds 2025-12-04T06:12:20.962624 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-12-04T06:12:30.993504 timeout_sampler INFO Elapsed time: 10.0151846408844 [0:00:10.015185] 2025-12-04T06:12:30.993695 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-12-04T06:12:43.200601 timeout_sampler INFO Elapsed time: 12.190994262695312 [0:00:12.190994] 2025-12-04T06:12:43.201166 ocp_resources PersistentVolumeClaim INFO Wait for PersistentVolumeClaim dv-cirros-block status to be Bound 2025-12-04T06:12:43.201434 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-12-04T06:12:43.218851 ocp_resources PersistentVolumeClaim INFO Status of PersistentVolumeClaim dv-cirros-block is Bound 2025-12-04T06:12:43.219015 timeout_sampler INFO Elapsed time: 7.963180541992188e-05 [0:00:00.000080] 2025-12-04T06:12:43.219338 conftest INFO Executing function fixture: default_fs_overhead --------------------------------------------------------- CALL --------------------------------------------------------- 2025-12-04T06:12:43.264387 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2025-12-04T06:12:43.264719 ocp_resources.resource INFO kind: VirtualMachine api version: kubevirt.io/v1 2025-12-04T06:12:43.265024 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-12-04T06:12:43.276555 ocp_resources.resource INFO kind: StorageProfile api version: cdi.kubevirt.io/v1beta1 2025-12-04T06:12:43.320518 ocp_resources VirtualMachine INFO Create VirtualMachine vm-5608-1764828763-2645113 2025-12-04T06:12:43.320694 ocp_resources VirtualMachine INFO Posting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachine', 'metadata': {'name': 'vm-5608-1764828763-2645113', '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-1764828763-2645113', 'kubevirt.io/domain': 'vm-5608-1764828763-2645113', '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-12-04T06:12:43.461083 timeout_sampler INFO Waiting for 5 seconds [0:00:05], retry every 1 seconds. (Function: utilities.virt..lambda: vm.instance.get) 2025-12-04T06:12:43.496826 timeout_sampler INFO Elapsed time: 0.00024962425231933594 [0:00:00.000250] 2025-12-04T06:12:43.516919 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2025-12-04T06:12:43.517122 ocp_resources DataVolume INFO Wait DV success for 1800 seconds 2025-12-04T06:12:43.517410 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-12-04T06:12:43.516657 utilities.virt INFO VM vm-5608-1764828763-2645113 status before dv check: Provisioning 2025-12-04T06:12:43.516774 utilities.virt INFO Volume(s) in VM spec: ['dv-5608']  2025-12-04T06:12:43.533472 timeout_sampler INFO Elapsed time: 8.249282836914062e-05 [0:00:00.000082] 2025-12-04T06:12:43.533665 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-12-04T06:13:06.923670 timeout_sampler INFO Elapsed time: 23.373298168182373 [0:00:23.373298] 2025-12-04T06:13:06.923866 ocp_resources PersistentVolumeClaim INFO Wait for PersistentVolumeClaim dv-5608 status to be Bound 2025-12-04T06:13:06.924029 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-12-04T06:13:06.938712 ocp_resources PersistentVolumeClaim INFO Status of PersistentVolumeClaim dv-5608 is Bound 2025-12-04T06:13:06.938877 timeout_sampler INFO Elapsed time: 7.2479248046875e-05 [0:00:00.000072] 2025-12-04T06:13:06.938978 timeout_sampler INFO Waiting for 5 seconds [0:00:05], retry every 1 seconds. (Function: utilities.virt..lambda: vm.instance.get) 2025-12-04T06:13:06.969475 timeout_sampler INFO Elapsed time: 6.723403930664062e-05 [0:00:00.000067] 2025-12-04T06:13:06.970003 ocp_resources.resource INFO kind: VirtualMachineInstance api version: kubevirt.io/v1 2025-12-04T06:13:06.970100 ocp_resources VirtualMachineInstance INFO Wait for VirtualMachineInstance vm-5608-1764828763-2645113 status to be Running 2025-12-04T06:13:06.970263 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-12-04T06:13:06.985703 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance vm-5608-1764828763-2645113 is Scheduling 2025-12-04T06:13:12.074419 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance vm-5608-1764828763-2645113 is Scheduled 2025-12-04T06:13:13.094016 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance vm-5608-1764828763-2645113 is Running 2025-12-04T06:13:13.094375 timeout_sampler INFO Elapsed time: 6.10455060005188 [0:00:06.104551] 2025-12-04T06:13:13.094813 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-12-04T06:13:13.094483 utilities.virt INFO Wait for vm-5608-1764828763-2645113 SSH connectivity. 2025-12-04T06:13:13.094597 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/vm-5608-1764828763-2645113/cdi-clone-test-clone 22' cirros@vm-5608-1764828763-2645113 2025-12-04T06:13:13.094914 Host INFO [vm-5608-1764828763-2645113] Executing command exit 2025-12-04T06:13:28.111608 paramiko.transport ERROR Exception (client): Error reading SSH protocol banner 2025-12-04T06:13:28.113430 paramiko.transport ERROR Traceback (most recent call last): 2025-12-04T06:13:28.113538 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2363, in _check_banner 2025-12-04T06:13:28.113596 paramiko.transport ERROR buf = self.packetizer.readline(timeout) 2025-12-04T06:13:28.113647 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/packet.py", line 395, in readline 2025-12-04T06:13:28.113694 paramiko.transport ERROR buf += self._read_timeout(timeout) 2025-12-04T06:13:28.113735 paramiko.transport ERROR ~~~~~~~~~~~~~~~~~~^^^^^^^^^ 2025-12-04T06:13:28.113774 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/packet.py", line 673, in _read_timeout 2025-12-04T06:13:28.113811 paramiko.transport ERROR raise socket.timeout() 2025-12-04T06:13:28.113847 paramiko.transport ERROR TimeoutError 2025-12-04T06:13:28.113882 paramiko.transport ERROR  2025-12-04T06:13:28.113919 paramiko.transport ERROR During handling of the above exception, another exception occurred: 2025-12-04T06:13:28.113958 paramiko.transport ERROR  2025-12-04T06:13:28.114001 paramiko.transport ERROR Traceback (most recent call last): 2025-12-04T06:13:28.114053 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2179, in run 2025-12-04T06:13:28.114093 paramiko.transport ERROR self._check_banner() 2025-12-04T06:13:28.114130 paramiko.transport ERROR ~~~~~~~~~~~~~~~~~~^^ 2025-12-04T06:13:28.114166 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2367, in _check_banner 2025-12-04T06:13:28.114208 paramiko.transport ERROR raise SSHException( 2025-12-04T06:13:28.114277 paramiko.transport ERROR "Error reading SSH protocol banner" + str(e) 2025-12-04T06:13:28.114319 paramiko.transport ERROR ) 2025-12-04T06:13:28.114356 paramiko.transport ERROR paramiko.ssh_exception.SSHException: Error reading SSH protocol banner 2025-12-04T06:13:28.114392 paramiko.transport ERROR  2025-12-04T06:13:33.114878 Host INFO [vm-5608-1764828763-2645113] Executing command exit 2025-12-04T06:13:48.119138 paramiko.transport ERROR Exception (client): Error reading SSH protocol banner 2025-12-04T06:13:48.121001 paramiko.transport ERROR Traceback (most recent call last): 2025-12-04T06:13:48.121153 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2363, in _check_banner 2025-12-04T06:13:48.121267 paramiko.transport ERROR buf = self.packetizer.readline(timeout) 2025-12-04T06:13:48.121336 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/packet.py", line 395, in readline 2025-12-04T06:13:48.121393 paramiko.transport ERROR buf += self._read_timeout(timeout) 2025-12-04T06:13:48.121447 paramiko.transport ERROR ~~~~~~~~~~~~~~~~~~^^^^^^^^^ 2025-12-04T06:13:48.121501 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/packet.py", line 673, in _read_timeout 2025-12-04T06:13:48.121554 paramiko.transport ERROR raise socket.timeout() 2025-12-04T06:13:48.121607 paramiko.transport ERROR TimeoutError 2025-12-04T06:13:48.121659 paramiko.transport ERROR  2025-12-04T06:13:48.121711 paramiko.transport ERROR During handling of the above exception, another exception occurred: 2025-12-04T06:13:48.121764 paramiko.transport ERROR  2025-12-04T06:13:48.121816 paramiko.transport ERROR Traceback (most recent call last): 2025-12-04T06:13:48.121867 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2179, in run 2025-12-04T06:13:48.121919 paramiko.transport ERROR self._check_banner() 2025-12-04T06:13:48.121977 paramiko.transport ERROR ~~~~~~~~~~~~~~~~~~^^ 2025-12-04T06:13:48.122046 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2367, in _check_banner 2025-12-04T06:13:48.122102 paramiko.transport ERROR raise SSHException( 2025-12-04T06:13:48.122154 paramiko.transport ERROR "Error reading SSH protocol banner" + str(e) 2025-12-04T06:13:48.122207 paramiko.transport ERROR ) 2025-12-04T06:13:48.122284 paramiko.transport ERROR paramiko.ssh_exception.SSHException: Error reading SSH protocol banner 2025-12-04T06:13:48.122338 paramiko.transport ERROR  2025-12-04T06:13:53.123308 Host INFO [vm-5608-1764828763-2645113] Executing command exit 2025-12-04T06:14:08.127828 paramiko.transport ERROR Exception (client): Error reading SSH protocol banner 2025-12-04T06:14:08.128789 paramiko.transport ERROR Traceback (most recent call last): 2025-12-04T06:14:08.128862 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2363, in _check_banner 2025-12-04T06:14:08.128913 paramiko.transport ERROR buf = self.packetizer.readline(timeout) 2025-12-04T06:14:08.128957 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/packet.py", line 395, in readline 2025-12-04T06:14:08.128997 paramiko.transport ERROR buf += self._read_timeout(timeout) 2025-12-04T06:14:08.129041 paramiko.transport ERROR ~~~~~~~~~~~~~~~~~~^^^^^^^^^ 2025-12-04T06:14:08.129103 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/packet.py", line 673, in _read_timeout 2025-12-04T06:14:08.129148 paramiko.transport ERROR raise socket.timeout() 2025-12-04T06:14:08.129188 paramiko.transport ERROR TimeoutError 2025-12-04T06:14:08.129251 paramiko.transport ERROR  2025-12-04T06:14:08.129295 paramiko.transport ERROR During handling of the above exception, another exception occurred: 2025-12-04T06:14:08.129335 paramiko.transport ERROR  2025-12-04T06:14:08.129373 paramiko.transport ERROR Traceback (most recent call last): 2025-12-04T06:14:08.129411 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2179, in run 2025-12-04T06:14:08.129447 paramiko.transport ERROR self._check_banner() 2025-12-04T06:14:08.129491 paramiko.transport ERROR ~~~~~~~~~~~~~~~~~~^^ 2025-12-04T06:14:08.129534 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2367, in _check_banner 2025-12-04T06:14:08.129578 paramiko.transport ERROR raise SSHException( 2025-12-04T06:14:08.129618 paramiko.transport ERROR "Error reading SSH protocol banner" + str(e) 2025-12-04T06:14:08.129656 paramiko.transport ERROR ) 2025-12-04T06:14:08.129692 paramiko.transport ERROR paramiko.ssh_exception.SSHException: Error reading SSH protocol banner 2025-12-04T06:14:08.129726 paramiko.transport ERROR  2025-12-04T06:14:13.130199 Host INFO [vm-5608-1764828763-2645113] Executing command exit 2025-12-04T06:14:13.214643 paramiko.transport INFO Connected (version 2.0, client dropbear_2015.67) 2025-12-04T06:14:13.266299 paramiko.transport INFO Authentication (password) successful! 2025-12-04T06:14:13.298187 timeout_sampler INFO Elapsed time: 60.03536319732666 [0:01:00.035363] 2025-12-04T06:14:13.379498 ocp_resources VirtualMachine INFO Wait for VirtualMachine vm-5608-1764828763-2645113 status to be None 2025-12-04T06:14:13.379880 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-1764828763-2645113', 'namespace': 'cdi-clone-test-clone'}) 2025-12-04T06:14:14.440672 timeout_sampler INFO Elapsed time: 1.029693365097046 [0:00:01.029693] 2025-12-04T06:14:14.441003 ocp_resources VirtualMachineInstance INFO Wait until VirtualMachineInstance vm-5608-1764828763-2645113 is deleted 2025-12-04T06:14:14.441198 timeout_sampler INFO Waiting for 480 seconds [0:08:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-12-04T06:14:20.555010 timeout_sampler INFO Elapsed time: 6.097693920135498 [0:00:06.097694] 2025-12-04T06:14:20.555189 ocp_resources VirtualMachine INFO Delete VirtualMachine vm-5608-1764828763-2645113 2025-12-04T06:14:20.588081 ocp_resources VirtualMachine INFO Deleting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachine', 'metadata': {'annotations': {'kubemacpool.io/transaction-timestamp': '2025-12-04T06:14:13.355554196Z', 'kubevirt.io/latest-observed-api-version': 'v1', 'kubevirt.io/storage-observed-api-version': 'v1'}, 'creationTimestamp': '2025-12-04T06:12:43Z', '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-12-04T06:12:43Z'}, {'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-12-04T06:12:43Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:runStrategy': {}}}, 'manager': 'virt-api', 'operation': 'Update', 'time': '2025-12-04T06:14:13Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:status': {'.': {}, 'f:conditions': {}, 'f:desiredGeneration': {}, 'f:observedGeneration': {}, 'f:printableStatus': {}, 'f:runStrategy': {}, 'f:volumeSnapshotStatuses': {}}}, 'manager': 'virt-controller', 'operation': 'Update', 'subresource': 'status', 'time': '2025-12-04T06:14:19Z'}], 'name': 'vm-5608-1764828763-2645113', 'namespace': 'cdi-clone-test-clone', 'resourceVersion': '147535', 'uid': '8374729c-b748-405b-b54c-cd18d8e2d648'}, '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-1764828763-2645113', 'kubevirt.io/vm': 'vm-5608-1764828763-2645113'}}, 'spec': {'architecture': 'amd64', 'domain': {'devices': {'disks': [{'disk': {'bus': 'virtio'}, 'name': 'dv-disk'}], 'rng': {}}, 'firmware': {'serial': 'd636104e-e544-477b-8344-dd3e70e1c52e', 'uuid': '2fe34dc9-0285-42e4-82d6-125d72f9b344'}, 'machine': {'type': 'pc-q35-rhel9.6.0'}, 'memory': {'guest': '64M'}, 'resources': {}}, 'volumes': [{'dataVolume': {'name': 'dv-5608'}, 'name': 'dv-disk'}]}}}, 'status': {'conditions': [{'lastProbeTime': '2025-12-04T06:14:19Z', 'lastTransitionTime': '2025-12-04T06:14:19Z', '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-12-04T06:14:20.631244 ocp_resources VirtualMachine INFO Wait until VirtualMachine vm-5608-1764828763-2645113 is deleted 2025-12-04T06:14:20.631502 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-12-04T06:14:21.665385 timeout_sampler INFO Elapsed time: 1.0152275562286377 [0:00:01.015228] . TEST: test_clone_from_block_to_fs_using_dv_template STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- 2025-12-04T06:14:21.682451 ocp_resources DataVolume INFO Delete DataVolume dv-cirros-block 2025-12-04T06:14:21.711854 ocp_resources DataVolume INFO Deleting {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'annotations': {'cdi.kubevirt.io/storage.usePopulator': 'true'}, 'creationTimestamp': '2025-12-04T06:12:20Z', '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-12-04T06:12:20Z'}, {'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-12-04T06:12:20Z'}, {'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-12-04T06:12:42Z'}], 'name': 'dv-cirros-block', 'namespace': 'cdi-clone-test-clone', 'resourceVersion': '145770', 'uid': 'ecbd8582-2937-4bb2-ba53-678977344863'}, '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-12-04T06:12:42Z', 'lastTransitionTime': '2025-12-04T06:12:42Z', 'message': 'PVC dv-cirros-block Bound', 'reason': 'Bound', 'status': 'True', 'type': 'Bound'}, {'lastHeartbeatTime': '2025-12-04T06:12:42Z', 'lastTransitionTime': '2025-12-04T06:12:42Z', 'status': 'True', 'type': 'Ready'}, {'lastHeartbeatTime': '2025-12-04T06:12:41Z', 'lastTransitionTime': '2025-12-04T06:12:41Z', 'message': 'Import Complete', 'reason': 'Completed', 'status': 'False', 'type': 'Running'}], 'phase': 'Succeeded', 'progress': '100.0%'}} 2025-12-04T06:14:21.732956 ocp_resources DataVolume INFO Wait until DataVolume dv-cirros-block is deleted 2025-12-04T06:14:21.733173 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-12-04T06:14:21.748581 timeout_sampler INFO Elapsed time: 0.00011682510375976562 [0:00:00.000117] 2025-12-04T06:14:21.748774 ocp_resources PersistentVolumeClaim INFO Wait until PersistentVolumeClaim dv-cirros-block is deleted 2025-12-04T06:14:21.748935 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-12-04T06:14:21.767036 timeout_sampler INFO Elapsed time: 6.818771362304688e-05 [0:00:00.000068] 2025-12-04T06:14:21.767187 ocp_resources Secret INFO Delete Secret cnv-tests-artifactory-secret 2025-12-04T06:14:21.830859 ocp_resources Secret INFO Deleting {'kind': 'Secret', 'apiVersion': 'v1', 'metadata': {'name': 'cnv-tests-artifactory-secret', 'namespace': 'cdi-clone-test-clone', 'uid': 'd34d0cec-2b0a-4db1-9dbb-e10eb53031c3', 'resourceVersion': '145250', 'creationTimestamp': '2025-12-04T06:12:20Z', 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-12-04T06:12:20Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:data': {'.': {}, 'f:accessKeyId': {}, 'f:secretKey': {}}, 'f:type': {}}}]}, 'data': '*******', 'type': 'Opaque'} 2025-12-04T06:14:21.850463 ocp_resources Secret INFO Wait until Secret cnv-tests-artifactory-secret is deleted 2025-12-04T06:14:21.850792 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-12-04T06:14:21.866724 timeout_sampler INFO Elapsed time: 0.00012183189392089844 [0:00:00.000122] 2025-12-04T06:14:21.866853 ocp_resources ConfigMap INFO Delete ConfigMap artifactory-configmap 2025-12-04T06:14:21.931451 ocp_resources ConfigMap INFO Deleting {'kind': 'ConfigMap', 'apiVersion': 'v1', 'metadata': {'name': 'artifactory-configmap', 'namespace': 'cdi-clone-test-clone', 'uid': '48c6df77-8263-42fc-b368-283d8a4112ef', 'resourceVersion': '145254', 'creationTimestamp': '2025-12-04T06:12:20Z', 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-12-04T06:12:20Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:data': {'.': {}, 'f:tlsregistry.crt': {}}}}]}, 'data': '*******'} 2025-12-04T06:14:21.950830 ocp_resources ConfigMap INFO Wait until ConfigMap artifactory-configmap is deleted 2025-12-04T06:14:21.951089 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-12-04T06:14:21.966610 timeout_sampler INFO Elapsed time: 8.988380432128906e-05 [0:00:00.000090] 2025-12-04T06:14:21.966917 ocp_resources Namespace INFO Delete Namespace cdi-clone-test-clone 2025-12-04T06:14:22.026414 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'cdi-clone-test-clone', 'uid': '89c827ad-439c-469e-bf7f-b6866adedf8e', 'resourceVersion': '145233', 'creationTimestamp': '2025-12-04T06:12:19Z', '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-12-04T06:12:19Z', '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-12-04T06:12:19Z', '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-12-04T06:12:19Z', '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-12-04T06:12:19Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2025-12-04T06:14:22.047614 ocp_resources Namespace INFO Wait until Namespace cdi-clone-test-clone is deleted 2025-12-04T06:14:22.047869 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-12-04T06:14:31.203277 timeout_sampler INFO Elapsed time: 9.138679265975952 [0:00:09.138679] _ 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-12-04 06:14:31,206 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:14:31,206 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-12-04 06:14:31,206 INFO sqlalchemy.engine.Engine [raw sql] () 2025-12-04T06:14:31.206444 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04 06:14:31,207 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04T06:14:31.206689 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-12-04 06:14:31,207 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:14:31,208 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04 06:14:31,208 INFO sqlalchemy.engine.Engine [generated in 0.00018s] ('/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]', 1764828871) 2025-12-04 06:14:31,209 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04T06:14:31.206813 sqlalchemy.engine.Engine INFO [raw sql] () 2025-12-04T06:14:31.207483 sqlalchemy.engine.Engine INFO COMMIT 2025-12-04T06:14:31.207919 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04T06:14:31.208439 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04T06:14:31.208568 sqlalchemy.engine.Engine INFO [generated in 0.00018s] ('/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]', 1764828871) 2025-12-04T06:14:31.209025 sqlalchemy.engine.Engine INFO COMMIT 2025-12-04T06:14:31.222936 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-12-04T06:14:31.222128 conftest INFO Executing function fixture: term_handler_scope_function 2025-12-04T06:14:31.222333 conftest INFO Executing class fixture: term_handler_scope_class 2025-12-04T06:14:31.222464 conftest INFO Executing module fixture: term_handler_scope_module 2025-12-04T06:14:31.222681 conftest INFO Executing module fixture: cluster_sanity_scope_module 2025-12-04T06:14:31.222782 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2025-12-04T06:14:31.222836 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2025-12-04T06:14:31.222887 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2025-12-04T06:14:31.354529 ocp_utilities.infra INFO Verify all nodes are schedulable. 2025-12-04T06:14:31.465401 timeout_sampler INFO Waiting for 300 seconds [0:05:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2025-12-04T06:14:32.960352 timeout_sampler INFO Elapsed time: 0.0001819133758544922 [0:00:00.000182] 2025-12-04T06:14:32.960731 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-12-04T06:14:32.960602 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-12-04T06:14:43.083012 timeout_sampler INFO Elapsed time: 10.07756233215332 [0:00:10.077562] 2025-12-04T06:14:43.083804 ocp_resources.resource INFO kind: Deployment api version: apps/v1 2025-12-04T06:14:43.083930 ocp_resources Deployment INFO Create Deployment internal-http 2025-12-04T06:14:43.084131 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-12-04T06:14:43.083416 conftest INFO Executing function fixture: autouse_fixtures 2025-12-04T06:14:43.083633 conftest INFO Executing session fixture: internal_http_deployment 2025-12-04T06:14:43.122852 ocp_resources Deployment INFO Wait for Deployment internal-http to be deployed: True 2025-12-04T06:14:43.123021 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-12-04T06:14:43.138515 timeout_sampler INFO Elapsed time: 7.2479248046875e-05 [0:00:00.000072] 2025-12-04T06:14:43.138727 timeout_sampler INFO Waiting for 239.9843192100525 seconds [0:03:59.984319], retry every 1 seconds. (Function: ocp_resources.deployment.wait_for_replicas.lambda: self.instance) 2025-12-04T06:15:51.208868 timeout_sampler INFO Elapsed time: 68.05425953865051 [0:01:08.054260] 2025-12-04T06:15:51.210077 ocp_resources Service INFO Create Service internal-http 2025-12-04T06:15:51.209362 conftest INFO Executing session fixture: internal_http_service 2025-12-04T06:15:51.210410 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-12-04T06:15:51.251584 ocp_resources.resource INFO kind: ProjectRequest api version: project.openshift.io/v1 2025-12-04T06:15:51.251693 ocp_resources ProjectRequest INFO Create ProjectRequest cdi-import-test-import-htt 2025-12-04T06:15:51.251882 ocp_resources ProjectRequest INFO Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'cdi-import-test-import-htt'}} 2025-12-04T06:15:51.251044 conftest INFO Executing session fixture: images_internal_http_server 2025-12-04T06:15:51.251378 conftest INFO Executing module fixture: namespace 2025-12-04T06:15:51.467076 ocp_resources.resource INFO kind: Project api version: project.openshift.io/v1 2025-12-04T06:15:51.467265 ocp_resources Project INFO Wait for Project cdi-import-test-import-htt status to be Active 2025-12-04T06:15:51.467478 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-12-04T06:15:51.485583 ocp_resources Project INFO Status of Project cdi-import-test-import-htt is Active 2025-12-04T06:15:51.485876 timeout_sampler INFO Elapsed time: 8.630752563476562e-05 [0:00:00.000086] 2025-12-04T06:15:51.500512 ocp_resources Namespace INFO Wait for Namespace cdi-import-test-import-htt status to be Active 2025-12-04T06:15:51.500776 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-12-04T06:15:51.515302 ocp_resources Namespace INFO Status of Namespace cdi-import-test-import-htt is Active 2025-12-04T06:15:51.515552 timeout_sampler INFO Elapsed time: 9.679794311523438e-05 [0:00:00.000097] 2025-12-04T06:15:51.515673 ocp_resources.resource INFO ResourceEdits: Updating data for resource Namespace cdi-import-test-import-htt 2025-12-04T06:15:51.515761 ocp_resources Namespace INFO Update Namespace cdi-import-test-import-htt: {'metadata': {'labels': None, 'name': 'cdi-import-test-import-htt'}} 2025-12-04T06:15:51.557555 ocp_resources Secret INFO Create Secret internal-http-secret 2025-12-04T06:15:51.557759 ocp_resources Secret INFO Posting {'apiVersion': 'v1', 'kind': 'Secret', 'metadata': {'name': 'internal-http-secret', 'namespace': 'cdi-import-test-import-htt'}, 'data': '*******'} 2025-12-04T06:15:51.556792 conftest INFO Executing module fixture: storage_class_matrix__module__ 2025-12-04T06:15:51.557014 conftest INFO Executing module fixture: storage_class_name_scope_module 2025-12-04T06:15:51.557142 conftest INFO Executing module fixture: internal_http_secret 2025-12-04T06:15:51.590945 conftest INFO Executing function fixture: content_type 2025-12-04T06:15:51.591175 conftest INFO Executing function fixture: file_name --------------------------------------------------------- CALL --------------------------------------------------------- 2025-12-04T06:15:51.679649 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-12-04T06:15:51.746489 ocp_resources ConfigMap INFO Create ConfigMap artifactory-configmap 2025-12-04T06:15:51.746732 ocp_resources ConfigMap INFO Posting {'apiVersion': 'v1', 'kind': 'ConfigMap', 'metadata': {'name': 'artifactory-configmap', 'namespace': 'cdi-import-test-import-htt'}, 'data': '*******'} 2025-12-04T06:15:51.808817 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2025-12-04T06:15:51.808978 ocp_resources DataVolume INFO Create DataVolume import-http-dv 2025-12-04T06:15:51.809157 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-12-04T06:15:51.859140 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-12-04T06:15:51.925545 ocp_resources DataVolume INFO Wait DV success for 600 seconds 2025-12-04T06:15:51.926034 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-12-04T06:16:01.957506 timeout_sampler INFO Elapsed time: 10.016225814819336 [0:00:10.016226] 2025-12-04T06:16:01.957708 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-12-04T06:16:18.239814 timeout_sampler INFO Elapsed time: 16.263134479522705 [0:00:16.263134] 2025-12-04T06:16:18.240064 ocp_resources PersistentVolumeClaim INFO Wait for PersistentVolumeClaim import-http-dv status to be Bound 2025-12-04T06:16:18.240286 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-12-04T06:16:18.255392 ocp_resources PersistentVolumeClaim INFO Status of PersistentVolumeClaim import-http-dv is Bound 2025-12-04T06:16:18.255629 timeout_sampler INFO Elapsed time: 8.225440979003906e-05 [0:00:00.000082] 2025-12-04T06:16:18.270489 ocp_resources DataVolume INFO Delete DataVolume import-http-dv 2025-12-04T06:16:18.301833 ocp_resources DataVolume INFO Deleting {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'annotations': {'cdi.kubevirt.io/storage.usePopulator': 'true'}, 'creationTimestamp': '2025-12-04T06:15:51Z', '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-12-04T06:15:51Z'}, {'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-12-04T06:15:51Z'}, {'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-12-04T06:16:17Z'}], 'name': 'import-http-dv', 'namespace': 'cdi-import-test-import-htt', 'resourceVersion': '149742', 'uid': '06741acb-ac86-4e99-8ec1-353286ba08fd'}, '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-12-04T06:16:17Z', 'lastTransitionTime': '2025-12-04T06:16:17Z', 'message': 'PVC import-http-dv Bound', 'reason': 'Bound', 'status': 'True', 'type': 'Bound'}, {'lastHeartbeatTime': '2025-12-04T06:16:17Z', 'lastTransitionTime': '2025-12-04T06:16:17Z', 'status': 'True', 'type': 'Ready'}, {'lastHeartbeatTime': '2025-12-04T06:16:16Z', 'lastTransitionTime': '2025-12-04T06:16:16Z', 'message': 'Import Complete', 'reason': 'Completed', 'status': 'False', 'type': 'Running'}], 'phase': 'Succeeded', 'progress': '100.0%'}} 2025-12-04T06:16:18.322738 ocp_resources DataVolume INFO Wait until DataVolume import-http-dv is deleted 2025-12-04T06:16:18.323043 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-12-04T06:16:18.338839 timeout_sampler INFO Elapsed time: 8.130073547363281e-05 [0:00:00.000081] 2025-12-04T06:16:18.338962 ocp_resources PersistentVolumeClaim INFO Wait until PersistentVolumeClaim import-http-dv is deleted 2025-12-04T06:16:18.339148 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-12-04T06:16:18.358423 timeout_sampler INFO Elapsed time: 7.128715515136719e-05 [0:00:00.000071] 2025-12-04T06:16:18.358529 ocp_resources ConfigMap INFO Delete ConfigMap artifactory-configmap 2025-12-04T06:16:18.393211 ocp_resources ConfigMap INFO Deleting {'kind': 'ConfigMap', 'apiVersion': 'v1', 'metadata': {'name': 'artifactory-configmap', 'namespace': 'cdi-import-test-import-htt', 'uid': '423a7ac5-24bd-4ecc-b5f9-6a3b1899062e', 'resourceVersion': '149125', 'creationTimestamp': '2025-12-04T06:15:51Z', 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-12-04T06:15:51Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:data': {'.': {}, 'f:tlsregistry.crt': {}}}}]}, 'data': '*******'} 2025-12-04T06:16:18.414475 ocp_resources ConfigMap INFO Wait until ConfigMap artifactory-configmap is deleted 2025-12-04T06:16:18.414937 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-12-04T06:16:18.432631 timeout_sampler INFO Elapsed time: 8.630752563476562e-05 [0:00:00.000086] .2025-12-04T06:16:18.433535 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-12-04T06:16:18.464445 ocp_resources Secret INFO Deleting {'kind': 'Secret', 'apiVersion': 'v1', 'metadata': {'name': 'internal-http-secret', 'namespace': 'cdi-import-test-import-htt', 'uid': '7f244ec3-b2de-4d33-8dbb-b7c1dd755570', 'resourceVersion': '149121', 'creationTimestamp': '2025-12-04T06:15:51Z', 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-12-04T06:15:51Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:data': {'.': {}, 'f:accessKeyId': {}, 'f:secretKey': {}}, 'f:type': {}}}]}, 'data': '*******', 'type': 'Opaque'} 2025-12-04T06:16:18.483996 ocp_resources Secret INFO Wait until Secret internal-http-secret is deleted 2025-12-04T06:16:18.484163 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-12-04T06:16:18.501773 timeout_sampler INFO Elapsed time: 0.0001010894775390625 [0:00:00.000101] 2025-12-04T06:16:18.501996 ocp_resources Namespace INFO Delete Namespace cdi-import-test-import-htt 2025-12-04T06:16:18.531734 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'cdi-import-test-import-htt', 'uid': 'dc347e80-4148-4817-bc7d-7b56f7d2b630', 'resourceVersion': '149117', 'creationTimestamp': '2025-12-04T06:15:51Z', '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-12-04T06:15: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': 'pod-security-admission-label-synchronization-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-12-04T06:15:51Z', '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-12-04T06:15:51Z', '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-12-04T06:15:51Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2025-12-04T06:16:18.555004 ocp_resources Namespace INFO Wait until Namespace cdi-import-test-import-htt is deleted 2025-12-04T06:16:18.555173 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-12-04T06:16:26.697464 timeout_sampler INFO Elapsed time: 8.12610411643982 [0:00:08.126104] _ 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-12-04 06:16:26,700 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:16:26,700 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-12-04 06:16:26,700 INFO sqlalchemy.engine.Engine [raw sql] () 2025-12-04 06:16:26,701 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04T06:16:26.700212 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04 06:16:26,701 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:16:26,702 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04 06:16:26,702 INFO sqlalchemy.engine.Engine [generated in 0.00020s] ('/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]', 1764828986) 2025-12-04T06:16:26.700457 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-12-04T06:16:26.700586 sqlalchemy.engine.Engine INFO [raw sql] () 2025-12-04T06:16:26.701136 sqlalchemy.engine.Engine INFO COMMIT 2025-12-04T06:16:26.701583 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04T06:16:26.702115 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04 06:16:26,702 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04T06:16:26.702250 sqlalchemy.engine.Engine INFO [generated in 0.00020s] ('/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]', 1764828986) 2025-12-04T06:16:26.702952 sqlalchemy.engine.Engine INFO COMMIT 2025-12-04T06:16:26.716854 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-12-04T06:16:26.715910 conftest INFO Executing function fixture: term_handler_scope_function 2025-12-04T06:16:26.716125 conftest INFO Executing class fixture: term_handler_scope_class 2025-12-04T06:16:26.716344 conftest INFO Executing module fixture: term_handler_scope_module 2025-12-04T06:16:26.716587 conftest INFO Executing module fixture: cluster_sanity_scope_module 2025-12-04T06:16:26.716695 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2025-12-04T06:16:26.716752 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2025-12-04T06:16:26.716807 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2025-12-04T06:16:26.851727 ocp_utilities.infra INFO Verify all nodes are schedulable. 2025-12-04T06:16:27.001356 timeout_sampler INFO Waiting for 300 seconds [0:05:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2025-12-04T06:16:28.307999 timeout_sampler INFO Elapsed time: 0.0002772808074951172 [0:00:00.000277] 2025-12-04T06:16:28.308399 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-12-04T06:16:28.308271 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-12-04T06:16:38.427879 timeout_sampler INFO Elapsed time: 10.07598328590393 [0:00:10.075983] 2025-12-04T06:16:38.428792 ocp_resources.resource INFO kind: ProjectRequest api version: project.openshift.io/v1 2025-12-04T06:16:38.428899 ocp_resources ProjectRequest INFO Create ProjectRequest cdi-import-test-import-registr 2025-12-04T06:16:38.428286 conftest INFO Executing function fixture: autouse_fixtures 2025-12-04T06:16:38.429428 ocp_resources ProjectRequest INFO Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'cdi-import-test-import-registr'}} 2025-12-04T06:16:38.428587 conftest INFO Executing module fixture: namespace 2025-12-04T06:16:38.543371 ocp_resources.resource INFO kind: Project api version: project.openshift.io/v1 2025-12-04T06:16:38.543486 ocp_resources Project INFO Wait for Project cdi-import-test-import-registr status to be Active 2025-12-04T06:16:38.543679 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-12-04T06:16:38.569638 ocp_resources Project INFO Status of Project cdi-import-test-import-registr is Active 2025-12-04T06:16:38.569805 timeout_sampler INFO Elapsed time: 7.510185241699219e-05 [0:00:00.000075] 2025-12-04T06:16:38.584689 ocp_resources Namespace INFO Wait for Namespace cdi-import-test-import-registr status to be Active 2025-12-04T06:16:38.584868 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-12-04T06:16:38.599051 ocp_resources Namespace INFO Status of Namespace cdi-import-test-import-registr is Active 2025-12-04T06:16:38.599273 timeout_sampler INFO Elapsed time: 8.106231689453125e-05 [0:00:00.000081] 2025-12-04T06:16:38.599394 ocp_resources.resource INFO ResourceEdits: Updating data for resource Namespace cdi-import-test-import-registr 2025-12-04T06:16:38.599492 ocp_resources Namespace INFO Update Namespace cdi-import-test-import-registr: {'metadata': {'labels': None, 'name': 'cdi-import-test-import-registr'}} 2025-12-04T06:16:38.656916 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2025-12-04T06:16:38.657044 ocp_resources DataVolume INFO Create DataVolume import-public-registry-no-content-type-dv 2025-12-04T06:16:38.657405 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-12-04T06:16:38.655864 conftest INFO Executing function fixture: dv_name 2025-12-04T06:16:38.656051 conftest INFO Executing function fixture: content_type 2025-12-04T06:16:38.656201 conftest INFO Executing function fixture: storage_class_matrix__function__ 2025-12-04T06:16:38.656345 conftest INFO Executing function fixture: storage_class_name_scope_function --------------------------------------------------------- CALL --------------------------------------------------------- 2025-12-04T06:16:38.711902 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-12-04T06:16:38.775840 ocp_resources DataVolume INFO Wait DV success for 600 seconds 2025-12-04T06:16:38.776045 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-12-04T06:16:48.810542 timeout_sampler INFO Elapsed time: 10.018807172775269 [0:00:10.018807] 2025-12-04T06:16:48.810744 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-12-04T06:17:27.442403 timeout_sampler INFO Elapsed time: 38.61525106430054 [0:00:38.615251] 2025-12-04T06:17:27.442614 ocp_resources PersistentVolumeClaim INFO Wait for PersistentVolumeClaim import-public-registry-no-content-type-dv status to be Bound 2025-12-04T06:17:27.442886 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-12-04T06:17:27.458031 ocp_resources PersistentVolumeClaim INFO Status of PersistentVolumeClaim import-public-registry-no-content-type-dv is Bound 2025-12-04T06:17:27.458319 timeout_sampler INFO Elapsed time: 9.846687316894531e-05 [0:00:00.000098] 2025-12-04T06:17:27.474872 ocp_resources DataVolume INFO Delete DataVolume import-public-registry-no-content-type-dv 2025-12-04T06:17:27.505134 ocp_resources DataVolume INFO Deleting {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'annotations': {'cdi.kubevirt.io/storage.usePopulator': 'true'}, 'creationTimestamp': '2025-12-04T06:16:38Z', '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-12-04T06:16:38Z'}, {'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-12-04T06:16:38Z'}, {'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-12-04T06:17:26Z'}], 'name': 'import-public-registry-no-content-type-dv', 'namespace': 'cdi-import-test-import-registr', 'resourceVersion': '151029', 'uid': '65c5bea4-be42-45b9-aa0b-18ead27b29cc'}, '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-12-04T06:17:26Z', 'lastTransitionTime': '2025-12-04T06:17:26Z', 'message': 'PVC import-public-registry-no-content-type-dv Bound', 'reason': 'Bound', 'status': 'True', 'type': 'Bound'}, {'lastHeartbeatTime': '2025-12-04T06:17:26Z', 'lastTransitionTime': '2025-12-04T06:17:26Z', 'status': 'True', 'type': 'Ready'}, {'lastHeartbeatTime': '2025-12-04T06:17:23Z', 'lastTransitionTime': '2025-12-04T06:17:23Z', 'message': 'Import Complete', 'reason': 'Completed', 'status': 'False', 'type': 'Running'}], 'phase': 'Succeeded', 'progress': '100.0%'}} 2025-12-04T06:17:27.526684 ocp_resources DataVolume INFO Wait until DataVolume import-public-registry-no-content-type-dv is deleted 2025-12-04T06:17:27.527171 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-12-04T06:17:27.542628 timeout_sampler INFO Elapsed time: 0.0001766681671142578 [0:00:00.000177] 2025-12-04T06:17:27.542776 ocp_resources PersistentVolumeClaim INFO Wait until PersistentVolumeClaim import-public-registry-no-content-type-dv is deleted 2025-12-04T06:17:27.542962 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-12-04T06:17:27.560060 timeout_sampler INFO Elapsed time: 7.843971252441406e-05 [0:00:00.000078] .2025-12-04T06:17:27.561048 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-12-04T06:17:27.591835 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'cdi-import-test-import-registr', 'uid': '51fa3371-4e5d-43e7-93cd-d707e5d33e05', 'resourceVersion': '150150', 'creationTimestamp': '2025-12-04T06:16:38Z', 'labels': {'kubernetes.io/metadata.name': 'cdi-import-test-import-registr', 'pod-security.kubernetes.io/audit': 'restricted', 'pod-security.kubernetes.io/audit-version': 'latest', 'pod-security.kubernetes.io/enforce': 'restricted', 'pod-security.kubernetes.io/enforce-version': 'latest', 'pod-security.kubernetes.io/warn': 'restricted', 'pod-security.kubernetes.io/warn-version': 'latest'}, 'annotations': {'openshift.io/description': '', 'openshift.io/display-name': '', 'openshift.io/requester': 'unprivileged-user', 'openshift.io/sa.scc.mcs': 's0:c36,c20', 'openshift.io/sa.scc.supplemental-groups': '1001300000/10000', 'openshift.io/sa.scc.uid-range': '1001300000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'cluster-policy-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-12-04T06:16:38Z', '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-12-04T06:16:38Z', '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-12-04T06:16:38Z', '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-12-04T06:16:38Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2025-12-04T06:17:27.613116 ocp_resources Namespace INFO Wait until Namespace cdi-import-test-import-registr is deleted 2025-12-04T06:17:27.613374 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-12-04T06:17:35.751339 timeout_sampler INFO Elapsed time: 8.121551275253296 [0:00:08.121551] _ 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-12-04 06:17:35,754 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:17:35,754 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-12-04 06:17:35,754 INFO sqlalchemy.engine.Engine [raw sql] () 2025-12-04T06:17:35.754169 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04 06:17:35,755 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04 06:17:35,755 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:17:35,755 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04 06:17:35,756 INFO sqlalchemy.engine.Engine [generated in 0.00022s] ('/openshift-virtualization-tests/tests/storage/cdi_upload/test_upload_virtctl.py::test_virtctl_image_upload_dv[#ocs-storagecluster-ceph-rbd-virtualization#]', 1764829055) 2025-12-04T06:17:35.754403 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-12-04T06:17:35.754516 sqlalchemy.engine.Engine INFO [raw sql] () 2025-12-04T06:17:35.755021 sqlalchemy.engine.Engine INFO COMMIT 2025-12-04T06:17:35.755441 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04 06:17:35,756 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04T06:17:35.755917 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04T06:17:35.756091 sqlalchemy.engine.Engine INFO [generated in 0.00022s] ('/openshift-virtualization-tests/tests/storage/cdi_upload/test_upload_virtctl.py::test_virtctl_image_upload_dv[#ocs-storagecluster-ceph-rbd-virtualization#]', 1764829055) 2025-12-04T06:17:35.756629 sqlalchemy.engine.Engine INFO COMMIT ---------------------- test_virtctl_image_upload_dv[#ocs-storagecluster-ceph-rbd-virtualization#] ---------------------- 2025-12-04T06:17:35.767659 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-12-04T06:17:35.766754 conftest INFO Executing function fixture: term_handler_scope_function 2025-12-04T06:17:35.766922 conftest INFO Executing class fixture: term_handler_scope_class 2025-12-04T06:17:35.767048 conftest INFO Executing module fixture: term_handler_scope_module 2025-12-04T06:17:35.767333 conftest INFO Executing module fixture: cluster_sanity_scope_module 2025-12-04T06:17:35.767488 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2025-12-04T06:17:35.767557 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2025-12-04T06:17:35.767613 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2025-12-04T06:17:35.885272 ocp_utilities.infra INFO Verify all nodes are schedulable. 2025-12-04T06:17:35.979523 timeout_sampler INFO Waiting for 300 seconds [0:05:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2025-12-04T06:17:37.264787 timeout_sampler INFO Elapsed time: 0.00010180473327636719 [0:00:00.000102] 2025-12-04T06:17:37.265087 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-12-04T06:17:37.264982 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-12-04T06:17:47.390717 timeout_sampler INFO Elapsed time: 10.08240818977356 [0:00:10.082408] 2025-12-04T06:17:47.391658 ocp_resources.resource INFO kind: ProjectRequest api version: project.openshift.io/v1 2025-12-04T06:17:47.391760 ocp_resources ProjectRequest INFO Create ProjectRequest cdi-upload-test-upload-virtctl 2025-12-04T06:17:47.392149 ocp_resources ProjectRequest INFO Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'cdi-upload-test-upload-virtctl'}} 2025-12-04T06:17:47.391122 conftest INFO Executing function fixture: autouse_fixtures 2025-12-04T06:17:47.391444 conftest INFO Executing module fixture: namespace 2025-12-04T06:17:47.548143 ocp_resources.resource INFO kind: Project api version: project.openshift.io/v1 2025-12-04T06:17:47.548265 ocp_resources Project INFO Wait for Project cdi-upload-test-upload-virtctl status to be Active 2025-12-04T06:17:47.548425 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-12-04T06:17:47.571858 ocp_resources Project INFO Status of Project cdi-upload-test-upload-virtctl is Active 2025-12-04T06:17:47.572025 timeout_sampler INFO Elapsed time: 7.557868957519531e-05 [0:00:00.000076] 2025-12-04T06:17:47.589509 ocp_resources Namespace INFO Wait for Namespace cdi-upload-test-upload-virtctl status to be Active 2025-12-04T06:17:47.589903 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-12-04T06:17:47.604515 ocp_resources Namespace INFO Status of Namespace cdi-upload-test-upload-virtctl is Active 2025-12-04T06:17:47.604895 timeout_sampler INFO Elapsed time: 7.414817810058594e-05 [0:00:00.000074] 2025-12-04T06:17:47.604991 ocp_resources.resource INFO ResourceEdits: Updating data for resource Namespace cdi-upload-test-upload-virtctl 2025-12-04T06:17:47.605063 ocp_resources Namespace INFO Update Namespace cdi-upload-test-upload-virtctl: {'metadata': {'labels': None, 'name': 'cdi-upload-test-upload-virtctl'}} 2025-12-04T06:17:47.646554 timeout_sampler INFO Waiting for 60 seconds [0:01:00], retry every 1 seconds. (Function: utilities.storage.get_downloaded_artifact Kwargs: {'remote_name': 'cnv-tests/cdi-test-images/cirros-qcow2.img', 'local_name': '/tmp/cirros-qcow2.img'}) 2025-12-04T06:17:47.646709 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-12-04T06:17:47.646139 conftest INFO Executing module fixture: storage_class_matrix_immediate_matrix__module__ 2025-12-04T06:17:47.646338 conftest INFO Executing module fixture: storage_class_name_immediate_binding_scope_module 2025-12-04T06:17:47.646468 conftest INFO Executing function fixture: download_image 2025-12-04T06:17:47.646642 utilities.artifactory INFO Testing connectivity to https://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/artifactory/cnv-qe-server-local/ HTTPS server 2025-12-04T06:17:48.216799 timeout_sampler INFO Elapsed time: 7.128715515136719e-05 [0:00:00.000071] 2025-12-04T06:17:48.407278 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-12-04T06:17:48.942951 timeout_sampler INFO Elapsed time: 8.20159912109375e-05 [0:00:00.000082] 2025-12-04T06:17:48.945364 ocp_resources.resource INFO Trying to get client via new_client_from_config --------------------------------------------------------- CALL --------------------------------------------------------- 2025-12-04T06:17:48.957546 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2025-12-04T06:17:48.957784 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-12-04T06:17:49.021931 pyhelper_utils.shell INFO Running virtctl -n cdi-upload-test-upload-virtctl --kubeconfig /tmp/tmpihezs0yo-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-12-04T06:17:59.582530 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2025-12-04T06:17:59.582753 ocp_resources DataVolume INFO Wait DV success for 60 seconds 2025-12-04T06:17:59.583032 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-12-04T06:17:59.582160 utilities.storage INFO Check status and output of virtctl 2025-12-04T06:17:59.615414 timeout_sampler INFO Elapsed time: 9.894371032714844e-05 [0:00:00.000099] 2025-12-04T06:17:59.615526 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-12-04T06:17:59.630885 timeout_sampler INFO Elapsed time: 7.843971252441406e-05 [0:00:00.000078] 2025-12-04T06:17:59.631150 ocp_resources PersistentVolumeClaim INFO Wait for PersistentVolumeClaim cnv-3724-ocs-storagecluster-ceph-rbd-virtualization status to be Bound 2025-12-04T06:17:59.631404 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-12-04T06:17:59.646416 ocp_resources PersistentVolumeClaim INFO Status of PersistentVolumeClaim cnv-3724-ocs-storagecluster-ceph-rbd-virtualization is Bound 2025-12-04T06:17:59.646597 timeout_sampler INFO Elapsed time: 6.961822509765625e-05 [0:00:00.000070] 2025-12-04T06:17:59.687900 ocp_resources DataVolume INFO Delete DataVolume cnv-3724-ocs-storagecluster-ceph-rbd-virtualization 2025-12-04T06:17:59.715016 ocp_resources DataVolume INFO Deleting {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'annotations': {'cdi.kubevirt.io/storage.usePopulator': 'true'}, 'creationTimestamp': '2025-12-04T06:17:49Z', 'generation': 1, 'managedFields': [{'apiVersion': 'cdi.kubevirt.io/v1beta1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:cdi.kubevirt.io/storage.usePopulator': {}}}}, 'manager': 'virt-cdi-controller', 'operation': 'Update', 'time': '2025-12-04T06:17:49Z'}, {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'.': {}, 'f:contentType': {}, 'f:source': {'.': {}, 'f:upload': {}}, 'f:storage': {'.': {}, 'f:accessModes': {}, 'f:resources': {'.': {}, 'f:requests': {'.': {}, 'f:storage': {}}}, 'f:storageClassName': {}, 'f:volumeMode': {}}}}, 'manager': 'virtctl', 'operation': 'Update', 'time': '2025-12-04T06:17:49Z'}, {'apiVersion': 'cdi.kubevirt.io/v1beta1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:status': {'.': {}, 'f:claimName': {}, 'f:conditions': {}, 'f:phase': {}, 'f:progress': {}}}, 'manager': 'virt-cdi-controller', 'operation': 'Update', 'subresource': 'status', 'time': '2025-12-04T06:17:59Z'}], 'name': 'cnv-3724-ocs-storagecluster-ceph-rbd-virtualization', 'namespace': 'cdi-upload-test-upload-virtctl', 'resourceVersion': '151737', 'uid': '6d75262a-d5e3-4e54-aefd-83e2d3dc22b4'}, '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-12-04T06:17:59Z', 'lastTransitionTime': '2025-12-04T06:17:59Z', 'message': 'PVC cnv-3724-ocs-storagecluster-ceph-rbd-virtualization Bound', 'reason': 'Bound', 'status': 'True', 'type': 'Bound'}, {'lastHeartbeatTime': '2025-12-04T06:17:59Z', 'lastTransitionTime': '2025-12-04T06:17:59Z', 'status': 'True', 'type': 'Ready'}, {'lastHeartbeatTime': '2025-12-04T06:17:58Z', 'lastTransitionTime': '2025-12-04T06:17:58Z', 'message': 'Upload Complete', 'reason': 'Completed', 'status': 'False', 'type': 'Running'}], 'phase': 'Succeeded', 'progress': 'N/A'}} 2025-12-04T06:17:59.734790 ocp_resources DataVolume INFO Wait until DataVolume cnv-3724-ocs-storagecluster-ceph-rbd-virtualization is deleted 2025-12-04T06:17:59.735174 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-12-04T06:17:59.749790 timeout_sampler INFO Elapsed time: 0.0001838207244873047 [0:00:00.000184] 2025-12-04T06:17:59.749898 ocp_resources PersistentVolumeClaim INFO Wait until PersistentVolumeClaim cnv-3724-ocs-storagecluster-ceph-rbd-virtualization is deleted 2025-12-04T06:17:59.750050 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-12-04T06:17:59.767164 timeout_sampler INFO Elapsed time: 7.867813110351562e-05 [0:00:00.000079] .2025-12-04T06:17:59.768168 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-12-04T06:17:59.797523 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'cdi-upload-test-upload-virtctl', 'uid': 'ba40664d-0cf6-4d50-ae0c-dbc6f45531d6', 'resourceVersion': '151416', 'creationTimestamp': '2025-12-04T06:17:47Z', 'labels': {'kubernetes.io/metadata.name': 'cdi-upload-test-upload-virtctl', 'pod-security.kubernetes.io/audit': 'restricted', 'pod-security.kubernetes.io/audit-version': 'latest', 'pod-security.kubernetes.io/enforce': 'restricted', 'pod-security.kubernetes.io/enforce-version': 'latest', 'pod-security.kubernetes.io/warn': 'restricted', 'pod-security.kubernetes.io/warn-version': 'latest'}, 'annotations': {'openshift.io/description': '', 'openshift.io/display-name': '', 'openshift.io/requester': 'unprivileged-user', 'openshift.io/sa.scc.mcs': 's0:c36,c30', 'openshift.io/sa.scc.supplemental-groups': '1001320000/10000', 'openshift.io/sa.scc.uid-range': '1001320000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'cluster-policy-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-12-04T06:17:47Z', '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-12-04T06:17:47Z', '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-12-04T06:17:47Z', '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-12-04T06:17:47Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2025-12-04T06:17:59.821368 ocp_resources Namespace INFO Wait until Namespace cdi-upload-test-upload-virtctl is deleted 2025-12-04T06:17:59.821538 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-12-04T06:18:06.947588 timeout_sampler INFO Elapsed time: 7.109989404678345 [0:00:07.109989] _ 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-12-04 06:18:06,950 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:18:06,950 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-12-04 06:18:06,950 INFO sqlalchemy.engine.Engine [raw sql] () 2025-12-04 06:18:06,951 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04 06:18:06,951 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:18:06,952 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04 06:18:06,952 INFO sqlalchemy.engine.Engine [generated in 0.00017s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_create_vm[#rhel-9-6#]', 1764829086) 2025-12-04T06:18:06.950487 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04T06:18:06.950689 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-12-04T06:18:06.950798 sqlalchemy.engine.Engine INFO [raw sql] () 2025-12-04 06:18:06,952 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04T06:18:06.951206 sqlalchemy.engine.Engine INFO COMMIT 2025-12-04T06:18:06.951613 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04T06:18:06.952050 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04T06:18:06.952166 sqlalchemy.engine.Engine INFO [generated in 0.00017s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_create_vm[#rhel-9-6#]', 1764829086) 2025-12-04T06:18:06.952862 sqlalchemy.engine.Engine INFO COMMIT ---------------------------------------------- test_create_vm[#rhel-9-6#] ---------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-12-04T06:18:06.964377 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. 2025-12-04T06:18:06.963611 conftest INFO Executing function fixture: term_handler_scope_function 2025-12-04T06:18:06.963774 conftest INFO Executing class fixture: term_handler_scope_class 2025-12-04T06:18:06.963895 conftest INFO Executing module fixture: term_handler_scope_module 2025-12-04T06:18:06.964101 conftest INFO Executing module fixture: cluster_sanity_scope_module 2025-12-04T06:18:06.964195 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2025-12-04T06:18:06.964276 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2025-12-04T06:18:06.964332 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2025-12-04T06:18:07.082772 ocp_utilities.infra INFO Verify all nodes are schedulable. 2025-12-04T06:18:07.177306 timeout_sampler INFO Waiting for 300 seconds [0:05:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2025-12-04T06:18:08.474743 timeout_sampler INFO Elapsed time: 9.72747802734375e-05 [0:00:00.000097] 2025-12-04T06:18:08.475058 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-12-04T06:18:08.474944 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-12-04T06:18:18.598305 timeout_sampler INFO Elapsed time: 10.079177379608154 [0:00:10.079177] 2025-12-04T06:18:18.599385 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-12-04T06:18:18.598700 conftest INFO Executing function fixture: autouse_fixtures 2025-12-04T06:18:18.598978 conftest INFO Executing session fixture: is_psi_cluster 2025-12-04T06:18:18.611416 ocp_resources.resource INFO kind: Infrastructure api version: config.openshift.io/v1 2025-12-04T06:18:18.661071 conftest INFO Executing session fixture: gpu_nodes 2025-12-04T06:18:18.769624 conftest INFO Executing session fixture: nodes_with_supported_gpus 2025-12-04T06:18:18.769809 conftest INFO Executing session fixture: sriov_workers 2025-12-04T06:18:18.820925 conftest INFO Executing session fixture: nodes_cpu_vendor 2025-12-04T06:18:18.853792 conftest INFO Executing session fixture: nodes_cpu_virt_extension 2025-12-04T06:18:18.853951 conftest INFO Executing session fixture: allocatable_memory_per_node_scope_session 2025-12-04T06:18:18.888293 tests.virt.utils INFO Node ip-10-0-15-69.ec2.internal has 187.41870880126953 GiB of allocatable memory 2025-12-04T06:18:18.921701 tests.virt.utils INFO Node ip-10-0-63-26.ec2.internal has 187.41869735717773 GiB of allocatable memory 2025-12-04T06:18:18.955810 ocp_resources.resource INFO kind: StorageProfile api version: cdi.kubevirt.io/v1beta1 2025-12-04T06:18:18.955007 tests.virt.utils INFO Node ip-10-0-95-238.ec2.internal has 187.41868591308594 GiB of allocatable memory 2025-12-04T06:18:18.955167 conftest INFO Executing session fixture: virt_special_infra_sanity 2025-12-04T06:18:18.955352 tests.virt.conftest INFO Verifying that cluster has all required capabilities for special_infra marked tests 2025-12-04T06:18:18.955672 tests.virt.conftest INFO Verifing default storage class ocs-storagecluster-ceph-rbd-virtualization supports RWX mode 2025-12-04T06:18:18.986317 ocp_resources.resource INFO kind: ProjectRequest api version: project.openshift.io/v1 2025-12-04T06:18:18.986410 ocp_resources ProjectRequest INFO Create ProjectRequest cluster-common-templates-rhel-test-rhel-os-support 2025-12-04T06:18:18.986633 ocp_resources ProjectRequest INFO Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'cluster-common-templates-rhel-test-rhel-os-support'}} 2025-12-04T06:18:18.985850 conftest INFO Executing session fixture: cluster_common_node_cpu 2025-12-04T06:18:18.986125 conftest INFO Executing module fixture: namespace 2025-12-04T06:18:19.103991 ocp_resources.resource INFO kind: Project api version: project.openshift.io/v1 2025-12-04T06:18:19.104081 ocp_resources Project INFO Wait for Project cluster-common-templates-rhel-test-rhel-os-support status to be Active 2025-12-04T06:18:19.104262 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-12-04T06:18:19.146626 ocp_resources Project INFO Status of Project cluster-common-templates-rhel-test-rhel-os-support is Active 2025-12-04T06:18:19.146976 timeout_sampler INFO Elapsed time: 0.00011706352233886719 [0:00:00.000117] 2025-12-04T06:18:19.161964 ocp_resources Namespace INFO Wait for Namespace cluster-common-templates-rhel-test-rhel-os-support status to be Active 2025-12-04T06:18:19.162165 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-12-04T06:18:19.177462 ocp_resources Namespace INFO Status of Namespace cluster-common-templates-rhel-test-rhel-os-support is Active 2025-12-04T06:18:19.177812 timeout_sampler INFO Elapsed time: 0.0001125335693359375 [0:00:00.000113] 2025-12-04T06:18:19.177953 ocp_resources.resource INFO ResourceEdits: Updating data for resource Namespace cluster-common-templates-rhel-test-rhel-os-support 2025-12-04T06:18:19.178019 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-12-04T06:18:19.215966 conftest INFO Executing class fixture: hyperconverged_resource_scope_class 2025-12-04T06:18:19.233577 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-12-04T06:18:19.233193 conftest INFO Executing class fixture: cluster_cpu_model_scope_class 2025-12-04T06:18:19.244953 ocp_resources.resource INFO ResourceEdit: Backing up old data 2025-12-04T06:18:19.244868 utilities.hco INFO Patches: {: {'spec': {'defaultCPUModel': 'Broadwell-v2'}}} 2025-12-04T06:18:19.261013 ocp_resources.resource INFO ResourceEdits: Updating data for resource HyperConverged kubevirt-hyperconverged 2025-12-04T06:18:19.261101 ocp_resources HyperConverged INFO Update HyperConverged kubevirt-hyperconverged: {'spec': {'defaultCPUModel': 'Broadwell-v2'}, 'metadata': {'name': 'kubevirt-hyperconverged'}} 2025-12-04T06:18:19.333475 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-12-04T06:18:19.333268 utilities.hco INFO Waiting for 1 CRs managed by HCO to reconcile:  2025-12-04T06:18:19.333392 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-12-04T06:19:04.765986 timeout_sampler INFO Elapsed time: 45.39502191543579 [0:00:45.395022] 2025-12-04T06:19:04.766317 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-12-04T06:19:04.766166 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-12-04T06:19:14.871961 timeout_sampler INFO Elapsed time: 10.065728902816772 [0:00:10.065729] 2025-12-04T06:19:14.872123 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-12-04T06:19:14.919840 timeout_sampler INFO Elapsed time: 7.200241088867188e-05 [0:00:00.000072] 2025-12-04T06:19:14.920057 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-12-04T06:19:14.919948 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-12-04T06:19:25.048383 timeout_sampler INFO Elapsed time: 10.084142208099365 [0:00:10.084142] 2025-12-04T06:19:25.049280 ocp_resources.resource INFO kind: DataSource api version: cdi.kubevirt.io/v1beta1 2025-12-04T06:19:25.048826 conftest INFO Executing class fixture: rhel_os_matrix__class__ 2025-12-04T06:19:25.049031 conftest INFO Executing class fixture: matrix_rhel_os_golden_image_data_source 2025-12-04T06:19:25.079093 ocp_resources.resource INFO kind: VolumeSnapshot api version: snapshot.storage.k8s.io/v1 2025-12-04T06:19:25.094143 tests.virt.utils INFO DataSource rhel9 already exists and has a source pvc/snapshot. 2025-12-04T06:19:25.094464 conftest INFO Executing class fixture: matrix_rhel_os_vm_from_template 2025-12-04T06:19:25.124473 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-12-04T06:19:25.136100 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2025-12-04T06:19:25.136472 ocp_resources.resource INFO kind: VirtualMachine api version: kubevirt.io/v1 2025-12-04T06:19:25.137387 ocp_resources.resource INFO kind: Template api version: template.openshift.io/v1 --------------------------------------------------------- CALL --------------------------------------------------------- 2025-12-04T06:19:25.137208 test_rhel_os_support INFO Create VM from template. 2025-12-04T06:19:25.179259 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-12-04T06:19:25.178921 utilities.virt INFO Get VM credentials from cloud-init 2025-12-04T06:19:25.525426 ocp_resources.resource INFO kind: StorageProfile api version: cdi.kubevirt.io/v1beta1 2025-12-04T06:19:25.555321 ocp_resources VirtualMachine INFO Create VirtualMachine rhel-9-6-1764829165-136378 2025-12-04T06:19:25.555533 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-1764829165-136378', '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-1764829165-136378'}, 'spec': {'dataVolumeTemplates': [{'apiVersion': 'cdi.kubevirt.io/v1beta1', 'kind': 'DataVolume', 'metadata': {'name': 'rhel9'}, 'spec': {'storage': {'resources': {'requests': {'storage': '30Gi'}}, 'storageClassName': 'ocs-storagecluster-ceph-rbd-virtualization'}, '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-1764829165-136378', 'kubevirt.io/size': 'tiny', 'kubevirt.io/vm': 'rhel-9-6-1764829165-136378', '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-12-04T06:19:25.625114 ocp_resources VirtualMachine INFO Wait until VirtualMachine rhel-9-6-1764829165-136378 is created 2025-12-04T06:19:25.625314 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait.lambda: self.exists) 2025-12-04T06:19:25.641170 timeout_sampler INFO Elapsed time: 8.630752563476562e-05 [0:00:00.000086] . 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-12-04 06:19:25,644 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:19:25,644 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-12-04 06:19:25,644 INFO sqlalchemy.engine.Engine [raw sql] () 2025-12-04 06:19:25,645 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04 06:19:25,645 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:19:25,645 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04 06:19:25,645 INFO sqlalchemy.engine.Engine [generated in 0.00016s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_start_vm[#rhel-9-6#]', 1764829165) 2025-12-04T06:19:25.644370 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04T06:19:25.644552 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-12-04 06:19:25,646 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04T06:19:25.644647 sqlalchemy.engine.Engine INFO [raw sql] () 2025-12-04T06:19:25.645031 sqlalchemy.engine.Engine INFO COMMIT 2025-12-04T06:19:25.645440 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04T06:19:25.645879 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04T06:19:25.645984 sqlalchemy.engine.Engine INFO [generated in 0.00016s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_start_vm[#rhel-9-6#]', 1764829165) 2025-12-04T06:19:25.646508 sqlalchemy.engine.Engine INFO COMMIT ---------------------------------------------- test_start_vm[#rhel-9-6#] ---------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-12-04T06:19:25.654936 conftest INFO Executing function fixture: term_handler_scope_function 2025-12-04T06:19:25.655212 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- 2025-12-04T06:19:25.739877 timeout_sampler INFO Waiting for 5 seconds [0:00:05], retry every 1 seconds. (Function: utilities.virt..lambda: vm.instance.get) 2025-12-04T06:19:25.771797 timeout_sampler INFO Elapsed time: 0.00022792816162109375 [0:00:00.000228] 2025-12-04T06:19:25.795170 ocp_resources.resource INFO kind: DataVolume api version: cdi.kubevirt.io/v1beta1 2025-12-04T06:19:25.795284 ocp_resources DataVolume INFO Wait DV success for 1800 seconds 2025-12-04T06:19:25.795625 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-12-04T06:19:25.794706 utilities.virt INFO VM rhel-9-6-1764829165-136378 status before dv check: Provisioning 2025-12-04T06:19:25.794913 utilities.virt INFO Volume(s) in VM spec: ['rhel9']  2025-12-04T06:19:35.826462 timeout_sampler INFO Elapsed time: 10.014511108398438 [0:00:10.014511] 2025-12-04T06:19:35.826641 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-12-04T06:19:35.842338 timeout_sampler INFO Elapsed time: 7.534027099609375e-05 [0:00:00.000075] 2025-12-04T06:19:35.842523 ocp_resources PersistentVolumeClaim INFO Wait for PersistentVolumeClaim rhel9 status to be Bound 2025-12-04T06:19:35.842685 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-12-04T06:19:35.857613 ocp_resources PersistentVolumeClaim INFO Status of PersistentVolumeClaim rhel9 is Bound 2025-12-04T06:19:35.857776 timeout_sampler INFO Elapsed time: 6.699562072753906e-05 [0:00:00.000067] 2025-12-04T06:19:35.857879 timeout_sampler INFO Waiting for 5 seconds [0:00:05], retry every 1 seconds. (Function: utilities.virt..lambda: vm.instance.get) 2025-12-04T06:19:35.889455 timeout_sampler INFO Elapsed time: 6.985664367675781e-05 [0:00:00.000070] 2025-12-04T06:19:35.889642 ocp_resources.resource INFO kind: VirtualMachineInstance api version: kubevirt.io/v1 2025-12-04T06:19:35.889722 ocp_resources VirtualMachineInstance INFO Wait for VirtualMachineInstance rhel-9-6-1764829165-136378 status to be Running 2025-12-04T06:19:35.889871 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-12-04T06:19:35.905448 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance rhel-9-6-1764829165-136378 is Scheduling 2025-12-04T06:19:40.990817 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance rhel-9-6-1764829165-136378 is Scheduled 2025-12-04T06:19:42.007898 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance rhel-9-6-1764829165-136378 is Running 2025-12-04T06:19:42.008150 timeout_sampler INFO Elapsed time: 6.101303577423096 [0:00:06.101304] 2025-12-04T06:19:42.008497 ocp_resources VirtualMachineInstance INFO Wait for VirtualMachineInstance/rhel-9-6-1764829165-136378's 'AgentConnected' condition to be 'True' 2025-12-04T06:19:42.008855 ocp_resources VirtualMachineInstance INFO Wait until VirtualMachineInstance rhel-9-6-1764829165-136378 is created 2025-12-04T06:19:42.009009 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 1 seconds. (Function: ocp_resources.resource.wait.lambda: self.exists) 2025-12-04T06:19:42.008387 utilities.virt INFO Wait until guest agent is active on rhel-9-6-1764829165-136378 2025-12-04T06:19:42.024774 timeout_sampler INFO Elapsed time: 7.605552673339844e-05 [0:00:00.000076] 2025-12-04T06:19:42.024887 timeout_sampler INFO Waiting for 719.9839763641357 seconds [0:11:59.983976], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_condition.lambda: self.instance) 2025-12-04T06:20:00.339280 timeout_sampler INFO Elapsed time: 18.297781944274902 [0:00:18.297782] 2025-12-04T06:20:00.339568 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 1 seconds. (Function: utilities.virt..lambda: vmi.instance) 2025-12-04T06:20:00.339455 utilities.virt INFO Wait for rhel-9-6-1764829165-136378 network interfaces 2025-12-04T06:20:00.355474 timeout_sampler INFO Elapsed time: 7.748603820800781e-05 [0:00:00.000077] 2025-12-04T06:20:00.355577 utilities.virt INFO Wait for rhel-9-6-1764829165-136378 SSH connectivity. 2025-12-04T06:20:00.355660 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/rhel-9-6-1764829165-136378/cluster-common-templates-rhel-test-rhel-os-support 22' cloud-user@rhel-9-6-1764829165-136378 2025-12-04T06:20:00.374863 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-12-04T06:20:00.374968 Host INFO [rhel-9-6-1764829165-136378] Executing command exit 2025-12-04T06:20:15.415481 paramiko.transport ERROR Exception (client): Error reading SSH protocol banner 2025-12-04T06:20:15.416641 paramiko.transport ERROR Traceback (most recent call last): 2025-12-04T06:20:15.416723 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2363, in _check_banner 2025-12-04T06:20:15.416777 paramiko.transport ERROR buf = self.packetizer.readline(timeout) 2025-12-04T06:20:15.416819 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/packet.py", line 395, in readline 2025-12-04T06:20:15.416859 paramiko.transport ERROR buf += self._read_timeout(timeout) 2025-12-04T06:20:15.416896 paramiko.transport ERROR ~~~~~~~~~~~~~~~~~~^^^^^^^^^ 2025-12-04T06:20:15.416933 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/packet.py", line 673, in _read_timeout 2025-12-04T06:20:15.416970 paramiko.transport ERROR raise socket.timeout() 2025-12-04T06:20:15.417007 paramiko.transport ERROR TimeoutError 2025-12-04T06:20:15.417042 paramiko.transport ERROR  2025-12-04T06:20:15.417080 paramiko.transport ERROR During handling of the above exception, another exception occurred: 2025-12-04T06:20:15.417117 paramiko.transport ERROR  2025-12-04T06:20:15.417154 paramiko.transport ERROR Traceback (most recent call last): 2025-12-04T06:20:15.417190 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2179, in run 2025-12-04T06:20:15.417264 paramiko.transport ERROR self._check_banner() 2025-12-04T06:20:15.417314 paramiko.transport ERROR ~~~~~~~~~~~~~~~~~~^^ 2025-12-04T06:20:15.417354 paramiko.transport ERROR File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/paramiko/transport.py", line 2367, in _check_banner 2025-12-04T06:20:15.417392 paramiko.transport ERROR raise SSHException( 2025-12-04T06:20:15.417427 paramiko.transport ERROR "Error reading SSH protocol banner" + str(e) 2025-12-04T06:20:15.417462 paramiko.transport ERROR ) 2025-12-04T06:20:15.417498 paramiko.transport ERROR paramiko.ssh_exception.SSHException: Error reading SSH protocol banner 2025-12-04T06:20:15.417534 paramiko.transport ERROR  2025-12-04T06:20:20.418454 Host INFO [rhel-9-6-1764829165-136378] Executing command exit 2025-12-04T06:20:20.534636 paramiko.transport INFO Connected (version 2.0, client OpenSSH_8.7) 2025-12-04T06:20:20.613845 paramiko.transport INFO Authentication (publickey) successful! 2025-12-04T06:20:20.857835 timeout_sampler INFO Elapsed time: 20.04355263710022 [0:00:20.043553] . 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-12-04 06:20:20,861 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:20:20,861 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-12-04 06:20:20,861 INFO sqlalchemy.engine.Engine [raw sql] () 2025-12-04T06:20:20.861117 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04T06:20:20.861315 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-12-04T06:20:20.861412 sqlalchemy.engine.Engine INFO [raw sql] () 2025-12-04 06:20:20,862 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04 06:20:20,862 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:20:20,863 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04 06:20:20,863 INFO sqlalchemy.engine.Engine [generated in 0.00017s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_vm_console[#rhel-9-6#]', 1764829220) 2025-12-04T06:20:20.862098 sqlalchemy.engine.Engine INFO COMMIT 2025-12-04T06:20:20.862547 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04T06:20:20.863017 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04 06:20:20,863 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04T06:20:20.863142 sqlalchemy.engine.Engine INFO [generated in 0.00017s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_vm_console[#rhel-9-6#]', 1764829220) 2025-12-04T06:20:20.863911 sqlalchemy.engine.Engine INFO COMMIT 2025-12-04T06:20:20.874498 timeout_sampler INFO Waiting for 300 seconds [0:05:00], retry every 10 seconds. (Function: utilities.console.connect Args: (,)) 2025-12-04T06:20:20.874675 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-1764829165-136378 -n cluster-common-templates-rhel-test-rhel-os-support', 'timeout': 1500, 'encoding': 'utf-8'}) --------------------------------------------- test_vm_console[#rhel-9-6#] --------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-12-04T06:20:20.873494 conftest INFO Executing function fixture: term_handler_scope_function 2025-12-04T06:20:20.873784 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- 2025-12-04T06:20:20.874396 test_rhel_os_support INFO Verify VM console connection. 2025-12-04T06:20:20.874596 utilities.console INFO Connect to rhel-9-6-1764829165-136378 console 2025-12-04T06:20:21.347005 timeout_sampler INFO Elapsed time: 7.05718994140625e-05 [0:00:00.000071] 2025-12-04T06:20:21.462800 utilities.console INFO rhel-9-6-1764829165-136378: Using username cloud-user 2025-12-04T06:20:21.546990 utilities.console INFO rhel-9-6-1764829165-136378: Using password password 2025-12-04T06:20:21.597256 utilities.console INFO rhel-9-6-1764829165-136378: waiting for terminal prompt '['#', '\\$']' 2025-12-04T06:20:21.689404 timeout_sampler INFO Elapsed time: 0.00010395050048828125 [0:00:00.000104] 2025-12-04T06:20:21.689266 utilities.console INFO rhel-9-6-1764829165-136378: Got prompt ['#', '\\$'] 2025-12-04T06:20:21.689574 utilities.virt INFO Successfully connected to rhel-9-6-1764829165-136378 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-12-04 06:20:23,133 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:20:23,133 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-12-04 06:20:23,133 INFO sqlalchemy.engine.Engine [raw sql] () 2025-12-04T06:20:23.133320 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04T06:20:23.133593 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-12-04 06:20:23,134 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04 06:20:23,135 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:20:23,135 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04 06:20:23,135 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#]', 1764829223) 2025-12-04T06:20:23.133706 sqlalchemy.engine.Engine INFO [raw sql] () 2025-12-04T06:20:23.134434 sqlalchemy.engine.Engine INFO COMMIT 2025-12-04 06:20:23,136 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04T06:20:23.135078 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04T06:20:23.135847 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04T06:20:23.135963 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#]', 1764829223) 2025-12-04T06:20:23.136583 sqlalchemy.engine.Engine INFO COMMIT --------------------------------------------- test_expose_ssh[#rhel-9-6#] --------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-12-04T06:20:23.143496 conftest INFO Executing function fixture: term_handler_scope_function 2025-12-04T06:20:23.143806 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- 2025-12-04T06:20:23.144550 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/rhel-9-6-1764829165-136378/cluster-common-templates-rhel-test-rhel-os-support 22' cloud-user@rhel-9-6-1764829165-136378 2025-12-04T06:20:23.166647 RemoteExecutor INFO [cloud-user@rhel-9-6-1764829165-136378//tmp/pytest-KDDAybPBTNczBPEZnH6zMB/vm-ssh-key-folder0/vm_ssh_key.key] Check if address is connective via ssh in given timeout 120 2025-12-04T06:20:23.269845 paramiko.transport INFO Connected (version 2.0, client OpenSSH_8.7) 2025-12-04T06:20:23.331042 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-12-04 06:20:23,429 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:20:23,429 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-12-04 06:20:23,429 INFO sqlalchemy.engine.Engine [raw sql] () 2025-12-04T06:20:23.429390 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04T06:20:23.429588 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-12-04T06:20:23.429701 sqlalchemy.engine.Engine INFO [raw sql] () 2025-12-04 06:20:23,430 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04 06:20:23,430 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04T06:20:23.430564 sqlalchemy.engine.Engine INFO COMMIT 2025-12-04 06:20:23,431 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04 06:20:23,431 INFO sqlalchemy.engine.Engine [generated in 0.00028s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_vmi_guest_agent_exists[#rhel-9-6#]', 1764829223) 2025-12-04T06:20:23.430939 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04T06:20:23.431588 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04 06:20:23,432 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04T06:20:23.431817 sqlalchemy.engine.Engine INFO [generated in 0.00028s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_vmi_guest_agent_exists[#rhel-9-6#]', 1764829223) 2025-12-04T06:20:23.432305 sqlalchemy.engine.Engine INFO COMMIT --------------------------------------- test_vmi_guest_agent_exists[#rhel-9-6#] --------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-12-04T06:20:23.439136 conftest INFO Executing function fixture: term_handler_scope_function 2025-12-04T06:20:23.439440 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- 2025-12-04T06:20:23.440027 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/rhel-9-6-1764829165-136378/cluster-common-templates-rhel-test-rhel-os-support 22' cloud-user@rhel-9-6-1764829165-136378 2025-12-04T06:20:23.546185 paramiko.transport INFO Connected (version 2.0, client OpenSSH_8.7) 2025-12-04T06:20:23.607265 paramiko.transport INFO Authentication (publickey) successful! 2025-12-04T06:20:23.716318 PackageManagerProxy INFO [rhel-9-6-1764829165-136378] Using dnf package manager for Host(rhel-9-6-1764829165-136378) 2025-12-04T06:20:23.716487 DnfPackageManager INFO [rhel-9-6-1764829165-136378] Check if host Host(rhel-9-6-1764829165-136378) have qemu-guest-agent package 2025-12-04T06:20:23.716557 DnfPackageManager INFO [rhel-9-6-1764829165-136378] Execute command 'dnf -q list installed qemu-guest-agent' on host Host(rhel-9-6-1764829165-136378) 2025-12-04T06:20:23.808795 paramiko.transport INFO Connected (version 2.0, client OpenSSH_8.7) 2025-12-04T06:20:23.866340 paramiko.transport INFO Authentication (publickey) successful! . _ 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-12-04 06:20:25,222 INFO sqlalchemy.engine.Engine BEGIN (implicit) TEST: TestCommonTemplatesRhel.test_vmi_guest_agent_exists[#rhel-9-6#] STATUS: PASSED 2025-12-04 06:20:25,223 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-12-04 06:20:25,223 INFO sqlalchemy.engine.Engine [raw sql] () ------------------------------------------------------- TEARDOWN ------------------------------------------------------- 2025-12-04 06:20:25,223 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04 06:20:25,224 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:20:25,224 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04 06:20:25,224 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#]', 1764829225) 2025-12-04T06:20:25.222854 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04T06:20:25.223144 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-12-04T06:20:25.223317 sqlalchemy.engine.Engine INFO [raw sql] () 2025-12-04T06:20:25.223814 sqlalchemy.engine.Engine INFO COMMIT 2025-12-04T06:20:25.224268 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04T06:20:25.224872 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04 06:20:25,225 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04T06:20:25.224990 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#]', 1764829225) 2025-12-04T06:20:25.225665 sqlalchemy.engine.Engine INFO COMMIT --------------------------------------------- test_migrate_vm[#rhel-9-6#] --------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-12-04T06:20:25.233637 conftest INFO Executing function fixture: term_handler_scope_function 2025-12-04T06:20:25.233948 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- 2025-12-04T06:20:25.270831 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-12-04T06:20:25.269586 utilities.virt INFO VMI rhel-9-6-1764829165-136378 is running on ip-10-0-95-238.ec2.internal before migration. 2025-12-04T06:20:25.284197 ocp_resources.resource INFO kind: VirtualMachineInstanceMigration api version: kubevirt.io/v1 2025-12-04T06:20:25.284349 ocp_resources VirtualMachineInstanceMigration INFO Create VirtualMachineInstanceMigration rhel-9-6-1764829165-136378 2025-12-04T06:20:25.284497 ocp_resources VirtualMachineInstanceMigration INFO Posting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachineInstanceMigration', 'metadata': {'name': 'rhel-9-6-1764829165-136378', 'namespace': 'cluster-common-templates-rhel-test-rhel-os-support'}, 'spec': {'vmiName': 'rhel-9-6-1764829165-136378'}} 2025-12-04T06:20:25.361111 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 10 seconds. (Function: utilities.virt..lambda: migration.instance.status.phase) 2025-12-04T06:20:45.406791 timeout_sampler INFO Elapsed time: 20.029993534088135 [0:00:20.029994] 2025-12-04T06:20:45.406962 ocp_resources VirtualMachineInstanceMigration INFO Delete VirtualMachineInstanceMigration rhel-9-6-1764829165-136378 2025-12-04T06:20:45.436836 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-12-04T06:20:25Z', 'generation': 1, 'labels': {'kubevirt.io/vmi-name': 'rhel-9-6-1764829165-136378'}, 'managedFields': [{'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'.': {}, 'f:vmiName': {}}}, 'manager': 'OpenAPI-Generator', 'operation': 'Update', 'time': '2025-12-04T06:20:25Z'}, {'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-12-04T06:20:25Z'}, {'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:39899': {}, 'f:43827': {}, 'f:44377': {}}, 'f:targetNode': {}, 'f:targetNodeAddress': {}, 'f:targetNodeDomainDetected': {}, 'f:targetNodeDomainReadyTimestamp': {}, 'f:targetPod': {}}, 'f:phase': {}, 'f:phaseTransitionTimestamps': {}}}, 'manager': 'virt-controller', 'operation': 'Update', 'subresource': 'status', 'time': '2025-12-04T06:20:40Z'}], 'name': 'rhel-9-6-1764829165-136378', 'namespace': 'cluster-common-templates-rhel-test-rhel-os-support', 'resourceVersion': '154626', 'uid': '449c2c55-603c-49bd-8cae-1adf645db4e3'}, 'spec': {'vmiName': 'rhel-9-6-1764829165-136378'}, 'status': {'migrationState': {'completed': True, 'endTimestamp': '2025-12-04T06:20:40Z', 'migrationConfiguration': {'allowAutoConverge': False, 'allowPostCopy': False, 'allowWorkloadDisruption': False, 'bandwidthPerMigration': '0', 'completionTimeoutPerGiB': 150, 'nodeDrainTaintKey': 'kubevirt.io/drain', 'parallelMigrationsPerCluster': 5, 'parallelOutboundMigrationsPerNode': 2, 'progressTimeout': 150, 'unsafeMigrationOverride': False}, 'migrationUid': '449c2c55-603c-49bd-8cae-1adf645db4e3', 'mode': 'PreCopy', 'sourceNode': 'ip-10-0-95-238.ec2.internal', 'sourcePod': 'virt-launcher-rhel-9-6-1764829165-136378-gcrn6', 'startTimestamp': '2025-12-04T06:20:39Z', 'targetDirectMigrationNodePorts': {'39899': 49153, '43827': 49152, '44377': 0}, 'targetNode': 'ip-10-0-15-69.ec2.internal', 'targetNodeAddress': '10.129.2.76', 'targetNodeDomainDetected': True, 'targetNodeDomainReadyTimestamp': '2025-12-04T06:20:40Z', 'targetPod': 'virt-launcher-rhel-9-6-1764829165-136378-mqxx9'}, 'phase': 'Succeeded', 'phaseTransitionTimestamps': [{'phase': 'Pending', 'phaseTransitionTimestamp': '2025-12-04T06:20:25Z'}, {'phase': 'Scheduling', 'phaseTransitionTimestamp': '2025-12-04T06:20:25Z'}, {'phase': 'Scheduled', 'phaseTransitionTimestamp': '2025-12-04T06:20:38Z'}, {'phase': 'PreparingTarget', 'phaseTransitionTimestamp': '2025-12-04T06:20:38Z'}, {'phase': 'TargetReady', 'phaseTransitionTimestamp': '2025-12-04T06:20:39Z'}, {'phase': 'Running', 'phaseTransitionTimestamp': '2025-12-04T06:20:39Z'}, {'phase': 'Succeeded', 'phaseTransitionTimestamp': '2025-12-04T06:20:40Z'}]}} 2025-12-04T06:20:45.457811 ocp_resources VirtualMachineInstanceMigration INFO Wait until VirtualMachineInstanceMigration rhel-9-6-1764829165-136378 is deleted 2025-12-04T06:20:45.458086 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-12-04T06:20:45.473924 timeout_sampler INFO Elapsed time: 0.00013113021850585938 [0:00:00.000131] 2025-12-04T06:20:45.474123 ocp_resources.resource INFO kind: VirtualMachineInstance api version: kubevirt.io/v1 2025-12-04T06:20:45.508477 ocp_resources VirtualMachineInstance INFO Wait for VirtualMachineInstance/rhel-9-6-1764829165-136378's 'AgentConnected' condition to be 'True' 2025-12-04T06:20:45.508780 ocp_resources VirtualMachineInstance INFO Wait until VirtualMachineInstance rhel-9-6-1764829165-136378 is created 2025-12-04T06:20:45.508933 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 1 seconds. (Function: ocp_resources.resource.wait.lambda: self.exists) 2025-12-04T06:20:45.508340 utilities.virt INFO Wait until guest agent is active on rhel-9-6-1764829165-136378 2025-12-04T06:20:45.525037 timeout_sampler INFO Elapsed time: 7.534027099609375e-05 [0:00:00.000075] 2025-12-04T06:20:45.525161 timeout_sampler INFO Waiting for 719.9836316108704 seconds [0:11:59.983632], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_condition.lambda: self.instance) 2025-12-04T06:20:45.541781 timeout_sampler INFO Elapsed time: 9.322166442871094e-05 [0:00:00.000093] 2025-12-04T06:20:45.541970 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 1 seconds. (Function: utilities.virt..lambda: vmi.instance) 2025-12-04T06:20:45.541883 utilities.virt INFO Wait for rhel-9-6-1764829165-136378 network interfaces 2025-12-04T06:20:45.557884 timeout_sampler INFO Elapsed time: 7.104873657226562e-05 [0:00:00.000071] 2025-12-04T06:20:45.557988 utilities.virt INFO Wait for rhel-9-6-1764829165-136378 SSH connectivity. 2025-12-04T06:20:45.558068 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/rhel-9-6-1764829165-136378/cluster-common-templates-rhel-test-rhel-os-support 22' cloud-user@rhel-9-6-1764829165-136378 2025-12-04T06:20:45.612133 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-12-04T06:20:45.612415 Host INFO [rhel-9-6-1764829165-136378] Executing command exit 2025-12-04T06:20:45.715695 paramiko.transport INFO Connected (version 2.0, client OpenSSH_8.7) 2025-12-04T06:20:45.769989 paramiko.transport INFO Authentication (publickey) successful! 2025-12-04T06:20:45.983016 timeout_sampler INFO Elapsed time: 0.00028395652770996094 [0:00:00.000284] 2025-12-04T06:20:45.983541 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-12-04T06:20:45.995553 ocp_resources.resource INFO kind: VirtualMachineInstance api version: kubevirt.io/v1 2025-12-04T06:20:46.117233 ocp_resources Pod INFO Execute ['virsh', 'list', '--persistent'] on virt-launcher-rhel-9-6-1764829165-136378-mqxx9 (ip-10-0-15-69.ec2.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-12-04 06:20:46,227 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:20:46,227 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-12-04 06:20:46,227 INFO sqlalchemy.engine.Engine [raw sql] () 2025-12-04T06:20:46.227110 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04 06:20:46,227 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04 06:20:46,228 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:20:46,228 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04 06:20:46,228 INFO sqlalchemy.engine.Engine [generated in 0.00016s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_vm_deletion[#rhel-9-6#]', 1764829246) 2025-12-04T06:20:46.227326 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-12-04T06:20:46.227428 sqlalchemy.engine.Engine INFO [raw sql] () 2025-12-04T06:20:46.227918 sqlalchemy.engine.Engine INFO COMMIT 2025-12-04T06:20:46.228343 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04T06:20:46.228814 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04 06:20:46,229 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04T06:20:46.228926 sqlalchemy.engine.Engine INFO [generated in 0.00016s] ('/openshift-virtualization-tests/tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::test_vm_deletion[#rhel-9-6#]', 1764829246) 2025-12-04T06:20:46.229549 sqlalchemy.engine.Engine INFO COMMIT 2025-12-04T06:20:46.237743 ocp_resources VirtualMachine INFO Delete VirtualMachine rhel-9-6-1764829165-136378 --------------------------------------------- test_vm_deletion[#rhel-9-6#] --------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-12-04T06:20:46.236807 conftest INFO Executing function fixture: term_handler_scope_function 2025-12-04T06:20:46.237076 conftest INFO Executing function fixture: autouse_fixtures --------------------------------------------------------- CALL --------------------------------------------------------- 2025-12-04T06:20:46.272969 ocp_resources VirtualMachine INFO Deleting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachine', 'metadata': {'annotations': {'kubemacpool.io/transaction-timestamp': '2025-12-04T06:19:25.720077653Z', '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-12-04T06:19:25Z', 'finalizers': ['kubevirt.io/virtualMachineControllerFinalize'], 'generation': 2, 'labels': {'app': 'rhel-9-6-1764829165-136378', '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-12-04T06:19:25Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:runStrategy': {}}}, 'manager': 'virt-api', 'operation': 'Update', 'time': '2025-12-04T06:19:25Z'}, {'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-12-04T06:19:25Z'}, {'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-12-04T06:20:42Z'}], 'name': 'rhel-9-6-1764829165-136378', 'namespace': 'cluster-common-templates-rhel-test-rhel-os-support', 'resourceVersion': '154659', 'uid': '8945aff4-3180-4cca-8f8d-0d63a9308ba9'}, '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': {'resources': {'requests': {'storage': '30Gi'}}, 'storageClassName': 'ocs-storagecluster-ceph-rbd-virtualization'}}}], 'runStrategy': 'Always', 'template': {'metadata': {'annotations': {'vm.kubevirt.io/flavor': 'tiny', 'vm.kubevirt.io/os': 'rhel9', 'vm.kubevirt.io/workload': 'server'}, 'creationTimestamp': None, 'labels': {'debugLogs': 'true', 'kubevirt.io/domain': 'rhel-9-6-1764829165-136378', 'kubevirt.io/size': 'tiny', 'kubevirt.io/vm': 'rhel-9-6-1764829165-136378'}}, '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:a3:b5:d0:ce:dd', 'masquerade': {}, 'model': 'virtio', 'name': 'default'}], 'rng': {}}, 'features': {'acpi': {}, 'smm': {'enabled': True}}, 'firmware': {'bootloader': {'efi': {}}, 'serial': 'f642d132-8dc0-4c39-9bd9-1fe0ef4b7ff0', 'uuid': '38596d53-4b17-4c1d-9396-ad42ae04b887'}, '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-12-04T06:20:42Z', '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-12-04T06:19:59Z', '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-12-04T06:20:46.326596 ocp_resources VirtualMachine INFO Wait until VirtualMachine rhel-9-6-1764829165-136378 is deleted 2025-12-04T06:20:46.326885 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-12-04T06:20:50.411613 timeout_sampler INFO Elapsed time: 4.067477226257324 [0:00:04.067477] .2025-12-04T06:20:50.412776 ocp_resources.resource INFO ResourceEdits: Restoring data for resource HyperConverged kubevirt-hyperconverged 2025-12-04T06:20:50.412887 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-12-04T06:20:50.489299 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-12-04T06:20:50.489030 utilities.hco INFO Waiting for 1 CRs managed by HCO to reconcile:  2025-12-04T06:20:50.489196 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-12-04T06:21:35.907821 timeout_sampler INFO Elapsed time: 45.38040828704834 [0:00:45.380408] 2025-12-04T06:21:35.908120 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-12-04T06:21:35.907990 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-12-04T06:21:46.024921 timeout_sampler INFO Elapsed time: 10.077016830444336 [0:00:10.077017] 2025-12-04T06:21:46.025230 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-12-04T06:21:46.025107 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-12-04T06:21:56.162591 timeout_sampler INFO Elapsed time: 10.087973356246948 [0:00:10.087973] 2025-12-04T06:21:56.162884 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-12-04T06:21:56.162761 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-12-04T06:22:06.288910 timeout_sampler INFO Elapsed time: 10.081828594207764 [0:00:10.081829] 2025-12-04T06:22:06.289491 ocp_resources Namespace INFO Delete Namespace cluster-common-templates-rhel-test-rhel-os-support 2025-12-04T06:22:06.318695 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'cluster-common-templates-rhel-test-rhel-os-support', 'uid': '115ef975-8181-447a-821b-7c7b12dfd3cc', 'resourceVersion': '152178', 'creationTimestamp': '2025-12-04T06:18:19Z', 'labels': {'kubernetes.io/metadata.name': 'cluster-common-templates-rhel-test-rhel-os-support', 'pod-security.kubernetes.io/audit': 'restricted', 'pod-security.kubernetes.io/audit-version': 'latest', 'pod-security.kubernetes.io/enforce': 'restricted', 'pod-security.kubernetes.io/enforce-version': 'latest', 'pod-security.kubernetes.io/warn': 'restricted', 'pod-security.kubernetes.io/warn-version': 'latest'}, 'annotations': {'openshift.io/description': '', 'openshift.io/display-name': '', 'openshift.io/requester': 'unprivileged-user', 'openshift.io/sa.scc.mcs': 's0:c37,c4', 'openshift.io/sa.scc.supplemental-groups': '1001340000/10000', 'openshift.io/sa.scc.uid-range': '1001340000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'cluster-policy-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-12-04T06:18:19Z', '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-12-04T06:18:19Z', '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-12-04T06:18:19Z', '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-12-04T06:18:19Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2025-12-04T06:22:06.339587 ocp_resources Namespace INFO Wait until Namespace cluster-common-templates-rhel-test-rhel-os-support is deleted 2025-12-04T06:22:06.339846 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-12-04T06:22:14.480649 timeout_sampler INFO Elapsed time: 8.124306678771973 [0:00:08.124307] _ 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-12-04 06:22:14,483 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:22:14,483 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-12-04 06:22:14,483 INFO sqlalchemy.engine.Engine [raw sql] () 2025-12-04T06:22:14.483666 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04 06:22:14,484 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04 06:22:14,484 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04T06:22:14.483866 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-12-04T06:22:14.483980 sqlalchemy.engine.Engine INFO [raw sql] () 2025-12-04 06:22:14,485 INFO sqlalchemy.engine.Engine INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04 06:22:14,485 INFO sqlalchemy.engine.Engine [generated in 0.00017s] ('/openshift-virtualization-tests/tests/virt/node/general/test_container_disk_vm.py::test_container_disk_vm', 1764829334) 2025-12-04 06:22:14,486 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04T06:22:14.484514 sqlalchemy.engine.Engine INFO COMMIT 2025-12-04T06:22:14.484895 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04T06:22:14.485497 sqlalchemy.engine.Engine INFO INSERT INTO "CnvTestTable" (test_name, start_time) VALUES (?, ?) 2025-12-04T06:22:14.485622 sqlalchemy.engine.Engine INFO [generated in 0.00017s] ('/openshift-virtualization-tests/tests/virt/node/general/test_container_disk_vm.py::test_container_disk_vm', 1764829334) 2025-12-04T06:22:14.486085 sqlalchemy.engine.Engine INFO COMMIT ------------------------------------------------ test_container_disk_vm ------------------------------------------------ 2025-12-04T06:22:14.495599 ocp_utilities.infra INFO Verify all nodes are in a healthy condition. -------------------------------------------------------- SETUP -------------------------------------------------------- 2025-12-04T06:22:14.494759 conftest INFO Executing function fixture: term_handler_scope_function 2025-12-04T06:22:14.494913 conftest INFO Executing class fixture: term_handler_scope_class 2025-12-04T06:22:14.495028 conftest INFO Executing module fixture: term_handler_scope_module 2025-12-04T06:22:14.495313 conftest INFO Executing module fixture: cluster_sanity_scope_module 2025-12-04T06:22:14.495434 utilities.infra INFO Running cluster sanity. (To skip cluster sanity check pass --cluster-sanity-skip-check to pytest) 2025-12-04T06:22:14.495490 utilities.infra INFO Check storage classes sanity. (To skip storage class sanity check pass --cluster-sanity-skip-storage-check to pytest) 2025-12-04T06:22:14.495546 utilities.infra INFO Check nodes sanity. (To skip nodes sanity check pass --cluster-sanity-skip-nodes-check to pytest) 2025-12-04T06:22:14.613442 ocp_utilities.infra INFO Verify all nodes are schedulable. 2025-12-04T06:22:14.709398 timeout_sampler INFO Waiting for 300 seconds [0:05:00], retry every 5 seconds. (Function: utilities.infra.get_pods Kwargs: {'dyn_client': , 'namespace': }) 2025-12-04T06:22:16.003452 timeout_sampler INFO Elapsed time: 9.965896606445312e-05 [0:00:00.000100] 2025-12-04T06:22:16.003789 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-12-04T06:22:16.003669 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-12-04T06:22:26.124145 timeout_sampler INFO Elapsed time: 10.076398849487305 [0:00:10.076399] 2025-12-04T06:22:26.125146 ocp_resources.resource INFO kind: ProjectRequest api version: project.openshift.io/v1 2025-12-04T06:22:26.125484 ocp_resources ProjectRequest INFO Create ProjectRequest node-general-test-container-disk-vm 2025-12-04T06:22:26.124547 conftest INFO Executing function fixture: autouse_fixtures 2025-12-04T06:22:26.125753 ocp_resources ProjectRequest INFO Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'node-general-test-container-disk-vm'}} 2025-12-04T06:22:26.124921 conftest INFO Executing module fixture: namespace 2025-12-04T06:22:26.279174 ocp_resources.resource INFO kind: Project api version: project.openshift.io/v1 2025-12-04T06:22:26.279299 ocp_resources Project INFO Wait for Project node-general-test-container-disk-vm status to be Active 2025-12-04T06:22:26.279509 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-12-04T06:22:26.298601 ocp_resources Project INFO Status of Project node-general-test-container-disk-vm is Active 2025-12-04T06:22:26.299058 timeout_sampler INFO Elapsed time: 7.62939453125e-05 [0:00:00.000076] 2025-12-04T06:22:26.313709 ocp_resources Namespace INFO Wait for Namespace node-general-test-container-disk-vm status to be Active 2025-12-04T06:22:26.313997 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-12-04T06:22:26.327992 ocp_resources Namespace INFO Status of Namespace node-general-test-container-disk-vm is Active 2025-12-04T06:22:26.328185 timeout_sampler INFO Elapsed time: 0.0001251697540283203 [0:00:00.000125] 2025-12-04T06:22:26.328319 ocp_resources.resource INFO ResourceEdits: Updating data for resource Namespace node-general-test-container-disk-vm 2025-12-04T06:22:26.328408 ocp_resources Namespace INFO Update Namespace node-general-test-container-disk-vm: {'metadata': {'labels': None, 'name': 'node-general-test-container-disk-vm'}} 2025-12-04T06:22:26.365481 ocp_resources.resource INFO Trying to get client via new_client_from_config --------------------------------------------------------- CALL --------------------------------------------------------- 2025-12-04T06:22:26.666889 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/tmp8q6em0z_-cnv-tests-pull-secret/pull-secrets.json'}) 2025-12-04T06:22:26.667113 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/tmp8q6em0z_-cnv-tests-pull-secret/pull-secrets.json command 2025-12-04T06:22:27.954393 timeout_sampler INFO Elapsed time: 0.00013399124145507812 [0:00:00.000134] 2025-12-04T06:22:27.957762 ocp_resources.resource INFO kind: VirtualMachine api version: kubevirt.io/v1 2025-12-04T06:22:27.996716 ocp_resources VirtualMachine INFO Create VirtualMachine container-disk-vm-1764829347-957613 2025-12-04T06:22:27.996955 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-1764829347-957613'}, 'spec': {'template': {'metadata': {'creationTimestamp': None, 'labels': {'kubevirt.io/vm': 'container-disk-vm-1764829347-957613', 'kubevirt.io/domain': 'container-disk-vm-1764829347-957613', '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-12-04T06:22:28.107613 timeout_sampler INFO Waiting for 5 seconds [0:00:05], retry every 1 seconds. (Function: utilities.virt..lambda: vm.instance.get) 2025-12-04T06:22:28.140105 timeout_sampler INFO Elapsed time: 0.00023365020751953125 [0:00:00.000234] 2025-12-04T06:22:28.140327 ocp_resources.resource INFO kind: VirtualMachineInstance api version: kubevirt.io/v1 2025-12-04T06:22:28.140419 ocp_resources VirtualMachineInstance INFO Wait for VirtualMachineInstance container-disk-vm-1764829347-957613 status to be Running 2025-12-04T06:22:28.140603 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-12-04T06:22:28.156126 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance container-disk-vm-1764829347-957613 is Pending 2025-12-04T06:22:29.172194 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance container-disk-vm-1764829347-957613 is Scheduling 2025-12-04T06:23:06.775613 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance container-disk-vm-1764829347-957613 is Scheduled 2025-12-04T06:23:08.807870 ocp_resources VirtualMachineInstance INFO Status of VirtualMachineInstance container-disk-vm-1764829347-957613 is Running 2025-12-04T06:23:08.808237 timeout_sampler INFO Elapsed time: 40.6520311832428 [0:00:40.652031] 2025-12-04T06:23:08.808617 ocp_resources VirtualMachineInstance INFO Wait for VirtualMachineInstance/container-disk-vm-1764829347-957613's 'AgentConnected' condition to be 'True' 2025-12-04T06:23:08.808855 ocp_resources VirtualMachineInstance INFO Wait until VirtualMachineInstance container-disk-vm-1764829347-957613 is created 2025-12-04T06:23:08.809077 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 1 seconds. (Function: ocp_resources.resource.wait.lambda: self.exists) 2025-12-04T06:23:08.808519 utilities.virt INFO Wait until guest agent is active on container-disk-vm-1764829347-957613 2025-12-04T06:23:08.824173 timeout_sampler INFO Elapsed time: 0.00011086463928222656 [0:00:00.000111] 2025-12-04T06:23:08.824445 timeout_sampler INFO Waiting for 719.9844284057617 seconds [0:11:59.984428], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_condition.lambda: self.instance) 2025-12-04T06:23:33.233951 timeout_sampler INFO Elapsed time: 24.39349889755249 [0:00:24.393499] 2025-12-04T06:23:33.234307 timeout_sampler INFO Waiting for 720 seconds [0:12:00], retry every 1 seconds. (Function: utilities.virt..lambda: vmi.instance) 2025-12-04T06:23:33.234143 utilities.virt INFO Wait for container-disk-vm-1764829347-957613 network interfaces 2025-12-04T06:23:33.249069 timeout_sampler INFO Elapsed time: 8.344650268554688e-05 [0:00:00.000083] 2025-12-04T06:23:33.249195 utilities.virt INFO Wait for container-disk-vm-1764829347-957613 SSH connectivity. 2025-12-04T06:23:33.249313 utilities.virt INFO SSH command: ssh -o 'ProxyCommand=virtctl port-forward --stdio=true vm/container-disk-vm-1764829347-957613/node-general-test-container-disk-vm 22' fedora@container-disk-vm-1764829347-957613 2025-12-04T06:23:33.327642 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-12-04T06:23:33.327810 Host INFO [container-disk-vm-1764829347-957613] Executing command exit 2025-12-04T06:23:33.556445 paramiko.transport INFO Connected (version 2.0, client OpenSSH_9.8) 2025-12-04T06:23:33.660602 paramiko.transport INFO Authentication (publickey) successful! 2025-12-04T06:23:34.014349 timeout_sampler INFO Elapsed time: 0.00019812583923339844 [0:00:00.000198] 2025-12-04T06:23:34.081388 ocp_resources VirtualMachine INFO Wait for VirtualMachine container-disk-vm-1764829347-957613 status to be None 2025-12-04T06:23:34.081659 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-1764829347-957613', 'namespace': 'node-general-test-container-disk-vm'}) 2025-12-04T06:23:35.143740 timeout_sampler INFO Elapsed time: 1.030543565750122 [0:00:01.030544] 2025-12-04T06:23:35.144029 ocp_resources VirtualMachineInstance INFO Wait until VirtualMachineInstance container-disk-vm-1764829347-957613 is deleted 2025-12-04T06:23:35.144278 timeout_sampler INFO Waiting for 480 seconds [0:08:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-12-04T06:23:39.224521 timeout_sampler INFO Elapsed time: 4.064301490783691 [0:00:04.064301] 2025-12-04T06:23:39.224659 ocp_resources VirtualMachine INFO Delete VirtualMachine container-disk-vm-1764829347-957613 2025-12-04T06:23:39.255949 ocp_resources VirtualMachine INFO Deleting {'apiVersion': 'kubevirt.io/v1', 'kind': 'VirtualMachine', 'metadata': {'annotations': {'kubemacpool.io/transaction-timestamp': '2025-12-04T06:23:34.062681711Z', 'kubevirt.io/latest-observed-api-version': 'v1', 'kubevirt.io/storage-observed-api-version': 'v1'}, 'creationTimestamp': '2025-12-04T06:22:28Z', '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-12-04T06:22:28Z'}, {'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-12-04T06:22:28Z'}, {'apiVersion': 'kubevirt.io/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:runStrategy': {}}}, 'manager': 'virt-api', 'operation': 'Update', 'time': '2025-12-04T06:23:34Z'}, {'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-12-04T06:23:39Z'}], 'name': 'container-disk-vm-1764829347-957613', 'namespace': 'node-general-test-container-disk-vm', 'resourceVersion': '157688', 'uid': 'c7ca5b62-11bd-4ed0-8b63-52861a8d74eb'}, 'spec': {'runStrategy': 'Halted', 'template': {'metadata': {'creationTimestamp': None, 'labels': {'debugLogs': 'true', 'kubevirt.io/domain': 'container-disk-vm-1764829347-957613', 'kubevirt.io/vm': 'container-disk-vm-1764829347-957613'}}, 'spec': {'architecture': 'amd64', 'domain': {'cpu': {'cores': 1}, 'devices': {'disks': [{'disk': {'bus': 'virtio'}, 'name': 'containerdisk'}, {'disk': {'bus': 'virtio'}, 'name': 'cloudinitdisk'}], 'interfaces': [{'macAddress': '02:a3:b5:d0:ce:de', 'masquerade': {}, 'name': 'default'}], 'rng': {}}, 'firmware': {'serial': '96b46643-4c5d-44b6-a3cb-979ff87e06ad', 'uuid': '693fd20d-971b-4d8a-9a1a-7cb374186653'}, '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-12-04T06:23:39Z', 'lastTransitionTime': '2025-12-04T06:23:39Z', '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-12-04T06:23:39.299121 ocp_resources VirtualMachine INFO Wait until VirtualMachine container-disk-vm-1764829347-957613 is deleted 2025-12-04T06:23:39.299354 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-12-04T06:23:40.330809 timeout_sampler INFO Elapsed time: 1.0151705741882324 [0:00:01.015171] .2025-12-04T06:23:40.331692 ocp_resources Namespace INFO Delete Namespace node-general-test-container-disk-vm TEST: test_container_disk_vm STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- 2025-12-04T06:23:40.360998 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'node-general-test-container-disk-vm', 'uid': 'd347e594-4db2-4e5b-8018-747aa34627f7', 'resourceVersion': '156575', 'creationTimestamp': '2025-12-04T06:22:26Z', '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,c14', 'openshift.io/sa.scc.supplemental-groups': '1001360000/10000', 'openshift.io/sa.scc.uid-range': '1001360000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'cluster-policy-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-12-04T06:22:26Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:openshift.io/sa.scc.mcs': {}, 'f:openshift.io/sa.scc.supplemental-groups': {}, 'f:openshift.io/sa.scc.uid-range': {}}}}}, {'manager': 'pod-security-admission-label-synchronization-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-12-04T06:22:26Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:security.openshift.io/MinimallySufficientPodSecurityStandard': {}}, 'f:labels': {'f:pod-security.kubernetes.io/audit': {}, 'f:pod-security.kubernetes.io/audit-version': {}, 'f:pod-security.kubernetes.io/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-12-04T06:22:26Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:openshift.io/description': {}, 'f:openshift.io/display-name': {}, 'f:openshift.io/requester': {}}, 'f:labels': {'.': {}, 'f:kubernetes.io/metadata.name': {}}}}}, {'manager': 'openshift-controller-manager', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-12-04T06:22:26Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} 2025-12-04T06:23:40.382496 ocp_resources Namespace INFO Wait until Namespace node-general-test-container-disk-vm is deleted 2025-12-04T06:23:40.382766 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-12-04T06:23:47.505568 timeout_sampler INFO Elapsed time: 7.106211185455322 [0:00:07.106211] 2025-12-04T06:23:47.506199 ocp_resources Service INFO Delete Service internal-http 2025-12-04T06:23:47.536469 ocp_resources Service INFO Deleting {'kind': 'Service', 'apiVersion': 'v1', 'metadata': {'name': 'internal-http', 'namespace': 'cnv-tests-utilities', 'uid': 'e321c7f9-14ac-4efa-84a9-0e15551e632e', 'resourceVersion': '149078', 'creationTimestamp': '2025-12-04T06:15:51Z', 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-12-04T06:15:51Z', '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.151.239', 'clusterIPs': ['172.30.151.239'], 'type': 'ClusterIP', 'sessionAffinity': 'None', 'ipFamilies': ['IPv4'], 'ipFamilyPolicy': 'SingleStack', 'internalTrafficPolicy': 'Cluster'}, 'status': {'loadBalancer': {}}} 2025-12-04T06:23:47.584195 ocp_resources Service INFO Wait until Service internal-http is deleted 2025-12-04T06:23:47.584630 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-12-04T06:23:47.601268 timeout_sampler INFO Elapsed time: 0.0001499652862548828 [0:00:00.000150] 2025-12-04T06:23:47.601433 ocp_resources Deployment INFO Delete Deployment internal-http 2025-12-04T06:23:47.630854 ocp_resources Deployment INFO Deleting {'kind': 'Deployment', 'apiVersion': 'apps/v1', 'metadata': {'name': 'internal-http', 'namespace': 'cnv-tests-utilities', 'uid': '89b803f4-95d2-4fb0-8ae9-5a89ba28807d', 'resourceVersion': '149071', 'generation': 1, 'creationTimestamp': '2025-12-04T06:14:43Z', 'annotations': {'deployment.kubernetes.io/revision': '1'}, 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'apps/v1', 'time': '2025-12-04T06:14:43Z', '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-12-04T06:15:50Z', '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-12-04T06:15:50Z', 'lastTransitionTime': '2025-12-04T06:15:50Z', 'reason': 'MinimumReplicasAvailable', 'message': 'Deployment has minimum availability.'}, {'type': 'Progressing', 'status': 'True', 'lastUpdateTime': '2025-12-04T06:15:50Z', 'lastTransitionTime': '2025-12-04T06:14:43Z', 'reason': 'NewReplicaSetAvailable', 'message': 'ReplicaSet "internal-http-5984fb5bbc" has successfully progressed.'}]}} 2025-12-04T06:23:47.653407 ocp_resources Deployment INFO Wait until Deployment internal-http is deleted 2025-12-04T06:23:47.653756 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-12-04T06:23:47.669940 timeout_sampler INFO Elapsed time: 6.866455078125e-05 [0:00:00.000069] 2025-12-04T06:23:47.670697 tests.conftest INFO Remove: /tmp/tmpihezs0yo-cnv-tests-kubeconfig/kubeconfig 2025-12-04T06:23:47.671394 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-12-04T06:23:47.671478 ocp_resources OAuth INFO Update OAuth cluster: {'metadata': {'name': 'cluster'}, 'spec': {'identityProviders': None, 'tokenConfig': None}} 2025-12-04T06:23:47.671180 tests.conftest INFO Set: KUBECONFIG=/tmp/kubeconfig-1563171100 2025-12-04T06:23:47.695716 ocp_resources Secret INFO Delete Secret htpass-secret-for-cnv-tests 2025-12-04T06:23:47.750382 ocp_resources Secret INFO Deleting {'kind': 'Secret', 'apiVersion': 'v1', 'metadata': {'name': 'htpass-secret-for-cnv-tests', 'namespace': 'openshift-config', 'uid': '694c59a8-f5ce-46ba-a35a-7b3d2475e530', 'resourceVersion': '141483', 'creationTimestamp': '2025-12-04T06:08:33Z', 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-12-04T06:08:33Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:data': {'.': {}, 'f:htpasswd': {}}, 'f:type': {}}}]}, 'data': '*******', 'type': 'Opaque'} 2025-12-04T06:23:47.770025 ocp_resources Secret INFO Wait until Secret htpass-secret-for-cnv-tests is deleted 2025-12-04T06:23:47.770252 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-12-04T06:23:47.783592 timeout_sampler INFO Elapsed time: 0.0001246929168701172 [0:00:00.000125] 2025-12-04T06:23:47.783907 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-12-04T06:23:47.809530 ocp_resources.resource INFO kind: Deployment api version: apps/v1 2025-12-04T06:23:47.866341 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: tests.conftest..lambda: dp.instance.status.conditions) 2025-12-04T06:23:47.866186 tests.conftest INFO Wait for oauth-openshift -> Type: Progressing -> Reason: ReplicaSetUpdated 2025-12-04T06:23:53.038401 timeout_sampler INFO Elapsed time: 5.145950078964233 [0:00:05.145950] 2025-12-04T06:23:53.038665 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: tests.conftest..lambda: dp.instance.status.conditions) 2025-12-04T06:23:53.038544 tests.conftest INFO Wait for oauth-openshift -> Type: Progressing -> Reason: NewReplicaSetAvailable 2025-12-04T06:24:46.431746 timeout_sampler INFO Elapsed time: 53.36630058288574 [0:00:53.366301] 2025-12-04T06:24:46.433835 ocp_resources DaemonSet INFO Delete DaemonSet utility 2025-12-04T06:24:46.503604 ocp_resources DaemonSet INFO Deleting {'kind': 'DaemonSet', 'apiVersion': 'apps/v1', 'metadata': {'name': 'utility', 'namespace': 'cnv-tests-utilities', 'uid': '9123de39-db2a-476a-b67e-fdce0b93f04a', 'resourceVersion': '141129', 'generation': 1, 'creationTimestamp': '2025-12-04T06:07:47Z', 'labels': {'cnv-test': 'utility', 'tier': 'node'}, 'annotations': {'deprecated.daemonset.template.generation': '1'}, 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'apps/v1', 'time': '2025-12-04T06:07:47Z', '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-12-04T06:08:08Z', '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-net-utils:latest@sha256:05d31b06b9d322deaa4731eb7a45a5ddeccbe3515567ccc66c0183244057544e', '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-12-04T06:24:46.533399 ocp_resources DaemonSet INFO Wait until DaemonSet utility is deleted 2025-12-04T06:24:46.533674 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-12-04T06:24:48.589369 timeout_sampler INFO Elapsed time: 2.0375049114227295 [0:00:02.037505] 2025-12-04T06:24:48.589651 ocp_resources ServiceAccount INFO Delete ServiceAccount cnv-tests-sa 2025-12-04T06:24:48.651436 ocp_resources ServiceAccount INFO Deleting {'kind': 'ServiceAccount', 'apiVersion': 'v1', 'metadata': {'name': 'cnv-tests-sa', 'namespace': 'cnv-tests-utilities', 'uid': 'a4fe9bb8-3cc6-4424-b7b7-58fa5e70295c', 'resourceVersion': '140677', 'creationTimestamp': '2025-12-04T06:07:45Z', 'annotations': {'openshift.io/internal-registry-pull-secret-ref': 'cnv-tests-sa-dockercfg-mq2wd'}, 'managedFields': [{'manager': 'openshift.io/image-registry-pull-secrets_service-account-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-12-04T06:07:45Z', '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-mq2wd"}': {}}}}]}, 'secrets': [{'name': 'cnv-tests-sa-dockercfg-mq2wd'}], 'imagePullSecrets': [{'name': 'cnv-tests-sa-dockercfg-mq2wd'}]} 2025-12-04T06:24:48.670656 ocp_resources ServiceAccount INFO Wait until ServiceAccount cnv-tests-sa is deleted 2025-12-04T06:24:48.670878 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-12-04T06:24:48.686320 timeout_sampler INFO Elapsed time: 7.843971252441406e-05 [0:00:00.000078] 2025-12-04T06:24:48.688191 ocp_resources Namespace INFO Delete Namespace cnv-tests-utilities 2025-12-04T06:24:48.717734 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'cnv-tests-utilities', 'uid': '7e975660-7d5e-43c2-a8fd-35d27257ccd5', 'resourceVersion': '140635', 'creationTimestamp': '2025-12-04T06:07:43Z', '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-12-04T06:07:43Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:openshift.io/sa.scc.mcs': {}, 'f:openshift.io/sa.scc.supplemental-groups': {}, 'f:openshift.io/sa.scc.uid-range': {}}}}}, {'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-12-04T06:07:43Z', '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-12-04T06:24:48.736947 ocp_resources Namespace INFO Wait until Namespace cnv-tests-utilities is deleted 2025-12-04T06:24:48.737205 timeout_sampler INFO Waiting for 360 seconds [0:06:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-12-04T06:24:55.859941 timeout_sampler INFO Elapsed time: 7.105787754058838 [0:00:07.105788] 2025-12-04T06:24:55.895619 ocp_resources.resource INFO Trying to get client via new_client_from_config 2025-12-04T06:24:55.903069 ocp_resources ConfigMap INFO Delete ConfigMap cnv-tests-run-in-progress 2025-12-04T06:24:55.980641 ocp_resources ConfigMap INFO Deleting {'kind': 'ConfigMap', 'apiVersion': 'v1', 'metadata': {'name': 'cnv-tests-run-in-progress', 'namespace': 'cnv-tests-run-in-progress-ns', 'uid': 'f1bb2454-8a4f-4b92-9bc9-af461ac5d911', 'resourceVersion': '140571', 'creationTimestamp': '2025-12-04T06:07:40Z', 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-12-04T06:07:40Z', '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-12-04T06:24:56.000996 ocp_resources ConfigMap INFO Wait until ConfigMap cnv-tests-run-in-progress is deleted 2025-12-04T06:24:56.001161 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-12-04T06:24:56.016751 timeout_sampler INFO Elapsed time: 9.179115295410156e-05 [0:00:00.000092] 2025-12-04T06:24:56.067075 ocp_resources Namespace INFO Delete Namespace cnv-tests-run-in-progress-ns 2025-12-04T06:24:56.095740 ocp_resources Namespace INFO Deleting {'kind': 'Namespace', 'apiVersion': 'v1', 'metadata': {'name': 'cnv-tests-run-in-progress-ns', 'uid': '77e1de07-7cdc-4800-a8e1-ed6d3c437d1a', 'resourceVersion': '140563', 'creationTimestamp': '2025-12-04T06:07:40Z', 'labels': {'kubernetes.io/metadata.name': 'cnv-tests-run-in-progress-ns', 'pod-security.kubernetes.io/audit': 'restricted', 'pod-security.kubernetes.io/audit-version': 'latest', 'pod-security.kubernetes.io/enforce': 'privileged', 'pod-security.kubernetes.io/enforce-version': 'latest', 'pod-security.kubernetes.io/warn': 'restricted', 'pod-security.kubernetes.io/warn-version': 'latest', 'security.openshift.io/scc.podSecurityLabelSync': 'false'}, 'annotations': {'openshift.io/sa.scc.mcs': 's0:c35,c5', 'openshift.io/sa.scc.supplemental-groups': '1001200000/10000', 'openshift.io/sa.scc.uid-range': '1001200000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'cluster-policy-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2025-12-04T06:07:40Z', '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-12-04T06:07:40Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:security.openshift.io/MinimallySufficientPodSecurityStandard': {}}, 'f:labels': {'f:pod-security.kubernetes.io/audit': {}, 'f:pod-security.kubernetes.io/audit-version': {}, 'f:pod-security.kubernetes.io/enforce-version': {}, 'f:pod-security.kubernetes.io/warn': {}, 'f:pod-security.kubernetes.io/warn-version': {}}}}}, {'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2025-12-04T06:07:40Z', '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-12-04T06:24:56.115979 ocp_resources Namespace INFO Wait until Namespace cnv-tests-run-in-progress-ns is deleted 2025-12-04T06:24:56.116148 timeout_sampler INFO Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) 2025-12-04T06:25:04.251994 timeout_sampler INFO Elapsed time: 8.119357347488403 [0:00:08.119357] _ 22 of 22 completed, 16 Pass, 0 Fail, 5 Skip, 0 XPass, 0 XFail, 1 Error, 0 ReRun _ = 16 passed, 5 skipped, 2074 deselected, 55 warnings, 1 error in 1044.01s (0:17:24) = 2025-12-04 06:25:04,253 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2025-12-04 06:25:04,253 INFO sqlalchemy.engine.Engine PRAGMA main.table_info("CnvTestTable") 2025-12-04 06:25:04,253 INFO sqlalchemy.engine.Engine [raw sql] () 2025-12-04 06:25:04,253 INFO sqlalchemy.engine.Engine COMMIT 2025-12-04T06:25:04.253016 sqlalchemy.engine.Engine INFO BEGIN (implicit) 2025-12-04T06:25:04.253340 sqlalchemy.engine.Engine INFO PRAGMA main.table_info("CnvTestTable") 2025-12-04T06:25:04.253456 sqlalchemy.engine.Engine INFO [raw sql] () 2025-12-04T06:25:04.253838 sqlalchemy.engine.Engine INFO COMMIT 2025-12-04T06:25:04.253963 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 1141, 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': '1c951515-3498-41d6-989a-917a72bbb6a9', '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': '75b18e27-356a-4449-ae08-1504a36ea5b7', 'X-Kubernetes-Pf-Prioritylevel-Uid': 'c3d0f627-09bd-4174-a7f7-5fe84d81ac29', 'Date': 'Thu, 04 Dec 2025 06:09:49 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.011460542678833008 [0:00:00.011461] The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/runner.py", line 353, in from_call result: TResult | None = func() ~~~~^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/runner.py", line 245, in lambda: runtest_hook(item=item, **kwds), ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_hooks.py", line 512, in __call__ return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_manager.py", line 120, in _hookexec return self._inner_hookexec(hook_name, methods, kwargs, firstresult) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 167, in _multicall raise exception File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) ~~~~~~~~~~~~~~^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/capture.py", line 895, in pytest_runtest_setup return (yield) ^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 121, in _multicall res = hook_impl.function(*args) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/runner.py", line 165, in pytest_runtest_setup item.session._setupstate.setup(item) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/runner.py", line 523, in setup col.setup() ~~~~~~~~~^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/python.py", line 1723, in setup self._request._fillfixtures() ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 707, in _fillfixtures item.funcargs[argname] = self.getfixturevalue(argname) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 539, in getfixturevalue fixturedef = self._get_active_fixturedef(argname) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 627, in _get_active_fixturedef fixturedef.execute(request=subrequest) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 1110, in execute result: FixtureValue = ihook.pytest_fixture_setup( ~~~~~~~~~~~~~~~~~~~~~~~~~~^ fixturedef=self, request=request ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_hooks.py", line 512, in __call__ return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_manager.py", line 120, in _hookexec return self._inner_hookexec(hook_name, methods, kwargs, firstresult) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 167, in _multicall raise exception File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) ~~~~~~~~~~~~~~^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 53, in run_old_style_hookwrapper return result.get_result() ~~~~~~~~~~~~~~~~~^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_result.py", line 103, in get_result raise exc.with_traceback(tb) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 38, in run_old_style_hookwrapper res = yield ^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) ~~~~~~~~~~~~~~^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/setuponly.py", line 36, in pytest_fixture_setup return (yield) ^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/pluggy/_callers.py", line 121, in _multicall res = hook_impl.function(*args) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 1202, in pytest_fixture_setup result = call_fixture_func(fixturefunc, request, kwargs) File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/_pytest/fixtures.py", line 915, in call_fixture_func fixture_result = fixturefunc(**kwargs) File "/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/conftest.py", line 40, in golden_image_rhel_vm_with_instance_type return golden_image_vm_with_instance_type( client=unprivileged_client, ...<4 lines>... data_source_name=instance_type_rhel_os_matrix__module__[os_name][DATA_SOURCE_NAME], ) File "/openshift-virtualization-tests/tests/infrastructure/instance_types/supported_os/utils.py", line 22, in golden_image_vm_with_instance_type data_volume_template=data_volume_template_with_source_ref_dict( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ data_source=DataSource( ^^^^^^^^^^^^^^^^^^^^^^^ ...<4 lines>... storage_class=storage_class_name, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ), ^ File "/openshift-virtualization-tests/utilities/storage.py", line 567, in data_volume_template_with_source_ref_dict source_dict = data_source.source.instance.to_dict() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/ocp_resources/resource.py", line 1670, in instance return self.retry_cluster_exceptions(func=_instance) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ File "/openshift-virtualization-tests/.venv/lib/python3.14/site-packages/ocp_resources/resource.py", line 1146, 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 1668, 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': '1c951515-3498-41d6-989a-917a72bbb6a9', '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': '75b18e27-356a-4449-ae08-1504a36ea5b7', 'X-Kubernetes-Pf-Prioritylevel-Uid': 'c3d0f627-09bd-4174-a7f7-5fe84d81ac29', 'Date': 'Thu, 04 Dec 2025 06:09:49 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: 10 warnings tests/storage/cdi_import/test_import_http.py: 7 warnings tests/storage/cdi_import/test_import_registry.py: 4 warnings tests/storage/cdi_upload/test_upload_virtctl.py: 4 warnings tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py: 4 warnings tests/virt/node/general/test_container_disk_vm.py: 10 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:1027: DeprecationWarning: source is deprecated and will be removed in the next version. Use source_dict instead. self.to_dict() tests/storage/cdi_clone/test_clone.py::test_clone_from_block_to_fs_using_dv_template /openshift-virtualization-tests/utilities/storage.py:562: DeprecationWarning: source is deprecated and will be removed in the next version. Use source_dict instead. dv.to_dict() tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py::TestCommonTemplatesRhel::test_vm_console[#rhel-9-6#] /openshift-virtualization-tests/.local/share/uv/python/cpython-3.14.1-linux-x86_64-gnu/lib/python3.14/pty.py:66: DeprecationWarning: This process (pid=561) 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': '1c951515-3498-41d6-989a-917a72bbb6a9', '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': '75b18e27-356a-4449-ae08-1504a36ea5b7', 'X-Kubernetes-Pf-Prioritylevel-Uid': 'c3d0f627-09bd-4174-a7f7-5fe84d81ac29', 'Date': 'Thu, 04 Dec 2025 06:09:49 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, 2074 deselected, 57 warnings, 1 error in 1044.03s (0:17:24) = 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.sDEv:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/cli:/tmp/bin/ + PATH=/tmp/bin.sDEv:/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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10.9M 100 10.9M 0 0 44.3M 0 --:--:-- --:--:-- --:--:-- 44.3M + 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=1154 + local execution_time=1154 + local debug_threshold=1200 + local hco_namespace=openshift-cnv + [[ 1154 -lt 1200 ]] + echo + echo -------------------------------------------------------- -------------------------------------------------------- + echo ' SCRIPT EXITED PREMATURELY (runtime: 1154s) ' SCRIPT EXITED PREMATURELY (runtime: 1154s) + 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-12-04T06:25:06.36297008Z 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: 5c4f2e8f-fd12-40eb-b0d0-cfab49551f32 ClientVersion: 4.20.6 ClusterVersion: Stable at "4.21.0-0.nightly-2025-11-22-193140" ClusterOperators: clusteroperator/operator-lifecycle-manager is not upgradeable because ClusterServiceVersions blocking minor version upgrades to 4.21.0 or higher: - maximum supported OCP version for openshift-storage/odf-dependencies.v4.19.9-rhodf is 4.20 - maximum supported OCP version for openshift-storage/odf-operator.v4.19.9-rhodf is 4.20 [must-gather ] OUT 2025-12-04T06:25:06.438817487Z namespace/openshift-must-gather-9glw5 created [must-gather ] OUT 2025-12-04T06:25:06.460295317Z clusterrolebinding.rbac.authorization.k8s.io/must-gather-dlx27 created [must-gather ] OUT 2025-12-04T06:25:06.537931415Z pod for plug-in image registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:13425c8ab8b4c584c8666d938ab677dbf1a584aad1e0c4a9cb7c44c027a8cefa created [must-gather-2ch9w] POD 2025-12-04T06:25:07.558068526Z [disk usage checker] Started [must-gather-2ch9w] POD 2025-12-04T06:25:07.565784275Z [disk usage checker] Volume usage percentage: current = 20 ; allowed = 70 [must-gather-2ch9w] POD 2025-12-04T06:25:07.568516335Z running gather_apiservices [must-gather-2ch9w] POD 2025-12-04T06:25:07.570913137Z +++ dirname -- /usr/bin/gather_apiservices [must-gather-2ch9w] POD 2025-12-04T06:25:07.572385909Z ++ cd -- /usr/bin [must-gather-2ch9w] POD 2025-12-04T06:25:07.572499442Z ++ pwd [must-gather-2ch9w] POD 2025-12-04T06:25:07.572694266Z + DIR_NAME=/usr/bin [must-gather-2ch9w] POD 2025-12-04T06:25:07.572720247Z + source /usr/bin/common.sh [must-gather-2ch9w] POD 2025-12-04T06:25:07.573361470Z ++++ dirname -- /usr/bin/common.sh [must-gather-2ch9w] POD 2025-12-04T06:25:07.574743331Z +++ cd -- /usr/bin [must-gather-2ch9w] POD 2025-12-04T06:25:07.574831283Z +++ pwd [must-gather-2ch9w] POD 2025-12-04T06:25:07.575045737Z ++ DIR_NAME=/usr/bin [must-gather-2ch9w] POD 2025-12-04T06:25:07.575095139Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-2ch9w] POD 2025-12-04T06:25:07.575095139Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-2ch9w] POD 2025-12-04T06:25:07.575108739Z ++ export PROS=5 [must-gather-2ch9w] POD 2025-12-04T06:25:07.575108739Z ++ PROS=5 [must-gather-2ch9w] POD 2025-12-04T06:25:07.575121519Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-2ch9w] POD 2025-12-04T06:25:07.575154680Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-2ch9w] POD 2025-12-04T06:25:07.575326084Z + check_command [must-gather-2ch9w] POD 2025-12-04T06:25:07.575367645Z + [[ -z 1 ]] [must-gather-2ch9w] POD 2025-12-04T06:25:07.575896536Z ++ /usr/bin/oc get apiservices [must-gather-2ch9w] POD 2025-12-04T06:25:07.576087520Z ++ grep kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.576175862Z ++ awk '{ print $1 }' [must-gather-2ch9w] POD 2025-12-04T06:25:07.868720680Z + resources='v1.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.868720680Z v1.networkaddonsoperator.network.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.868720680Z v1.subresources.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.868720680Z v1alpha1.aaq.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.868720680Z v1alpha1.clone.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.868720680Z v1alpha1.export.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.868720680Z v1alpha1.migrations.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.868720680Z v1alpha1.networkaddonsoperator.network.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.868720680Z v1alpha1.pool.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.868720680Z v1alpha1.snapshot.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.868720680Z v1alpha3.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.868720680Z v1alpha3.subresources.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.868720680Z v1beta1.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.868720680Z v1beta1.clone.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.868720680Z v1beta1.export.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.868720680Z v1beta1.forklift.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.868720680Z v1beta1.hco.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.868720680Z v1beta1.hostpathprovisioner.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.868720680Z v1beta1.instancetype.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.868720680Z v1beta1.pool.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.868720680Z v1beta1.snapshot.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.868720680Z v1beta1.upload.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.868720680Z v1beta2.ssp.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.868720680Z v1beta3.ssp.kubevirt.io' [must-gather-2ch9w] POD 2025-12-04T06:25:07.869295553Z + export apiservice_collection_path=/must-gather/apiservices/ [must-gather-2ch9w] POD 2025-12-04T06:25:07.869295553Z + apiservice_collection_path=/must-gather/apiservices/ [must-gather-2ch9w] POD 2025-12-04T06:25:07.869319173Z + mkdir -p /must-gather/apiservices/ [must-gather-2ch9w] POD 2025-12-04T06:25:07.871783207Z + echo 'v1.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.871783207Z v1.networkaddonsoperator.network.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.871783207Z v1.subresources.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.871783207Z v1alpha1.aaq.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.871783207Z v1alpha1.clone.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.871783207Z v1alpha1.export.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.871783207Z v1alpha1.migrations.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.871783207Z v1alpha1.networkaddonsoperator.network.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.871783207Z v1alpha1.pool.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.871783207Z v1alpha1.snapshot.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.871783207Z v1alpha3.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.871783207Z v1alpha3.subresources.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.871783207Z v1beta1.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.871783207Z v1beta1.clone.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.871783207Z v1beta1.export.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.871783207Z v1beta1.forklift.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.871783207Z v1beta1.hco.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.871783207Z v1beta1.hostpathprovisioner.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.871783207Z v1beta1.instancetype.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.871783207Z v1beta1.pool.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.871783207Z v1beta1.snapshot.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.871783207Z v1beta1.upload.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.871783207Z v1beta2.ssp.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.871783207Z v1beta3.ssp.kubevirt.io' [must-gather-2ch9w] POD 2025-12-04T06:25:07.871911380Z + tr ' ' '\n' [must-gather-2ch9w] POD 2025-12-04T06:25:07.872082993Z + 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-2ch9w] POD 2025-12-04T06:25:07.875062839Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.875540209Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1.networkaddonsoperator.network.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.875961688Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1.subresources.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.876624003Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.aaq.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:07.877234916Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.clone.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:08.222198670Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.export.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:08.231608846Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.migrations.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:08.250420767Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.networkaddonsoperator.network.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:08.277947019Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.pool.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:08.288268165Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.snapshot.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:08.703346132Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha3.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:08.719660449Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha3.subresources.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:08.989013030Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:09.011719796Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.clone.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:09.015740494Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.export.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:09.190395134Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.forklift.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:09.251055040Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.hco.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:09.395571631Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.hostpathprovisioner.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:09.435621967Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.instancetype.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:09.541539783Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.pool.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:09.566091110Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.snapshot.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:09.626456280Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.upload.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:09.785376225Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta2.ssp.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:09.802635933Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta3.ssp.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:10.051379823Z + exit 0 [must-gather-2ch9w] POD 2025-12-04T06:25:10.051604268Z running gather_cdi [must-gather-2ch9w] POD 2025-12-04T06:25:10.054386579Z +++ dirname -- /usr/bin/gather_cdi [must-gather-2ch9w] POD 2025-12-04T06:25:10.056094636Z ++ cd -- /usr/bin [must-gather-2ch9w] POD 2025-12-04T06:25:10.056150297Z ++ pwd [must-gather-2ch9w] POD 2025-12-04T06:25:10.056350411Z + DIR_NAME=/usr/bin [must-gather-2ch9w] POD 2025-12-04T06:25:10.056372172Z + source /usr/bin/common.sh [must-gather-2ch9w] POD 2025-12-04T06:25:10.057449226Z ++++ dirname -- /usr/bin/common.sh [must-gather-2ch9w] POD 2025-12-04T06:25:10.058866177Z +++ cd -- /usr/bin [must-gather-2ch9w] POD 2025-12-04T06:25:10.058913147Z +++ pwd [must-gather-2ch9w] POD 2025-12-04T06:25:10.059099502Z ++ DIR_NAME=/usr/bin [must-gather-2ch9w] POD 2025-12-04T06:25:10.059141712Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-2ch9w] POD 2025-12-04T06:25:10.059183633Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-2ch9w] POD 2025-12-04T06:25:10.059246375Z ++ export PROS=5 [must-gather-2ch9w] POD 2025-12-04T06:25:10.059246375Z ++ PROS=5 [must-gather-2ch9w] POD 2025-12-04T06:25:10.059290046Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-2ch9w] POD 2025-12-04T06:25:10.059301426Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-2ch9w] POD 2025-12-04T06:25:10.059449659Z + check_command [must-gather-2ch9w] POD 2025-12-04T06:25:10.059449659Z + [[ -z 1 ]] [must-gather-2ch9w] POD 2025-12-04T06:25:10.059466479Z + get_log_collection_args [must-gather-2ch9w] POD 2025-12-04T06:25:10.059477090Z + log_collection_args= [must-gather-2ch9w] POD 2025-12-04T06:25:10.059488880Z + '[' -n '' ']' [must-gather-2ch9w] POD 2025-12-04T06:25:10.059498040Z + '[' -n '' ']' [must-gather-2ch9w] POD 2025-12-04T06:25:10.059507371Z + node_log_collection_args= [must-gather-2ch9w] POD 2025-12-04T06:25:10.059507371Z + '[' -n '' ']' [must-gather-2ch9w] POD 2025-12-04T06:25:10.059517011Z + '[' -n '' ']' [must-gather-2ch9w] POD 2025-12-04T06:25:10.059517011Z + export log_collection_args [must-gather-2ch9w] POD 2025-12-04T06:25:10.059517011Z + export node_log_collection_args [must-gather-2ch9w] POD 2025-12-04T06:25:10.059595462Z + export -f gather_cdi_pod [must-gather-2ch9w] POD 2025-12-04T06:25:10.060016432Z ++ oc get pods -l cdi.kubevirt.io --no-headers -A [must-gather-2ch9w] POD 2025-12-04T06:25:10.060128134Z ++ awk '{print $1 "_" $2}' [must-gather-2ch9w] POD 2025-12-04T06:25:10.198791646Z + cdi_pods='openshift-cnv_cdi-apiserver-6c9f4df568-bl7pm [must-gather-2ch9w] POD 2025-12-04T06:25:10.198791646Z openshift-cnv_cdi-deployment-6686869d7-qw8gp [must-gather-2ch9w] POD 2025-12-04T06:25:10.198791646Z openshift-cnv_cdi-operator-69fb49dc8b-zmhns [must-gather-2ch9w] POD 2025-12-04T06:25:10.198791646Z openshift-cnv_cdi-uploadproxy-6f87d4874f-f7v6d' [must-gather-2ch9w] POD 2025-12-04T06:25:10.199105513Z + echo 'openshift-cnv_cdi-apiserver-6c9f4df568-bl7pm [must-gather-2ch9w] POD 2025-12-04T06:25:10.199105513Z openshift-cnv_cdi-deployment-6686869d7-qw8gp [must-gather-2ch9w] POD 2025-12-04T06:25:10.199105513Z openshift-cnv_cdi-operator-69fb49dc8b-zmhns [must-gather-2ch9w] POD 2025-12-04T06:25:10.199135054Z openshift-cnv_cdi-uploadproxy-6f87d4874f-f7v6d' [must-gather-2ch9w] POD 2025-12-04T06:25:10.199396510Z + tr ' ' '\n' [must-gather-2ch9w] POD 2025-12-04T06:25:10.199460491Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'gather_cdi_pod $1' -- '{}' [must-gather-2ch9w] POD 2025-12-04T06:25:10.201068756Z sh -c 'gather_cdi_pod $1' -- openshift-cnv_cdi-apiserver-6c9f4df568-bl7pm [must-gather-2ch9w] POD 2025-12-04T06:25:10.201616988Z sh -c 'gather_cdi_pod $1' -- openshift-cnv_cdi-deployment-6686869d7-qw8gp [must-gather-2ch9w] POD 2025-12-04T06:25:10.202119659Z sh -c 'gather_cdi_pod $1' -- openshift-cnv_cdi-operator-69fb49dc8b-zmhns [must-gather-2ch9w] POD 2025-12-04T06:25:10.202646911Z sh -c 'gather_cdi_pod $1' -- openshift-cnv_cdi-uploadproxy-6f87d4874f-f7v6d [must-gather-2ch9w] POD 2025-12-04T06:25:10.209840048Z NS: openshift-cnv, POD: cdi-apiserver-6c9f4df568-bl7pm [must-gather-2ch9w] POD 2025-12-04T06:25:10.210741198Z NS: openshift-cnv, POD: cdi-operator-69fb49dc8b-zmhns [must-gather-2ch9w] POD 2025-12-04T06:25:10.210923532Z NS: openshift-cnv, POD: cdi-deployment-6686869d7-qw8gp [must-gather-2ch9w] POD 2025-12-04T06:25:10.213788074Z NS: openshift-cnv, POD: cdi-uploadproxy-6f87d4874f-f7v6d [must-gather-2ch9w] POD 2025-12-04T06:25:10.564231189Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:10.596610786Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:10.603978988Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:10.612390711Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:11.197208931Z + export -f gather_pvc [must-gather-2ch9w] POD 2025-12-04T06:25:11.197848935Z ++ oc get pvc --no-headers -A [must-gather-2ch9w] POD 2025-12-04T06:25:11.197978058Z ++ awk '{print $1 "_" $2}' [must-gather-2ch9w] POD 2025-12-04T06:25:11.305543200Z + pvcs='openshift-monitoring_prometheus-data-prometheus-k8s-0 [must-gather-2ch9w] POD 2025-12-04T06:25:11.305543200Z openshift-monitoring_prometheus-data-prometheus-k8s-1 [must-gather-2ch9w] POD 2025-12-04T06:25:11.305543200Z openshift-storage_noobaa-db-pg-cluster-1 [must-gather-2ch9w] POD 2025-12-04T06:25:11.305543200Z openshift-storage_noobaa-db-pg-cluster-2 [must-gather-2ch9w] POD 2025-12-04T06:25:11.305543200Z openshift-storage_ocs-deviceset-0-data-0q9zdt [must-gather-2ch9w] POD 2025-12-04T06:25:11.305543200Z openshift-storage_ocs-deviceset-0-data-1f2dz2 [must-gather-2ch9w] POD 2025-12-04T06:25:11.305543200Z openshift-storage_ocs-deviceset-1-data-0nrnq2 [must-gather-2ch9w] POD 2025-12-04T06:25:11.305543200Z openshift-storage_ocs-deviceset-1-data-1nnfgd [must-gather-2ch9w] POD 2025-12-04T06:25:11.305543200Z openshift-storage_ocs-deviceset-2-data-0zx7cb [must-gather-2ch9w] POD 2025-12-04T06:25:11.305543200Z openshift-storage_ocs-deviceset-2-data-1qx67m [must-gather-2ch9w] POD 2025-12-04T06:25:11.305543200Z openshift-storage_rook-ceph-mon-a [must-gather-2ch9w] POD 2025-12-04T06:25:11.305543200Z openshift-storage_rook-ceph-mon-b [must-gather-2ch9w] POD 2025-12-04T06:25:11.305543200Z openshift-storage_rook-ceph-mon-c' [must-gather-2ch9w] POD 2025-12-04T06:25:11.305812036Z + echo 'openshift-monitoring_prometheus-data-prometheus-k8s-0 [must-gather-2ch9w] POD 2025-12-04T06:25:11.305812036Z openshift-monitoring_prometheus-data-prometheus-k8s-1 [must-gather-2ch9w] POD 2025-12-04T06:25:11.305812036Z openshift-storage_noobaa-db-pg-cluster-1 [must-gather-2ch9w] POD 2025-12-04T06:25:11.305812036Z openshift-storage_noobaa-db-pg-cluster-2 [must-gather-2ch9w] POD 2025-12-04T06:25:11.305812036Z openshift-storage_ocs-deviceset-0-data-0q9zdt [must-gather-2ch9w] POD 2025-12-04T06:25:11.305812036Z openshift-storage_ocs-deviceset-0-data-1f2dz2 [must-gather-2ch9w] POD 2025-12-04T06:25:11.305812036Z openshift-storage_ocs-deviceset-1-data-0nrnq2 [must-gather-2ch9w] POD 2025-12-04T06:25:11.305812036Z openshift-storage_ocs-deviceset-1-data-1nnfgd [must-gather-2ch9w] POD 2025-12-04T06:25:11.305812036Z openshift-storage_ocs-deviceset-2-data-0zx7cb [must-gather-2ch9w] POD 2025-12-04T06:25:11.305812036Z openshift-storage_ocs-deviceset-2-data-1qx67m [must-gather-2ch9w] POD 2025-12-04T06:25:11.305812036Z openshift-storage_rook-ceph-mon-a [must-gather-2ch9w] POD 2025-12-04T06:25:11.305812036Z openshift-storage_rook-ceph-mon-b [must-gather-2ch9w] POD 2025-12-04T06:25:11.305812036Z openshift-storage_rook-ceph-mon-c' [must-gather-2ch9w] POD 2025-12-04T06:25:11.305992310Z + tr ' ' '\n' [must-gather-2ch9w] POD 2025-12-04T06:25:11.306138883Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'gather_pvc $1' -- '{}' [must-gather-2ch9w] POD 2025-12-04T06:25:11.307390731Z sh -c 'gather_pvc $1' -- openshift-monitoring_prometheus-data-prometheus-k8s-0 [must-gather-2ch9w] POD 2025-12-04T06:25:11.307837820Z sh -c 'gather_pvc $1' -- openshift-monitoring_prometheus-data-prometheus-k8s-1 [must-gather-2ch9w] POD 2025-12-04T06:25:11.308282620Z sh -c 'gather_pvc $1' -- openshift-storage_noobaa-db-pg-cluster-1 [must-gather-2ch9w] POD 2025-12-04T06:25:11.308823582Z sh -c 'gather_pvc $1' -- openshift-storage_noobaa-db-pg-cluster-2 [must-gather-2ch9w] POD 2025-12-04T06:25:11.309490547Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-0-data-0q9zdt [must-gather-2ch9w] POD 2025-12-04T06:25:11.319461495Z NS: openshift-monitoring, PVC: prometheus-data-prometheus-k8s-1 [must-gather-2ch9w] POD 2025-12-04T06:25:11.319760381Z NS: openshift-monitoring, PVC: prometheus-data-prometheus-k8s-0 [must-gather-2ch9w] POD 2025-12-04T06:25:11.319983006Z NS: openshift-storage, PVC: noobaa-db-pg-cluster-2 [must-gather-2ch9w] POD 2025-12-04T06:25:11.321130781Z NS: openshift-storage, PVC: noobaa-db-pg-cluster-1 [must-gather-2ch9w] POD 2025-12-04T06:25:11.325071757Z NS: openshift-storage, PVC: ocs-deviceset-0-data-0q9zdt [must-gather-2ch9w] POD 2025-12-04T06:25:11.722486759Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:11.767709097Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:11.783764948Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:11.798666834Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:11.845162571Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:12.067898492Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-0-data-1f2dz2 [must-gather-2ch9w] POD 2025-12-04T06:25:12.094201017Z NS: openshift-storage, PVC: ocs-deviceset-0-data-1f2dz2 [must-gather-2ch9w] POD 2025-12-04T06:25:12.146357868Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-1-data-0nrnq2 [must-gather-2ch9w] POD 2025-12-04T06:25:12.179621586Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-1-data-1nnfgd [must-gather-2ch9w] POD 2025-12-04T06:25:12.183634483Z NS: openshift-storage, PVC: ocs-deviceset-1-data-0nrnq2 [must-gather-2ch9w] POD 2025-12-04T06:25:12.194410509Z NS: openshift-storage, PVC: ocs-deviceset-1-data-1nnfgd [must-gather-2ch9w] POD 2025-12-04T06:25:12.214340645Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-2-data-0zx7cb [must-gather-2ch9w] POD 2025-12-04T06:25:12.240237431Z NS: openshift-storage, PVC: ocs-deviceset-2-data-0zx7cb [must-gather-2ch9w] POD 2025-12-04T06:25:12.360628274Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-2-data-1qx67m [must-gather-2ch9w] POD 2025-12-04T06:25:12.402691734Z NS: openshift-storage, PVC: ocs-deviceset-2-data-1qx67m [must-gather-2ch9w] POD 2025-12-04T06:25:12.502071377Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:12.536163793Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:12.563783837Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:12.619960726Z [disk usage checker] Volume usage percentage: current = 20 ; allowed = 70 [must-gather-2ch9w] POD 2025-12-04T06:25:12.648767116Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:12.818297553Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:12.903974557Z sh -c 'gather_pvc $1' -- openshift-storage_rook-ceph-mon-a [must-gather-2ch9w] POD 2025-12-04T06:25:12.937719995Z NS: openshift-storage, PVC: rook-ceph-mon-a [must-gather-2ch9w] POD 2025-12-04T06:25:12.971488513Z sh -c 'gather_pvc $1' -- openshift-storage_rook-ceph-mon-b [must-gather-2ch9w] POD 2025-12-04T06:25:12.986980672Z NS: openshift-storage, PVC: rook-ceph-mon-b [must-gather-2ch9w] POD 2025-12-04T06:25:13.037939856Z sh -c 'gather_pvc $1' -- openshift-storage_rook-ceph-mon-c [must-gather-2ch9w] POD 2025-12-04T06:25:13.049791926Z NS: openshift-storage, PVC: rook-ceph-mon-c [must-gather-2ch9w] POD 2025-12-04T06:25:13.238036612Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:13.260068294Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:13.331422614Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:13.566967196Z running gather_crds [must-gather-2ch9w] POD 2025-12-04T06:25:13.569585193Z +++ dirname -- /usr/bin/gather_crds [must-gather-2ch9w] POD 2025-12-04T06:25:13.570991974Z ++ cd -- /usr/bin [must-gather-2ch9w] POD 2025-12-04T06:25:13.571053315Z ++ pwd [must-gather-2ch9w] POD 2025-12-04T06:25:13.571333451Z + DIR_NAME=/usr/bin [must-gather-2ch9w] POD 2025-12-04T06:25:13.571361892Z + source /usr/bin/common.sh [must-gather-2ch9w] POD 2025-12-04T06:25:13.571848963Z ++++ dirname -- /usr/bin/common.sh [must-gather-2ch9w] POD 2025-12-04T06:25:13.573129180Z +++ cd -- /usr/bin [must-gather-2ch9w] POD 2025-12-04T06:25:13.573197222Z +++ pwd [must-gather-2ch9w] POD 2025-12-04T06:25:13.573425487Z ++ DIR_NAME=/usr/bin [must-gather-2ch9w] POD 2025-12-04T06:25:13.573454827Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-2ch9w] POD 2025-12-04T06:25:13.573454827Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-2ch9w] POD 2025-12-04T06:25:13.573469358Z ++ export PROS=5 [must-gather-2ch9w] POD 2025-12-04T06:25:13.573469358Z ++ PROS=5 [must-gather-2ch9w] POD 2025-12-04T06:25:13.573481018Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-2ch9w] POD 2025-12-04T06:25:13.573481018Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-2ch9w] POD 2025-12-04T06:25:13.573590810Z + check_command [must-gather-2ch9w] POD 2025-12-04T06:25:13.573590810Z + [[ -z 1 ]] [must-gather-2ch9w] POD 2025-12-04T06:25:13.573621491Z + get_log_collection_args [must-gather-2ch9w] POD 2025-12-04T06:25:13.573621491Z + log_collection_args= [must-gather-2ch9w] POD 2025-12-04T06:25:13.573634262Z + '[' -n '' ']' [must-gather-2ch9w] POD 2025-12-04T06:25:13.573634262Z + '[' -n '' ']' [must-gather-2ch9w] POD 2025-12-04T06:25:13.573649562Z + node_log_collection_args= [must-gather-2ch9w] POD 2025-12-04T06:25:13.573649562Z + '[' -n '' ']' [must-gather-2ch9w] POD 2025-12-04T06:25:13.573660582Z + '[' -n '' ']' [must-gather-2ch9w] POD 2025-12-04T06:25:13.573660582Z + export log_collection_args [must-gather-2ch9w] POD 2025-12-04T06:25:13.573672022Z + export node_log_collection_args [must-gather-2ch9w] POD 2025-12-04T06:25:13.574083771Z ++ /usr/bin/oc get crd [must-gather-2ch9w] POD 2025-12-04T06:25:13.574270236Z ++ grep kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.574443409Z ++ awk '{print $1}' [must-gather-2ch9w] POD 2025-12-04T06:25:13.742830082Z + CRDS='aaqs.aaq.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.742830082Z cdiconfigs.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.742830082Z cdis.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.742830082Z dataimportcrons.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.742830082Z datasources.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.742830082Z datavolumes.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.742830082Z hostpathprovisioners.hostpathprovisioner.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.742830082Z hyperconvergeds.hco.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.742830082Z kubevirts.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.742830082Z migrationpolicies.migrations.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.742830082Z networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.742830082Z objecttransfers.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.742830082Z openstackvolumepopulators.forklift.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.742830082Z ovirtvolumepopulators.forklift.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.742830082Z ssps.ssp.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.742830082Z storageprofiles.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.742830082Z virtualmachineclones.clone.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.742830082Z virtualmachineclusterinstancetypes.instancetype.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.742830082Z virtualmachineclusterpreferences.instancetype.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.742830082Z virtualmachineexports.export.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.742830082Z virtualmachineinstancemigrations.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.742830082Z virtualmachineinstancepresets.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.742830082Z virtualmachineinstancereplicasets.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.742830082Z virtualmachineinstances.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.742830082Z virtualmachineinstancetypes.instancetype.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.742830082Z virtualmachinepools.pool.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.742830082Z virtualmachinepreferences.instancetype.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.742830082Z virtualmachinerestores.snapshot.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.742830082Z virtualmachines.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.742830082Z virtualmachinesnapshotcontents.snapshot.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.742830082Z virtualmachinesnapshots.snapshot.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.742830082Z volumeclonesources.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.742830082Z volumeimportsources.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.742908273Z volumeuploadsources.cdi.kubevirt.io' [must-gather-2ch9w] POD 2025-12-04T06:25:13.743354623Z + echo 'aaqs.aaq.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.743354623Z cdiconfigs.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.743354623Z cdis.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.743354623Z dataimportcrons.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.743354623Z datasources.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.743354623Z datavolumes.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.743354623Z hostpathprovisioners.hostpathprovisioner.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.743354623Z hyperconvergeds.hco.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.743354623Z kubevirts.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.743354623Z migrationpolicies.migrations.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.743354623Z networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.743354623Z objecttransfers.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.743354623Z openstackvolumepopulators.forklift.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.743354623Z ovirtvolumepopulators.forklift.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.743354623Z ssps.ssp.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.743354623Z storageprofiles.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.743354623Z virtualmachineclones.clone.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.743354623Z virtualmachineclusterinstancetypes.instancetype.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.743354623Z virtualmachineclusterpreferences.instancetype.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.743354623Z virtualmachineexports.export.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.743354623Z virtualmachineinstancemigrations.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.743354623Z virtualmachineinstancepresets.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.743354623Z virtualmachineinstancereplicasets.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.743354623Z virtualmachineinstances.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.743354623Z virtualmachineinstancetypes.instancetype.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.743354623Z virtualmachinepools.pool.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.743354623Z virtualmachinepreferences.instancetype.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.743354623Z virtualmachinerestores.snapshot.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.743354623Z virtualmachines.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.743354623Z virtualmachinesnapshotcontents.snapshot.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.743354623Z virtualmachinesnapshots.snapshot.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.743354623Z volumeclonesources.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.743354623Z volumeimportsources.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.743434695Z volumeuploadsources.cdi.kubevirt.io' [must-gather-2ch9w] POD 2025-12-04T06:25:13.743434695Z + tr ' ' '\n' [must-gather-2ch9w] POD 2025-12-04T06:25:13.743763912Z + 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-2ch9w] POD 2025-12-04T06:25:13.745184873Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- aaqs.aaq.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.745700634Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- cdiconfigs.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.746180925Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- cdis.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.746967922Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- dataimportcrons.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:13.747798550Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- datasources.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:14.180616856Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:14.185854980Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- datavolumes.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:14.190709086Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:14.197667198Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:14.199499409Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- hostpathprovisioners.hostpathprovisioner.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:14.205190413Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- hyperconvergeds.hco.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:14.221428948Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:14.232855348Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- kubevirts.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:14.326841694Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:14.333190432Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- migrationpolicies.migrations.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:14.652990586Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:14.655443190Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:14.661538753Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:14.673061205Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- objecttransfers.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:14.725882420Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:14.746573233Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- openstackvolumepopulators.forklift.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:14.793788465Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:14.807751871Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- ovirtvolumepopulators.forklift.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:14.809733614Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:14.835009007Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- ssps.ssp.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:15.085019874Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:15.093931589Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- storageprofiles.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:15.158405059Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:15.162589071Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineclones.clone.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:15.173568351Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:15.183325084Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:15.274321114Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:15.280214963Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineclusterpreferences.instancetype.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:15.420307077Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:15.426779708Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineexports.export.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:15.530183320Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:15.537950469Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstancemigrations.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:15.591629263Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:15.606796385Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstancepresets.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:15.626155888Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:15.631076586Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstancereplicasets.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:15.785085194Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:15.792903185Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstances.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:15.947013745Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:15.951395221Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstancetypes.instancetype.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:16.078246885Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:16.083519880Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinepools.pool.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:16.125417297Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:16.130042838Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinepreferences.instancetype.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:16.248632691Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:16.255458591Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinerestores.snapshot.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:16.366853537Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:16.373777888Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachines.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:16.446274934Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:16.451586750Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinesnapshotcontents.snapshot.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:16.536436596Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:16.546354622Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinesnapshots.snapshot.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:16.700805530Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:16.706708289Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- volumeclonesources.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:16.761670571Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:16.782139959Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- volumeimportsources.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:17.178112498Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:17.184592400Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- volumeuploadsources.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:17.250807578Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:17.277671056Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:17.327565537Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:17.377350066Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:17.461033385Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:25:17.465532644Z + exit 0 [must-gather-2ch9w] POD 2025-12-04T06:25:17.465808420Z running gather_crs [must-gather-2ch9w] POD 2025-12-04T06:25:17.468385757Z +++ dirname -- /usr/bin/gather_crs [must-gather-2ch9w] POD 2025-12-04T06:25:17.470077243Z ++ cd -- /usr/bin [must-gather-2ch9w] POD 2025-12-04T06:25:17.470145945Z ++ pwd [must-gather-2ch9w] POD 2025-12-04T06:25:17.470474782Z + DIR_NAME=/usr/bin [must-gather-2ch9w] POD 2025-12-04T06:25:17.470504063Z + source /usr/bin/common.sh [must-gather-2ch9w] POD 2025-12-04T06:25:17.471171947Z ++++ dirname -- /usr/bin/common.sh [must-gather-2ch9w] POD 2025-12-04T06:25:17.472745752Z +++ cd -- /usr/bin [must-gather-2ch9w] POD 2025-12-04T06:25:17.472839394Z +++ pwd [must-gather-2ch9w] POD 2025-12-04T06:25:17.473114520Z ++ DIR_NAME=/usr/bin [must-gather-2ch9w] POD 2025-12-04T06:25:17.473205972Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-2ch9w] POD 2025-12-04T06:25:17.473205972Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-2ch9w] POD 2025-12-04T06:25:17.473205972Z ++ export PROS=5 [must-gather-2ch9w] POD 2025-12-04T06:25:17.473205972Z ++ PROS=5 [must-gather-2ch9w] POD 2025-12-04T06:25:17.473205972Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-2ch9w] POD 2025-12-04T06:25:17.473205972Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-2ch9w] POD 2025-12-04T06:25:17.473397956Z + check_command [must-gather-2ch9w] POD 2025-12-04T06:25:17.473397956Z + [[ -z 1 ]] [must-gather-2ch9w] POD 2025-12-04T06:25:17.473535029Z + export -f get_cr [must-gather-2ch9w] POD 2025-12-04T06:25:17.473535029Z + export -f read_crs [must-gather-2ch9w] POD 2025-12-04T06:25:17.473558179Z + mapfile -t resources [must-gather-2ch9w] POD 2025-12-04T06:25:17.474641623Z ++ oc get crd -o=custom-columns=NAME:.metadata.name --no-headers [must-gather-2ch9w] POD 2025-12-04T06:25:17.474759646Z ++ grep -v virtualmachines.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:17.474759646Z ++ grep -e kubevirt.io -e snapshot.storage.k8s.io [must-gather-2ch9w] POD 2025-12-04T06:25:17.625793049Z [disk usage checker] Volume usage percentage: current = 20 ; allowed = 70 [must-gather-2ch9w] POD 2025-12-04T06:25:18.791437070Z + 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-2ch9w] POD 2025-12-04T06:25:18.791437070Z + tr ' ' '\n' [must-gather-2ch9w] POD 2025-12-04T06:25:18.791689426Z + xargs -t '-I{}' sh -c 'read_crs $1' -- '{}' [must-gather-2ch9w] POD 2025-12-04T06:25:18.793133917Z sh -c 'read_crs $1' -- aaqs.aaq.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:18.938158829Z sh -c 'read_crs $1' -- cdiconfigs.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:19.137381106Z sh -c 'get_cr $1 $2' -- cdiconfigs.cdi.kubevirt.io 'config_' [must-gather-2ch9w] POD 2025-12-04T06:25:19.292506178Z sh -c 'read_crs $1' -- cdis.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:19.431548179Z sh -c 'get_cr $1 $2' -- cdis.cdi.kubevirt.io 'cdi-kubevirt-hyperconverged_' [must-gather-2ch9w] POD 2025-12-04T06:25:19.599986633Z sh -c 'read_crs $1' -- dataimportcrons.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:19.766573616Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io centos-stream10-image-cron_openshift-virtualization-os-images [must-gather-2ch9w] POD 2025-12-04T06:25:19.767375873Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io centos-stream9-image-cron_openshift-virtualization-os-images [must-gather-2ch9w] POD 2025-12-04T06:25:19.768828455Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io fedora-image-cron_openshift-virtualization-os-images [must-gather-2ch9w] POD 2025-12-04T06:25:19.770333108Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io rhel10-image-cron_openshift-virtualization-os-images [must-gather-2ch9w] POD 2025-12-04T06:25:19.773656191Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io rhel8-image-cron_openshift-virtualization-os-images [must-gather-2ch9w] POD 2025-12-04T06:25:20.152151578Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io rhel9-image-cron_openshift-virtualization-os-images [must-gather-2ch9w] POD 2025-12-04T06:25:20.403083736Z sh -c 'read_crs $1' -- datasources.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:20.546116344Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io centos-stream10_openshift-virtualization-os-images [must-gather-2ch9w] POD 2025-12-04T06:25:20.546767678Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io centos-stream9_openshift-virtualization-os-images [must-gather-2ch9w] POD 2025-12-04T06:25:20.547966584Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io fedora_openshift-virtualization-os-images [must-gather-2ch9w] POD 2025-12-04T06:25:20.548908345Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io rhel10_openshift-virtualization-os-images [must-gather-2ch9w] POD 2025-12-04T06:25:20.551159054Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io rhel7_openshift-virtualization-os-images [must-gather-2ch9w] POD 2025-12-04T06:25:20.920586253Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io rhel8_openshift-virtualization-os-images [must-gather-2ch9w] POD 2025-12-04T06:25:20.966810584Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io rhel9_openshift-virtualization-os-images [must-gather-2ch9w] POD 2025-12-04T06:25:20.980260008Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win10_openshift-virtualization-os-images [must-gather-2ch9w] POD 2025-12-04T06:25:21.003923506Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win11_openshift-virtualization-os-images [must-gather-2ch9w] POD 2025-12-04T06:25:21.006121994Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win2k16_openshift-virtualization-os-images [must-gather-2ch9w] POD 2025-12-04T06:25:21.362275773Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win2k19_openshift-virtualization-os-images [must-gather-2ch9w] POD 2025-12-04T06:25:21.406745705Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win2k22_openshift-virtualization-os-images [must-gather-2ch9w] POD 2025-12-04T06:25:21.451669477Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win2k25_openshift-virtualization-os-images [must-gather-2ch9w] POD 2025-12-04T06:25:21.744205155Z sh -c 'read_crs $1' -- datavolumes.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:21.917199768Z sh -c 'read_crs $1' -- hostpathprovisioners.hostpathprovisioner.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:22.106666062Z sh -c 'read_crs $1' -- hyperconvergeds.hco.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:22.286192279Z sh -c 'get_cr $1 $2' -- hyperconvergeds.hco.kubevirt.io kubevirt-hyperconverged_openshift-cnv [must-gather-2ch9w] POD 2025-12-04T06:25:22.449875829Z sh -c 'read_crs $1' -- kubevirts.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:22.600503923Z sh -c 'get_cr $1 $2' -- kubevirts.kubevirt.io kubevirt-kubevirt-hyperconverged_openshift-cnv [must-gather-2ch9w] POD 2025-12-04T06:25:22.632155035Z [disk usage checker] Volume usage percentage: current = 20 ; allowed = 70 [must-gather-2ch9w] POD 2025-12-04T06:25:22.753903798Z sh -c 'read_crs $1' -- migrationpolicies.migrations.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:22.890955605Z sh -c 'read_crs $1' -- networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:23.038003781Z sh -c 'get_cr $1 $2' -- networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io 'cluster_' [must-gather-2ch9w] POD 2025-12-04T06:25:23.172398070Z sh -c 'read_crs $1' -- objecttransfers.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:23.314432286Z sh -c 'read_crs $1' -- openstackvolumepopulators.forklift.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:23.450658605Z sh -c 'read_crs $1' -- ovirtvolumepopulators.forklift.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:23.609088470Z sh -c 'read_crs $1' -- ssps.ssp.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:23.747917716Z sh -c 'get_cr $1 $2' -- ssps.ssp.kubevirt.io ssp-kubevirt-hyperconverged_openshift-cnv [must-gather-2ch9w] POD 2025-12-04T06:25:23.917443954Z sh -c 'read_crs $1' -- storageprofiles.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:24.059044790Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'gp2-csi_' [must-gather-2ch9w] POD 2025-12-04T06:25:24.059671094Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'gp3-csi_' [must-gather-2ch9w] POD 2025-12-04T06:25:24.060155555Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'ocs-storagecluster-ceph-rbd_' [must-gather-2ch9w] POD 2025-12-04T06:25:24.060775738Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'ocs-storagecluster-ceph-rbd-virtualization_' [must-gather-2ch9w] POD 2025-12-04T06:25:24.063388745Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'ocs-storagecluster-cephfs_' [must-gather-2ch9w] POD 2025-12-04T06:25:24.448884016Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'openshift-storage.noobaa.io_' [must-gather-2ch9w] POD 2025-12-04T06:25:24.637188884Z sh -c 'read_crs $1' -- virtualmachineclones.clone.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:24.778662088Z sh -c 'read_crs $1' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:24.959092763Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.2xlarge_' [must-gather-2ch9w] POD 2025-12-04T06:25:24.959858550Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.2xlarge1gi_' [must-gather-2ch9w] POD 2025-12-04T06:25:24.961011625Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.4xlarge_' [must-gather-2ch9w] POD 2025-12-04T06:25:24.962172621Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.4xlarge1gi_' [must-gather-2ch9w] POD 2025-12-04T06:25:24.964103243Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.8xlarge_' [must-gather-2ch9w] POD 2025-12-04T06:25:25.453348222Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.8xlarge1gi_' [must-gather-2ch9w] POD 2025-12-04T06:25:25.460786985Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.large_' [must-gather-2ch9w] POD 2025-12-04T06:25:25.515802608Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.large1gi_' [must-gather-2ch9w] POD 2025-12-04T06:25:25.517849613Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.medium_' [must-gather-2ch9w] POD 2025-12-04T06:25:25.551543070Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.medium1gi_' [must-gather-2ch9w] POD 2025-12-04T06:25:25.962690541Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.xlarge_' [must-gather-2ch9w] POD 2025-12-04T06:25:25.981747808Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.xlarge1gi_' [must-gather-2ch9w] POD 2025-12-04T06:25:26.085310753Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.2xlarge_' [must-gather-2ch9w] POD 2025-12-04T06:25:26.107995529Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.2xlarge1gi_' [must-gather-2ch9w] POD 2025-12-04T06:25:26.150903017Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.4xlarge_' [must-gather-2ch9w] POD 2025-12-04T06:25:26.417824615Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.4xlarge1gi_' [must-gather-2ch9w] POD 2025-12-04T06:25:26.467059392Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.8xlarge_' [must-gather-2ch9w] POD 2025-12-04T06:25:26.518670460Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.8xlarge1gi_' [must-gather-2ch9w] POD 2025-12-04T06:25:26.548482262Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.large_' [must-gather-2ch9w] POD 2025-12-04T06:25:26.681621024Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.large1gi_' [must-gather-2ch9w] POD 2025-12-04T06:25:27.074684330Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.xlarge_' [must-gather-2ch9w] POD 2025-12-04T06:25:27.152906910Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.xlarge1gi_' [must-gather-2ch9w] POD 2025-12-04T06:25:27.163538643Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.2xlarge_' [must-gather-2ch9w] POD 2025-12-04T06:25:27.207454123Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.4xlarge_' [must-gather-2ch9w] POD 2025-12-04T06:25:27.550292651Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.8xlarge_' [must-gather-2ch9w] POD 2025-12-04T06:25:27.724310907Z [disk usage checker] Volume usage percentage: current = 20 ; allowed = 70 [must-gather-2ch9w] POD 2025-12-04T06:25:27.724466640Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.large_' [must-gather-2ch9w] POD 2025-12-04T06:25:27.725028922Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.medium_' [must-gather-2ch9w] POD 2025-12-04T06:25:28.082505750Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.xlarge_' [must-gather-2ch9w] POD 2025-12-04T06:25:28.099955111Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.2xlarge_' [must-gather-2ch9w] POD 2025-12-04T06:25:28.141088951Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.4xlarge_' [must-gather-2ch9w] POD 2025-12-04T06:25:28.364274182Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.8xlarge_' [must-gather-2ch9w] POD 2025-12-04T06:25:28.372788478Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.large_' [must-gather-2ch9w] POD 2025-12-04T06:25:28.516860519Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.medium_' [must-gather-2ch9w] POD 2025-12-04T06:25:28.565957602Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.micro_' [must-gather-2ch9w] POD 2025-12-04T06:25:28.573988788Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.nano_' [must-gather-2ch9w] POD 2025-12-04T06:25:28.787935027Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.small_' [must-gather-2ch9w] POD 2025-12-04T06:25:28.863621162Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.xlarge_' [must-gather-2ch9w] POD 2025-12-04T06:25:28.984015585Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.2xlarge_' [must-gather-2ch9w] POD 2025-12-04T06:25:29.030506492Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.4xlarge_' [must-gather-2ch9w] POD 2025-12-04T06:25:29.107009405Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.8xlarge_' [must-gather-2ch9w] POD 2025-12-04T06:25:29.232305555Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.large_' [must-gather-2ch9w] POD 2025-12-04T06:25:29.333856466Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.medium_' [must-gather-2ch9w] POD 2025-12-04T06:25:29.486573436Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.micro_' [must-gather-2ch9w] POD 2025-12-04T06:25:29.518593576Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.small_' [must-gather-2ch9w] POD 2025-12-04T06:25:29.683290988Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.xlarge_' [must-gather-2ch9w] POD 2025-12-04T06:25:29.699133994Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.2xlarge_' [must-gather-2ch9w] POD 2025-12-04T06:25:29.847040559Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.2xmedium_' [must-gather-2ch9w] POD 2025-12-04T06:25:29.962827211Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.4xlarge_' [must-gather-2ch9w] POD 2025-12-04T06:25:29.969678881Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.8xlarge_' [must-gather-2ch9w] POD 2025-12-04T06:25:30.098058508Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.large_' [must-gather-2ch9w] POD 2025-12-04T06:25:30.106064173Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.medium_' [must-gather-2ch9w] POD 2025-12-04T06:25:30.373960252Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.micro_' [must-gather-2ch9w] POD 2025-12-04T06:25:30.449431423Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.nano_' [must-gather-2ch9w] POD 2025-12-04T06:25:30.530295571Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.small_' [must-gather-2ch9w] POD 2025-12-04T06:25:30.605347522Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.xlarge_' [must-gather-2ch9w] POD 2025-12-04T06:25:30.980736792Z sh -c 'read_crs $1' -- virtualmachineclusterpreferences.instancetype.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:31.165351629Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'alpine_' [must-gather-2ch9w] POD 2025-12-04T06:25:31.165856160Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream10_' [must-gather-2ch9w] POD 2025-12-04T06:25:31.166703549Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream10.desktop_' [must-gather-2ch9w] POD 2025-12-04T06:25:31.167655630Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream9_' [must-gather-2ch9w] POD 2025-12-04T06:25:31.168824875Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream9.desktop_' [must-gather-2ch9w] POD 2025-12-04T06:25:31.523282707Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream9.dpdk_' [must-gather-2ch9w] POD 2025-12-04T06:25:31.531329003Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'cirros_' [must-gather-2ch9w] POD 2025-12-04T06:25:31.551112596Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'debian_' [must-gather-2ch9w] POD 2025-12-04T06:25:31.649621980Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'fedora_' [must-gather-2ch9w] POD 2025-12-04T06:25:31.683890139Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'fedora.arm64_' [must-gather-2ch9w] POD 2025-12-04T06:25:31.942998956Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'fedora.s390x_' [must-gather-2ch9w] POD 2025-12-04T06:25:32.049974055Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'legacy_' [must-gather-2ch9w] POD 2025-12-04T06:25:32.069544303Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'linux_' [must-gather-2ch9w] POD 2025-12-04T06:25:32.101783398Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'linux.efi_' [must-gather-2ch9w] POD 2025-12-04T06:25:32.112431021Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'linux.virtiotransitional_' [must-gather-2ch9w] POD 2025-12-04T06:25:32.405604443Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'opensuse.leap_' [must-gather-2ch9w] POD 2025-12-04T06:25:32.605183977Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'opensuse.tumbleweed_' [must-gather-2ch9w] POD 2025-12-04T06:25:32.622740211Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'oraclelinux_' [must-gather-2ch9w] POD 2025-12-04T06:25:32.677810805Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.10_' [must-gather-2ch9w] POD 2025-12-04T06:25:32.682332704Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.10.arm64_' [must-gather-2ch9w] POD 2025-12-04T06:25:32.821036578Z [disk usage checker] Volume usage percentage: current = 20 ; allowed = 70 [must-gather-2ch9w] POD 2025-12-04T06:25:32.839308077Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.10.s390x_' [must-gather-2ch9w] POD 2025-12-04T06:25:33.095637863Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.7_' [must-gather-2ch9w] POD 2025-12-04T06:25:33.144397279Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.7.desktop_' [must-gather-2ch9w] POD 2025-12-04T06:25:33.152322333Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.8_' [must-gather-2ch9w] POD 2025-12-04T06:25:33.175341516Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.8.desktop_' [must-gather-2ch9w] POD 2025-12-04T06:25:33.191537160Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.8.dpdk_' [must-gather-2ch9w] POD 2025-12-04T06:25:33.559755863Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9_' [must-gather-2ch9w] POD 2025-12-04T06:25:33.583301538Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9.arm64_' [must-gather-2ch9w] POD 2025-12-04T06:25:33.592888427Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9.desktop_' [must-gather-2ch9w] POD 2025-12-04T06:25:33.651000548Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9.dpdk_' [must-gather-2ch9w] POD 2025-12-04T06:25:33.686322761Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9.realtime_' [must-gather-2ch9w] POD 2025-12-04T06:25:34.085018820Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9.s390x_' [must-gather-2ch9w] POD 2025-12-04T06:25:34.101324036Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'sles_' [must-gather-2ch9w] POD 2025-12-04T06:25:34.105449666Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'ubuntu_' [must-gather-2ch9w] POD 2025-12-04T06:25:34.146541625Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.10_' [must-gather-2ch9w] POD 2025-12-04T06:25:34.163751502Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.10.virtio_' [must-gather-2ch9w] POD 2025-12-04T06:25:34.546256497Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.11_' [must-gather-2ch9w] POD 2025-12-04T06:25:34.554066117Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.11.virtio_' [must-gather-2ch9w] POD 2025-12-04T06:25:34.575324812Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k12_' [must-gather-2ch9w] POD 2025-12-04T06:25:34.690974651Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k12.virtio_' [must-gather-2ch9w] POD 2025-12-04T06:25:34.733190535Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k16_' [must-gather-2ch9w] POD 2025-12-04T06:25:34.926267747Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k16.virtio_' [must-gather-2ch9w] POD 2025-12-04T06:25:35.073803924Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k19_' [must-gather-2ch9w] POD 2025-12-04T06:25:35.080408568Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k19.virtio_' [must-gather-2ch9w] POD 2025-12-04T06:25:35.206563897Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k22_' [must-gather-2ch9w] POD 2025-12-04T06:25:35.230276226Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k22.virtio_' [must-gather-2ch9w] POD 2025-12-04T06:25:35.470582971Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k25_' [must-gather-2ch9w] POD 2025-12-04T06:25:35.534545900Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k25.virtio_' [must-gather-2ch9w] POD 2025-12-04T06:25:35.611889391Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k3_' [must-gather-2ch9w] POD 2025-12-04T06:25:35.633711359Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k8_' [must-gather-2ch9w] POD 2025-12-04T06:25:35.714327971Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k8.virtio_' [must-gather-2ch9w] POD 2025-12-04T06:25:35.914610542Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.7_' [must-gather-2ch9w] POD 2025-12-04T06:25:35.939053756Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.7.virtio_' [must-gather-2ch9w] POD 2025-12-04T06:25:35.999573989Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.xp_' [must-gather-2ch9w] POD 2025-12-04T06:25:36.341517898Z sh -c 'read_crs $1' -- virtualmachineexports.export.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:36.488129574Z sh -c 'read_crs $1' -- virtualmachineinstancemigrations.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:36.653615433Z sh -c 'read_crs $1' -- virtualmachineinstancepresets.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:36.804342189Z sh -c 'read_crs $1' -- virtualmachineinstancereplicasets.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:36.943704007Z sh -c 'read_crs $1' -- virtualmachineinstances.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:37.093983993Z sh -c 'read_crs $1' -- virtualmachineinstancetypes.instancetype.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:37.302652346Z sh -c 'read_crs $1' -- virtualmachinepools.pool.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:37.455179022Z sh -c 'read_crs $1' -- virtualmachinepreferences.instancetype.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:37.599099209Z sh -c 'read_crs $1' -- virtualmachinerestores.snapshot.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:37.741785060Z sh -c 'read_crs $1' -- virtualmachinesnapshotcontents.snapshot.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:37.826828069Z [disk usage checker] Volume usage percentage: current = 20 ; allowed = 70 [must-gather-2ch9w] POD 2025-12-04T06:25:37.884185774Z sh -c 'read_crs $1' -- virtualmachinesnapshots.snapshot.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:38.033837876Z sh -c 'read_crs $1' -- volumeclonesources.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:38.175948675Z sh -c 'read_crs $1' -- volumeimportsources.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:38.324071884Z sh -c 'read_crs $1' -- volumesnapshotclasses.snapshot.storage.k8s.io [must-gather-2ch9w] POD 2025-12-04T06:25:38.468272267Z sh -c 'get_cr $1 $2' -- volumesnapshotclasses.snapshot.storage.k8s.io 'csi-aws-vsc_' [must-gather-2ch9w] POD 2025-12-04T06:25:38.468845440Z sh -c 'get_cr $1 $2' -- volumesnapshotclasses.snapshot.storage.k8s.io 'ocs-storagecluster-cephfsplugin-snapclass_' [must-gather-2ch9w] POD 2025-12-04T06:25:38.469959424Z sh -c 'get_cr $1 $2' -- volumesnapshotclasses.snapshot.storage.k8s.io 'ocs-storagecluster-rbdplugin-snapclass_' [must-gather-2ch9w] POD 2025-12-04T06:25:38.732464185Z sh -c 'read_crs $1' -- volumesnapshotcontents.snapshot.storage.k8s.io [must-gather-2ch9w] POD 2025-12-04T06:25:38.889597461Z sh -c 'get_cr $1 $2' -- volumesnapshotcontents.snapshot.storage.k8s.io 'snapcontent-1390c071-ca32-46fb-8354-4ea3572f072c_' [must-gather-2ch9w] POD 2025-12-04T06:25:38.890302126Z sh -c 'get_cr $1 $2' -- volumesnapshotcontents.snapshot.storage.k8s.io 'snapcontent-28feb5ac-9040-4ef1-8584-edf2bb8cf636_' [must-gather-2ch9w] POD 2025-12-04T06:25:38.891057253Z sh -c 'get_cr $1 $2' -- volumesnapshotcontents.snapshot.storage.k8s.io 'snapcontent-52e99342-969a-4032-8462-50d36f3e8db3_' [must-gather-2ch9w] POD 2025-12-04T06:25:38.892369712Z sh -c 'get_cr $1 $2' -- volumesnapshotcontents.snapshot.storage.k8s.io 'snapcontent-b01c6b63-29b4-41ac-9216-cfb586a0a8f5_' [must-gather-2ch9w] POD 2025-12-04T06:25:38.894311734Z sh -c 'get_cr $1 $2' -- volumesnapshotcontents.snapshot.storage.k8s.io 'snapcontent-ed1cbc69-23ad-4001-b1bd-284e051e0b73_' [must-gather-2ch9w] POD 2025-12-04T06:25:39.323487800Z sh -c 'get_cr $1 $2' -- volumesnapshotcontents.snapshot.storage.k8s.io 'snapcontent-f1bc14a3-f974-411b-a533-396fc5c5ae13_' [must-gather-2ch9w] POD 2025-12-04T06:25:39.518046425Z sh -c 'read_crs $1' -- volumesnapshots.snapshot.storage.k8s.io [must-gather-2ch9w] POD 2025-12-04T06:25:39.677024171Z sh -c 'get_cr $1 $2' -- volumesnapshots.snapshot.storage.k8s.io centos-stream10-840d19d49be8_openshift-virtualization-os-images [must-gather-2ch9w] POD 2025-12-04T06:25:39.677657765Z sh -c 'get_cr $1 $2' -- volumesnapshots.snapshot.storage.k8s.io centos-stream9-01c3b5316e21_openshift-virtualization-os-images [must-gather-2ch9w] POD 2025-12-04T06:25:39.678781660Z sh -c 'get_cr $1 $2' -- volumesnapshots.snapshot.storage.k8s.io fedora-68ed96832eca_openshift-virtualization-os-images [must-gather-2ch9w] POD 2025-12-04T06:25:39.680404205Z sh -c 'get_cr $1 $2' -- volumesnapshots.snapshot.storage.k8s.io rhel10-c03936a065f2_openshift-virtualization-os-images [must-gather-2ch9w] POD 2025-12-04T06:25:39.681781805Z sh -c 'get_cr $1 $2' -- volumesnapshots.snapshot.storage.k8s.io rhel8-4ccd8b6aee47_openshift-virtualization-os-images [must-gather-2ch9w] POD 2025-12-04T06:25:40.059090007Z sh -c 'get_cr $1 $2' -- volumesnapshots.snapshot.storage.k8s.io rhel9-ab4ec16077fe_openshift-virtualization-os-images [must-gather-2ch9w] POD 2025-12-04T06:25:40.317492108Z sh -c 'read_crs $1' -- volumeuploadsources.cdi.kubevirt.io [must-gather-2ch9w] POD 2025-12-04T06:25:40.476196898Z + exit 0 [must-gather-2ch9w] POD 2025-12-04T06:25:40.476942825Z running gather_hco [must-gather-2ch9w] POD 2025-12-04T06:25:40.479364937Z +++ dirname -- /usr/bin/gather_hco [must-gather-2ch9w] POD 2025-12-04T06:25:40.480993513Z ++ cd -- /usr/bin [must-gather-2ch9w] POD 2025-12-04T06:25:40.481062855Z ++ pwd [must-gather-2ch9w] POD 2025-12-04T06:25:40.481616077Z + DIR_NAME=/usr/bin [must-gather-2ch9w] POD 2025-12-04T06:25:40.481616077Z + source /usr/bin/common.sh [must-gather-2ch9w] POD 2025-12-04T06:25:40.482253901Z ++++ dirname -- /usr/bin/common.sh [must-gather-2ch9w] POD 2025-12-04T06:25:40.483713903Z +++ cd -- /usr/bin [must-gather-2ch9w] POD 2025-12-04T06:25:40.483773784Z +++ pwd [must-gather-2ch9w] POD 2025-12-04T06:25:40.484114961Z ++ DIR_NAME=/usr/bin [must-gather-2ch9w] POD 2025-12-04T06:25:40.484114961Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-2ch9w] POD 2025-12-04T06:25:40.484114961Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-2ch9w] POD 2025-12-04T06:25:40.484139142Z ++ export PROS=5 [must-gather-2ch9w] POD 2025-12-04T06:25:40.484139142Z ++ PROS=5 [must-gather-2ch9w] POD 2025-12-04T06:25:40.484333536Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-2ch9w] POD 2025-12-04T06:25:40.484333536Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-2ch9w] POD 2025-12-04T06:25:40.484333536Z + check_command [must-gather-2ch9w] POD 2025-12-04T06:25:40.484367527Z + [[ -z 1 ]] [must-gather-2ch9w] POD 2025-12-04T06:25:40.484383347Z + IFS=' [must-gather-2ch9w] POD 2025-12-04T06:25:40.484383347Z ' [must-gather-2ch9w] POD 2025-12-04T06:25:40.484396578Z + NAMESPACE_PATH=/must-gather/namespaces [must-gather-2ch9w] POD 2025-12-04T06:25:40.484411378Z + mkdir -p /must-gather/namespaces/openshift-cnv [must-gather-2ch9w] POD 2025-12-04T06:25:40.486213607Z + oc get packagemanifest -n openshift-cnv -o yaml [must-gather-2ch9w] POD 2025-12-04T06:25:42.832535539Z [disk usage checker] Volume usage percentage: current = 20 ; allowed = 70 [must-gather-2ch9w] POD 2025-12-04T06:25:44.280049694Z ++ oc get subscriptions -n openshift-cnv -o=custom-columns=NAME:.metadata.name --no-headers [must-gather-2ch9w] POD 2025-12-04T06:25:44.403663488Z + for name in $(oc get subscriptions -n "${INSTALLATION_NAMESPACE}" -o=custom-columns=NAME:.metadata.name --no-headers) [must-gather-2ch9w] POD 2025-12-04T06:25:44.403752390Z + oc get subscription kubevirt-hyperconverged -n openshift-cnv -o yaml [must-gather-2ch9w] POD 2025-12-04T06:25:44.506076987Z + echo --------------- [must-gather-2ch9w] POD 2025-12-04T06:25:44.506881395Z ++ oc get installplan -n openshift-cnv -o=custom-columns=NAME:.metadata.name --no-headers [must-gather-2ch9w] POD 2025-12-04T06:25:44.622913622Z + for name in $(oc get installplan -n "${INSTALLATION_NAMESPACE}" -o=custom-columns=NAME:.metadata.name --no-headers) [must-gather-2ch9w] POD 2025-12-04T06:25:44.622913622Z + oc get installplan install-jt2zv -n openshift-cnv -o yaml [must-gather-2ch9w] POD 2025-12-04T06:25:44.738975730Z + echo --------------- [must-gather-2ch9w] POD 2025-12-04T06:25:44.739399910Z running gather_nodes [must-gather-2ch9w] POD 2025-12-04T06:25:44.742039117Z +++ dirname -- /usr/bin/gather_nodes [must-gather-2ch9w] POD 2025-12-04T06:25:44.743830007Z ++ cd -- /usr/bin [must-gather-2ch9w] POD 2025-12-04T06:25:44.743924629Z ++ pwd [must-gather-2ch9w] POD 2025-12-04T06:25:44.744350368Z + DIR_NAME=/usr/bin [must-gather-2ch9w] POD 2025-12-04T06:25:44.744350368Z + source /usr/bin/common.sh [must-gather-2ch9w] POD 2025-12-04T06:25:44.744911990Z ++++ dirname -- /usr/bin/common.sh [must-gather-2ch9w] POD 2025-12-04T06:25:44.746497965Z +++ cd -- /usr/bin [must-gather-2ch9w] POD 2025-12-04T06:25:44.746569716Z +++ pwd [must-gather-2ch9w] POD 2025-12-04T06:25:44.747207330Z ++ DIR_NAME=/usr/bin [must-gather-2ch9w] POD 2025-12-04T06:25:44.747311713Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-2ch9w] POD 2025-12-04T06:25:44.747311713Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-2ch9w] POD 2025-12-04T06:25:44.747311713Z ++ export PROS=5 [must-gather-2ch9w] POD 2025-12-04T06:25:44.747311713Z ++ PROS=5 [must-gather-2ch9w] POD 2025-12-04T06:25:44.747311713Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-2ch9w] POD 2025-12-04T06:25:44.747311713Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-2ch9w] POD 2025-12-04T06:25:44.747530677Z + check_command [must-gather-2ch9w] POD 2025-12-04T06:25:44.747530677Z + [[ -z 1 ]] [must-gather-2ch9w] POD 2025-12-04T06:25:44.747530677Z + get_log_collection_args [must-gather-2ch9w] POD 2025-12-04T06:25:44.747530677Z + log_collection_args= [must-gather-2ch9w] POD 2025-12-04T06:25:44.747530677Z + '[' -n '' ']' [must-gather-2ch9w] POD 2025-12-04T06:25:44.747530677Z + '[' -n '' ']' [must-gather-2ch9w] POD 2025-12-04T06:25:44.747530677Z + node_log_collection_args= [must-gather-2ch9w] POD 2025-12-04T06:25:44.747530677Z + '[' -n '' ']' [must-gather-2ch9w] POD 2025-12-04T06:25:44.747530677Z + '[' -n '' ']' [must-gather-2ch9w] POD 2025-12-04T06:25:44.747530677Z + export log_collection_args [must-gather-2ch9w] POD 2025-12-04T06:25:44.747530677Z + export node_log_collection_args [must-gather-2ch9w] POD 2025-12-04T06:25:44.747586359Z + MANIFEST_PATH=/etc [must-gather-2ch9w] POD 2025-12-04T06:25:44.747637980Z + IFS=' [must-gather-2ch9w] POD 2025-12-04T06:25:44.747637980Z ' [must-gather-2ch9w] POD 2025-12-04T06:25:44.747658710Z + export NODES_PATH=/must-gather/nodes [must-gather-2ch9w] POD 2025-12-04T06:25:44.747658710Z + NODES_PATH=/must-gather/nodes [must-gather-2ch9w] POD 2025-12-04T06:25:44.747658710Z + mkdir -p /must-gather/nodes [must-gather-2ch9w] POD 2025-12-04T06:25:44.749819818Z + CRD_MANIFEST=/etc/node-gather-crd.yaml [must-gather-2ch9w] POD 2025-12-04T06:25:44.749819818Z + DAEMONSET_MANIFEST=/etc/node-gather-ds.yaml [must-gather-2ch9w] POD 2025-12-04T06:25:44.749819818Z + [[ -z '' ]] [must-gather-2ch9w] POD 2025-12-04T06:25:44.750195806Z ++ cat /var/run/secrets/kubernetes.io/serviceaccount/namespace [must-gather-2ch9w] POD 2025-12-04T06:25:44.752121748Z + NAMESPACE=openshift-must-gather-9glw5 [must-gather-2ch9w] POD 2025-12-04T06:25:44.752534447Z ++ oc get pod -n openshift-must-gather-9glw5 must-gather-2ch9w -o 'jsonpath={.spec.containers[0].image}' [must-gather-2ch9w] POD 2025-12-04T06:25:44.860210192Z + MUST_GATHER_IMAGE=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:13425c8ab8b4c584c8666d938ab677dbf1a584aad1e0c4a9cb7c44c027a8cefa [must-gather-2ch9w] POD 2025-12-04T06:25:44.860298803Z + oc apply -f /etc/node-gather-crd.yaml [must-gather-2ch9w] POD 2025-12-04T06:25:44.983064359Z namespace/node-gather created [must-gather-2ch9w] POD 2025-12-04T06:25:45.014325852Z serviceaccount/node-gather created [must-gather-2ch9w] POD 2025-12-04T06:25:45.019682759Z + oc adm policy add-scc-to-user privileged -n node-gather -z node-gather [must-gather-2ch9w] POD 2025-12-04T06:25:45.135144614Z clusterrole.rbac.authorization.k8s.io/system:openshift:scc:privileged added: "node-gather" [must-gather-2ch9w] POD 2025-12-04T06:25:45.140518102Z + 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-2ch9w] POD 2025-12-04T06:25:45.141074364Z + oc apply -f - [must-gather-2ch9w] POD 2025-12-04T06:25:45.255630169Z daemonset.apps/node-gather-daemonset created [must-gather-2ch9w] POD 2025-12-04T06:25:45.259606396Z + COUNTER=0 [must-gather-2ch9w] POD 2025-12-04T06:25:45.259644117Z + check_node_gather_pods_ready [must-gather-2ch9w] POD 2025-12-04T06:25:45.260208889Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-2ch9w] POD 2025-12-04T06:25:45.455405528Z + line='6 0' [must-gather-2ch9w] POD 2025-12-04T06:25:45.455405528Z + IFS=' ' [must-gather-2ch9w] POD 2025-12-04T06:25:45.455462569Z + read -r desired ready [must-gather-2ch9w] POD 2025-12-04T06:25:45.455508860Z + IFS=' [must-gather-2ch9w] POD 2025-12-04T06:25:45.455508860Z ' [must-gather-2ch9w] POD 2025-12-04T06:25:45.455508860Z + [[ 6 != \0 ]] [must-gather-2ch9w] POD 2025-12-04T06:25:45.455508860Z + [[ 0 == \6 ]] [must-gather-2ch9w] POD 2025-12-04T06:25:45.455508860Z + return 1 [must-gather-2ch9w] POD 2025-12-04T06:25:45.455588742Z + '[' 0 -eq 300 ']' [must-gather-2ch9w] POD 2025-12-04T06:25:45.455622343Z + [[ 0 == 0 ]] [must-gather-2ch9w] POD 2025-12-04T06:25:45.455622343Z + echo 'Waiting for node-gather-daemonset to be ready' [must-gather-2ch9w] POD 2025-12-04T06:25:45.455666804Z Waiting for node-gather-daemonset to be ready [must-gather-2ch9w] POD 2025-12-04T06:25:45.455682094Z + (( COUNTER++ )) [must-gather-2ch9w] POD 2025-12-04T06:25:45.455682094Z + sleep 1 [must-gather-2ch9w] POD 2025-12-04T06:25:46.458488904Z + check_node_gather_pods_ready [must-gather-2ch9w] POD 2025-12-04T06:25:46.459192560Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-2ch9w] POD 2025-12-04T06:25:46.594261894Z + line='6 0' [must-gather-2ch9w] POD 2025-12-04T06:25:46.594261894Z + IFS=' ' [must-gather-2ch9w] POD 2025-12-04T06:25:46.594309364Z + read -r desired ready [must-gather-2ch9w] POD 2025-12-04T06:25:46.594378566Z + IFS=' [must-gather-2ch9w] POD 2025-12-04T06:25:46.594378566Z ' [must-gather-2ch9w] POD 2025-12-04T06:25:46.594378566Z + [[ 6 != \0 ]] [must-gather-2ch9w] POD 2025-12-04T06:25:46.594378566Z + [[ 0 == \6 ]] [must-gather-2ch9w] POD 2025-12-04T06:25:46.594378566Z + return 1 [must-gather-2ch9w] POD 2025-12-04T06:25:46.594401026Z + '[' 1 -eq 300 ']' [must-gather-2ch9w] POD 2025-12-04T06:25:46.594697383Z + [[ 1 == 0 ]] [must-gather-2ch9w] POD 2025-12-04T06:25:46.594697383Z + (( COUNTER++ )) [must-gather-2ch9w] POD 2025-12-04T06:25:46.594697383Z + sleep 1 [must-gather-2ch9w] POD 2025-12-04T06:25:47.597175146Z + check_node_gather_pods_ready [must-gather-2ch9w] POD 2025-12-04T06:25:47.597644456Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-2ch9w] POD 2025-12-04T06:25:47.715617356Z + line='6 0' [must-gather-2ch9w] POD 2025-12-04T06:25:47.715617356Z + IFS=' ' [must-gather-2ch9w] POD 2025-12-04T06:25:47.715681488Z + read -r desired ready [must-gather-2ch9w] POD 2025-12-04T06:25:47.715700158Z + IFS=' [must-gather-2ch9w] POD 2025-12-04T06:25:47.715700158Z ' [must-gather-2ch9w] POD 2025-12-04T06:25:47.715713228Z + [[ 6 != \0 ]] [must-gather-2ch9w] POD 2025-12-04T06:25:47.715713228Z + [[ 0 == \6 ]] [must-gather-2ch9w] POD 2025-12-04T06:25:47.715713228Z + return 1 [must-gather-2ch9w] POD 2025-12-04T06:25:47.715767749Z + '[' 2 -eq 300 ']' [must-gather-2ch9w] POD 2025-12-04T06:25:47.715767749Z + [[ 2 == 0 ]] [must-gather-2ch9w] POD 2025-12-04T06:25:47.715767749Z + (( COUNTER++ )) [must-gather-2ch9w] POD 2025-12-04T06:25:47.715787720Z + sleep 1 [must-gather-2ch9w] POD 2025-12-04T06:25:47.837805078Z [disk usage checker] Volume usage percentage: current = 20 ; allowed = 70 [must-gather-2ch9w] POD 2025-12-04T06:25:48.718116310Z + check_node_gather_pods_ready [must-gather-2ch9w] POD 2025-12-04T06:25:48.718654241Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-2ch9w] POD 2025-12-04T06:25:48.829382963Z + line='6 0' [must-gather-2ch9w] POD 2025-12-04T06:25:48.829382963Z + IFS=' ' [must-gather-2ch9w] POD 2025-12-04T06:25:48.829382963Z + read -r desired ready [must-gather-2ch9w] POD 2025-12-04T06:25:48.829613368Z + IFS=' [must-gather-2ch9w] POD 2025-12-04T06:25:48.829613368Z ' [must-gather-2ch9w] POD 2025-12-04T06:25:48.829613368Z + [[ 6 != \0 ]] [must-gather-2ch9w] POD 2025-12-04T06:25:48.829613368Z + [[ 0 == \6 ]] [must-gather-2ch9w] POD 2025-12-04T06:25:48.829613368Z + return 1 [must-gather-2ch9w] POD 2025-12-04T06:25:48.829613368Z + '[' 3 -eq 300 ']' [must-gather-2ch9w] POD 2025-12-04T06:25:48.829613368Z + [[ 3 == 0 ]] [must-gather-2ch9w] POD 2025-12-04T06:25:48.829613368Z + (( COUNTER++ )) [must-gather-2ch9w] POD 2025-12-04T06:25:48.829613368Z + sleep 1 [must-gather-2ch9w] POD 2025-12-04T06:25:49.832031380Z + check_node_gather_pods_ready [must-gather-2ch9w] POD 2025-12-04T06:25:49.832642343Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-2ch9w] POD 2025-12-04T06:25:49.953851474Z + line='6 0' [must-gather-2ch9w] POD 2025-12-04T06:25:49.953945316Z + IFS=' ' [must-gather-2ch9w] POD 2025-12-04T06:25:49.953945316Z + read -r desired ready [must-gather-2ch9w] POD 2025-12-04T06:25:49.954140910Z + IFS=' [must-gather-2ch9w] POD 2025-12-04T06:25:49.954183581Z ' [must-gather-2ch9w] POD 2025-12-04T06:25:49.954249353Z + [[ 6 != \0 ]] [must-gather-2ch9w] POD 2025-12-04T06:25:49.954333294Z + [[ 0 == \6 ]] [must-gather-2ch9w] POD 2025-12-04T06:25:49.954378275Z + return 1 [must-gather-2ch9w] POD 2025-12-04T06:25:49.954432037Z + '[' 4 -eq 300 ']' [must-gather-2ch9w] POD 2025-12-04T06:25:49.954477827Z + [[ 4 == 0 ]] [must-gather-2ch9w] POD 2025-12-04T06:25:49.954530539Z + (( COUNTER++ )) [must-gather-2ch9w] POD 2025-12-04T06:25:49.954568040Z + sleep 1 [must-gather-2ch9w] POD 2025-12-04T06:25:50.957548454Z + check_node_gather_pods_ready [must-gather-2ch9w] POD 2025-12-04T06:25:50.958307731Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-2ch9w] POD 2025-12-04T06:25:51.086449773Z + line='6 0' [must-gather-2ch9w] POD 2025-12-04T06:25:51.086542155Z + IFS=' ' [must-gather-2ch9w] POD 2025-12-04T06:25:51.086610756Z + read -r desired ready [must-gather-2ch9w] POD 2025-12-04T06:25:51.086724069Z + IFS=' [must-gather-2ch9w] POD 2025-12-04T06:25:51.086756640Z ' [must-gather-2ch9w] POD 2025-12-04T06:25:51.086796780Z + [[ 6 != \0 ]] [must-gather-2ch9w] POD 2025-12-04T06:25:51.086829481Z + [[ 0 == \6 ]] [must-gather-2ch9w] POD 2025-12-04T06:25:51.086861412Z + return 1 [must-gather-2ch9w] POD 2025-12-04T06:25:51.086931043Z + '[' 5 -eq 300 ']' [must-gather-2ch9w] POD 2025-12-04T06:25:51.086978084Z + [[ 5 == 0 ]] [must-gather-2ch9w] POD 2025-12-04T06:25:51.087006505Z + (( COUNTER++ )) [must-gather-2ch9w] POD 2025-12-04T06:25:51.087078836Z + sleep 1 [must-gather-2ch9w] POD 2025-12-04T06:25:52.090208313Z + check_node_gather_pods_ready [must-gather-2ch9w] POD 2025-12-04T06:25:52.090648293Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-2ch9w] POD 2025-12-04T06:25:52.201513145Z + line='6 1' [must-gather-2ch9w] POD 2025-12-04T06:25:52.201601467Z + IFS=' ' [must-gather-2ch9w] POD 2025-12-04T06:25:52.201601467Z + read -r desired ready [must-gather-2ch9w] POD 2025-12-04T06:25:52.201630168Z + IFS=' [must-gather-2ch9w] POD 2025-12-04T06:25:52.201630168Z ' [must-gather-2ch9w] POD 2025-12-04T06:25:52.201656208Z + [[ 6 != \0 ]] [must-gather-2ch9w] POD 2025-12-04T06:25:52.201656208Z + [[ 1 == \6 ]] [must-gather-2ch9w] POD 2025-12-04T06:25:52.201656208Z + return 1 [must-gather-2ch9w] POD 2025-12-04T06:25:52.201810171Z + '[' 6 -eq 300 ']' [must-gather-2ch9w] POD 2025-12-04T06:25:52.201810171Z + [[ 6 == 0 ]] [must-gather-2ch9w] POD 2025-12-04T06:25:52.201810171Z + (( COUNTER++ )) [must-gather-2ch9w] POD 2025-12-04T06:25:52.201810171Z + sleep 1 [must-gather-2ch9w] POD 2025-12-04T06:25:52.843081641Z [disk usage checker] Volume usage percentage: current = 20 ; allowed = 70 [must-gather-2ch9w] POD 2025-12-04T06:25:53.205150452Z + check_node_gather_pods_ready [must-gather-2ch9w] POD 2025-12-04T06:25:53.205600452Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-2ch9w] POD 2025-12-04T06:25:53.315897741Z + line='6 5' [must-gather-2ch9w] POD 2025-12-04T06:25:53.315897741Z + IFS=' ' [must-gather-2ch9w] POD 2025-12-04T06:25:53.315897741Z + read -r desired ready [must-gather-2ch9w] POD 2025-12-04T06:25:53.315950532Z + IFS=' [must-gather-2ch9w] POD 2025-12-04T06:25:53.315950532Z ' [must-gather-2ch9w] POD 2025-12-04T06:25:53.315950532Z + [[ 6 != \0 ]] [must-gather-2ch9w] POD 2025-12-04T06:25:53.315966893Z + [[ 5 == \6 ]] [must-gather-2ch9w] POD 2025-12-04T06:25:53.315966893Z + return 1 [must-gather-2ch9w] POD 2025-12-04T06:25:53.315996943Z + '[' 7 -eq 300 ']' [must-gather-2ch9w] POD 2025-12-04T06:25:53.316052874Z + [[ 7 == 0 ]] [must-gather-2ch9w] POD 2025-12-04T06:25:53.316089885Z + (( COUNTER++ )) [must-gather-2ch9w] POD 2025-12-04T06:25:53.316127526Z + sleep 1 [must-gather-2ch9w] POD 2025-12-04T06:25:54.318463694Z + check_node_gather_pods_ready [must-gather-2ch9w] POD 2025-12-04T06:25:54.318964795Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-2ch9w] POD 2025-12-04T06:25:54.424515082Z + line='6 6' [must-gather-2ch9w] POD 2025-12-04T06:25:54.424515082Z + IFS=' ' [must-gather-2ch9w] POD 2025-12-04T06:25:54.424515082Z + read -r desired ready [must-gather-2ch9w] POD 2025-12-04T06:25:54.424589933Z + IFS=' [must-gather-2ch9w] POD 2025-12-04T06:25:54.424589933Z ' [must-gather-2ch9w] POD 2025-12-04T06:25:54.424589933Z + [[ 6 != \0 ]] [must-gather-2ch9w] POD 2025-12-04T06:25:54.424589933Z + [[ 6 == \6 ]] [must-gather-2ch9w] POD 2025-12-04T06:25:54.424589933Z + return 0 [must-gather-2ch9w] POD 2025-12-04T06:25:54.425056683Z ++ oc get pod -o=custom-columns=NODE:.spec.nodeName --no-headers '--field-selector=status.phase!=Running' -n node-gather [must-gather-2ch9w] POD 2025-12-04T06:25:54.533317828Z + export -f gather_single_pod [must-gather-2ch9w] POD 2025-12-04T06:25:54.534149257Z ++ oc get pod -o=custom-columns=NODE:.spec.nodeName,NAME:.metadata.name --no-headers --field-selector=status.phase=Running -n node-gather [must-gather-2ch9w] POD 2025-12-04T06:25:54.534289970Z ++ awk '{print $1 "_" $2}' [must-gather-2ch9w] POD 2025-12-04T06:25:54.650748384Z + pods='ip-10-0-95-238.ec2.internal_node-gather-daemonset-94jpt [must-gather-2ch9w] POD 2025-12-04T06:25:54.650748384Z ip-10-0-15-69.ec2.internal_node-gather-daemonset-btggd [must-gather-2ch9w] POD 2025-12-04T06:25:54.650748384Z ip-10-0-34-233.ec2.internal_node-gather-daemonset-j5shq [must-gather-2ch9w] POD 2025-12-04T06:25:54.650748384Z ip-10-0-63-26.ec2.internal_node-gather-daemonset-sj6qj [must-gather-2ch9w] POD 2025-12-04T06:25:54.650748384Z ip-10-0-34-167.ec2.internal_node-gather-daemonset-vlx4k [must-gather-2ch9w] POD 2025-12-04T06:25:54.650748384Z ip-10-0-109-72.ec2.internal_node-gather-daemonset-xrmdm' [must-gather-2ch9w] POD 2025-12-04T06:25:54.651135602Z + echo 'ip-10-0-95-238.ec2.internal_node-gather-daemonset-94jpt [must-gather-2ch9w] POD 2025-12-04T06:25:54.651135602Z ip-10-0-15-69.ec2.internal_node-gather-daemonset-btggd [must-gather-2ch9w] POD 2025-12-04T06:25:54.651135602Z ip-10-0-34-233.ec2.internal_node-gather-daemonset-j5shq [must-gather-2ch9w] POD 2025-12-04T06:25:54.651135602Z ip-10-0-63-26.ec2.internal_node-gather-daemonset-sj6qj [must-gather-2ch9w] POD 2025-12-04T06:25:54.651135602Z ip-10-0-34-167.ec2.internal_node-gather-daemonset-vlx4k [must-gather-2ch9w] POD 2025-12-04T06:25:54.651258185Z ip-10-0-109-72.ec2.internal_node-gather-daemonset-xrmdm' [must-gather-2ch9w] POD 2025-12-04T06:25:54.651356007Z + tr ' ' '\n' [must-gather-2ch9w] POD 2025-12-04T06:25:54.651573102Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'gather_single_pod $1' -- '{}' [must-gather-2ch9w] POD 2025-12-04T06:25:54.653424803Z sh -c 'gather_single_pod $1' -- ip-10-0-95-238.ec2.internal_node-gather-daemonset-94jpt [must-gather-2ch9w] POD 2025-12-04T06:25:54.654074627Z sh -c 'gather_single_pod $1' -- ip-10-0-15-69.ec2.internal_node-gather-daemonset-btggd [must-gather-2ch9w] POD 2025-12-04T06:25:54.654688020Z sh -c 'gather_single_pod $1' -- ip-10-0-34-233.ec2.internal_node-gather-daemonset-j5shq [must-gather-2ch9w] POD 2025-12-04T06:25:54.655420396Z sh -c 'gather_single_pod $1' -- ip-10-0-63-26.ec2.internal_node-gather-daemonset-sj6qj [must-gather-2ch9w] POD 2025-12-04T06:25:54.658467053Z sh -c 'gather_single_pod $1' -- ip-10-0-34-167.ec2.internal_node-gather-daemonset-vlx4k [must-gather-2ch9w] POD 2025-12-04T06:25:54.668515752Z node-gather-daemonset-94jpt - Gathering node data for ip-10-0-95-238.ec2.internal [must-gather-2ch9w] POD 2025-12-04T06:25:54.669278109Z node-gather-daemonset-j5shq - Gathering node data for ip-10-0-34-233.ec2.internal [must-gather-2ch9w] POD 2025-12-04T06:25:54.669990174Z node-gather-daemonset-btggd - Gathering node data for ip-10-0-15-69.ec2.internal [must-gather-2ch9w] POD 2025-12-04T06:25:54.674086104Z node-gather-daemonset-sj6qj - Gathering node data for ip-10-0-63-26.ec2.internal [must-gather-2ch9w] POD 2025-12-04T06:25:54.676924966Z node-gather-daemonset-vlx4k - Gathering node data for ip-10-0-34-167.ec2.internal [must-gather-2ch9w] POD 2025-12-04T06:25:57.865198631Z [disk usage checker] Volume usage percentage: current = 20 ; allowed = 70 [must-gather-2ch9w] POD 2025-12-04T06:26:01.241567544Z tar: Removing leading `/' from member names [must-gather-2ch9w] POD 2025-12-04T06:26:01.251943421Z sh -c 'gather_single_pod $1' -- ip-10-0-109-72.ec2.internal_node-gather-daemonset-xrmdm [must-gather-2ch9w] POD 2025-12-04T06:26:01.263910173Z node-gather-daemonset-xrmdm - Gathering node data for ip-10-0-109-72.ec2.internal [must-gather-2ch9w] POD 2025-12-04T06:26:01.512436752Z tar: Removing leading `/' from member names [must-gather-2ch9w] POD 2025-12-04T06:26:01.864172767Z tar: Removing leading `/' from member names [must-gather-2ch9w] POD 2025-12-04T06:26:02.176457499Z tar: Removing leading `/' from member names [must-gather-2ch9w] POD 2025-12-04T06:26:02.257415078Z tar: Removing leading `/' from member names [must-gather-2ch9w] POD 2025-12-04T06:26:02.871751859Z [disk usage checker] Volume usage percentage: current = 20 ; allowed = 70 [must-gather-2ch9w] POD 2025-12-04T06:26:05.164379487Z tar: Removing leading `/' from member names [must-gather-2ch9w] POD 2025-12-04T06:26:05.173626289Z ++ oc get nodes --no-headers -o custom-columns=:metadata.name [must-gather-2ch9w] POD 2025-12-04T06:26:05.315714703Z + nodes='ip-10-0-109-72.ec2.internal [must-gather-2ch9w] POD 2025-12-04T06:26:05.315714703Z ip-10-0-15-69.ec2.internal [must-gather-2ch9w] POD 2025-12-04T06:26:05.315714703Z ip-10-0-34-167.ec2.internal [must-gather-2ch9w] POD 2025-12-04T06:26:05.315714703Z ip-10-0-34-233.ec2.internal [must-gather-2ch9w] POD 2025-12-04T06:26:05.315714703Z ip-10-0-63-26.ec2.internal [must-gather-2ch9w] POD 2025-12-04T06:26:05.315714703Z ip-10-0-95-238.ec2.internal' [must-gather-2ch9w] POD 2025-12-04T06:26:05.316203624Z + echo 'ip-10-0-109-72.ec2.internal [must-gather-2ch9w] POD 2025-12-04T06:26:05.316203624Z ip-10-0-15-69.ec2.internal [must-gather-2ch9w] POD 2025-12-04T06:26:05.316203624Z ip-10-0-34-167.ec2.internal [must-gather-2ch9w] POD 2025-12-04T06:26:05.316203624Z ip-10-0-34-233.ec2.internal [must-gather-2ch9w] POD 2025-12-04T06:26:05.316203624Z ip-10-0-63-26.ec2.internal [must-gather-2ch9w] POD 2025-12-04T06:26:05.316295656Z ip-10-0-95-238.ec2.internal' [must-gather-2ch9w] POD 2025-12-04T06:26:05.316413918Z + tr ' ' '\n' [must-gather-2ch9w] POD 2025-12-04T06:26:05.316509710Z + 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-2ch9w] POD 2025-12-04T06:26:05.318449803Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-109-72.ec2.internal /must-gather/nodes/ip-10-0-109-72.ec2.internal [must-gather-2ch9w] POD 2025-12-04T06:26:05.319208879Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-15-69.ec2.internal /must-gather/nodes/ip-10-0-15-69.ec2.internal [must-gather-2ch9w] POD 2025-12-04T06:26:05.319809833Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-34-167.ec2.internal /must-gather/nodes/ip-10-0-34-167.ec2.internal [must-gather-2ch9w] POD 2025-12-04T06:26:05.320420036Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-34-233.ec2.internal /must-gather/nodes/ip-10-0-34-233.ec2.internal [must-gather-2ch9w] POD 2025-12-04T06:26:05.322122123Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-63-26.ec2.internal /must-gather/nodes/ip-10-0-63-26.ec2.internal [must-gather-2ch9w] POD 2025-12-04T06:26:05.629139180Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-95-238.ec2.internal /must-gather/nodes/ip-10-0-95-238.ec2.internal [must-gather-2ch9w] POD 2025-12-04T06:26:05.813765204Z + oc delete -f /etc/node-gather-ds.yaml [must-gather-2ch9w] POD 2025-12-04T06:26:05.922990570Z daemonset.apps "node-gather-daemonset" deleted [must-gather-2ch9w] POD 2025-12-04T06:26:05.934149104Z + oc delete -f /etc/node-gather-crd.yaml [must-gather-2ch9w] POD 2025-12-04T06:26:06.080682715Z namespace "node-gather" deleted [must-gather-2ch9w] POD 2025-12-04T06:26:06.087401392Z serviceaccount "node-gather" deleted [must-gather-2ch9w] POD 2025-12-04T06:26:08.027669241Z [disk usage checker] Volume usage percentage: current = 20 ; allowed = 70 [must-gather-2ch9w] POD 2025-12-04T06:26:13.091969729Z [disk usage checker] Volume usage percentage: current = 20 ; allowed = 70 [must-gather-2ch9w] POD 2025-12-04T06:26:13.441452125Z running gather_ns [must-gather-2ch9w] POD 2025-12-04T06:26:13.444832419Z +++ dirname -- /usr/bin/gather_ns [must-gather-2ch9w] POD 2025-12-04T06:26:13.446715360Z ++ cd -- /usr/bin [must-gather-2ch9w] POD 2025-12-04T06:26:13.446810822Z ++ pwd [must-gather-2ch9w] POD 2025-12-04T06:26:13.447123819Z + DIR_NAME=/usr/bin [must-gather-2ch9w] POD 2025-12-04T06:26:13.447148099Z + source /usr/bin/common.sh [must-gather-2ch9w] POD 2025-12-04T06:26:13.448102850Z ++++ dirname -- /usr/bin/common.sh [must-gather-2ch9w] POD 2025-12-04T06:26:13.449974851Z +++ cd -- /usr/bin [must-gather-2ch9w] POD 2025-12-04T06:26:13.450181776Z +++ pwd [must-gather-2ch9w] POD 2025-12-04T06:26:13.450312139Z ++ DIR_NAME=/usr/bin [must-gather-2ch9w] POD 2025-12-04T06:26:13.450335179Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-2ch9w] POD 2025-12-04T06:26:13.450335179Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-2ch9w] POD 2025-12-04T06:26:13.450349540Z ++ export PROS=5 [must-gather-2ch9w] POD 2025-12-04T06:26:13.450349540Z ++ PROS=5 [must-gather-2ch9w] POD 2025-12-04T06:26:13.450372580Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-2ch9w] POD 2025-12-04T06:26:13.450372580Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-2ch9w] POD 2025-12-04T06:26:13.450503743Z + check_command [must-gather-2ch9w] POD 2025-12-04T06:26:13.450503743Z + [[ -z 1 ]] [must-gather-2ch9w] POD 2025-12-04T06:26:13.450503743Z + get_log_collection_args [must-gather-2ch9w] POD 2025-12-04T06:26:13.450530624Z + log_collection_args= [must-gather-2ch9w] POD 2025-12-04T06:26:13.450530624Z + '[' -n '' ']' [must-gather-2ch9w] POD 2025-12-04T06:26:13.450544824Z + '[' -n '' ']' [must-gather-2ch9w] POD 2025-12-04T06:26:13.450544824Z + node_log_collection_args= [must-gather-2ch9w] POD 2025-12-04T06:26:13.450557874Z + '[' -n '' ']' [must-gather-2ch9w] POD 2025-12-04T06:26:13.450557874Z + '[' -n '' ']' [must-gather-2ch9w] POD 2025-12-04T06:26:13.450594795Z + export log_collection_args [must-gather-2ch9w] POD 2025-12-04T06:26:13.450594795Z + export node_log_collection_args [must-gather-2ch9w] POD 2025-12-04T06:26:13.450594795Z + OS_IMAGE_NS=openshift-virtualization-os-images [must-gather-2ch9w] POD 2025-12-04T06:26:13.450594795Z + namespaces=() [must-gather-2ch9w] POD 2025-12-04T06:26:13.450611015Z + namespaces+=("${INSTALLATION_NAMESPACE}" openshift-operator-lifecycle-manager openshift-marketplace) [must-gather-2ch9w] POD 2025-12-04T06:26:13.451267170Z ++ oc get network.config.openshift.io '-o=jsonpath={.items[0].spec.networkType}' [must-gather-2ch9w] POD 2025-12-04T06:26:13.451413733Z ++ tr '[:upper:]' '[:lower:]' [must-gather-2ch9w] POD 2025-12-04T06:26:13.601779202Z + NETWORK_TYPE=ovnkubernetes [must-gather-2ch9w] POD 2025-12-04T06:26:13.601828244Z + [[ ovnkubernetes == \o\v\n\k\u\b\e\r\n\e\t\e\s ]] [must-gather-2ch9w] POD 2025-12-04T06:26:13.601828244Z + namespaces+=(openshift-ovn-kubernetes) [must-gather-2ch9w] POD 2025-12-04T06:26:13.601844714Z + namespaces+=("${OS_IMAGE_NS}") [must-gather-2ch9w] POD 2025-12-04T06:26:13.601844714Z + resources+=(cdi) [must-gather-2ch9w] POD 2025-12-04T06:26:13.602204632Z + echo openshift-cnv openshift-operator-lifecycle-manager openshift-marketplace openshift-ovn-kubernetes openshift-virtualization-os-images [must-gather-2ch9w] POD 2025-12-04T06:26:13.602470218Z + tr ' ' '\n' [must-gather-2ch9w] POD 2025-12-04T06:26:13.602595971Z + 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-2ch9w] POD 2025-12-04T06:26:13.604780518Z sh -c 'echo inspecting namespace $1 && oc adm inspect ${log_collection_args} --dest-dir "${BASE_COLLECTION_PATH}" namespace $1' -- openshift-cnv [must-gather-2ch9w] POD 2025-12-04T06:26:13.606945136Z 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-2ch9w] POD 2025-12-04T06:26:13.607865786Z inspecting namespace openshift-cnv [must-gather-2ch9w] POD 2025-12-04T06:26:13.608599622Z inspecting namespace openshift-operator-lifecycle-manager [must-gather-2ch9w] POD 2025-12-04T06:26:13.611763741Z sh -c 'echo inspecting namespace $1 && oc adm inspect ${log_collection_args} --dest-dir "${BASE_COLLECTION_PATH}" namespace $1' -- openshift-marketplace [must-gather-2ch9w] POD 2025-12-04T06:26:13.612851775Z sh -c 'echo inspecting namespace $1 && oc adm inspect ${log_collection_args} --dest-dir "${BASE_COLLECTION_PATH}" namespace $1' -- openshift-ovn-kubernetes [must-gather-2ch9w] POD 2025-12-04T06:26:13.615722598Z 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-2ch9w] POD 2025-12-04T06:26:13.615935052Z inspecting namespace openshift-marketplace [must-gather-2ch9w] POD 2025-12-04T06:26:13.621963734Z inspecting namespace openshift-ovn-kubernetes [must-gather-2ch9w] POD 2025-12-04T06:26:13.626513184Z inspecting namespace openshift-virtualization-os-images [must-gather-2ch9w] POD 2025-12-04T06:26:14.007337826Z Gathering data for ns/openshift-marketplace... [must-gather-2ch9w] POD 2025-12-04T06:26:14.072112532Z Gathering data for ns/openshift-operator-lifecycle-manager... [must-gather-2ch9w] POD 2025-12-04T06:26:14.096283341Z Gathering data for ns/openshift-cnv... [must-gather-2ch9w] POD 2025-12-04T06:26:14.126970413Z Gathering data for ns/openshift-virtualization-os-images... [must-gather-2ch9w] POD 2025-12-04T06:26:14.147817439Z Gathering data for ns/openshift-ovn-kubernetes... [must-gather-2ch9w] POD 2025-12-04T06:26:16.104677001Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-2ch9w] POD 2025-12-04T06:26:16.227781614Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-2ch9w] POD 2025-12-04T06:26:17.582934213Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-2ch9w] POD 2025-12-04T06:26:18.125251527Z [disk usage checker] Volume usage percentage: current = 20 ; allowed = 70 [must-gather-2ch9w] POD 2025-12-04T06:26:18.264132486Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-2ch9w] POD 2025-12-04T06:26:18.369503021Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-2ch9w] POD 2025-12-04T06:26:18.587351487Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:26:19.016311552Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-2ch9w] POD 2025-12-04T06:26:19.269086543Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-2ch9w] POD 2025-12-04T06:26:19.401177132Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-2ch9w] POD 2025-12-04T06:26:19.745739491Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-2ch9w] POD 2025-12-04T06:26:19.837271533Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-2ch9w] POD 2025-12-04T06:26:19.989381011Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:26:20.380166911Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-2ch9w] POD 2025-12-04T06:26:20.589679004Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-2ch9w] POD 2025-12-04T06:26:21.099430727Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-2ch9w] POD 2025-12-04T06:26:21.167103847Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-2ch9w] POD 2025-12-04T06:26:21.172631408Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:26:21.383884120Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:26:21.980908082Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-2ch9w] POD 2025-12-04T06:26:22.666709016Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:26:22.675894577Z running gather_resources [must-gather-2ch9w] POD 2025-12-04T06:26:22.679171589Z +++ dirname -- /usr/bin/gather_resources [must-gather-2ch9w] POD 2025-12-04T06:26:22.681743445Z ++ cd -- /usr/bin [must-gather-2ch9w] POD 2025-12-04T06:26:22.682051832Z ++ pwd [must-gather-2ch9w] POD 2025-12-04T06:26:22.682051832Z + DIR_NAME=/usr/bin [must-gather-2ch9w] POD 2025-12-04T06:26:22.682098262Z + source /usr/bin/common.sh [must-gather-2ch9w] POD 2025-12-04T06:26:22.683500753Z ++++ dirname -- /usr/bin/common.sh [must-gather-2ch9w] POD 2025-12-04T06:26:22.685526017Z +++ cd -- /usr/bin [must-gather-2ch9w] POD 2025-12-04T06:26:22.685588499Z +++ pwd [must-gather-2ch9w] POD 2025-12-04T06:26:22.685888285Z ++ DIR_NAME=/usr/bin [must-gather-2ch9w] POD 2025-12-04T06:26:22.685963597Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-2ch9w] POD 2025-12-04T06:26:22.685985087Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-2ch9w] POD 2025-12-04T06:26:22.686022438Z ++ export PROS=5 [must-gather-2ch9w] POD 2025-12-04T06:26:22.686022438Z ++ PROS=5 [must-gather-2ch9w] POD 2025-12-04T06:26:22.686644502Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-2ch9w] POD 2025-12-04T06:26:22.686644502Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-2ch9w] POD 2025-12-04T06:26:22.686644502Z + check_command [must-gather-2ch9w] POD 2025-12-04T06:26:22.686644502Z + [[ -z 1 ]] [must-gather-2ch9w] POD 2025-12-04T06:26:22.686644502Z + get_log_collection_args [must-gather-2ch9w] POD 2025-12-04T06:26:22.686644502Z + log_collection_args= [must-gather-2ch9w] POD 2025-12-04T06:26:22.686644502Z + '[' -n '' ']' [must-gather-2ch9w] POD 2025-12-04T06:26:22.686644502Z + '[' -n '' ']' [must-gather-2ch9w] POD 2025-12-04T06:26:22.686644502Z + node_log_collection_args= [must-gather-2ch9w] POD 2025-12-04T06:26:22.686644502Z + '[' -n '' ']' [must-gather-2ch9w] POD 2025-12-04T06:26:22.686644502Z + '[' -n '' ']' [must-gather-2ch9w] POD 2025-12-04T06:26:22.686644502Z + export log_collection_args [must-gather-2ch9w] POD 2025-12-04T06:26:22.686644502Z + export node_log_collection_args [must-gather-2ch9w] POD 2025-12-04T06:26:22.686644502Z + resources=() [must-gather-2ch9w] POD 2025-12-04T06:26:22.686644502Z + resources+=(catalogsource) [must-gather-2ch9w] POD 2025-12-04T06:26:22.686644502Z + resources+=(Network-attachment-definitions) [must-gather-2ch9w] POD 2025-12-04T06:26:22.686644502Z + resources+=(nodenetworkstates nodenetworkconfigurationenactments nodenetworkconfigurationpolicies) [must-gather-2ch9w] POD 2025-12-04T06:26:22.686644502Z + resources+=(istag) [must-gather-2ch9w] POD 2025-12-04T06:26:22.686644502Z + resources+=(nodes) [must-gather-2ch9w] POD 2025-12-04T06:26:22.686644502Z + resources+=(machines) [must-gather-2ch9w] POD 2025-12-04T06:26:22.686644502Z + resources+=(storageclasses csidrivers csinodes csistoragecapacities volumeattachments persistentvolumes) [must-gather-2ch9w] POD 2025-12-04T06:26:22.686644502Z + /usr/bin/version [must-gather-2ch9w] POD 2025-12-04T06:26:22.808627811Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-2ch9w] POD 2025-12-04T06:26:22.819247943Z + echo catalogsource Network-attachment-definitions nodenetworkstates nodenetworkconfigurationenactments nodenetworkconfigurationpolicies istag nodes machines storageclasses csidrivers csinodes csistoragecapacities volumeattachments persistentvolumes [must-gather-2ch9w] POD 2025-12-04T06:26:22.819361556Z + tr ' ' '\n' [must-gather-2ch9w] POD 2025-12-04T06:26:22.819619901Z + 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-2ch9w] POD 2025-12-04T06:26:22.821596105Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- catalogsource [must-gather-2ch9w] POD 2025-12-04T06:26:22.822503234Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- Network-attachment-definitions [must-gather-2ch9w] POD 2025-12-04T06:26:22.823928825Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- nodenetworkstates [must-gather-2ch9w] POD 2025-12-04T06:26:22.824661612Z inspecting catalogsource [must-gather-2ch9w] POD 2025-12-04T06:26:22.825751375Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- nodenetworkconfigurationenactments [must-gather-2ch9w] POD 2025-12-04T06:26:22.826803378Z inspecting Network-attachment-definitions [must-gather-2ch9w] POD 2025-12-04T06:26:22.827968524Z inspecting nodenetworkstates [must-gather-2ch9w] POD 2025-12-04T06:26:22.830213873Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1'inspecting nodenetworkconfigurationenactments [must-gather-2ch9w] POD 2025-12-04T06:26:22.832436562Z -- nodenetworkconfigurationpolicies [must-gather-2ch9w] POD 2025-12-04T06:26:22.843057224Z inspecting nodenetworkconfigurationpolicies [must-gather-2ch9w] POD 2025-12-04T06:26:23.168029744Z [disk usage checker] Volume usage percentage: current = 20 ; allowed = 70 [must-gather-2ch9w] POD 2025-12-04T06:26:23.312159947Z error: the server doesn't have a resource type "nodenetworkconfigurationpolicies" [must-gather-2ch9w] POD 2025-12-04T06:26:23.328893923Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- istag [must-gather-2ch9w] POD 2025-12-04T06:26:23.350600798Z inspecting istag [must-gather-2ch9w] POD 2025-12-04T06:26:23.363050540Z error: the server doesn't have a resource type "nodenetworkstates" [must-gather-2ch9w] POD 2025-12-04T06:26:23.374789747Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- nodes [must-gather-2ch9w] POD 2025-12-04T06:26:23.389661702Z inspecting nodes [must-gather-2ch9w] POD 2025-12-04T06:26:23.423667947Z error: the server doesn't have a resource type "nodenetworkconfigurationenactments" [must-gather-2ch9w] POD 2025-12-04T06:26:23.434592966Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- machines [must-gather-2ch9w] POD 2025-12-04T06:26:23.438807488Z inspecting machines [must-gather-2ch9w] POD 2025-12-04T06:26:24.537346762Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:26:24.559154168Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- storageclasses [must-gather-2ch9w] POD 2025-12-04T06:26:24.579335620Z inspecting storageclasses [must-gather-2ch9w] POD 2025-12-04T06:26:24.747886106Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:26:24.755649436Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- csidrivers [must-gather-2ch9w] POD 2025-12-04T06:26:24.762711990Z inspecting csidrivers [must-gather-2ch9w] POD 2025-12-04T06:26:25.288900348Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:26:25.308947166Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- csinodes [must-gather-2ch9w] POD 2025-12-04T06:26:25.319690891Z inspecting csinodes [must-gather-2ch9w] POD 2025-12-04T06:26:25.532795122Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:26:25.611842001Z inspecting csistoragecapacities [must-gather-2ch9w] POD 2025-12-04T06:26:25.611888932Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- csistoragecapacities [must-gather-2ch9w] POD 2025-12-04T06:26:25.825778840Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:26:25.832906105Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- volumeattachments [must-gather-2ch9w] POD 2025-12-04T06:26:25.866698744Z inspecting volumeattachments [must-gather-2ch9w] POD 2025-12-04T06:26:26.435996885Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:26:26.443362796Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- persistentvolumes [must-gather-2ch9w] POD 2025-12-04T06:26:26.483140126Z inspecting persistentvolumes [must-gather-2ch9w] POD 2025-12-04T06:26:26.903026809Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:26:27.366941805Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:26:27.446912954Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:26:27.521620797Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:26:27.852730009Z Wrote inspect data to /must-gather. [must-gather-2ch9w] POD 2025-12-04T06:26:27.859422165Z running gather_ssp [must-gather-2ch9w] POD 2025-12-04T06:26:27.862141415Z +++ dirname -- /usr/bin/gather_ssp [must-gather-2ch9w] POD 2025-12-04T06:26:27.863734319Z ++ cd -- /usr/bin [must-gather-2ch9w] POD 2025-12-04T06:26:27.863815831Z ++ pwd [must-gather-2ch9w] POD 2025-12-04T06:26:27.864117948Z + DIR_NAME=/usr/bin [must-gather-2ch9w] POD 2025-12-04T06:26:27.864194640Z + source /usr/bin/common.sh [must-gather-2ch9w] POD 2025-12-04T06:26:27.864997887Z ++++ dirname -- /usr/bin/common.sh [must-gather-2ch9w] POD 2025-12-04T06:26:27.866535541Z +++ cd -- /usr/bin [must-gather-2ch9w] POD 2025-12-04T06:26:27.866609782Z +++ pwd [must-gather-2ch9w] POD 2025-12-04T06:26:27.866891359Z ++ DIR_NAME=/usr/bin [must-gather-2ch9w] POD 2025-12-04T06:26:27.867094683Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-2ch9w] POD 2025-12-04T06:26:27.867094683Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-2ch9w] POD 2025-12-04T06:26:27.867116513Z ++ export PROS=5 [must-gather-2ch9w] POD 2025-12-04T06:26:27.867116513Z ++ PROS=5 [must-gather-2ch9w] POD 2025-12-04T06:26:27.867130804Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-2ch9w] POD 2025-12-04T06:26:27.867143834Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-2ch9w] POD 2025-12-04T06:26:27.867402220Z + check_command [must-gather-2ch9w] POD 2025-12-04T06:26:27.867402220Z + [[ -z 1 ]] [must-gather-2ch9w] POD 2025-12-04T06:26:27.868275649Z ++ /usr/bin/oc get templates --all-namespaces -l template.kubevirt.io/type=base -o 'jsonpath={range .items[*]}{.metadata.namespace}{"\n"}{end}' [must-gather-2ch9w] POD 2025-12-04T06:26:27.868597946Z ++ uniq [must-gather-2ch9w] POD 2025-12-04T06:26:28.109653168Z + namespaces=openshift [must-gather-2ch9w] POD 2025-12-04T06:26:28.110040666Z + echo openshift [must-gather-2ch9w] POD 2025-12-04T06:26:28.110270961Z + tr ' ' '\n' [must-gather-2ch9w] POD 2025-12-04T06:26:28.110486856Z + 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-2ch9w] POD 2025-12-04T06:26:28.112153972Z 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-2ch9w] POD 2025-12-04T06:26:28.179836692Z [disk usage checker] Volume usage percentage: current = 20 ; allowed = 70 [must-gather-2ch9w] POD 2025-12-04T06:26:28.522992067Z + exit 0 [must-gather-2ch9w] POD 2025-12-04T06:26:28.523829306Z running gather_virtualmachines [must-gather-2ch9w] POD 2025-12-04T06:26:28.526297300Z +++ dirname -- /usr/bin/gather_virtualmachines [must-gather-2ch9w] POD 2025-12-04T06:26:28.527945796Z ++ cd -- /usr/bin [must-gather-2ch9w] POD 2025-12-04T06:26:28.528020287Z ++ pwd [must-gather-2ch9w] POD 2025-12-04T06:26:28.528270743Z + DIR_NAME=/usr/bin [must-gather-2ch9w] POD 2025-12-04T06:26:28.528348414Z + source /usr/bin/common.sh [must-gather-2ch9w] POD 2025-12-04T06:26:28.529211463Z ++++ dirname -- /usr/bin/common.sh [must-gather-2ch9w] POD 2025-12-04T06:26:28.530673895Z +++ cd -- /usr/bin [must-gather-2ch9w] POD 2025-12-04T06:26:28.530734217Z +++ pwd [must-gather-2ch9w] POD 2025-12-04T06:26:28.531035123Z ++ DIR_NAME=/usr/bin [must-gather-2ch9w] POD 2025-12-04T06:26:28.531119865Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-2ch9w] POD 2025-12-04T06:26:28.531157056Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-2ch9w] POD 2025-12-04T06:26:28.531213927Z ++ export PROS=5 [must-gather-2ch9w] POD 2025-12-04T06:26:28.531274229Z ++ PROS=5 [must-gather-2ch9w] POD 2025-12-04T06:26:28.531315229Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-2ch9w] POD 2025-12-04T06:26:28.531342340Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-2ch9w] POD 2025-12-04T06:26:28.531502294Z + check_command [must-gather-2ch9w] POD 2025-12-04T06:26:28.531555295Z + [[ -z 1 ]] [must-gather-2ch9w] POD 2025-12-04T06:26:28.531601526Z + vmConvertor [must-gather-2ch9w] POD 2025-12-04T06:26:28.560576219Z No VM found [must-gather-2ch9w] POD 2025-12-04T06:26:28.561567681Z + exit 0 [must-gather-2ch9w] POD 2025-12-04T06:26:28.561833887Z running gather_webhooks [must-gather-2ch9w] POD 2025-12-04T06:26:28.564921114Z +++ dirname -- /usr/bin/gather_webhooks [must-gather-2ch9w] POD 2025-12-04T06:26:28.566793285Z ++ cd -- /usr/bin [must-gather-2ch9w] POD 2025-12-04T06:26:28.566883717Z ++ pwd [must-gather-2ch9w] POD 2025-12-04T06:26:28.567523451Z + DIR_NAME=/usr/bin [must-gather-2ch9w] POD 2025-12-04T06:26:28.567523451Z + source /usr/bin/common.sh [must-gather-2ch9w] POD 2025-12-04T06:26:28.568199576Z ++++ dirname -- /usr/bin/common.sh [must-gather-2ch9w] POD 2025-12-04T06:26:28.569798871Z +++ cd -- /usr/bin [must-gather-2ch9w] POD 2025-12-04T06:26:28.569849142Z +++ pwd [must-gather-2ch9w] POD 2025-12-04T06:26:28.570201030Z ++ DIR_NAME=/usr/bin [must-gather-2ch9w] POD 2025-12-04T06:26:28.570328512Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-2ch9w] POD 2025-12-04T06:26:28.570393734Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-2ch9w] POD 2025-12-04T06:26:28.570464295Z ++ export PROS=5 [must-gather-2ch9w] POD 2025-12-04T06:26:28.570484716Z ++ PROS=5 [must-gather-2ch9w] POD 2025-12-04T06:26:28.570498586Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-2ch9w] POD 2025-12-04T06:26:28.570498586Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-2ch9w] POD 2025-12-04T06:26:28.570634709Z + check_command [must-gather-2ch9w] POD 2025-12-04T06:26:28.570634709Z + [[ -z 1 ]] [must-gather-2ch9w] POD 2025-12-04T06:26:28.570775272Z + export -f gather_validating_wh [must-gather-2ch9w] POD 2025-12-04T06:26:28.570870664Z + export -f gather_mutating_wh [must-gather-2ch9w] POD 2025-12-04T06:26:28.571495688Z ++ /usr/bin/oc get validatingwebhookconfiguration -o custom-columns=NAME:.metadata.name --no-headers [must-gather-2ch9w] POD 2025-12-04T06:26:28.701134073Z + validating_wh='admissionwebhook.noobaa.io-sz6gz [must-gather-2ch9w] POD 2025-12-04T06:26:28.701134073Z alertmanagerconfigs.openshift.io [must-gather-2ch9w] POD 2025-12-04T06:26:28.701134073Z autoscaling.openshift.io [must-gather-2ch9w] POD 2025-12-04T06:26:28.701134073Z cdi-api-dataimportcron-validate [must-gather-2ch9w] POD 2025-12-04T06:26:28.701134073Z cdi-api-datavolume-validate [must-gather-2ch9w] POD 2025-12-04T06:26:28.701134073Z cdi-api-populator-validate [must-gather-2ch9w] POD 2025-12-04T06:26:28.701134073Z cdi-api-validate [must-gather-2ch9w] POD 2025-12-04T06:26:28.701134073Z cluster-baremetal-validating-webhook-configuration [must-gather-2ch9w] POD 2025-12-04T06:26:28.701134073Z controlplanemachineset.machine.openshift.io [must-gather-2ch9w] POD 2025-12-04T06:26:28.701134073Z machine-api [must-gather-2ch9w] POD 2025-12-04T06:26:28.701134073Z monitoringconfigmaps.openshift.io [must-gather-2ch9w] POD 2025-12-04T06:26:28.701134073Z multus.openshift.io [must-gather-2ch9w] POD 2025-12-04T06:26:28.701134073Z network-node-identity.openshift.io [must-gather-2ch9w] POD 2025-12-04T06:26:28.701134073Z objecttransfer-api-validate [must-gather-2ch9w] POD 2025-12-04T06:26:28.701134073Z performance-addon-operator [must-gather-2ch9w] POD 2025-12-04T06:26:28.701134073Z prometheusrules.openshift.io [must-gather-2ch9w] POD 2025-12-04T06:26:28.701134073Z validate-hco.kubevirt.io-w4bcg [must-gather-2ch9w] POD 2025-12-04T06:26:28.701134073Z validate-hostpath-provisioner.kubevirt.io-fvb76 [must-gather-2ch9w] POD 2025-12-04T06:26:28.701134073Z validation.v1beta2.ssp.kubevirt.io-fln7n [must-gather-2ch9w] POD 2025-12-04T06:26:28.701134073Z validation.v1beta3.ssp.kubevirt.io-5zz62 [must-gather-2ch9w] POD 2025-12-04T06:26:28.701134073Z vbackup.cnpg.io-d5jkz [must-gather-2ch9w] POD 2025-12-04T06:26:28.701134073Z vcluster.cnpg.io-mk2ft [must-gather-2ch9w] POD 2025-12-04T06:26:28.701134073Z vdatabase.cnpg.io-427ff [must-gather-2ch9w] POD 2025-12-04T06:26:28.701134073Z virt-api-validator [must-gather-2ch9w] POD 2025-12-04T06:26:28.701134073Z virt-operator-validator [must-gather-2ch9w] POD 2025-12-04T06:26:28.701134073Z virt-template-validator [must-gather-2ch9w] POD 2025-12-04T06:26:28.701134073Z vpooler.cnpg.io-pkksg [must-gather-2ch9w] POD 2025-12-04T06:26:28.701134073Z vscheduledbackup.cnpg.io-sw89k' [must-gather-2ch9w] POD 2025-12-04T06:26:28.701998962Z + echo 'admissionwebhook.noobaa.io-sz6gz [must-gather-2ch9w] POD 2025-12-04T06:26:28.701998962Z alertmanagerconfigs.openshift.io [must-gather-2ch9w] POD 2025-12-04T06:26:28.701998962Z autoscaling.openshift.io [must-gather-2ch9w] POD 2025-12-04T06:26:28.701998962Z cdi-api-dataimportcron-validate [must-gather-2ch9w] POD 2025-12-04T06:26:28.701998962Z cdi-api-datavolume-validate [must-gather-2ch9w] POD 2025-12-04T06:26:28.701998962Z cdi-api-populator-validate [must-gather-2ch9w] POD 2025-12-04T06:26:28.701998962Z cdi-api-validate [must-gather-2ch9w] POD 2025-12-04T06:26:28.701998962Z cluster-baremetal-validating-webhook-configuration [must-gather-2ch9w] POD 2025-12-04T06:26:28.701998962Z controlplanemachineset.machine.openshift.io [must-gather-2ch9w] POD 2025-12-04T06:26:28.701998962Z machine-api [must-gather-2ch9w] POD 2025-12-04T06:26:28.701998962Z monitoringconfigmaps.openshift.io [must-gather-2ch9w] POD 2025-12-04T06:26:28.701998962Z multus.openshift.io [must-gather-2ch9w] POD 2025-12-04T06:26:28.701998962Z network-node-identity.openshift.io [must-gather-2ch9w] POD 2025-12-04T06:26:28.701998962Z objecttransfer-api-validate [must-gather-2ch9w] POD 2025-12-04T06:26:28.701998962Z performance-addon-operator [must-gather-2ch9w] POD 2025-12-04T06:26:28.701998962Z prometheusrules.openshift.io [must-gather-2ch9w] POD 2025-12-04T06:26:28.701998962Z validate-hco.kubevirt.io-w4bcg [must-gather-2ch9w] POD 2025-12-04T06:26:28.701998962Z validate-hostpath-provisioner.kubevirt.io-fvb76 [must-gather-2ch9w] POD 2025-12-04T06:26:28.701998962Z validation.v1beta2.ssp.kubevirt.io-fln7n [must-gather-2ch9w] POD 2025-12-04T06:26:28.701998962Z validation.v1beta3.ssp.kubevirt.io-5zz62 [must-gather-2ch9w] POD 2025-12-04T06:26:28.701998962Z vbackup.cnpg.io-d5jkz [must-gather-2ch9w] POD 2025-12-04T06:26:28.701998962Z vcluster.cnpg.io-mk2ft [must-gather-2ch9w] POD 2025-12-04T06:26:28.701998962Z vdatabase.cnpg.io-427ff [must-gather-2ch9w] POD 2025-12-04T06:26:28.701998962Z virt-api-validator [must-gather-2ch9w] POD 2025-12-04T06:26:28.701998962Z virt-operator-validator [must-gather-2ch9w] POD 2025-12-04T06:26:28.701998962Z virt-template-validator [must-gather-2ch9w] POD 2025-12-04T06:26:28.701998962Z vpooler.cnpg.io-pkksg [must-gather-2ch9w] POD 2025-12-04T06:26:28.701998962Z vscheduledbackup.cnpg.io-sw89k' [must-gather-2ch9w] POD 2025-12-04T06:26:28.701998962Z + tr ' ' '\n' [must-gather-2ch9w] POD 2025-12-04T06:26:28.702088894Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'gather_validating_wh $1' -- '{}' [must-gather-2ch9w] POD 2025-12-04T06:26:28.704089158Z sh -c 'gather_validating_wh $1' -- admissionwebhook.noobaa.io-sz6gz [must-gather-2ch9w] POD 2025-12-04T06:26:28.704959977Z sh -c 'gather_validating_wh $1' -- alertmanagerconfigs.openshift.io [must-gather-2ch9w] POD 2025-12-04T06:26:28.705965389Z sh -c 'gather_validating_wh $1' -- autoscaling.openshift.io [must-gather-2ch9w] POD 2025-12-04T06:26:28.707183686Z sh -c 'gather_validating_wh $1' -- cdi-api-dataimportcron-validate [must-gather-2ch9w] POD 2025-12-04T06:26:28.708877103Z sh -c 'gather_validating_wh $1' -- cdi-api-datavolume-validate [must-gather-2ch9w] POD 2025-12-04T06:26:29.651516088Z sh -c 'gather_validating_wh $1' -- cdi-api-populator-validate [must-gather-2ch9w] POD 2025-12-04T06:26:29.659721137Z sh -c 'gather_validating_wh $1' -- cdi-api-validate [must-gather-2ch9w] POD 2025-12-04T06:26:29.687907674Z sh -c 'gather_validating_wh $1' -- cluster-baremetal-validating-webhook-configuration [must-gather-2ch9w] POD 2025-12-04T06:26:29.756550635Z sh -c 'gather_validating_wh $1' -- controlplanemachineset.machine.openshift.io [must-gather-2ch9w] POD 2025-12-04T06:26:29.897178241Z sh -c 'gather_validating_wh $1' -- machine-api [must-gather-2ch9w] POD 2025-12-04T06:26:30.747508257Z sh -c 'gather_validating_wh $1' -- monitoringconfigmaps.openshift.io [must-gather-2ch9w] POD 2025-12-04T06:26:30.747508257Z sh -c 'gather_validating_wh $1' -- multus.openshift.io [must-gather-2ch9w] POD 2025-12-04T06:26:30.773153638Z sh -c 'gather_validating_wh $1' -- network-node-identity.openshift.io [must-gather-2ch9w] POD 2025-12-04T06:26:30.806899746Z sh -c 'gather_validating_wh $1' -- objecttransfer-api-validate [must-gather-2ch9w] POD 2025-12-04T06:26:30.921864991Z sh -c 'gather_validating_wh $1' -- performance-addon-operator [must-gather-2ch9w] POD 2025-12-04T06:26:31.695179503Z sh -c 'gather_validating_wh $1' -- prometheusrules.openshift.io [must-gather-2ch9w] POD 2025-12-04T06:26:31.710525928Z sh -c 'gather_validating_wh $1' -- validate-hco.kubevirt.io-w4bcg [must-gather-2ch9w] POD 2025-12-04T06:26:31.778528126Z Error from server (NotFound): namespaces "