<?xml version="1.0" encoding="utf-8"?><testsuites name="pytest tests"><testsuite name="codeflare-sdk" errors="1" failures="2" skipped="0" tests="2" time="11.509" timestamp="2026-09-15T23:40:53.618105+00:00" hostname="e2e-cli-nmanb68d71ff0ba9ae877bfc4834f6eb25209d219ee20b58ae7-pod"><testcase classname="tests.e2e.rayjob.ray_version_validation_oauth_test.TestRayJobRayVersionValidationOauth" name="test_rayjob_lifecycled_cluster_incompatible_ray_version_oauth" time="5.594"><failure message="kubernetes.client.exceptions.ApiException: (500)&#10;Reason: Internal Server Error&#10;HTTP response headers: HTTPHeaderDict({'Audit-Id': '7439d8a7-ae5c-4b45-97f7-4f3ac5b284e6', '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': '97dc5e97-1f9a-4875-8d20-6714f9ef1b90', 'X-Kubernetes-Pf-Prioritylevel-Uid': '2a833278-a532-4775-ba2c-234c69d210b3', 'Date': 'Tue, 15 Sep 2026 23:40:59 GMT', 'Content-Length': '679'})&#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;Internal error occurred: failed calling webhook \&quot;vclusterqueue.kb.io\&quot;: failed to call webhook: Post \&quot;https://kueue-webhook-service.openshift-kueue-operator.svc:443/validate-kueue-x-k8s-io-v1beta2-clusterqueue?timeout=10s\&quot;: http: server gave HTTP response to HTTPS client&quot;,&quot;reason&quot;:&quot;InternalError&quot;,&quot;details&quot;:{&quot;causes&quot;:[{&quot;message&quot;:&quot;failed calling webhook \&quot;vclusterqueue.kb.io\&quot;: failed to call webhook: Post \&quot;https://kueue-webhook-service.openshift-kueue-operator.svc:443/validate-kueue-x-k8s-io-v1beta2-clusterqueue?timeout=10s\&quot;: http: server gave HTTP response to HTTPS client&quot;}]},&quot;code&quot;:500}">tests/e2e/support.py:581: 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': 'e346e5ee-f35e-45c1-8ff5-e3475df3140f', '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': '97dc5e97-1f9a-4875-8d20-6714f9ef1b90', 'X-Kubernetes-Pf-Prioritylevel-Uid': '2a833278-a532-4775-ba2c-234c69d210b3', 'Date': 'Tue, 15 Sep 2026 23:40:54 GMT', 'Content-Length': '274'})
E   HTTP response body: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"clusterqueues.kueue.x-k8s.io \"test-cluster-queue-puozc\" not found","reason":"NotFound","details":{"name":"test-cluster-queue-puozc","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:702: in create_kueue_resources
    create_new_cluster_queue(self, resource_ammount)
tests/e2e/support.py:408: in create_new_cluster_queue
    create_cluster_queue(self, cluster_queue_name, self.resource_flavors[i])
tests/e2e/support.py:590: 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': '7439d8a7-ae5c-4b45-97f7-4f3ac5b284e6', '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': '97dc5e97-1f9a-4875-8d20-6714f9ef1b90', 'X-Kubernetes-Pf-Prioritylevel-Uid': '2a833278-a532-4775-ba2c-234c69d210b3', 'Date': 'Tue, 15 Sep 2026 23:40:59 GMT', 'Content-Length': '679'})
E   HTTP response body: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"Internal error occurred: failed calling webhook \"vclusterqueue.kb.io\": failed to call webhook: Post \"https://kueue-webhook-service.openshift-kueue-operator.svc:443/validate-kueue-x-k8s-io-v1beta2-clusterqueue?timeout=10s\": http: server gave HTTP response to HTTPS client","reason":"InternalError","details":{"causes":[{"message":"failed calling webhook \"vclusterqueue.kb.io\": failed to call webhook: Post \"https://kueue-webhook-service.openshift-kueue-operator.svc:443/validate-kueue-x-k8s-io-v1beta2-clusterqueue?timeout=10s\": http: server gave HTTP response to HTTPS client"}]},"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="5.273"><failure message="kubernetes.client.exceptions.ApiException: (500)&#10;Reason: Internal Server Error&#10;HTTP response headers: HTTPHeaderDict({'Audit-Id': '0a2c5528-6416-405b-bc7c-11c6203a3d78', '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': '97dc5e97-1f9a-4875-8d20-6714f9ef1b90', 'X-Kubernetes-Pf-Prioritylevel-Uid': '2a833278-a532-4775-ba2c-234c69d210b3', 'Date': 'Tue, 15 Sep 2026 23:41:04 GMT', 'Content-Length': '683'})&#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;Internal error occurred: failed calling webhook \&quot;mresourceflavor.kb.io\&quot;: failed to call webhook: Post \&quot;https://kueue-webhook-service.openshift-kueue-operator.svc:443/mutate-kueue-x-k8s-io-v1beta2-resourceflavor?timeout=10s\&quot;: http: server gave HTTP response to HTTPS client&quot;,&quot;reason&quot;:&quot;InternalError&quot;,&quot;details&quot;:{&quot;causes&quot;:[{&quot;message&quot;:&quot;failed calling webhook \&quot;mresourceflavor.kb.io\&quot;: failed to call webhook: Post \&quot;https://kueue-webhook-service.openshift-kueue-operator.svc:443/mutate-kueue-x-k8s-io-v1beta2-resourceflavor?timeout=10s\&quot;: http: server gave HTTP response to HTTPS client&quot;}]},&quot;code&quot;:500}">tests/e2e/support.py:641: in create_resource_flavor
    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': 'de69eae6-597a-4103-a236-31ae9a4369a9', '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': '97dc5e97-1f9a-4875-8d20-6714f9ef1b90', 'X-Kubernetes-Pf-Prioritylevel-Uid': '2a833278-a532-4775-ba2c-234c69d210b3', 'Date': 'Tue, 15 Sep 2026 23:40:59 GMT', 'Content-Length': '282'})
E   HTTP response body: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"resourceflavors.kueue.x-k8s.io \"test-resource-flavor-kxdng\" not found","reason":"NotFound","details":{"name":"test-resource-flavor-kxdng","group":"kueue.x-k8s.io","kind":"resourceflavors"},"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:701: in create_kueue_resources
    create_new_resource_flavor(self, resource_ammount, with_labels, with_tolerations)
tests/e2e/support.py:398: in create_new_resource_flavor
    create_resource_flavor(
tests/e2e/support.py:650: in create_resource_flavor
    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': '0a2c5528-6416-405b-bc7c-11c6203a3d78', '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': '97dc5e97-1f9a-4875-8d20-6714f9ef1b90', 'X-Kubernetes-Pf-Prioritylevel-Uid': '2a833278-a532-4775-ba2c-234c69d210b3', 'Date': 'Tue, 15 Sep 2026 23:41:04 GMT', 'Content-Length': '683'})
E   HTTP response body: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"Internal error occurred: failed calling webhook \"mresourceflavor.kb.io\": failed to call webhook: Post \"https://kueue-webhook-service.openshift-kueue-operator.svc:443/mutate-kueue-x-k8s-io-v1beta2-resourceflavor?timeout=10s\": http: server gave HTTP response to HTTPS client","reason":"InternalError","details":{"causes":[{"message":"failed calling webhook \"mresourceflavor.kb.io\": failed to call webhook: Post \"https://kueue-webhook-service.openshift-kueue-operator.svc:443/mutate-kueue-x-k8s-io-v1beta2-resourceflavor?timeout=10s\": http: server gave HTTP response to HTTPS client"}]},"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.035"><error message="failed on teardown with &quot;AttributeError: 'TestRayJobRayVersionValidationOauth' object has no attribute 'cluster_queues'&quot;">tests/e2e/rayjob/ray_version_validation_oauth_test.py:22: in teardown_method
    delete_kueue_resources(self)
tests/e2e/support.py:707: in delete_kueue_resources
    for cq in self.cluster_queues:
              ^^^^^^^^^^^^^^^^^^^
E   AttributeError: 'TestRayJobRayVersionValidationOauth' object has no attribute 'cluster_queues'</error></testcase></testsuite></testsuites>