<?xml version="1.0" encoding="utf-8"?><testsuites name="pytest tests"><testsuite name="codeflare-sdk" errors="0" failures="2" skipped="0" tests="2" time="0.891" timestamp="2026-07-19T11:07:06.144028+00:00" hostname="e2e-cli-nmanos-rhoai-eaas-ba4d6c76bc033f01d08ae3cc9b7bb3f89-pod"><testcase classname="tests.e2e.rayjob.ray_version_validation_oauth_test.TestRayJobRayVersionValidationOauth" name="test_rayjob_lifecycled_cluster_incompatible_ray_version_oauth" time="0.161"><failure message="kubernetes.client.exceptions.ApiException: (500)&#10;Reason: Internal Server Error&#10;HTTP response headers: HTTPHeaderDict({'Audit-Id': '564cecb4-95ea-4ce0-8f45-f3aeb19f6d4c', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Warning': '299 - &quot;This version is deprecated. Use v1beta2 instead.&quot;', 'X-Kubernetes-Pf-Flowschema-Uid': 'edae8ae2-e582-4424-b505-fbf771308a6e', 'X-Kubernetes-Pf-Prioritylevel-Uid': 'a0fd031c-07bc-4d91-8c0b-13f3eef7bb2d', 'Date': 'Sun, 19 Jul 2026 11:07:06 GMT', 'Content-Length': '302'})&#10;HTTP response body: {&quot;kind&quot;:&quot;Status&quot;,&quot;apiVersion&quot;:&quot;v1&quot;,&quot;metadata&quot;:{},&quot;status&quot;:&quot;Failure&quot;,&quot;message&quot;:&quot;conversion webhook for kueue.x-k8s.io/v1beta1, Kind=ClusterQueue failed: Post \&quot;https://kueue-webhook-service.openshift-kueue-operator.svc:443/convert?timeout=30s\&quot;: service \&quot;kueue-webhook-service\&quot; not found&quot;,&quot;code&quot;:500}">tests/e2e/support.py:576: in create_cluster_queue
    self.custom_api.get_cluster_custom_object(
.venv/lib/python3.12/site-packages/kubernetes/client/api/custom_objects_api.py:1208: in get_cluster_custom_object
    return self.get_cluster_custom_object_with_http_info(group, version, plural, name, **kwargs)  # noqa: E501
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.venv/lib/python3.12/site-packages/kubernetes/client/api/custom_objects_api.py:1307: in get_cluster_custom_object_with_http_info
    return self.api_client.call_api(
.venv/lib/python3.12/site-packages/kubernetes/client/api_client.py:348: in call_api
    return self.__call_api(resource_path, method,
.venv/lib/python3.12/site-packages/kubernetes/client/api_client.py:180: in __call_api
    response_data = self.request(
.venv/lib/python3.12/site-packages/kubernetes/client/api_client.py:373: in request
    return self.rest_client.GET(url,
.venv/lib/python3.12/site-packages/kubernetes/client/rest.py:244: in GET
    return self.request("GET", url,
.venv/lib/python3.12/site-packages/kubernetes/client/rest.py:238: in request
    raise ApiException(http_resp=r)
E   kubernetes.client.exceptions.ApiException: (404)
E   Reason: Not Found
E   HTTP response headers: HTTPHeaderDict({'Audit-Id': 'f49c1548-987f-45ec-a677-86bcac4cb9cd', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Warning': '299 - "This version is deprecated. Use v1beta2 instead."', 'X-Kubernetes-Pf-Flowschema-Uid': 'edae8ae2-e582-4424-b505-fbf771308a6e', 'X-Kubernetes-Pf-Prioritylevel-Uid': 'a0fd031c-07bc-4d91-8c0b-13f3eef7bb2d', 'Date': 'Sun, 19 Jul 2026 11:07:06 GMT', 'Content-Length': '274'})
E   HTTP response body: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"clusterqueues.kueue.x-k8s.io \"test-cluster-queue-epxn6\" not found","reason":"NotFound","details":{"name":"test-cluster-queue-epxn6","group":"kueue.x-k8s.io","kind":"clusterqueues"},"code":404}

During handling of the above exception, another exception occurred:
tests/e2e/rayjob/ray_version_validation_oauth_test.py:45: in test_rayjob_lifecycled_cluster_incompatible_ray_version_oauth
    create_kueue_resources(self)
tests/e2e/support.py:697: in create_kueue_resources
    create_new_cluster_queue(self, resource_ammount)
tests/e2e/support.py:403: in create_new_cluster_queue
    create_cluster_queue(self, cluster_queue_name, self.resource_flavors[i])
tests/e2e/support.py:585: in create_cluster_queue
    self.custom_api.create_cluster_custom_object(
.venv/lib/python3.12/site-packages/kubernetes/client/api/custom_objects_api.py:69: in create_cluster_custom_object
    return self.create_cluster_custom_object_with_http_info(group, version, plural, body, **kwargs)  # noqa: E501
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.venv/lib/python3.12/site-packages/kubernetes/client/api/custom_objects_api.py:184: in create_cluster_custom_object_with_http_info
    return self.api_client.call_api(
.venv/lib/python3.12/site-packages/kubernetes/client/api_client.py:348: in call_api
    return self.__call_api(resource_path, method,
.venv/lib/python3.12/site-packages/kubernetes/client/api_client.py:180: in __call_api
    response_data = self.request(
.venv/lib/python3.12/site-packages/kubernetes/client/api_client.py:391: in request
    return self.rest_client.POST(url,
.venv/lib/python3.12/site-packages/kubernetes/client/rest.py:279: in POST
    return self.request("POST", url,
.venv/lib/python3.12/site-packages/kubernetes/client/rest.py:238: in request
    raise ApiException(http_resp=r)
E   kubernetes.client.exceptions.ApiException: (500)
E   Reason: Internal Server Error
E   HTTP response headers: HTTPHeaderDict({'Audit-Id': '564cecb4-95ea-4ce0-8f45-f3aeb19f6d4c', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Warning': '299 - "This version is deprecated. Use v1beta2 instead."', 'X-Kubernetes-Pf-Flowschema-Uid': 'edae8ae2-e582-4424-b505-fbf771308a6e', 'X-Kubernetes-Pf-Prioritylevel-Uid': 'a0fd031c-07bc-4d91-8c0b-13f3eef7bb2d', 'Date': 'Sun, 19 Jul 2026 11:07:06 GMT', 'Content-Length': '302'})
E   HTTP response body: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"conversion webhook for kueue.x-k8s.io/v1beta1, Kind=ClusterQueue failed: Post \"https://kueue-webhook-service.openshift-kueue-operator.svc:443/convert?timeout=30s\": service \"kueue-webhook-service\" not found","code":500}</failure></testcase><testcase classname="tests.e2e.rayjob.ray_version_validation_oauth_test.TestRayJobRayVersionValidationOauth" name="test_rayjob_lifecycled_cluster_unknown_ray_version_oauth" time="0.146"><failure message="kubernetes.client.exceptions.ApiException: (500)&#10;Reason: Internal Server Error&#10;HTTP response headers: HTTPHeaderDict({'Audit-Id': '2a16ae50-c10f-4fa0-a405-e51c11679fde', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Warning': '299 - &quot;This version is deprecated. Use v1beta2 instead.&quot;', 'X-Kubernetes-Pf-Flowschema-Uid': 'edae8ae2-e582-4424-b505-fbf771308a6e', 'X-Kubernetes-Pf-Prioritylevel-Uid': 'a0fd031c-07bc-4d91-8c0b-13f3eef7bb2d', 'Date': 'Sun, 19 Jul 2026 11:07:06 GMT', 'Content-Length': '302'})&#10;HTTP response body: {&quot;kind&quot;:&quot;Status&quot;,&quot;apiVersion&quot;:&quot;v1&quot;,&quot;metadata&quot;:{},&quot;status&quot;:&quot;Failure&quot;,&quot;message&quot;:&quot;conversion webhook for kueue.x-k8s.io/v1beta1, Kind=ClusterQueue failed: Post \&quot;https://kueue-webhook-service.openshift-kueue-operator.svc:443/convert?timeout=30s\&quot;: service \&quot;kueue-webhook-service\&quot; not found&quot;,&quot;code&quot;:500}">tests/e2e/support.py:576: in create_cluster_queue
    self.custom_api.get_cluster_custom_object(
.venv/lib/python3.12/site-packages/kubernetes/client/api/custom_objects_api.py:1208: in get_cluster_custom_object
    return self.get_cluster_custom_object_with_http_info(group, version, plural, name, **kwargs)  # noqa: E501
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.venv/lib/python3.12/site-packages/kubernetes/client/api/custom_objects_api.py:1307: in get_cluster_custom_object_with_http_info
    return self.api_client.call_api(
.venv/lib/python3.12/site-packages/kubernetes/client/api_client.py:348: in call_api
    return self.__call_api(resource_path, method,
.venv/lib/python3.12/site-packages/kubernetes/client/api_client.py:180: in __call_api
    response_data = self.request(
.venv/lib/python3.12/site-packages/kubernetes/client/api_client.py:373: in request
    return self.rest_client.GET(url,
.venv/lib/python3.12/site-packages/kubernetes/client/rest.py:244: in GET
    return self.request("GET", url,
.venv/lib/python3.12/site-packages/kubernetes/client/rest.py:238: in request
    raise ApiException(http_resp=r)
E   kubernetes.client.exceptions.ApiException: (404)
E   Reason: Not Found
E   HTTP response headers: HTTPHeaderDict({'Audit-Id': '1baffa3a-53ba-44a0-8ba5-074fd5254f75', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Warning': '299 - "This version is deprecated. Use v1beta2 instead."', 'X-Kubernetes-Pf-Flowschema-Uid': 'edae8ae2-e582-4424-b505-fbf771308a6e', 'X-Kubernetes-Pf-Prioritylevel-Uid': 'a0fd031c-07bc-4d91-8c0b-13f3eef7bb2d', 'Date': 'Sun, 19 Jul 2026 11:07:06 GMT', 'Content-Length': '274'})
E   HTTP response body: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"clusterqueues.kueue.x-k8s.io \"test-cluster-queue-akylm\" not found","reason":"NotFound","details":{"name":"test-cluster-queue-akylm","group":"kueue.x-k8s.io","kind":"clusterqueues"},"code":404}

During handling of the above exception, another exception occurred:
tests/e2e/rayjob/ray_version_validation_oauth_test.py:89: in test_rayjob_lifecycled_cluster_unknown_ray_version_oauth
    create_kueue_resources(self)
tests/e2e/support.py:697: in create_kueue_resources
    create_new_cluster_queue(self, resource_ammount)
tests/e2e/support.py:403: in create_new_cluster_queue
    create_cluster_queue(self, cluster_queue_name, self.resource_flavors[i])
tests/e2e/support.py:585: in create_cluster_queue
    self.custom_api.create_cluster_custom_object(
.venv/lib/python3.12/site-packages/kubernetes/client/api/custom_objects_api.py:69: in create_cluster_custom_object
    return self.create_cluster_custom_object_with_http_info(group, version, plural, body, **kwargs)  # noqa: E501
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.venv/lib/python3.12/site-packages/kubernetes/client/api/custom_objects_api.py:184: in create_cluster_custom_object_with_http_info
    return self.api_client.call_api(
.venv/lib/python3.12/site-packages/kubernetes/client/api_client.py:348: in call_api
    return self.__call_api(resource_path, method,
.venv/lib/python3.12/site-packages/kubernetes/client/api_client.py:180: in __call_api
    response_data = self.request(
.venv/lib/python3.12/site-packages/kubernetes/client/api_client.py:391: in request
    return self.rest_client.POST(url,
.venv/lib/python3.12/site-packages/kubernetes/client/rest.py:279: in POST
    return self.request("POST", url,
.venv/lib/python3.12/site-packages/kubernetes/client/rest.py:238: in request
    raise ApiException(http_resp=r)
E   kubernetes.client.exceptions.ApiException: (500)
E   Reason: Internal Server Error
E   HTTP response headers: HTTPHeaderDict({'Audit-Id': '2a16ae50-c10f-4fa0-a405-e51c11679fde', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Warning': '299 - "This version is deprecated. Use v1beta2 instead."', 'X-Kubernetes-Pf-Flowschema-Uid': 'edae8ae2-e582-4424-b505-fbf771308a6e', 'X-Kubernetes-Pf-Prioritylevel-Uid': 'a0fd031c-07bc-4d91-8c0b-13f3eef7bb2d', 'Date': 'Sun, 19 Jul 2026 11:07:06 GMT', 'Content-Length': '302'})
E   HTTP response body: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"conversion webhook for kueue.x-k8s.io/v1beta1, Kind=ClusterQueue failed: Post \"https://kueue-webhook-service.openshift-kueue-operator.svc:443/convert?timeout=30s\": service \"kueue-webhook-service\" not found","code":500}</failure></testcase></testsuite></testsuites>