<?xml version="1.0" encoding="utf-8"?><testsuites name="pytest tests"><testsuite name="workbenches" errors="3" failures="0" skipped="0" tests="11" time="402.790" timestamp="2026-09-06T10:12:30.593376+00:00" hostname="e2e-cli-nmanos-ephc-rhoai-smoke-tfw7b-test-workbenches-pod"><testcase classname="tests.workbenches.notebooks_server.controller.test_deployment_health.TestNotebookControllerDeployment" name="test_controller_replicas_ready[test_odh_notebook_controller_replicas]" time="1.506" /><testcase classname="tests.workbenches.notebooks_server.controller.test_deployment_health.TestNotebookControllerDeployment" name="test_controller_replicas_ready[test_kf_notebook_controller_replicas]" time="0.096" /><testcase classname="tests.workbenches.notebooks_server.controller.test_deployment_health.TestNotebookControllerDeployment" name="test_controller_container_count[test_odh_notebook_controller_containers]" time="0.051" /><testcase classname="tests.workbenches.notebooks_server.controller.test_deployment_health.TestNotebookControllerDeployment" name="test_controller_container_count[test_kf_notebook_controller_containers]" time="0.051" /><testcase classname="tests.workbenches.notebooks_server.controller.test_deployment_health.TestNotebookControllerDeployment" name="test_controller_container_resources[test_odh_notebook_controller_resources]" time="0.051" /><testcase classname="tests.workbenches.notebooks_server.controller.test_deployment_health.TestNotebookControllerDeployment" name="test_controller_container_resources[test_kf_notebook_controller_resources]" time="0.052" /><testcase classname="tests.workbenches.notebooks_server.controller.test_env_vars.TestEnvironmentVariables" name="test_env_vars_propagation[test_env_vars_propagation]" time="134.117"><error message="failed on setup with &quot;AssertionError: Pod 'test-nb-envvars-0' failed to reach Ready state within 120 seconds.&#10;Pod diagnostics:&#10;Pod phase=Running, reason=None, message=None&#10;Condition PodReadyToStartContainers: status=True, reason=None, message=None&#10;Condition Initialized: status=True, reason=None, message=None&#10;Condition Ready: status=False, reason=ContainersNotReady, message=containers with unready status: [test-nb-envvars]&#10;Condition ContainersReady: status=False, reason=ContainersNotReady, message=containers with unready status: [test-nb-envvars]&#10;Condition PodScheduled: status=True, reason=None, message=None&#10;Container 'kube-rbac-proxy': ready=True, restarts=0, state=running&#10;Container 'test-nb-envvars': ready=False, restarts=3, state=waiting(CrashLoopBackOff), message=back-off 40s restarting failed container=test-nb-envvars pod=test-nb-envvars-0_test-nb-envvars(4b0fdc71-7181-4d3e-a806-71e78c2cf6f4)&#10;Original Error: Timed Out: 119.98282146453857&#10;Function: ocp_resources.resource.wait_for_condition.lambda: self.instance&#10;Last exception: N/A.&#10;Elapsed time: 119.98282146453857 [0:01:59.982821]&#10;Pod information collected to must-gather directory for debugging.&quot;">Traceback (most recent call last):
  File "/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/controller/conftest.py", line 263, in notebook_pod
    notebook_pod.wait_for_condition(
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        condition=Pod.Condition.READY,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        status=Pod.Condition.Status.TRUE,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        timeout=pod_ready_timeout,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/ocp_resources/resource.py", line 1317, in wait_for_condition
    for sample in TimeoutSampler(
                  ~~~~~~~~~~~~~~^
        wait_timeout=timeout_watcher.remaining_time(),
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        sleep=sleep_time,
        ^^^^^^^^^^^^^^^^^
        func=lambda: self.instance,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ):
    ^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/timeout_sampler/__init__.py", line 346, in __iter__
    raise TimeoutExpiredError(
    ...&lt;3 lines&gt;...
    )
timeout_sampler.TimeoutExpiredError: Timed Out: 119.98282146453857
Function: ocp_resources.resource.wait_for_condition.lambda: self.instance
Last exception: N/A.
Elapsed time: 119.98282146453857 [0:01:59.982821]

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/runner.py", line 361, in from_call
    result: TResult | None = func()
                             ~~~~^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/runner.py", line 250, in &lt;lambda&gt;
    lambda: runtest_hook(item=item, **kwds),
            ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
           ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 167, in _multicall
    raise exception
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/capture.py", line 895, in pytest_runtest_setup
    return (yield)
            ^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/runner.py", line 170, in pytest_runtest_setup
    item.session._setupstate.setup(item)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/runner.py", line 536, in setup
    col.setup()
    ~~~~~~~~~^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/python.py", line 1710, in setup
    self._request._fillfixtures()
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 806, in _fillfixtures
    item.funcargs[argname] = self.getfixturevalue(argname)
                             ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 630, in getfixturevalue
    fixturedef = self._get_active_fixturedef(argname)
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 726, in _get_active_fixturedef
    fixturedef.execute(request=subrequest)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 1232, in execute
    result: FixtureValue = ihook.pytest_fixture_setup(
                           ~~~~~~~~~~~~~~~~~~~~~~~~~~^
        fixturedef=self, request=request
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
           ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 167, in _multicall
    raise exception
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pytest_asyncio/plugin.py", line 924, in pytest_fixture_setup
    return (yield)
            ^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 53, in run_old_style_hookwrapper
    return result.get_result()
           ~~~~~~~~~~~~~~~~~^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_result.py", line 103, in get_result
    raise exc.with_traceback(tb)
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 38, in run_old_style_hookwrapper
    res = yield
          ^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/setuponly.py", line 36, in pytest_fixture_setup
    return (yield)
            ^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 1328, in pytest_fixture_setup
    result = call_fixture_func(fixturefunc, request, kwargs)
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 1005, in call_fixture_func
    fixture_result = fixturefunc(**kwargs)
  File "/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/controller/conftest.py", line 287, in notebook_pod
    raise AssertionError(
    ...&lt;6 lines&gt;...
    ) from e
AssertionError: Pod 'test-nb-envvars-0' failed to reach Ready state within 120 seconds.
Pod diagnostics:
Pod phase=Running, reason=None, message=None
Condition PodReadyToStartContainers: status=True, reason=None, message=None
Condition Initialized: status=True, reason=None, message=None
Condition Ready: status=False, reason=ContainersNotReady, message=containers with unready status: [test-nb-envvars]
Condition ContainersReady: status=False, reason=ContainersNotReady, message=containers with unready status: [test-nb-envvars]
Condition PodScheduled: status=True, reason=None, message=None
Container 'kube-rbac-proxy': ready=True, restarts=0, state=running
Container 'test-nb-envvars': ready=False, restarts=3, state=waiting(CrashLoopBackOff), message=back-off 40s restarting failed container=test-nb-envvars pod=test-nb-envvars-0_test-nb-envvars(4b0fdc71-7181-4d3e-a806-71e78c2cf6f4)
Original Error: Timed Out: 119.98282146453857
Function: ocp_resources.resource.wait_for_condition.lambda: self.instance
Last exception: N/A.
Elapsed time: 119.98282146453857 [0:01:59.982821]
Pod information collected to must-gather directory for debugging.</error></testcase><testcase classname="tests.workbenches.notebooks_server.controller.test_spawning.TestNotebook" name="test_create_simple_notebook[unprivileged_model_namespace0-users_persistent_volume_claim0-default_notebook0-notebook_pod0]" time="132.195"><error message="failed on setup with &quot;AssertionError: Pod 'test-odh-notebook-0' failed to reach Ready state within 120 seconds.&#10;Pod diagnostics:&#10;Pod phase=Running, reason=None, message=None&#10;Condition PodReadyToStartContainers: status=True, reason=None, message=None&#10;Condition Initialized: status=True, reason=None, message=None&#10;Condition Ready: status=False, reason=ContainersNotReady, message=containers with unready status: [test-odh-notebook]&#10;Condition ContainersReady: status=False, reason=ContainersNotReady, message=containers with unready status: [test-odh-notebook]&#10;Condition PodScheduled: status=True, reason=None, message=None&#10;Container 'kube-rbac-proxy': ready=True, restarts=0, state=running&#10;Container 'test-odh-notebook': ready=False, restarts=4, state=waiting(CrashLoopBackOff), message=back-off 1m20s restarting failed container=test-odh-notebook pod=test-odh-notebook-0_test-odh-notebook(1fc7d9bd-c483-430b-bd59-6db89b84e539)&#10;Original Error: Timed Out: 119.98247957229614&#10;Function: ocp_resources.resource.wait_for_condition.lambda: self.instance&#10;Last exception: N/A.&#10;Elapsed time: 119.98247957229614 [0:01:59.982480]&#10;Pod information collected to must-gather directory for debugging.&quot;">Traceback (most recent call last):
  File "/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/controller/conftest.py", line 263, in notebook_pod
    notebook_pod.wait_for_condition(
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        condition=Pod.Condition.READY,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        status=Pod.Condition.Status.TRUE,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        timeout=pod_ready_timeout,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/ocp_resources/resource.py", line 1317, in wait_for_condition
    for sample in TimeoutSampler(
                  ~~~~~~~~~~~~~~^
        wait_timeout=timeout_watcher.remaining_time(),
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        sleep=sleep_time,
        ^^^^^^^^^^^^^^^^^
        func=lambda: self.instance,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ):
    ^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/timeout_sampler/__init__.py", line 346, in __iter__
    raise TimeoutExpiredError(
    ...&lt;3 lines&gt;...
    )
timeout_sampler.TimeoutExpiredError: Timed Out: 119.98247957229614
Function: ocp_resources.resource.wait_for_condition.lambda: self.instance
Last exception: N/A.
Elapsed time: 119.98247957229614 [0:01:59.982480]

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/runner.py", line 361, in from_call
    result: TResult | None = func()
                             ~~~~^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/runner.py", line 250, in &lt;lambda&gt;
    lambda: runtest_hook(item=item, **kwds),
            ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
           ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 167, in _multicall
    raise exception
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/capture.py", line 895, in pytest_runtest_setup
    return (yield)
            ^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/runner.py", line 170, in pytest_runtest_setup
    item.session._setupstate.setup(item)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/runner.py", line 536, in setup
    col.setup()
    ~~~~~~~~~^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/python.py", line 1710, in setup
    self._request._fillfixtures()
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 806, in _fillfixtures
    item.funcargs[argname] = self.getfixturevalue(argname)
                             ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 630, in getfixturevalue
    fixturedef = self._get_active_fixturedef(argname)
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 726, in _get_active_fixturedef
    fixturedef.execute(request=subrequest)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 1232, in execute
    result: FixtureValue = ihook.pytest_fixture_setup(
                           ~~~~~~~~~~~~~~~~~~~~~~~~~~^
        fixturedef=self, request=request
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
           ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 167, in _multicall
    raise exception
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pytest_asyncio/plugin.py", line 924, in pytest_fixture_setup
    return (yield)
            ^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 53, in run_old_style_hookwrapper
    return result.get_result()
           ~~~~~~~~~~~~~~~~~^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_result.py", line 103, in get_result
    raise exc.with_traceback(tb)
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 38, in run_old_style_hookwrapper
    res = yield
          ^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/setuponly.py", line 36, in pytest_fixture_setup
    return (yield)
            ^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 1328, in pytest_fixture_setup
    result = call_fixture_func(fixturefunc, request, kwargs)
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 1005, in call_fixture_func
    fixture_result = fixturefunc(**kwargs)
  File "/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/controller/conftest.py", line 287, in notebook_pod
    raise AssertionError(
    ...&lt;6 lines&gt;...
    ) from e
AssertionError: Pod 'test-odh-notebook-0' failed to reach Ready state within 120 seconds.
Pod diagnostics:
Pod phase=Running, reason=None, message=None
Condition PodReadyToStartContainers: status=True, reason=None, message=None
Condition Initialized: status=True, reason=None, message=None
Condition Ready: status=False, reason=ContainersNotReady, message=containers with unready status: [test-odh-notebook]
Condition ContainersReady: status=False, reason=ContainersNotReady, message=containers with unready status: [test-odh-notebook]
Condition PodScheduled: status=True, reason=None, message=None
Container 'kube-rbac-proxy': ready=True, restarts=0, state=running
Container 'test-odh-notebook': ready=False, restarts=4, state=waiting(CrashLoopBackOff), message=back-off 1m20s restarting failed container=test-odh-notebook pod=test-odh-notebook-0_test-odh-notebook(1fc7d9bd-c483-430b-bd59-6db89b84e539)
Original Error: Timed Out: 119.98247957229614
Function: ocp_resources.resource.wait_for_condition.lambda: self.instance
Last exception: N/A.
Elapsed time: 119.98247957229614 [0:01:59.982480]
Pod information collected to must-gather directory for debugging.</error></testcase><testcase classname="tests.workbenches.notebooks_server.controller.test_spawning.TestNotebook" name="test_auth_container_resource_customization[unprivileged_model_namespace0-users_persistent_volume_claim0-default_notebook0-notebook_pod0]" time="133.310"><error message="failed on setup with &quot;AssertionError: Pod 'test-auth-notebook-0' failed to reach Ready state within 120 seconds.&#10;Pod diagnostics:&#10;Pod phase=Running, reason=None, message=None&#10;Condition PodReadyToStartContainers: status=True, reason=None, message=None&#10;Condition Initialized: status=True, reason=None, message=None&#10;Condition Ready: status=False, reason=ContainersNotReady, message=containers with unready status: [test-auth-notebook]&#10;Condition ContainersReady: status=False, reason=ContainersNotReady, message=containers with unready status: [test-auth-notebook]&#10;Condition PodScheduled: status=True, reason=None, message=None&#10;Container 'kube-rbac-proxy': ready=True, restarts=0, state=running&#10;Container 'test-auth-notebook': ready=False, restarts=4, state=waiting(CrashLoopBackOff), message=back-off 1m20s restarting failed container=test-auth-notebook pod=test-auth-notebook-0_test-auth-notebook(87d09276-6cf5-40bd-baee-b156292aa5bf)&#10;Original Error: Timed Out: 119.98238396644592&#10;Function: ocp_resources.resource.wait_for_condition.lambda: self.instance&#10;Last exception: N/A.&#10;Elapsed time: 119.98238396644592 [0:01:59.982384]&#10;Pod information collected to must-gather directory for debugging.&quot;">Traceback (most recent call last):
  File "/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/controller/conftest.py", line 263, in notebook_pod
    notebook_pod.wait_for_condition(
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        condition=Pod.Condition.READY,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        status=Pod.Condition.Status.TRUE,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        timeout=pod_ready_timeout,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/ocp_resources/resource.py", line 1317, in wait_for_condition
    for sample in TimeoutSampler(
                  ~~~~~~~~~~~~~~^
        wait_timeout=timeout_watcher.remaining_time(),
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        sleep=sleep_time,
        ^^^^^^^^^^^^^^^^^
        func=lambda: self.instance,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ):
    ^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/timeout_sampler/__init__.py", line 346, in __iter__
    raise TimeoutExpiredError(
    ...&lt;3 lines&gt;...
    )
timeout_sampler.TimeoutExpiredError: Timed Out: 119.98238396644592
Function: ocp_resources.resource.wait_for_condition.lambda: self.instance
Last exception: N/A.
Elapsed time: 119.98238396644592 [0:01:59.982384]

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/runner.py", line 361, in from_call
    result: TResult | None = func()
                             ~~~~^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/runner.py", line 250, in &lt;lambda&gt;
    lambda: runtest_hook(item=item, **kwds),
            ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
           ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 167, in _multicall
    raise exception
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/capture.py", line 895, in pytest_runtest_setup
    return (yield)
            ^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/runner.py", line 170, in pytest_runtest_setup
    item.session._setupstate.setup(item)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/runner.py", line 536, in setup
    col.setup()
    ~~~~~~~~~^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/python.py", line 1710, in setup
    self._request._fillfixtures()
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 806, in _fillfixtures
    item.funcargs[argname] = self.getfixturevalue(argname)
                             ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 630, in getfixturevalue
    fixturedef = self._get_active_fixturedef(argname)
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 726, in _get_active_fixturedef
    fixturedef.execute(request=subrequest)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 1232, in execute
    result: FixtureValue = ihook.pytest_fixture_setup(
                           ~~~~~~~~~~~~~~~~~~~~~~~~~~^
        fixturedef=self, request=request
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
           ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 167, in _multicall
    raise exception
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pytest_asyncio/plugin.py", line 924, in pytest_fixture_setup
    return (yield)
            ^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 53, in run_old_style_hookwrapper
    return result.get_result()
           ~~~~~~~~~~~~~~~~~^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_result.py", line 103, in get_result
    raise exc.with_traceback(tb)
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 38, in run_old_style_hookwrapper
    res = yield
          ^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/setuponly.py", line 36, in pytest_fixture_setup
    return (yield)
            ^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 1328, in pytest_fixture_setup
    result = call_fixture_func(fixturefunc, request, kwargs)
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 1005, in call_fixture_func
    fixture_result = fixturefunc(**kwargs)
  File "/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/controller/conftest.py", line 287, in notebook_pod
    raise AssertionError(
    ...&lt;6 lines&gt;...
    ) from e
AssertionError: Pod 'test-auth-notebook-0' failed to reach Ready state within 120 seconds.
Pod diagnostics:
Pod phase=Running, reason=None, message=None
Condition PodReadyToStartContainers: status=True, reason=None, message=None
Condition Initialized: status=True, reason=None, message=None
Condition Ready: status=False, reason=ContainersNotReady, message=containers with unready status: [test-auth-notebook]
Condition ContainersReady: status=False, reason=ContainersNotReady, message=containers with unready status: [test-auth-notebook]
Condition PodScheduled: status=True, reason=None, message=None
Container 'kube-rbac-proxy': ready=True, restarts=0, state=running
Container 'test-auth-notebook': ready=False, restarts=4, state=waiting(CrashLoopBackOff), message=back-off 1m20s restarting failed container=test-auth-notebook pod=test-auth-notebook-0_test-auth-notebook(87d09276-6cf5-40bd-baee-b156292aa5bf)
Original Error: Timed Out: 119.98238396644592
Function: ocp_resources.resource.wait_for_condition.lambda: self.instance
Last exception: N/A.
Elapsed time: 119.98238396644592 [0:01:59.982384]
Pod information collected to must-gather directory for debugging.</error></testcase><testcase classname="tests.workbenches.notebooks_server.operator.test_imagestream_health" name="test_workbench_imagestreams_health[test_notebook_imagestreams]" time="0.534" /><testcase classname="tests.workbenches.notebooks_server.operator.test_imagestream_health" name="test_workbench_imagestreams_health[test_runtime_imagestreams]" time="0.308" /></testsuite></testsuites>