--- BVT pytest attempt 2026-06-14T10:21:49.223103+00:00 (/.local/bin/uv run pytest...) --- 2026-06-14T10:21:50.383533Z [info ] Writing tests log to /home/odh/opendatahub-tests/results/pytest-tests.log [conftest] 2026-06-14T10:21:50.392535Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-14T10:21:50.392720Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-14T10:21:50.393338Z [info ] PRAGMA main.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-14T10:21:50.393508Z [info ] PRAGMA main.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-14T10:21:50.393690Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-14T10:21:50.394367Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-14T10:21:50.394545Z [info ] PRAGMA temp.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-14T10:21:50.394688Z [info ] PRAGMA temp.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-14T10:21:50.394852Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-14T10:21:50.395008Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-14T10:21:50.395196Z [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-14T10:21:50.395514Z [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-14T10:21:50.395654Z [info ] [no key 0.00005s] ()  [sqlalchemy.engine.Engine] 2026-06-14T10:21:50.395780Z [info ] [no key 0.00005s] ()  [sqlalchemy.engine.Engine] 2026-06-14T10:21:50.395904Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-14T10:21:50.396021Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-14T10:21:50.396646Z [info ] Trying to get client via new_client_from_config [ocp_resources.resource] 2026-06-14T10:21:50.404862Z [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-14T10:21:50.508422Z [info ] kind: DSCInitialization api version: dscinitialization.opendatahub.io/v2 [ocp_resources.resource] 2026-06-14T10:21:50.532525Z [info ] Running model registry tests against default namespace [conftest] 2026-06-14T10:21:50.532656Z [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 ... 2026-06-14T10:21:51.155663Z [info ] Number of unique LMEval tasks with more than 10000 downloads: 35 [tests.ai_safety.lm_eval.utils] name=tests.ai_safety.lm_eval.utils 2026-06-14T10:21:51.178136Z [info ] Number of unique LMEval tasks with more than 1547.0 downloads: 43 [tests.ai_safety.lm_eval.utils] name=tests.ai_safety.lm_eval.utils collected 273 items / 268 deselected / 5 selected tests/ai_safety/evalhub/test_evalhub_deployment.py::test_evalhub_crd_exists  ----------------------------------------------- test_evalhub_crd_exists ----------------------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-06-14T10:21:51.289870Z [info ] (OpenDataHubTestTable|OpenDataHubTestTable) _post_configure_properties() started [sqlalchemy.orm.mapper.Mapper] 2026-06-14T10:21:51.290654Z [info ] (OpenDataHubTestTable|OpenDataHubTestTable) initialize prop id [sqlalchemy.orm.mapper.Mapper] 2026-06-14T10:21:51.290807Z [info ] (OpenDataHubTestTable|OpenDataHubTestTable) initialize prop test_name [sqlalchemy.orm.mapper.Mapper] 2026-06-14T10:21:51.290944Z [info ] (OpenDataHubTestTable|OpenDataHubTestTable) initialize prop start_time [sqlalchemy.orm.mapper.Mapper] 2026-06-14T10:21:51.291074Z [info ] (OpenDataHubTestTable|OpenDataHubTestTable) _post_configure_properties() complete [sqlalchemy.orm.mapper.Mapper] 2026-06-14T10:21:51.291624Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-14T10:21:51.291772Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-14T10:21:51.291905Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-14T10:21:51.292030Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-14T10:21:51.292227Z [info ] [generated in 0.00013s] ('/home/odh/opendatahub-tests/tests/ai_safety/evalhub/test_evalhub_deployment.py::test_evalhub_crd_exists', 1781432511) [sqlalchemy.engine.Engine] 2026-06-14T10:21:51.292374Z [info ] [generated in 0.00013s] ('/home/odh/opendatahub-tests/tests/ai_safety/evalhub/test_evalhub_deployment.py::test_evalhub_crd_exists', 1781432511) [sqlalchemy.engine.Engine] 2026-06-14T10:21:51.292507Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-14T10:21:51.292632Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-14T10:21:51.295903Z [info ] Executing session fixture: event_loop_policy [conftest] 2026-06-14T10:21:51.296358Z [info ] Executing session fixture: _syrupy_apply_ide_patches [conftest] 2026-06-14T10:21:51.296552Z [info ] Executing session fixture: admin_client [conftest] 2026-06-14T10:21:51.296691Z [info ] Trying to get client via new_client_from_config [ocp_resources.resource] 2026-06-14T10:21:51.301244Z [info ] Executing session fixture: dsc_resource [conftest] 2026-06-14T10:21:51.301502Z [info ] kind: DataScienceCluster api version: datasciencecluster.opendatahub.io/v2 [ocp_resources.resource] 2026-06-14T10:21:51.362634Z [info ] Executing session fixture: tmp_path_factory [conftest] 2026-06-14T10:21:51.363166Z [info ] Executing session fixture: tests_tmp_dir [conftest] 2026-06-14T10:21:51.363859Z [info ] Executing session fixture: os_path_environment [conftest] 2026-06-14T10:21:51.363989Z [info ] Executing session fixture: tmpdir_factory [conftest] 2026-06-14T10:21:51.364227Z [info ] Executing session fixture: bin_directory [conftest] 2026-06-14T10:21:51.365245Z [info ] Executing session fixture: oc_binary_path [conftest] 2026-06-14T10:21:51.365371Z [info ] kind: ConsoleCLIDownload api version: console.openshift.io/v1 [ocp_resources.resource] 2026-06-14T10:21:51.388505Z [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-14T10:21:51.388585Z [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-14T10:21:58.868851Z [info ] Extract the downloaded archive. [utilities.infra] name=utilities.infra 2026-06-14T10:21:59.142721Z [info ] Downloaded file: ['oc']  [utilities.infra] name=utilities.infra 2026-06-14T10:21:59.174169Z [info ] Executing session fixture: bin_directory_to_os_path [conftest] 2026-06-14T10:21:59.169686Z [info ] OC binary path: /tmp/pytest-W6SQ8rKBzdCwpXwsJURUP8/bin0/oc [tests.conftest] name=tests.conftest 2026-06-14T10:21:59.169787Z [info ] Adding /tmp/pytest-W6SQ8rKBzdCwpXwsJURUP8/bin0 to $PATH [tests.conftest] name=tests.conftest 2026-06-14T10:21:59.175796Z [info ] Executing session fixture: nodes [conftest] 2026-06-14T10:21:59.222683Z [info ] Executing session fixture: dsci_resource [conftest] 2026-06-14T10:21:59.222834Z [info ] kind: DSCInitialization api version: dscinitialization.opendatahub.io/v2 [ocp_resources.resource] 2026-06-14T10:21:59.236452Z [info ] Executing session fixture: record_testsuite_property [conftest] 2026-06-14T10:21:59.236738Z [info ] Executing session fixture: junitxml_plugin [conftest] 2026-06-14T10:21:59.236859Z [info ] Executing session fixture: cluster_sanity_scope_session [conftest] 2026-06-14T10:21:59.235492Z [info ] Check cluster sanity.  [utilities.infra] name=utilities.infra 2026-06-14T10:21:59.237132Z [info ] Verify all nodes are in a healthy condition. [ocp_utilities.infra] 2026-06-14T10:21:59.309744Z [info ] Verify all nodes are schedulable. [ocp_utilities.infra] 2026-06-14T10:21:59.383194Z [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-14T10:21:59.382392Z [info ] Wait for DSCI default-dsci to be in Ready status. [utilities.infra] name=utilities.infra 2026-06-14T10:21:59.383752Z [info ] Get DSCInitialization default-dsci status [ocp_resources DSCInitialization] 2026-06-14T10:21:59.394590Z [info ] Elapsed time: 0.0001518726348876953 [0:00:00.000152] [timeout_sampler] 2026-06-14T10:21:59.394740Z [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-14T10:21:59.394023Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-14T10:21:59.395062Z [info ] Get DataScienceCluster default-dsc status [ocp_resources DataScienceCluster] 2026-06-14T10:22:04.428923Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-14T10:22:09.460442Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-14T10:22:14.493985Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-14T10:22:19.527205Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-14T10:22:24.566956Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-14T10:22:29.600306Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-14T10:22:34.639903Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-14T10:22:39.676543Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-14T10:22:44.708493Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-14T10:22:49.763203Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-14T10:22:54.794461Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-14T10:22:59.835428Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-14T10:23:04.876372Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-14T10:23:04.896243Z [info ] Elapsed time: 65.49653220176697 [0:01:05.496532] [timeout_sampler] 2026-06-14T10:23:04.890684Z [error ] Cluster sanity check failed: Timed Out: 120 Function: utilities.infra.wait_for_dsc_status_ready Kwargs: {'dsc_resource': } Last exception: UnauthorizedError: 401 Reason: Unauthorized HTTP response headers: HTTPHeaderDict({'Audit-Id': '8158def9-87e1-4560-9e31-7e774eaf3ab7', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Date': 'Sun, 14 Jun 2026 10:23:04 GMT', 'Content-Length': '129'}) HTTP response body: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"Unauthorized","reason":"Unauthorized","code":401}\n' Original traceback: File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/client.py", line 55, in inner resp = func(self, *args, **kwargs) File "/home/odh/opendatahub-tests/.venv/lib64/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 "/home/odh/opendatahub-tests/.venv/lib64/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 "/home/odh/opendatahub-tests/.venv/lib64/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 "/home/odh/opendatahub-tests/.venv/lib64/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 "/home/odh/opendatahub-tests/.venv/lib64/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 "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/rest.py", line 238, in request raise ApiException(http_resp=r) . Elapsed time: 65.49653220176697 [0:01:05.496532] [utilities.infra] name=utilities.infra ================ 268 deselected, 1 warning in 75.06s (0:01:15) ================= ================ 268 deselected, 1 warning in 75.07s (0:01:15) ================= ! _pytest.outcomes.Exit: Cluster sanity check failed: Timed Out: 120 Function: utilities.infra.wait_for_dsc_status_ready Kwargs: {'dsc_resource': } Last exception: UnauthorizedError: 401 Reason: Unauthorized HTTP response headers: HTTPHeaderDict({'Audit-Id': '8158def9-87e1-4560-9e31-7e774eaf3ab7', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Date': 'Sun, 14 Jun 2026 10:23:04 GMT', 'Content-Length': '129'}) HTTP response body: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"Unauthorized","reason":"Unauthorized","code":401}\n' Original traceback: File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/client.py", line 55, in inner resp = func(self, *args, **kwargs) File "/home/odh/opendatahub-tests/.venv/lib64/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 "/home/odh/opendatahub-tests/.venv/lib64/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 "/home/odh/opendatahub-tests/.venv/lib64/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 "/home/odh/opendatahub-tests/.venv/lib64/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 "/home/odh/opendatahub-tests/.venv/lib64/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 "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/rest.py", line 238, in request raise ApiException(http_resp=r) . Elapsed time: 65.49653220176697 [0:01:05.496532] ! --- BVT pytest attempt 2026-06-14T10:23:06.283669+00:00 (/.local/bin/uv run pytest...) --- Bytecode compiled 9467 files in 366ms 2026-06-14T10:23:07.847957Z [info ] Writing tests log to /home/odh/opendatahub-tests/results/pytest-tests.log [conftest] 2026-06-14T10:23:07.857123Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-14T10:23:07.858017Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-14T10:23:07.858221Z [info ] PRAGMA main.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-14T10:23:07.858394Z [info ] PRAGMA main.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-14T10:23:07.858741Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-14T10:23:07.858923Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-14T10:23:07.859063Z [info ] PRAGMA temp.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-14T10:23:07.859235Z [info ] PRAGMA temp.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-14T10:23:07.859589Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-14T10:23:07.859761Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-14T10:23:07.859916Z [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-14T10:23:07.862240Z [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-14T10:23:07.862491Z [info ] [no key 0.00005s] ()  [sqlalchemy.engine.Engine] 2026-06-14T10:23:07.862676Z [info ] [no key 0.00005s] ()  [sqlalchemy.engine.Engine] 2026-06-14T10:23:07.862810Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-14T10:23:07.862937Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-14T10:23:07.863065Z [info ] Trying to get client via new_client_from_config [ocp_resources.resource] 2026-06-14T10:23:07.869427Z [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( INTERNALERROR> Traceback (most recent call last): INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/ocp_resources/resource.py", line 1170, in retry_cluster_exceptions INTERNALERROR> for sample in sampler: INTERNALERROR> ^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/timeout_sampler/__init__.py", line 171, in __iter__ INTERNALERROR> raise TimeoutExpiredError( INTERNALERROR> self._get_exception_log(exp=last_exp), last_exp=last_exp, elapsed_time=elapsed_time INTERNALERROR> ) INTERNALERROR> timeout_sampler.TimeoutExpiredError: Timed Out: 10 INTERNALERROR> Function: ocp_resources.resource._instance INTERNALERROR> Last exception: UnauthorizedError: 401 INTERNALERROR> Reason: Unauthorized INTERNALERROR> HTTP response headers: HTTPHeaderDict({'Audit-Id': '8bb8e3e2-907d-4f49-9000-131261b92b00', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Date': 'Sun, 14 Jun 2026 10:23:07 GMT', 'Content-Length': '129'}) INTERNALERROR> HTTP response body: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"Unauthorized","reason":"Unauthorized","code":401}\n' INTERNALERROR> Original traceback: INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/client.py", line 55, in inner INTERNALERROR> resp = func(self, *args, **kwargs) INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/client.py", line 277, in request INTERNALERROR> api_response = self.client.call_api( INTERNALERROR> path, INTERNALERROR> ...<11 lines>... INTERNALERROR> _request_timeout=params.get('_request_timeout') INTERNALERROR> ) INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py", line 348, in call_api INTERNALERROR> return self.__call_api(resource_path, method, INTERNALERROR> ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> path_params, query_params, header_params, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> ...<2 lines>... INTERNALERROR> _return_http_data_only, collection_formats, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> _preload_content, _request_timeout, _host) INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py", line 180, in __call_api INTERNALERROR> response_data = self.request( INTERNALERROR> method, url, query_params=query_params, headers=header_params, INTERNALERROR> post_params=post_params, body=body, INTERNALERROR> _preload_content=_preload_content, INTERNALERROR> _request_timeout=_request_timeout) INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py", line 373, in request INTERNALERROR> return self.rest_client.GET(url, INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~^^^^^ INTERNALERROR> query_params=query_params, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> _preload_content=_preload_content, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> _request_timeout=_request_timeout, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> headers=headers) INTERNALERROR> ^^^^^^^^^^^^^^^^ INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/rest.py", line 244, in GET INTERNALERROR> return self.request("GET", url, INTERNALERROR> ~~~~~~~~~~~~^^^^^^^^^^^^ INTERNALERROR> headers=headers, INTERNALERROR> ^^^^^^^^^^^^^^^^ INTERNALERROR> _preload_content=_preload_content, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> _request_timeout=_request_timeout, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> query_params=query_params) INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/rest.py", line 238, in request INTERNALERROR> raise ApiException(http_resp=r) INTERNALERROR> . INTERNALERROR> Elapsed time: 0.06564068794250488 [0:00:00.065641] INTERNALERROR> INTERNALERROR> The above exception was the direct cause of the following exception: INTERNALERROR> INTERNALERROR> Traceback (most recent call last): INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/main.py", line 316, in wrap_session INTERNALERROR> config.hook.pytest_sessionstart(session=session) INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_hooks.py", line 512, in __call__ INTERNALERROR> return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult) INTERNALERROR> ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_manager.py", line 120, in _hookexec INTERNALERROR> return self._inner_hookexec(hook_name, methods, kwargs, firstresult) INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 167, in _multicall INTERNALERROR> raise exception INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 121, in _multicall INTERNALERROR> res = hook_impl.function(*args) INTERNALERROR> File "/home/odh/opendatahub-tests/conftest.py", line 381, in pytest_sessionstart INTERNALERROR> updated_global_config(admin_client=get_client(), config=config) INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/conftest.py", line 392, in updated_global_config INTERNALERROR> distribution = get_operator_distribution(client=admin_client) INTERNALERROR> File "/home/odh/opendatahub-tests/utilities/infra.py", line 920, in get_operator_distribution INTERNALERROR> dsc = get_data_science_cluster(client=client, dsc_name=dsc_name) INTERNALERROR> File "/home/odh/opendatahub-tests/utilities/infra.py", line 878, in get_data_science_cluster INTERNALERROR> return DataScienceCluster(client=client, name=dsc_name, ensure_exists=True) INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/ocp_resources/data_science_cluster.py", line 26, in __init__ INTERNALERROR> super().__init__(**kwargs) INTERNALERROR> ~~~~~~~~~~~~~~~~^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/ocp_resources/resource.py", line 705, in __init__ INTERNALERROR> self._ensure_exists() INTERNALERROR> ~~~~~~~~~~~~~~~~~~~^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/ocp_resources/resource.py", line 714, in _ensure_exists INTERNALERROR> if not self.exists: INTERNALERROR> ^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/ocp_resources/resource.py", line 980, in exists INTERNALERROR> return self.instance INTERNALERROR> ^^^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/ocp_resources/resource.py", line 1247, in instance INTERNALERROR> return self.retry_cluster_exceptions(func=_instance) INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/ocp_resources/resource.py", line 1175, in retry_cluster_exceptions INTERNALERROR> raise exp.last_exp from exp INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/timeout_sampler/__init__.py", line 162, in __iter__ INTERNALERROR> yield self.func(*self.func_args, **self.func_kwargs) INTERNALERROR> ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/ocp_resources/resource.py", line 1245, in _instance INTERNALERROR> return self.api.get(name=self.name) INTERNALERROR> ~~~~~~~~~~~~^^^^^^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/client.py", line 112, in get INTERNALERROR> return self.request('get', path, **kwargs) INTERNALERROR> ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/client.py", line 57, in inner INTERNALERROR> raise api_exception(e) INTERNALERROR> kubernetes.dynamic.exceptions.UnauthorizedError: 401 INTERNALERROR> Reason: Unauthorized INTERNALERROR> HTTP response headers: HTTPHeaderDict({'Audit-Id': '8bb8e3e2-907d-4f49-9000-131261b92b00', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Date': 'Sun, 14 Jun 2026 10:23:07 GMT', 'Content-Length': '129'}) INTERNALERROR> HTTP response body: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"Unauthorized","reason":"Unauthorized","code":401}\n' INTERNALERROR> Original traceback: INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/client.py", line 55, in inner INTERNALERROR> resp = func(self, *args, **kwargs) INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/client.py", line 277, in request INTERNALERROR> api_response = self.client.call_api( INTERNALERROR> path, INTERNALERROR> ...<11 lines>... INTERNALERROR> _request_timeout=params.get('_request_timeout') INTERNALERROR> ) INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py", line 348, in call_api INTERNALERROR> return self.__call_api(resource_path, method, INTERNALERROR> ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> path_params, query_params, header_params, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> ...<2 lines>... INTERNALERROR> _return_http_data_only, collection_formats, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> _preload_content, _request_timeout, _host) INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py", line 180, in __call_api INTERNALERROR> response_data = self.request( INTERNALERROR> method, url, query_params=query_params, headers=header_params, INTERNALERROR> post_params=post_params, body=body, INTERNALERROR> _preload_content=_preload_content, INTERNALERROR> _request_timeout=_request_timeout) INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py", line 373, in request INTERNALERROR> return self.rest_client.GET(url, INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~^^^^^ INTERNALERROR> query_params=query_params, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> _preload_content=_preload_content, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> _request_timeout=_request_timeout, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> headers=headers) INTERNALERROR> ^^^^^^^^^^^^^^^^ INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/rest.py", line 244, in GET INTERNALERROR> return self.request("GET", url, INTERNALERROR> ~~~~~~~~~~~~^^^^^^^^^^^^ INTERNALERROR> headers=headers, INTERNALERROR> ^^^^^^^^^^^^^^^^ INTERNALERROR> _preload_content=_preload_content, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> _request_timeout=_request_timeout, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> query_params=query_params) INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/rest.py", line 238, in request INTERNALERROR> raise ApiException(http_resp=r) --- BVT pytest attempt 2026-06-14T10:23:08.828561+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'