--- BVT pytest attempt 2026-06-11T07:04:10.642658+00:00 (/.local/bin/uv run pytest...) --- 2026-06-11T07:04:12.069868Z [info ] Writing tests log to /home/odh/opendatahub-tests/results/pytest-tests.log [conftest] 2026-06-11T07:04:12.079029Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-11T07:04:12.079928Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-11T07:04:12.080139Z [info ] PRAGMA main.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-11T07:04:12.080571Z [info ] PRAGMA main.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-11T07:04:12.080765Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-11T07:04:12.081072Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-11T07:04:12.081432Z [info ] PRAGMA temp.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-11T07:04:12.081562Z [info ] PRAGMA temp.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-11T07:04:12.081699Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-11T07:04:12.081828Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-11T07:04:12.081951Z [info ]  CREATE TABLE "OpenDataHubTestTable" ( id INTEGER NOT NULL, test_name VARCHAR(500) NOT NULL, start_time INTEGER NOT NULL, PRIMARY KEY (id) )  [sqlalchemy.engine.Engine] 2026-06-11T07:04:12.082072Z [info ]  CREATE TABLE "OpenDataHubTestTable" ( id INTEGER NOT NULL, test_name VARCHAR(500) NOT NULL, start_time INTEGER NOT NULL, PRIMARY KEY (id) )  [sqlalchemy.engine.Engine] 2026-06-11T07:04:12.082234Z [info ] [no key 0.00005s] ()  [sqlalchemy.engine.Engine] 2026-06-11T07:04:12.082365Z [info ] [no key 0.00005s] ()  [sqlalchemy.engine.Engine] 2026-06-11T07:04:12.082487Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-11T07:04:12.082603Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-11T07:04:12.082724Z [info ] Trying to get client via new_client_from_config [ocp_resources.resource] /home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/urllib3/connectionpool.py:1097: InsecureRequestWarning: Unverified HTTPS request is being made to host 'api.ods-qe-psi-23.osp.rh-ods.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#tls-warnings warnings.warn( 2026-06-11T07:04:12.256931Z [info ] kind: DataScienceCluster api version: datasciencecluster.opendatahub.io/v2 [ocp_resources.resource] 2026-06-11T07:04:12.324121Z [info ] kind: DSCInitialization api version: dscinitialization.opendatahub.io/v2 [ocp_resources.resource] 2026-06-11T07:04:12.361581Z [info ] Running model registry tests against default namespace [conftest] 2026-06-11T07:04:12.361737Z [info ] kind: DataScienceCluster api version: datasciencecluster.opendatahub.io/v2 [ocp_resources.resource] ============================= test session starts ============================== platform linux -- Python 3.14.5, pytest-9.0.3, pluggy-1.6.0 -- /home/odh/opendatahub-tests/.venv/bin/python cachedir: .pytest_cache metadata: {'Python': '3.14.5', 'Platform': 'Linux-5.14.0-427.115.1.el9_4.x86_64-x86_64-with-glibc2.42', 'Packages': {'pytest': '9.0.3', 'pluggy': '1.6.0'}, 'Plugins': {'anyio': '4.13.0', 'asyncio': '1.3.0', 'dependency': '0.6.1', 'html': '4.2.0', 'metadata': '3.1.1', 'order': '1.3.0', 'progress': '1.4.0', 'testconfig': '0.2.0', 'xdist': '3.8.0', 'syrupy': '5.1.0'}} rootdir: /home/odh/opendatahub-tests configfile: pytest.ini plugins: anyio-4.13.0, asyncio-1.3.0, dependency-0.6.1, html-4.2.0, metadata-3.1.1, order-1.3.0, progress-1.4.0, testconfig-0.2.0, xdist-3.8.0, syrupy-5.1.0 asyncio: mode=Mode.STRICT, debug=False, asyncio_default_fixture_loop_scope=None, asyncio_default_test_loop_scope=function collecting ... collected 29 items / 25 deselected / 4 selected tests/workbenches/notebooks_server/controller/test_spawning.py::TestNotebook::test_create_simple_notebook[unprivileged_model_namespace0-users_persistent_volume_claim0-default_notebook0-notebook_pod0]  test_create_simple_notebook[unprivileged_model_namespace0-users_persistent_volume_claim0-default_notebook0-notebook_pod0]  -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-06-11T07:04:12.481986Z [info ] (OpenDataHubTestTable|OpenDataHubTestTable) _post_configure_properties() started [sqlalchemy.orm.mapper.Mapper] 2026-06-11T07:04:12.482179Z [info ] (OpenDataHubTestTable|OpenDataHubTestTable) initialize prop id [sqlalchemy.orm.mapper.Mapper] 2026-06-11T07:04:12.482327Z [info ] (OpenDataHubTestTable|OpenDataHubTestTable) initialize prop test_name [sqlalchemy.orm.mapper.Mapper] 2026-06-11T07:04:12.482471Z [info ] (OpenDataHubTestTable|OpenDataHubTestTable) initialize prop start_time [sqlalchemy.orm.mapper.Mapper] 2026-06-11T07:04:12.483013Z [info ] (OpenDataHubTestTable|OpenDataHubTestTable) _post_configure_properties() complete [sqlalchemy.orm.mapper.Mapper] 2026-06-11T07:04:12.483379Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-11T07:04:12.483591Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-11T07:04:12.483880Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-11T07:04:12.484010Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-11T07:04:12.484851Z [info ] [generated in 0.00012s] ('/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/controller/test_spawning.py::test_create_simple_notebook[unprivileged_model_namespace0-users_persistent_volume_claim0-default_notebook0-notebook_pod0]', 1781161452) [sqlalchemy.engine.Engine] 2026-06-11T07:04:12.486899Z [info ] [generated in 0.00012s] ('/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/controller/test_spawning.py::test_create_simple_notebook[unprivileged_model_namespace0-users_persistent_volume_claim0-default_notebook0-notebook_pod0]', 1781161452) [sqlalchemy.engine.Engine] 2026-06-11T07:04:12.487076Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-11T07:04:12.488151Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-11T07:04:12.488603Z [info ] Executing session fixture: event_loop_policy [conftest] 2026-06-11T07:04:12.488743Z [info ] Executing session fixture: _syrupy_apply_ide_patches [conftest] 2026-06-11T07:04:12.488868Z [info ] Executing session fixture: admin_client [conftest] 2026-06-11T07:04:12.488977Z [info ] Trying to get client via new_client_from_config [ocp_resources.resource] 2026-06-11T07:04:12.489104Z [info ] Executing session fixture: dsc_resource [conftest] 2026-06-11T07:04:12.489219Z [info ] kind: DataScienceCluster api version: datasciencecluster.opendatahub.io/v2 [ocp_resources.resource] 2026-06-11T07:04:12.586979Z [info ] Executing session fixture: tmp_path_factory [conftest] 2026-06-11T07:04:12.587149Z [info ] Executing session fixture: tests_tmp_dir [conftest] 2026-06-11T07:04:12.588321Z [info ] Executing session fixture: os_path_environment [conftest] 2026-06-11T07:04:12.588780Z [info ] Executing session fixture: tmpdir_factory [conftest] 2026-06-11T07:04:12.589004Z [info ] Executing session fixture: bin_directory [conftest] 2026-06-11T07:04:12.589804Z [info ] Executing session fixture: oc_binary_path [conftest] 2026-06-11T07:04:12.607146Z [info ] kind: ConsoleCLIDownload api version: console.openshift.io/v1 [ocp_resources.resource] 2026-06-11T07:04:12.646847Z [info ] All oc console cli download links: ['https://downloads-openshift-console.apps.ods-qe-psi-23.osp.rh-ods.com/amd64/linux/oc.tar'] [utilities.infra] name=utilities.infra 2026-06-11T07:04:12.646942Z [info ] Downloading archive using: url=https://downloads-openshift-console.apps.ods-qe-psi-23.osp.rh-ods.com/amd64/linux/oc.tar [utilities.infra] name=utilities.infra 2026-06-11T07:04:15.078490Z [info ] Extract the downloaded archive. [utilities.infra] name=utilities.infra 2026-06-11T07:04:15.884345Z [info ] Downloaded file: ['oc']  [utilities.infra] name=utilities.infra 2026-06-11T07:04:16.156691Z [info ] Executing session fixture: bin_directory_to_os_path [conftest] 2026-06-11T07:04:16.152875Z [info ] OC binary path: /tmp/pytest-ZeSYfbCdK8tThKcMYMksPq/bin0/oc [tests.conftest] name=tests.conftest 2026-06-11T07:04:16.152992Z [info ] Adding /tmp/pytest-ZeSYfbCdK8tThKcMYMksPq/bin0 to $PATH [tests.conftest] name=tests.conftest 2026-06-11T07:04:16.157170Z [info ] Executing session fixture: nodes [conftest] 2026-06-11T07:04:17.564637Z [info ] Executing session fixture: dsci_resource [conftest] 2026-06-11T07:04:17.564820Z [info ] kind: DSCInitialization api version: dscinitialization.opendatahub.io/v2 [ocp_resources.resource] 2026-06-11T07:04:17.590422Z [info ] Executing session fixture: record_testsuite_property [conftest] 2026-06-11T07:04:17.590730Z [info ] Executing session fixture: junitxml_plugin [conftest] 2026-06-11T07:04:17.591006Z [info ] Executing session fixture: cluster_sanity_scope_session [conftest] 2026-06-11T07:04:17.589451Z [info ] Check cluster sanity.  [utilities.infra] name=utilities.infra 2026-06-11T07:04:17.591295Z [info ] Verify all nodes are in a healthy condition. [ocp_utilities.infra] 2026-06-11T07:04:17.744656Z [info ] Verify all nodes are schedulable. [ocp_utilities.infra] 2026-06-11T07:04:17.886099Z [info ] Waiting for 120 seconds [0:02:00], retry every 5 seconds. (Function: utilities.infra.wait_for_dsci_status_ready Kwargs: {'dsci_resource': }) [timeout_sampler] 2026-06-11T07:04:17.885409Z [info ] Wait for DSCI default-dsci to be in Ready status. [utilities.infra] name=utilities.infra 2026-06-11T07:04:17.886356Z [info ] Get DSCInitialization default-dsci status [ocp_resources DSCInitialization] 2026-06-11T07:04:17.906307Z [info ] Elapsed time: 0.00014090538024902344 [0:00:00.000141] [timeout_sampler] 2026-06-11T07:04:17.906638Z [info ] Waiting for 120 seconds [0:02:00], retry every 5 seconds. (Function: utilities.infra.wait_for_dsc_status_ready Kwargs: {'dsc_resource': }) [timeout_sampler] 2026-06-11T07:04:17.905507Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:04:17.907153Z [info ] Get DataScienceCluster default-dsc status [ocp_resources DataScienceCluster] 2026-06-11T07:04:22.994944Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:04:28.050762Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:04:33.097276Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:04:38.135071Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:04:43.185275Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:04:48.218380Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:04:53.263130Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:04:58.297664Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:05:03.332927Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:05:08.374319Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:05:13.413600Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:05:18.445000Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:05:23.477942Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:05:28.520878Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:05:33.554348Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:05:38.585416Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:05:43.648697Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:05:48.708849Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:05:53.760855Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:05:58.806958Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:06:03.838869Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:06:08.877436Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:06:13.918442Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:06:18.973607Z [error ] Cluster sanity check failed: Timed Out: 120 Function: utilities.infra.wait_for_dsc_status_ready Kwargs: {'dsc_resource': } Last exception: ResourceNotReadyError: DSC default-dsc is not ready. Current status: {'components': {'aipipelines': {'managementState': 'Removed'}, 'dashboard': {'managementState': 'Managed'}, 'feastoperator': {'managementState': 'Removed'}, 'kserve': {'managementState': 'Managed', 'releases': [{'name': 'KServe', 'repoUrl': 'https://github.com/kserve/kserve/', 'version': 'v0.17.0'}, {'name': 'vLLM', 'repoUrl': 'https://github.com/vllm-project/vllm', 'version': 'v0.18.0'}, {'name': 'llm-d-inference-scheduler', 'repoUrl': 'https://github.com/llm-d/llm-d-inference-scheduler', 'version': 'v0.7.1'}, {'name': 'llm-d-workload-variant-autoscaler', 'repoUrl': 'https://github.com/llm-d/llm-d-workload-variant-autoscaler', 'version': 'v0.6.0'}]}, 'kueue': {'managementState': 'Removed'}, 'llamastackoperator': {'managementState': 'Removed'}, 'mlflowoperator': {'managementState': 'Removed'}, 'modelregistry': {'managementState': 'Managed', 'registriesNamespace': 'rhoai-model-registries', 'releases': [{'name': 'Kubeflow Model Registry', 'repoUrl': 'https://github.com/kubeflow/model-registry', 'version': 'latest'}, {'name': 'Open Data Hub Model Registry Operator', 'repoUrl': 'https://github.com/opendatahub-io/model-registry-operator', 'version': 'latest'}]}, 'ray': {'managementState': 'Removed'}, 'sparkoperator': {'managementState': 'Removed'}, 'trainer': {'managementState': 'Managed'}, 'trainingoperator': {'managementState': 'Managed', 'releases': [{'name': 'Kubeflow Training Operator', 'repoUrl': 'https://github.com/kubeflow/trainer', 'version': '1.9.0'}]}, 'trustyai': {'managementState': 'Managed', 'releases': [{'name': 'TrustyAI operator', 'repoUrl': 'https://github.com/trustyai-explainability/trustyai-service-operator', 'version': 'v1.37.0'}, {'name': 'TrustyAI service', 'repoUrl': 'https://github.com/trustyai-explainability/trustyai-explainability', 'version': 'v0.28.0'}, {'name': 'TrustyAI LMEval driver', 'repoUrl': 'https://github.com/trustyai-explainability/trustyai-service-operator', 'version': 'v1.37.0'}, {'name': 'TrustyAI LMEval job', 'repoUrl': 'https://github.com/EleutherAI/lm-evaluation-harness', 'version': 'v0.4.8'}, {'name': 'TrustyAI Guardrails orchestrator', 'repoUrl': 'https://github.com/foundation-model-stack/fms-guardrails-orchestrator', 'version': '0.9.4'}, {'name': 'TrustyAI builtin detectors', 'repoUrl': 'https://github.com/trustyai-explainability/guardrails-regex-detector', 'version': 'v0.2.0'}, {'name': 'TrustyAI sidecar gateway', 'repoUrl': 'https://github.com/trustyai-explainability/vllm-orchestrator-gateway', 'version': 'v0.2.1'}]}, 'workbenches': {'managementState': 'Managed', 'releases': [{'name': 'Kubeflow Notebook Controller', 'repoUrl': 'https://github.com/kubeflow/kubeflow', 'version': '1.10.0'}], 'workbenchNamespace': 'rhods-notebooks'}}, 'conditions': [{'lastTransitionTime': '2026-06-11T07:06:13Z', 'message': 'Some components are not ready: trainer', 'reason': 'NotReady', 'status': 'False', 'type': 'Ready'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'observedGeneration': 1, 'status': 'True', 'type': 'ProvisioningSucceeded'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'message': 'Some components are not ready: trainer', 'reason': 'NotReady', 'status': 'False', 'type': 'ComponentsReady'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'message': 'Component ManagementState is set to Removed', 'reason': 'Removed', 'severity': 'Info', 'status': 'False', 'type': 'AIPipelinesReady'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'status': 'True', 'type': 'DashboardReady'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'message': 'Component ManagementState is set to Removed', 'reason': 'Removed', 'severity': 'Info', 'status': 'False', 'type': 'FeastOperatorReady'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'status': 'True', 'type': 'KserveLLMInferenceServiceDependencies'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'status': 'True', 'type': 'KserveLLMInferenceServiceWideEPDependencies'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'status': 'True', 'type': 'KserveReady'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'message': 'Component ManagementState is set to Removed', 'reason': 'Removed', 'severity': 'Info', 'status': 'False', 'type': 'KueueReady'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'message': 'Component ManagementState is set to Removed', 'reason': 'Removed', 'severity': 'Info', 'status': 'False', 'type': 'LlamaStackOperatorReady'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'message': 'Component ManagementState is set to Removed', 'reason': 'Removed', 'severity': 'Info', 'status': 'False', 'type': 'MLflowOperatorReady'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'status': 'True', 'type': 'ModelControllerReady'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'status': 'True', 'type': 'ModelRegistryReady'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'message': 'Component ManagementState is set to Removed', 'reason': 'Removed', 'severity': 'Info', 'status': 'False', 'type': 'ModelsAsServiceReady'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'message': 'Component ManagementState is set to Removed', 'reason': 'Removed', 'severity': 'Info', 'status': 'False', 'type': 'RayReady'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'message': 'Component ManagementState is set to Removed', 'reason': 'Removed', 'severity': 'Info', 'status': 'False', 'type': 'SparkOperatorReady'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'message': "JobSetOperator CR with name 'cluster' not found, please create it " 'first', 'reason': 'Error', 'status': 'False', 'type': 'TrainerReady'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'status': 'True', 'type': 'TrainingOperatorReady'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'status': 'True', 'type': 'TrustyAIReady'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'status': 'True', 'type': 'WorkbenchesReady'}], 'phase': 'Not Ready', 'release': {'name': 'OpenShift AI Self-Managed', 'version': '3.4.1'}}. [utilities.infra] name=utilities.infra ================ 25 deselected, 1 warning in 127.06s (0:02:07) ================= ================ 25 deselected, 1 warning in 127.06s (0:02:07) ================= ! _pytest.outcomes.Exit: Cluster sanity check failed: Timed Out: 120 Function: utilities.infra.wait_for_dsc_status_ready Kwargs: {'dsc_resource': } Last exception: ResourceNotReadyError: DSC default-dsc is not ready. Current status: {'components': {'aipipelines': {'managementState': 'Removed'}, 'dashboard': {'managementState': 'Managed'}, 'feastoperator': {'managementState': 'Removed'}, 'kserve': {'managementState': 'Managed', 'releases': [{'name': 'KServe', 'repoUrl': 'https://github.com/kserve/kserve/', 'version': 'v0.17.0'}, {'name': 'vLLM', 'repoUrl': 'https://github.com/vllm-project/vllm', 'version': 'v0.18.0'}, {'name': 'llm-d-inference-scheduler', 'repoUrl': 'https://github.com/llm-d/llm-d-inference-scheduler', 'version': 'v0.7.1'}, {'name': 'llm-d-workload-variant-autoscaler', 'repoUrl': 'https://github.com/llm-d/llm-d-workload-variant-autoscaler', 'version': 'v0.6.0'}]}, 'kueue': {'managementState': 'Removed'}, 'llamastackoperator': {'managementState': 'Removed'}, 'mlflowoperator': {'managementState': 'Removed'}, 'modelregistry': {'managementState': 'Managed', 'registriesNamespace': 'rhoai-model-registries', 'releases': [{'name': 'Kubeflow Model Registry', 'repoUrl': 'https://github.com/kubeflow/model-registry', 'version': 'latest'}, {'name': 'Open Data Hub Model Registry Operator', 'repoUrl': 'https://github.com/opendatahub-io/model-registry-operator', 'version': 'latest'}]}, 'ray': {'managementState': 'Removed'}, 'sparkoperator': {'managementState': 'Removed'}, 'trainer': {'managementState': 'Managed'}, 'trainingoperator': {'managementState': 'Managed', 'releases': [{'name': 'Kubeflow Training Operator', 'repoUrl': 'https://github.com/kubeflow/trainer', 'version': '1.9.0'}]}, 'trustyai': {'managementState': 'Managed', 'releases': [{'name': 'TrustyAI operator', 'repoUrl': 'https://github.com/trustyai-explainability/trustyai-service-operator', 'version': 'v1.37.0'}, {'name': 'TrustyAI service', 'repoUrl': 'https://github.com/trustyai-explainability/trustyai-explainability', 'version': 'v0.28.0'}, {'name': 'TrustyAI LMEval driver', 'repoUrl': 'https://github.com/trustyai-explainability/trustyai-service-operator', 'version': 'v1.37.0'}, {'name': 'TrustyAI LMEval job', 'repoUrl': 'https://github.com/EleutherAI/lm-evaluation-harness', 'version': 'v0.4.8'}, {'name': 'TrustyAI Guardrails orchestrator', 'repoUrl': 'https://github.com/foundation-model-stack/fms-guardrails-orchestrator', 'version': '0.9.4'}, {'name': 'TrustyAI builtin detectors', 'repoUrl': 'https://github.com/trustyai-explainability/guardrails-regex-detector', 'version': 'v0.2.0'}, {'name': 'TrustyAI sidecar gateway', 'repoUrl': 'https://github.com/trustyai-explainability/vllm-orchestrator-gateway', 'version': 'v0.2.1'}]}, 'workbenches': {'managementState': 'Managed', 'releases': [{'name': 'Kubeflow Notebook Controller', 'repoUrl': 'https://github.com/kubeflow/kubeflow', 'version': '1.10.0'}], 'workbenchNamespace': 'rhods-notebooks'}}, 'conditions': [{'lastTransitionTime': '2026-06-11T07:06:13Z', 'message': 'Some components are not ready: trainer', 'reason': 'NotReady', 'status': 'False', 'type': 'Ready'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'observedGeneration': 1, 'status': 'True', 'type': 'ProvisioningSucceeded'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'message': 'Some components are not ready: trainer', 'reason': 'NotReady', 'status': 'False', 'type': 'ComponentsReady'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'message': 'Component ManagementState is set to Removed', 'reason': 'Removed', 'severity': 'Info', 'status': 'False', 'type': 'AIPipelinesReady'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'status': 'True', 'type': 'DashboardReady'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'message': 'Component ManagementState is set to Removed', 'reason': 'Removed', 'severity': 'Info', 'status': 'False', 'type': 'FeastOperatorReady'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'status': 'True', 'type': 'KserveLLMInferenceServiceDependencies'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'status': 'True', 'type': 'KserveLLMInferenceServiceWideEPDependencies'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'status': 'True', 'type': 'KserveReady'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'message': 'Component ManagementState is set to Removed', 'reason': 'Removed', 'severity': 'Info', 'status': 'False', 'type': 'KueueReady'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'message': 'Component ManagementState is set to Removed', 'reason': 'Removed', 'severity': 'Info', 'status': 'False', 'type': 'LlamaStackOperatorReady'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'message': 'Component ManagementState is set to Removed', 'reason': 'Removed', 'severity': 'Info', 'status': 'False', 'type': 'MLflowOperatorReady'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'status': 'True', 'type': 'ModelControllerReady'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'status': 'True', 'type': 'ModelRegistryReady'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'message': 'Component ManagementState is set to Removed', 'reason': 'Removed', 'severity': 'Info', 'status': 'False', 'type': 'ModelsAsServiceReady'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'message': 'Component ManagementState is set to Removed', 'reason': 'Removed', 'severity': 'Info', 'status': 'False', 'type': 'RayReady'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'message': 'Component ManagementState is set to Removed', 'reason': 'Removed', 'severity': 'Info', 'status': 'False', 'type': 'SparkOperatorReady'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'message': "JobSetOperator CR with name 'cluster' not found, please create it " 'first', 'reason': 'Error', 'status': 'False', 'type': 'TrainerReady'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'status': 'True', 'type': 'TrainingOperatorReady'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'status': 'True', 'type': 'TrustyAIReady'}, {'lastTransitionTime': '2026-06-11T07:06:13Z', 'status': 'True', 'type': 'WorkbenchesReady'}], 'phase': 'Not Ready', 'release': {'name': 'OpenShift AI Self-Managed', 'version': '3.4.1'}}. ! --- BVT pytest attempt 2026-06-11T07:06:19.994150+00:00 (/.local/bin/uv run pytest...) --- Bytecode compiled 9467 files in 398ms 2026-06-11T07:06:21.577776Z [info ] Writing tests log to /home/odh/opendatahub-tests/results/pytest-tests.log [conftest] 2026-06-11T07:06:21.587806Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-11T07:06:21.587984Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-11T07:06:21.588953Z [info ] PRAGMA main.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-11T07:06:21.589155Z [info ] PRAGMA main.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-11T07:06:21.589337Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-11T07:06:21.589499Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-11T07:06:21.589825Z [info ] PRAGMA temp.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-11T07:06:21.589969Z [info ] PRAGMA temp.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-11T07:06:21.590168Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-11T07:06:21.590311Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-11T07:06:21.590435Z [info ]  CREATE TABLE "OpenDataHubTestTable" ( id INTEGER NOT NULL, test_name VARCHAR(500) NOT NULL, start_time INTEGER NOT NULL, PRIMARY KEY (id) )  [sqlalchemy.engine.Engine] 2026-06-11T07:06:21.593069Z [info ]  CREATE TABLE "OpenDataHubTestTable" ( id INTEGER NOT NULL, test_name VARCHAR(500) NOT NULL, start_time INTEGER NOT NULL, PRIMARY KEY (id) )  [sqlalchemy.engine.Engine] 2026-06-11T07:06:21.593267Z [info ] [no key 0.00005s] ()  [sqlalchemy.engine.Engine] 2026-06-11T07:06:21.593448Z [info ] [no key 0.00005s] ()  [sqlalchemy.engine.Engine] 2026-06-11T07:06:21.593636Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-11T07:06:21.593782Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-11T07:06:21.593901Z [info ] Trying to get client via new_client_from_config [ocp_resources.resource] 2026-06-11T07:06:21.601665Z [info ] kind: DataScienceCluster api version: datasciencecluster.opendatahub.io/v2 [ocp_resources.resource] /home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/urllib3/connectionpool.py:1097: InsecureRequestWarning: Unverified HTTPS request is being made to host 'api.ods-qe-psi-23.osp.rh-ods.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#tls-warnings warnings.warn( 2026-06-11T07:06:21.690016Z [info ] kind: DSCInitialization api version: dscinitialization.opendatahub.io/v2 [ocp_resources.resource] 2026-06-11T07:06:21.716510Z [info ] Running model registry tests against default namespace [conftest] 2026-06-11T07:06:21.716786Z [info ] kind: DataScienceCluster api version: datasciencecluster.opendatahub.io/v2 [ocp_resources.resource] ============================= test session starts ============================== platform linux -- Python 3.14.5, pytest-9.0.3, pluggy-1.6.0 -- /home/odh/opendatahub-tests/.venv/bin/python cachedir: .pytest_cache metadata: {'Python': '3.14.5', 'Platform': 'Linux-5.14.0-427.115.1.el9_4.x86_64-x86_64-with-glibc2.42', 'Packages': {'pytest': '9.0.3', 'pluggy': '1.6.0'}, 'Plugins': {'anyio': '4.13.0', 'asyncio': '1.3.0', 'dependency': '0.6.1', 'html': '4.2.0', 'metadata': '3.1.1', 'order': '1.3.0', 'progress': '1.4.0', 'testconfig': '0.2.0', 'xdist': '3.8.0', 'syrupy': '5.1.0'}} rootdir: /home/odh/opendatahub-tests configfile: pytest.ini plugins: anyio-4.13.0, asyncio-1.3.0, dependency-0.6.1, html-4.2.0, metadata-3.1.1, order-1.3.0, progress-1.4.0, testconfig-0.2.0, xdist-3.8.0, syrupy-5.1.0 asyncio: mode=Mode.STRICT, debug=False, asyncio_default_fixture_loop_scope=None, asyncio_default_test_loop_scope=function collecting ... collected 29 items / 25 deselected / 4 selected tests/workbenches/notebooks_server/controller/test_spawning.py::TestNotebook::test_create_simple_notebook[unprivileged_model_namespace0-users_persistent_volume_claim0-default_notebook0-notebook_pod0]  test_create_simple_notebook[unprivileged_model_namespace0-users_persistent_volume_claim0-default_notebook0-notebook_pod0]  -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-06-11T07:06:21.797297Z [info ] (OpenDataHubTestTable|OpenDataHubTestTable) _post_configure_properties() started [sqlalchemy.orm.mapper.Mapper] 2026-06-11T07:06:21.798300Z [info ] (OpenDataHubTestTable|OpenDataHubTestTable) initialize prop id [sqlalchemy.orm.mapper.Mapper] 2026-06-11T07:06:21.798436Z [info ] (OpenDataHubTestTable|OpenDataHubTestTable) initialize prop test_name [sqlalchemy.orm.mapper.Mapper] 2026-06-11T07:06:21.798564Z [info ] (OpenDataHubTestTable|OpenDataHubTestTable) initialize prop start_time [sqlalchemy.orm.mapper.Mapper] 2026-06-11T07:06:21.798681Z [info ] (OpenDataHubTestTable|OpenDataHubTestTable) _post_configure_properties() complete [sqlalchemy.orm.mapper.Mapper] 2026-06-11T07:06:21.798810Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-11T07:06:21.798930Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-11T07:06:21.799045Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-11T07:06:21.799180Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-11T07:06:21.799333Z [info ] [generated in 0.00013s] ('/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/controller/test_spawning.py::test_create_simple_notebook[unprivileged_model_namespace0-users_persistent_volume_claim0-default_notebook0-notebook_pod0]', 1781161581) [sqlalchemy.engine.Engine] 2026-06-11T07:06:21.799461Z [info ] [generated in 0.00013s] ('/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/controller/test_spawning.py::test_create_simple_notebook[unprivileged_model_namespace0-users_persistent_volume_claim0-default_notebook0-notebook_pod0]', 1781161581) [sqlalchemy.engine.Engine] 2026-06-11T07:06:21.799586Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-11T07:06:21.799704Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-11T07:06:21.803115Z [info ] Executing session fixture: event_loop_policy [conftest] 2026-06-11T07:06:21.803324Z [info ] Executing session fixture: _syrupy_apply_ide_patches [conftest] 2026-06-11T07:06:21.803484Z [info ] Executing session fixture: admin_client [conftest] 2026-06-11T07:06:21.803630Z [info ] Trying to get client via new_client_from_config [ocp_resources.resource] 2026-06-11T07:06:21.807813Z [info ] Executing session fixture: dsc_resource [conftest] 2026-06-11T07:06:21.808145Z [info ] kind: DataScienceCluster api version: datasciencecluster.opendatahub.io/v2 [ocp_resources.resource] 2026-06-11T07:06:21.866602Z [info ] Executing session fixture: tmp_path_factory [conftest] 2026-06-11T07:06:21.866754Z [info ] Executing session fixture: tests_tmp_dir [conftest] 2026-06-11T07:06:21.867860Z [info ] Executing session fixture: os_path_environment [conftest] 2026-06-11T07:06:21.868015Z [info ] Executing session fixture: tmpdir_factory [conftest] 2026-06-11T07:06:21.868258Z [info ] Executing session fixture: bin_directory [conftest] 2026-06-11T07:06:21.869159Z [info ] Executing session fixture: oc_binary_path [conftest] 2026-06-11T07:06:21.869382Z [info ] kind: ConsoleCLIDownload api version: console.openshift.io/v1 [ocp_resources.resource] 2026-06-11T07:06:21.891649Z [info ] All oc console cli download links: ['https://downloads-openshift-console.apps.ods-qe-psi-23.osp.rh-ods.com/amd64/linux/oc.tar'] [utilities.infra] name=utilities.infra 2026-06-11T07:06:21.891798Z [info ] Downloading archive using: url=https://downloads-openshift-console.apps.ods-qe-psi-23.osp.rh-ods.com/amd64/linux/oc.tar [utilities.infra] name=utilities.infra 2026-06-11T07:06:23.364898Z [info ] Extract the downloaded archive. [utilities.infra] name=utilities.infra 2026-06-11T07:06:23.591836Z [info ] Downloaded file: ['oc']  [utilities.infra] name=utilities.infra 2026-06-11T07:06:23.619745Z [info ] Executing session fixture: bin_directory_to_os_path [conftest] 2026-06-11T07:06:23.617484Z [info ] OC binary path: /tmp/pytest-QpyfrL3vyYpGxD6kPvZSjD/bin0/oc [tests.conftest] name=tests.conftest 2026-06-11T07:06:23.617562Z [info ] Adding /tmp/pytest-QpyfrL3vyYpGxD6kPvZSjD/bin0 to $PATH [tests.conftest] name=tests.conftest 2026-06-11T07:06:23.621037Z [info ] Executing session fixture: nodes [conftest] 2026-06-11T07:06:23.667905Z [info ] Executing session fixture: dsci_resource [conftest] 2026-06-11T07:06:23.668064Z [info ] kind: DSCInitialization api version: dscinitialization.opendatahub.io/v2 [ocp_resources.resource] 2026-06-11T07:06:23.680021Z [info ] Executing session fixture: record_testsuite_property [conftest] 2026-06-11T07:06:23.680202Z [info ] Executing session fixture: junitxml_plugin [conftest] 2026-06-11T07:06:23.680327Z [info ] Executing session fixture: cluster_sanity_scope_session [conftest] 2026-06-11T07:06:23.679401Z [info ] Check cluster sanity.  [utilities.infra] name=utilities.infra 2026-06-11T07:06:23.680587Z [info ] Verify all nodes are in a healthy condition. [ocp_utilities.infra] 2026-06-11T07:06:23.752820Z [info ] Verify all nodes are schedulable. [ocp_utilities.infra] 2026-06-11T07:06:23.822903Z [info ] Waiting for 120 seconds [0:02:00], retry every 5 seconds. (Function: utilities.infra.wait_for_dsci_status_ready Kwargs: {'dsci_resource': }) [timeout_sampler] 2026-06-11T07:06:23.822330Z [info ] Wait for DSCI default-dsci to be in Ready status. [utilities.infra] name=utilities.infra 2026-06-11T07:06:23.823210Z [info ] Get DSCInitialization default-dsci status [ocp_resources DSCInitialization] 2026-06-11T07:06:23.845551Z [info ] Elapsed time: 9.34600830078125e-05 [0:00:00.000093] [timeout_sampler] 2026-06-11T07:06:23.845822Z [info ] Waiting for 120 seconds [0:02:00], retry every 5 seconds. (Function: utilities.infra.wait_for_dsc_status_ready Kwargs: {'dsc_resource': }) [timeout_sampler] 2026-06-11T07:06:23.844828Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:06:23.846075Z [info ] Get DataScienceCluster default-dsc status [ocp_resources DataScienceCluster] 2026-06-11T07:06:28.875325Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:06:33.909779Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:06:38.958201Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:06:43.991112Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:06:49.029927Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:06:54.072527Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:06:59.104480Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:07:04.136203Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:07:09.191219Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:07:14.227006Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:07:19.267560Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:07:24.298668Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:07:29.339767Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:07:34.375857Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:07:39.411756Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:07:44.452231Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:07:49.488384Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:07:54.519510Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:07:59.560346Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:08:04.613995Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:08:09.648824Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:08:14.735179Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:08:19.777122Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-11T07:08:24.818179Z [error ] Cluster sanity check failed: Timed Out: 120 Function: utilities.infra.wait_for_dsc_status_ready Kwargs: {'dsc_resource': } Last exception: ResourceNotReadyError: DSC default-dsc is not ready. Current status: {'components': {'aipipelines': {'managementState': 'Removed'}, 'dashboard': {'managementState': 'Managed'}, 'feastoperator': {'managementState': 'Removed'}, 'kserve': {'managementState': 'Managed', 'releases': [{'name': 'KServe', 'repoUrl': 'https://github.com/kserve/kserve/', 'version': 'v0.17.0'}, {'name': 'vLLM', 'repoUrl': 'https://github.com/vllm-project/vllm', 'version': 'v0.18.0'}, {'name': 'llm-d-inference-scheduler', 'repoUrl': 'https://github.com/llm-d/llm-d-inference-scheduler', 'version': 'v0.7.1'}, {'name': 'llm-d-workload-variant-autoscaler', 'repoUrl': 'https://github.com/llm-d/llm-d-workload-variant-autoscaler', 'version': 'v0.6.0'}]}, 'kueue': {'managementState': 'Removed'}, 'llamastackoperator': {'managementState': 'Removed'}, 'mlflowoperator': {'managementState': 'Removed'}, 'modelregistry': {'managementState': 'Managed', 'registriesNamespace': 'rhoai-model-registries', 'releases': [{'name': 'Kubeflow Model Registry', 'repoUrl': 'https://github.com/kubeflow/model-registry', 'version': 'latest'}, {'name': 'Open Data Hub Model Registry Operator', 'repoUrl': 'https://github.com/opendatahub-io/model-registry-operator', 'version': 'latest'}]}, 'ray': {'managementState': 'Removed'}, 'sparkoperator': {'managementState': 'Removed'}, 'trainer': {'managementState': 'Managed'}, 'trainingoperator': {'managementState': 'Managed', 'releases': [{'name': 'Kubeflow Training Operator', 'repoUrl': 'https://github.com/kubeflow/trainer', 'version': '1.9.0'}]}, 'trustyai': {'managementState': 'Managed', 'releases': [{'name': 'TrustyAI operator', 'repoUrl': 'https://github.com/trustyai-explainability/trustyai-service-operator', 'version': 'v1.37.0'}, {'name': 'TrustyAI service', 'repoUrl': 'https://github.com/trustyai-explainability/trustyai-explainability', 'version': 'v0.28.0'}, {'name': 'TrustyAI LMEval driver', 'repoUrl': 'https://github.com/trustyai-explainability/trustyai-service-operator', 'version': 'v1.37.0'}, {'name': 'TrustyAI LMEval job', 'repoUrl': 'https://github.com/EleutherAI/lm-evaluation-harness', 'version': 'v0.4.8'}, {'name': 'TrustyAI Guardrails orchestrator', 'repoUrl': 'https://github.com/foundation-model-stack/fms-guardrails-orchestrator', 'version': '0.9.4'}, {'name': 'TrustyAI builtin detectors', 'repoUrl': 'https://github.com/trustyai-explainability/guardrails-regex-detector', 'version': 'v0.2.0'}, {'name': 'TrustyAI sidecar gateway', 'repoUrl': 'https://github.com/trustyai-explainability/vllm-orchestrator-gateway', 'version': 'v0.2.1'}]}, 'workbenches': {'managementState': 'Managed', 'releases': [{'name': 'Kubeflow Notebook Controller', 'repoUrl': 'https://github.com/kubeflow/kubeflow', 'version': '1.10.0'}], 'workbenchNamespace': 'rhods-notebooks'}}, 'conditions': [{'lastTransitionTime': '2026-06-11T07:08:19Z', 'message': 'Some components are not ready: trainer', 'reason': 'NotReady', 'status': 'False', 'type': 'Ready'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'observedGeneration': 1, 'status': 'True', 'type': 'ProvisioningSucceeded'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'message': 'Some components are not ready: trainer', 'reason': 'NotReady', 'status': 'False', 'type': 'ComponentsReady'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'message': 'Component ManagementState is set to Removed', 'reason': 'Removed', 'severity': 'Info', 'status': 'False', 'type': 'AIPipelinesReady'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'status': 'True', 'type': 'DashboardReady'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'message': 'Component ManagementState is set to Removed', 'reason': 'Removed', 'severity': 'Info', 'status': 'False', 'type': 'FeastOperatorReady'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'status': 'True', 'type': 'KserveLLMInferenceServiceDependencies'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'status': 'True', 'type': 'KserveLLMInferenceServiceWideEPDependencies'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'status': 'True', 'type': 'KserveReady'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'message': 'Component ManagementState is set to Removed', 'reason': 'Removed', 'severity': 'Info', 'status': 'False', 'type': 'KueueReady'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'message': 'Component ManagementState is set to Removed', 'reason': 'Removed', 'severity': 'Info', 'status': 'False', 'type': 'LlamaStackOperatorReady'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'message': 'Component ManagementState is set to Removed', 'reason': 'Removed', 'severity': 'Info', 'status': 'False', 'type': 'MLflowOperatorReady'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'status': 'True', 'type': 'ModelControllerReady'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'status': 'True', 'type': 'ModelRegistryReady'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'message': 'Component ManagementState is set to Removed', 'reason': 'Removed', 'severity': 'Info', 'status': 'False', 'type': 'ModelsAsServiceReady'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'message': 'Component ManagementState is set to Removed', 'reason': 'Removed', 'severity': 'Info', 'status': 'False', 'type': 'RayReady'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'message': 'Component ManagementState is set to Removed', 'reason': 'Removed', 'severity': 'Info', 'status': 'False', 'type': 'SparkOperatorReady'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'message': "JobSetOperator CR with name 'cluster' not found, please create it " 'first', 'reason': 'Error', 'status': 'False', 'type': 'TrainerReady'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'status': 'True', 'type': 'TrainingOperatorReady'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'status': 'True', 'type': 'TrustyAIReady'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'status': 'True', 'type': 'WorkbenchesReady'}], 'phase': 'Not Ready', 'release': {'name': 'OpenShift AI Self-Managed', 'version': '3.4.1'}}. [utilities.infra] name=utilities.infra ================ 25 deselected, 1 warning in 123.51s (0:02:03) ================= ================ 25 deselected, 1 warning in 123.51s (0:02:03) ================= ! _pytest.outcomes.Exit: Cluster sanity check failed: Timed Out: 120 Function: utilities.infra.wait_for_dsc_status_ready Kwargs: {'dsc_resource': } Last exception: ResourceNotReadyError: DSC default-dsc is not ready. Current status: {'components': {'aipipelines': {'managementState': 'Removed'}, 'dashboard': {'managementState': 'Managed'}, 'feastoperator': {'managementState': 'Removed'}, 'kserve': {'managementState': 'Managed', 'releases': [{'name': 'KServe', 'repoUrl': 'https://github.com/kserve/kserve/', 'version': 'v0.17.0'}, {'name': 'vLLM', 'repoUrl': 'https://github.com/vllm-project/vllm', 'version': 'v0.18.0'}, {'name': 'llm-d-inference-scheduler', 'repoUrl': 'https://github.com/llm-d/llm-d-inference-scheduler', 'version': 'v0.7.1'}, {'name': 'llm-d-workload-variant-autoscaler', 'repoUrl': 'https://github.com/llm-d/llm-d-workload-variant-autoscaler', 'version': 'v0.6.0'}]}, 'kueue': {'managementState': 'Removed'}, 'llamastackoperator': {'managementState': 'Removed'}, 'mlflowoperator': {'managementState': 'Removed'}, 'modelregistry': {'managementState': 'Managed', 'registriesNamespace': 'rhoai-model-registries', 'releases': [{'name': 'Kubeflow Model Registry', 'repoUrl': 'https://github.com/kubeflow/model-registry', 'version': 'latest'}, {'name': 'Open Data Hub Model Registry Operator', 'repoUrl': 'https://github.com/opendatahub-io/model-registry-operator', 'version': 'latest'}]}, 'ray': {'managementState': 'Removed'}, 'sparkoperator': {'managementState': 'Removed'}, 'trainer': {'managementState': 'Managed'}, 'trainingoperator': {'managementState': 'Managed', 'releases': [{'name': 'Kubeflow Training Operator', 'repoUrl': 'https://github.com/kubeflow/trainer', 'version': '1.9.0'}]}, 'trustyai': {'managementState': 'Managed', 'releases': [{'name': 'TrustyAI operator', 'repoUrl': 'https://github.com/trustyai-explainability/trustyai-service-operator', 'version': 'v1.37.0'}, {'name': 'TrustyAI service', 'repoUrl': 'https://github.com/trustyai-explainability/trustyai-explainability', 'version': 'v0.28.0'}, {'name': 'TrustyAI LMEval driver', 'repoUrl': 'https://github.com/trustyai-explainability/trustyai-service-operator', 'version': 'v1.37.0'}, {'name': 'TrustyAI LMEval job', 'repoUrl': 'https://github.com/EleutherAI/lm-evaluation-harness', 'version': 'v0.4.8'}, {'name': 'TrustyAI Guardrails orchestrator', 'repoUrl': 'https://github.com/foundation-model-stack/fms-guardrails-orchestrator', 'version': '0.9.4'}, {'name': 'TrustyAI builtin detectors', 'repoUrl': 'https://github.com/trustyai-explainability/guardrails-regex-detector', 'version': 'v0.2.0'}, {'name': 'TrustyAI sidecar gateway', 'repoUrl': 'https://github.com/trustyai-explainability/vllm-orchestrator-gateway', 'version': 'v0.2.1'}]}, 'workbenches': {'managementState': 'Managed', 'releases': [{'name': 'Kubeflow Notebook Controller', 'repoUrl': 'https://github.com/kubeflow/kubeflow', 'version': '1.10.0'}], 'workbenchNamespace': 'rhods-notebooks'}}, 'conditions': [{'lastTransitionTime': '2026-06-11T07:08:19Z', 'message': 'Some components are not ready: trainer', 'reason': 'NotReady', 'status': 'False', 'type': 'Ready'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'observedGeneration': 1, 'status': 'True', 'type': 'ProvisioningSucceeded'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'message': 'Some components are not ready: trainer', 'reason': 'NotReady', 'status': 'False', 'type': 'ComponentsReady'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'message': 'Component ManagementState is set to Removed', 'reason': 'Removed', 'severity': 'Info', 'status': 'False', 'type': 'AIPipelinesReady'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'status': 'True', 'type': 'DashboardReady'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'message': 'Component ManagementState is set to Removed', 'reason': 'Removed', 'severity': 'Info', 'status': 'False', 'type': 'FeastOperatorReady'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'status': 'True', 'type': 'KserveLLMInferenceServiceDependencies'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'status': 'True', 'type': 'KserveLLMInferenceServiceWideEPDependencies'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'status': 'True', 'type': 'KserveReady'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'message': 'Component ManagementState is set to Removed', 'reason': 'Removed', 'severity': 'Info', 'status': 'False', 'type': 'KueueReady'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'message': 'Component ManagementState is set to Removed', 'reason': 'Removed', 'severity': 'Info', 'status': 'False', 'type': 'LlamaStackOperatorReady'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'message': 'Component ManagementState is set to Removed', 'reason': 'Removed', 'severity': 'Info', 'status': 'False', 'type': 'MLflowOperatorReady'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'status': 'True', 'type': 'ModelControllerReady'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'status': 'True', 'type': 'ModelRegistryReady'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'message': 'Component ManagementState is set to Removed', 'reason': 'Removed', 'severity': 'Info', 'status': 'False', 'type': 'ModelsAsServiceReady'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'message': 'Component ManagementState is set to Removed', 'reason': 'Removed', 'severity': 'Info', 'status': 'False', 'type': 'RayReady'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'message': 'Component ManagementState is set to Removed', 'reason': 'Removed', 'severity': 'Info', 'status': 'False', 'type': 'SparkOperatorReady'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'message': "JobSetOperator CR with name 'cluster' not found, please create it " 'first', 'reason': 'Error', 'status': 'False', 'type': 'TrainerReady'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'status': 'True', 'type': 'TrainingOperatorReady'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'status': 'True', 'type': 'TrustyAIReady'}, {'lastTransitionTime': '2026-06-11T07:08:19Z', 'status': 'True', 'type': 'WorkbenchesReady'}], 'phase': 'Not Ready', 'release': {'name': 'OpenShift AI Self-Managed', 'version': '3.4.1'}}. ! --- BVT pytest attempt 2026-06-11T07:08:32.762853+00:00 (python3 -m pytest...) --- ImportError while loading conftest '/home/odh/opendatahub-tests/conftest.py'. conftest.py:16: in from ocp_resources.cluster_service_version import ClusterServiceVersion E ModuleNotFoundError: No module named 'ocp_resources'