Warning: The allowCypressEnv configuration option is enabled. This allows any browser code to read values from Cypress.env(). This is insecure and will be removed in a future major version. 1. Replace Cypress.env() calls with cy.env() (for sensitive values) or Cypress.expose() (for public configuration) 2. Set allowCypressEnv: false in your Cypress configuration to disable Cypress.env() Learn more: https://on.cypress.io/cypress-env-migration @cypress/grep: filtering using tag(s) "@SmokeSet5" ================================================================================ (Run Starting) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Cypress: 15.17.0 │ │ Browser: Electron 138 (headless) │ │ Node Version: v22.22.0 (/usr/bin/node-22) │ │ Specs: 3 found (testApiKeys.cy.ts, testMaaSPolicies.cy.ts, testMaaSSubscriptions.cy.t │ │ s) │ │ Searched: cypress/tests/e2e/modelsAsAService/testApiKeys.cy.ts, cypress/tests/e2e/models │ │ AsAService/testMaaSPolicies.cy.ts, cypress/tests/e2e/modelsAsAService/testMaaS │ │ Subscriptions.cy.ts │ │ Experiments: experimentalInteractiveRunEvents=true,experimentalMemoryManagement=true │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Remove output folder /workspace/tests-shared/tests-payload/results/SmokeSet5/e2e ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: testApiKeys.cy.ts (1 of 3) [2026-07-19T21:07:13.257Z] [INFO] Setting tests timeout to: 480 seconds A user can view subscriptions and manage API keys on the Keys and Subscriptions page [2026-07-19T21:07:13.274Z] [INFO] Starting 480s timeout for: Verify subscriptions tab, API keys, filtering, and revoke all keys for a user [2026-07-19T21:07:13.286Z] [INFO] Test title: Verify subscriptions tab, API keys, filtering, and revoke all keys for a user [2026-07-19T21:07:13.297Z] [INFO] Test tags: ["@Smoke","@SmokeSet5","@Dashboard","@MaaS","@NonConcurrent"] [2026-07-19T21:07:13.303Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T21:07:13.313Z] [INFO] Grep tags: ["@SmokeSet5"] [2026-07-19T21:07:13.327Z] [INFO] Loading test data [2026-07-19T21:07:13.362Z] [INFO] Loaded project name: test-apikeys-deployment-832553 [2026-07-19T21:07:13.859Z] [INFO] [EXEC] oc whoami [2026-07-19T21:07:14.235Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://a6d1bb653f52e401ca44f76a655c2578-0c5f4601d4aa89ae.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-19T21:07:14.243Z] [INFO] ⚠️ oc login as admin failed: WARNING: Using insecure TLS client config. Setting this option is not supported! Login failed (401 Unauthorized) Verify you have provided the correct credentials. [2026-07-19T21:07:14.273Z] [INFO] Deleting API key "test-api-key-832553" from Postgres api_keys table [2026-07-19T21:07:14.533Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_USER}' | base64 -d [2026-07-19T21:07:14.774Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_DB}' | base64 -d [2026-07-19T21:07:15.026Z] [INFO] [EXEC] oc exec -n redhat-ods-applications deployment/postgres -- psql -U "" -d "" -c "DELETE FROM api_keys WHERE name = 'test-api-key-832553';" [2026-07-19T21:07:15.036Z] [INFO] Deleting API key "test-api-key-832553-2" from Postgres api_keys table [2026-07-19T21:07:15.237Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_USER}' | base64 -d [2026-07-19T21:07:15.471Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_DB}' | base64 -d [2026-07-19T21:07:15.733Z] [INFO] [EXEC] oc exec -n redhat-ods-applications deployment/postgres -- psql -U "" -d "" -c "DELETE FROM api_keys WHERE name = 'test-api-key-832553-2';" [2026-07-19T21:07:15.737Z] [INFO] Executing command: oc get project "test-apikeys-deployment-832553" -o name [2026-07-19T21:07:15.956Z] [INFO] [EXEC] oc get project "test-apikeys-deployment-832553" -o name [2026-07-19T21:07:15.972Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-apikeys-deployment-832553\" not found","exitCode":1} [2026-07-19T21:07:15.989Z] [INFO] Project 'test-apikeys-deployment-832553' does not exist. [2026-07-19T21:07:16.028Z] [INFO] Creating project test-apikeys-deployment-832553 [2026-07-19T21:07:16.312Z] [INFO] [EXEC] oc new-project test-apikeys-deployment-832553 [2026-07-19T21:07:16.645Z] [INFO] [EXEC] oc label namespace test-apikeys-deployment-832553 opendatahub.io/dashboard=true --overwrite [2026-07-19T21:07:16.653Z] [INFO] Executing command: oc get project "test-apikeys-deployment-832553" -o name [2026-07-19T21:07:16.942Z] [INFO] [EXEC] oc get project "test-apikeys-deployment-832553" -o name [2026-07-19T21:07:16.957Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-apikeys-deployment-832553","stderr":"","exitCode":0} [2026-07-19T21:07:17.031Z] [INFO] Project 'test-apikeys-deployment-832553' exists. [2026-07-19T21:07:17.214Z] [INFO] [EXEC] oc whoami [2026-07-19T21:07:17.545Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://a6d1bb653f52e401ca44f76a655c2578-0c5f4601d4aa89ae.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-19T21:07:17.552Z] [INFO] ⚠️ oc login as admin failed: WARNING: Using insecure TLS client config. Setting this option is not supported! Login failed (401 Unauthorized) Verify you have provided the correct credentials. [2026-07-19T21:07:17.556Z] [INFO] Create LLMInferenceService with MaaS enabled and create MaaSModelRef [2026-07-19T21:07:17.852Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784495237571-v4rb9nqx1.yaml && rm -f /tmp/cypress-yaml-1784495237571-v4rb9nqx1.yaml [2026-07-19T21:07:17.873Z] [INFO] Command exit code: 0 [2026-07-19T21:07:17.932Z] [INFO] Creating LLMInferenceService "test-apikeys-model-832553" in namespace "test-apikeys-deployment-832553" [2026-07-19T21:07:17.954Z] [INFO] Applying LLMInferenceService YAML for "test-apikeys-model-832553" in "test-apikeys-deployment-832553" [2026-07-19T21:07:18.263Z] [INFO] [EXEC] cat <<'EOF' | oc apply -f - apiVersion: serving.kserve.io/v1alpha1 kind: LLMInferenceService metadata: name: "test-apikeys-model-832553" namespace: "test-apikeys-deployment-832553" annotations: openshift.io/display-name: "test-apikeys-model-832553" opendatahub.io/model-type: generative opendatahub.io/connections: test-apikeys-model-832553-connection opendatahub.io/hardware-profile-name: default-profile opendatahub.io/hardware-profile-namespace: redhat-ods-applications opendatahub.io/hardware-profile-resource-version: "59004239" labels: opendatahub.io/dashboard: "true" spec: model: uri: "" name: "test-apikeys-model-832553" router: scheduler: {} route: {} gateway: refs: - name: maas-default-gateway namespace: openshift-ingress template: containers: - name: main image: quay.io/pierdipi/vllm-cpu:latest resources: requests: cpu: "1" memory: 8Gi limits: cpu: "1" memory: 8Gi replicas: 1 EOF [2026-07-19T21:07:18.498Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:07:18.519Z] [INFO] Raw command output (attempt 1): Exit code: 0 Stdout length: 3226 Stderr: none [2026-07-19T21:07:18.539Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:07:18.559Z] [INFO] 🧐 Attempt 1: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 0 [2026-07-19T21:07:18.578Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-19T21:07:23.810Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:07:23.847Z] [INFO] Raw command output (attempt 2): Exit code: 0 Stdout length: 3226 Stderr: none [2026-07-19T21:07:23.865Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:07:23.884Z] [INFO] 🧐 Attempt 2: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 0 [2026-07-19T21:07:23.904Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-19T21:07:29.236Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:07:29.261Z] [INFO] Raw command output (attempt 3): Exit code: 0 Stdout length: 6509 Stderr: none [2026-07-19T21:07:29.280Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:07:29.298Z] [INFO] 🧐 Attempt 3: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:07:29.317Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:07:34.579Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:07:34.589Z] [INFO] Raw command output (attempt 4): Exit code: 0 Stdout length: 6693 Stderr: none [2026-07-19T21:07:34.612Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:07:34.631Z] [INFO] 🧐 Attempt 4: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:07:34.652Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:07:39.942Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:07:39.988Z] [INFO] Raw command output (attempt 5): Exit code: 0 Stdout length: 6693 Stderr: none [2026-07-19T21:07:40.010Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:07:40.034Z] [INFO] 🧐 Attempt 5: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:07:40.038Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:07:45.264Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:07:45.272Z] [INFO] Raw command output (attempt 6): Exit code: 0 Stdout length: 6693 Stderr: none [2026-07-19T21:07:45.296Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:07:45.317Z] [INFO] 🧐 Attempt 6: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:07:45.337Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:07:50.582Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:07:50.591Z] [INFO] Raw command output (attempt 7): Exit code: 0 Stdout length: 6693 Stderr: none [2026-07-19T21:07:50.618Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:07:50.642Z] [INFO] 🧐 Attempt 7: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:07:50.666Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:07:55.926Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:07:55.935Z] [INFO] Raw command output (attempt 8): Exit code: 0 Stdout length: 6693 Stderr: none [2026-07-19T21:07:55.940Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:07:55.944Z] [INFO] 🧐 Attempt 8: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:07:55.948Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:08:01.233Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:08:01.242Z] [INFO] Raw command output (attempt 9): Exit code: 0 Stdout length: 6693 Stderr: none [2026-07-19T21:08:01.245Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:08:01.249Z] [INFO] 🧐 Attempt 9: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:08:01.252Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:08:06.526Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:08:06.535Z] [INFO] Raw command output (attempt 10): Exit code: 0 Stdout length: 6693 Stderr: none [2026-07-19T21:08:06.540Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:08:06.544Z] [INFO] 🧐 Attempt 10: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:08:06.547Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:08:11.837Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:08:11.870Z] [INFO] Raw command output (attempt 11): Exit code: 0 Stdout length: 6693 Stderr: none [2026-07-19T21:08:11.942Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:08:11.966Z] [INFO] 🧐 Attempt 11: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:08:11.975Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:08:17.282Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:08:17.339Z] [INFO] Raw command output (attempt 12): Exit code: 0 Stdout length: 6693 Stderr: none [2026-07-19T21:08:17.364Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:08:17.386Z] [INFO] 🧐 Attempt 12: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:08:17.390Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:08:22.635Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:08:22.669Z] [INFO] Raw command output (attempt 13): Exit code: 0 Stdout length: 6693 Stderr: none [2026-07-19T21:08:22.695Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:08:22.724Z] [INFO] 🧐 Attempt 13: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:08:22.817Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:08:28.061Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:08:28.072Z] [INFO] Raw command output (attempt 14): Exit code: 0 Stdout length: 6693 Stderr: none [2026-07-19T21:08:28.077Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:08:28.081Z] [INFO] 🧐 Attempt 14: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:08:28.084Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:08:33.352Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:08:33.363Z] [INFO] Raw command output (attempt 15): Exit code: 0 Stdout length: 6693 Stderr: none [2026-07-19T21:08:33.367Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:08:33.371Z] [INFO] 🧐 Attempt 15: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:08:33.374Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:08:38.600Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:08:38.609Z] [INFO] Raw command output (attempt 16): Exit code: 0 Stdout length: 6693 Stderr: none [2026-07-19T21:08:38.614Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:08:38.618Z] [INFO] 🧐 Attempt 16: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:08:38.622Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:08:43.846Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:08:43.858Z] [INFO] Raw command output (attempt 17): Exit code: 0 Stdout length: 6693 Stderr: none [2026-07-19T21:08:43.887Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:08:43.917Z] [INFO] 🧐 Attempt 17: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:08:43.945Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:08:49.180Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:08:49.190Z] [INFO] Raw command output (attempt 18): Exit code: 0 Stdout length: 6693 Stderr: none [2026-07-19T21:08:49.194Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:08:49.198Z] [INFO] 🧐 Attempt 18: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:08:49.201Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:08:54.453Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:08:54.519Z] [INFO] Raw command output (attempt 19): Exit code: 0 Stdout length: 6693 Stderr: none [2026-07-19T21:08:54.549Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:08:54.554Z] [INFO] 🧐 Attempt 19: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:08:54.557Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:08:59.788Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:08:59.855Z] [INFO] Raw command output (attempt 20): Exit code: 0 Stdout length: 6693 Stderr: none [2026-07-19T21:08:59.901Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:08:59.906Z] [INFO] 🧐 Attempt 20: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:08:59.914Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:09:05.152Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:09:05.190Z] [INFO] Raw command output (attempt 21): Exit code: 0 Stdout length: 6693 Stderr: none [2026-07-19T21:09:05.222Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:09:05.254Z] [INFO] 🧐 Attempt 21: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:09:05.287Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:09:10.518Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:09:10.556Z] [INFO] Raw command output (attempt 22): Exit code: 0 Stdout length: 6693 Stderr: none [2026-07-19T21:09:10.589Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:09:10.622Z] [INFO] 🧐 Attempt 22: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:09:10.625Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:09:15.859Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:09:15.867Z] [INFO] Raw command output (attempt 23): Exit code: 0 Stdout length: 6693 Stderr: none [2026-07-19T21:09:15.872Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:09:15.926Z] [INFO] 🧐 Attempt 23: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:09:15.978Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:09:21.253Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:09:21.261Z] [INFO] Raw command output (attempt 24): Exit code: 0 Stdout length: 6693 Stderr: none [2026-07-19T21:09:21.266Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:09:21.269Z] [INFO] 🧐 Attempt 24: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:09:21.273Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:09:26.504Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:09:26.583Z] [INFO] Raw command output (attempt 25): Exit code: 0 Stdout length: 6693 Stderr: none [2026-07-19T21:09:26.620Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:09:26.626Z] [INFO] 🧐 Attempt 25: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:09:26.630Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:09:31.894Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:09:31.902Z] [INFO] Raw command output (attempt 26): Exit code: 0 Stdout length: 6693 Stderr: none [2026-07-19T21:09:31.907Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:09:31.911Z] [INFO] 🧐 Attempt 26: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:09:31.914Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:09:37.178Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:09:37.188Z] [INFO] Raw command output (attempt 27): Exit code: 0 Stdout length: 6693 Stderr: none [2026-07-19T21:09:37.215Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:09:37.226Z] [INFO] 🧐 Attempt 27: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:09:37.235Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:09:42.481Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:09:42.524Z] [INFO] Raw command output (attempt 28): Exit code: 0 Stdout length: 6693 Stderr: none [2026-07-19T21:09:42.563Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:09:42.624Z] [INFO] 🧐 Attempt 28: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:09:42.633Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:09:47.870Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:09:47.949Z] [INFO] Raw command output (attempt 29): Exit code: 0 Stdout length: 6693 Stderr: none [2026-07-19T21:09:47.989Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:09:47.994Z] [INFO] 🧐 Attempt 29: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:09:47.998Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:09:53.284Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:09:53.293Z] [INFO] Raw command output (attempt 30): Exit code: 0 Stdout length: 6693 Stderr: none [2026-07-19T21:09:53.298Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:09:53.302Z] [INFO] 🧐 Attempt 30: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:09:53.305Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:09:58.550Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:09:58.647Z] [INFO] Raw command output (attempt 31): Exit code: 0 Stdout length: 6693 Stderr: none [2026-07-19T21:09:58.659Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:09:58.670Z] [INFO] 🧐 Attempt 31: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:09:58.678Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:10:03.957Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:10:03.967Z] [INFO] Raw command output (attempt 32): Exit code: 0 Stdout length: 6693 Stderr: none [2026-07-19T21:10:03.972Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:10:03.976Z] [INFO] 🧐 Attempt 32: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:10:03.979Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:10:09.250Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:10:09.258Z] [INFO] Raw command output (attempt 33): Exit code: 0 Stdout length: 6693 Stderr: none [2026-07-19T21:10:09.264Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:10:09.268Z] [INFO] 🧐 Attempt 33: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:10:09.272Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:10:14.497Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:10:14.505Z] [INFO] Raw command output (attempt 34): Exit code: 0 Stdout length: 6693 Stderr: none [2026-07-19T21:10:14.511Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:10:14.515Z] [INFO] 🧐 Attempt 34: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:10:14.519Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:10:19.767Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:10:19.859Z] [INFO] Raw command output (attempt 35): Exit code: 0 Stdout length: 6693 Stderr: none [2026-07-19T21:10:19.865Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:10:19.869Z] [INFO] 🧐 Attempt 35: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:10:19.874Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:10:25.125Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:10:25.134Z] [INFO] Raw command output (attempt 36): Exit code: 0 Stdout length: 6693 Stderr: none [2026-07-19T21:10:25.139Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:10:25.143Z] [INFO] 🧐 Attempt 36: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:10:25.147Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:10:30.426Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:10:30.436Z] [INFO] Raw command output (attempt 37): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:10:30.441Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:10:30.445Z] [INFO] 🧐 Attempt 37: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:10:30.450Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:10:35.698Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:10:35.754Z] [INFO] Raw command output (attempt 38): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:10:35.803Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:10:35.809Z] [INFO] 🧐 Attempt 38: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:10:35.813Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:10:41.110Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:10:41.144Z] [INFO] Raw command output (attempt 39): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:10:41.157Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:10:41.168Z] [INFO] 🧐 Attempt 39: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:10:41.222Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:10:46.510Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:10:46.567Z] [INFO] Raw command output (attempt 40): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:10:46.621Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:10:46.625Z] [INFO] 🧐 Attempt 40: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:10:46.630Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:10:51.934Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:10:51.942Z] [INFO] Raw command output (attempt 41): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:10:51.947Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:10:51.952Z] [INFO] 🧐 Attempt 41: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:10:51.956Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:10:57.198Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:10:57.206Z] [INFO] Raw command output (attempt 42): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:10:57.212Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:10:57.217Z] [INFO] 🧐 Attempt 42: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:10:57.223Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:11:02.483Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:11:02.492Z] [INFO] Raw command output (attempt 43): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:11:02.499Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:11:02.503Z] [INFO] 🧐 Attempt 43: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:11:02.507Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:11:07.752Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:11:07.762Z] [INFO] Raw command output (attempt 44): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:11:07.767Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:11:07.771Z] [INFO] 🧐 Attempt 44: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:11:07.775Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:11:13.066Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:11:13.075Z] [INFO] Raw command output (attempt 45): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:11:13.080Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:11:13.084Z] [INFO] 🧐 Attempt 45: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:11:13.088Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:11:18.338Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:11:18.347Z] [INFO] Raw command output (attempt 46): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:11:18.353Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:11:18.358Z] [INFO] 🧐 Attempt 46: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:11:18.362Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:11:23.659Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:11:23.670Z] [INFO] Raw command output (attempt 47): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:11:23.674Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:11:23.679Z] [INFO] 🧐 Attempt 47: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:11:23.683Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:11:28.936Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:11:28.945Z] [INFO] Raw command output (attempt 48): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:11:28.950Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:11:28.955Z] [INFO] 🧐 Attempt 48: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:11:28.959Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:11:34.260Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:11:34.270Z] [INFO] Raw command output (attempt 49): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:11:34.275Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:11:34.280Z] [INFO] 🧐 Attempt 49: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:11:34.284Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:11:39.541Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:11:39.551Z] [INFO] Raw command output (attempt 50): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:11:39.619Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:11:39.685Z] [INFO] 🧐 Attempt 50: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:11:39.690Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:11:44.992Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:11:45.001Z] [INFO] Raw command output (attempt 51): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:11:45.006Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:11:45.011Z] [INFO] 🧐 Attempt 51: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:11:45.016Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:11:50.284Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:11:50.458Z] [INFO] Raw command output (attempt 52): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:11:50.472Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:11:50.480Z] [INFO] 🧐 Attempt 52: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:11:50.485Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:11:55.731Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:11:55.858Z] [INFO] Raw command output (attempt 53): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:11:55.864Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:11:55.869Z] [INFO] 🧐 Attempt 53: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:11:55.873Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:12:01.177Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:12:01.187Z] [INFO] Raw command output (attempt 54): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:12:01.192Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:12:01.197Z] [INFO] 🧐 Attempt 54: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:12:01.202Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:12:06.460Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:12:06.469Z] [INFO] Raw command output (attempt 55): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:12:06.475Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:12:06.480Z] [INFO] 🧐 Attempt 55: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:12:06.484Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:12:11.740Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:12:11.749Z] [INFO] Raw command output (attempt 56): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:12:11.755Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:12:11.760Z] [INFO] 🧐 Attempt 56: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:12:11.764Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:12:17.021Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:12:17.030Z] [INFO] Raw command output (attempt 57): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:12:17.125Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:12:17.197Z] [INFO] 🧐 Attempt 57: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:12:17.206Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:12:22.524Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:12:22.534Z] [INFO] Raw command output (attempt 58): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:12:22.542Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:12:22.547Z] [INFO] 🧐 Attempt 58: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:12:22.552Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:12:27.808Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:12:27.818Z] [INFO] Raw command output (attempt 59): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:12:27.823Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:12:27.827Z] [INFO] 🧐 Attempt 59: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:12:27.832Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:12:33.083Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:12:33.092Z] [INFO] Raw command output (attempt 60): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:12:33.098Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:12:33.102Z] [INFO] 🧐 Attempt 60: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:12:33.108Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:12:38.427Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:12:38.436Z] [INFO] Raw command output (attempt 61): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:12:38.443Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:12:38.449Z] [INFO] 🧐 Attempt 61: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:12:38.453Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:12:43.718Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:12:43.728Z] [INFO] Raw command output (attempt 62): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:12:43.734Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:12:43.738Z] [INFO] 🧐 Attempt 62: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:12:43.743Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:12:49.035Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:12:49.044Z] [INFO] Raw command output (attempt 63): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:12:49.051Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:12:49.055Z] [INFO] 🧐 Attempt 63: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:12:49.060Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:12:54.316Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:12:54.327Z] [INFO] Raw command output (attempt 64): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:12:54.333Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:12:54.338Z] [INFO] 🧐 Attempt 64: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:12:54.343Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:12:59.612Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:12:59.622Z] [INFO] Raw command output (attempt 65): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:12:59.628Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:12:59.633Z] [INFO] 🧐 Attempt 65: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:12:59.637Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:13:04.967Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:13:04.976Z] [INFO] Raw command output (attempt 66): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:13:04.982Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:13:04.986Z] [INFO] 🧐 Attempt 66: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:13:04.992Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:13:10.253Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:13:10.262Z] [INFO] Raw command output (attempt 67): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:13:10.269Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:13:10.274Z] [INFO] 🧐 Attempt 67: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:13:10.279Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:13:15.537Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:13:15.549Z] [INFO] Raw command output (attempt 68): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:13:15.554Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:13:15.559Z] [INFO] 🧐 Attempt 68: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:13:15.564Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:13:20.857Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:13:20.867Z] [INFO] Raw command output (attempt 69): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:13:20.873Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:13:20.877Z] [INFO] 🧐 Attempt 69: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:13:20.882Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:13:26.164Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:13:26.174Z] [INFO] Raw command output (attempt 70): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:13:26.179Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:13:26.184Z] [INFO] 🧐 Attempt 70: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:13:26.189Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:13:31.529Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:13:31.539Z] [INFO] Raw command output (attempt 71): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:13:31.545Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:13:31.657Z] [INFO] 🧐 Attempt 71: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:13:31.742Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:13:37.183Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:13:37.193Z] [INFO] Raw command output (attempt 72): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:13:37.283Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:13:37.367Z] [INFO] 🧐 Attempt 72: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:13:37.451Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:13:42.793Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:13:42.803Z] [INFO] Raw command output (attempt 73): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:13:42.809Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:13:42.814Z] [INFO] 🧐 Attempt 73: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:13:42.819Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:13:48.175Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:13:48.184Z] [INFO] Raw command output (attempt 74): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:13:48.191Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:13:48.196Z] [INFO] 🧐 Attempt 74: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:13:48.295Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:13:53.655Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:13:53.664Z] [INFO] Raw command output (attempt 75): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:13:53.684Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:13:53.692Z] [INFO] 🧐 Attempt 75: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:13:53.723Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:13:58.996Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:13:59.010Z] [INFO] Raw command output (attempt 76): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:13:59.016Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:13:59.021Z] [INFO] 🧐 Attempt 76: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:13:59.027Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:14:04.295Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:14:04.304Z] [INFO] Raw command output (attempt 77): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:14:04.311Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:14:04.316Z] [INFO] 🧐 Attempt 77: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:14:04.321Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:14:09.667Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:14:09.837Z] [INFO] Raw command output (attempt 78): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:14:09.932Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:14:10.030Z] [INFO] 🧐 Attempt 78: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:14:10.126Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:14:15.490Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:14:15.503Z] [INFO] Raw command output (attempt 79): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:14:15.512Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:14:15.519Z] [INFO] 🧐 Attempt 79: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:14:15.526Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:14:20.794Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:14:20.804Z] [INFO] Raw command output (attempt 80): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:14:20.811Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:14:20.817Z] [INFO] 🧐 Attempt 80: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:14:20.822Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:14:26.093Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:14:26.105Z] [INFO] Raw command output (attempt 81): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:14:26.111Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:14:26.117Z] [INFO] 🧐 Attempt 81: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:14:26.122Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:14:31.391Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:14:31.405Z] [INFO] Raw command output (attempt 82): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:14:31.412Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:14:31.418Z] [INFO] 🧐 Attempt 82: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:14:31.423Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:14:36.725Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:14:36.736Z] [INFO] Raw command output (attempt 83): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:14:36.742Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:14:36.748Z] [INFO] 🧐 Attempt 83: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:14:36.753Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:14:42.109Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:14:42.299Z] [INFO] Raw command output (attempt 84): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:14:42.395Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:14:42.494Z] [INFO] 🧐 Attempt 84: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:14:42.598Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:14:47.967Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:14:47.977Z] [INFO] Raw command output (attempt 85): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:14:47.983Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:14:47.989Z] [INFO] 🧐 Attempt 85: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:14:47.995Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:14:53.273Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:14:53.284Z] [INFO] Raw command output (attempt 86): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:14:53.290Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:14:53.296Z] [INFO] 🧐 Attempt 86: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:14:53.303Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:14:58.765Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:14:58.987Z] [INFO] Raw command output (attempt 87): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:14:59.100Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:14:59.209Z] [INFO] 🧐 Attempt 87: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:14:59.414Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:15:04.792Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:15:04.821Z] [INFO] Raw command output (attempt 88): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:15:04.829Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:15:04.845Z] [INFO] 🧐 Attempt 88: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:15:04.855Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:15:10.131Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:15:10.143Z] [INFO] Raw command output (attempt 89): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:15:10.150Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:15:10.156Z] [INFO] 🧐 Attempt 89: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:15:10.161Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:15:14.226Z] [INFO] Starting 480s timeout for: Verify subscriptions tab, API keys, filtering, and revoke all keys for a user [2026-07-19T21:15:14.231Z] [INFO] Test title: Verify subscriptions tab, API keys, filtering, and revoke all keys for a user [2026-07-19T21:15:14.245Z] [INFO] Test tags: ["@Smoke","@SmokeSet5","@Dashboard","@MaaS","@NonConcurrent"] [2026-07-19T21:15:14.257Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T21:15:14.268Z] [INFO] Grep tags: ["@SmokeSet5"] [2026-07-19T21:15:14.283Z] [INFO] Loading test data [2026-07-19T21:15:14.305Z] [INFO] Loaded project name: test-apikeys-deployment-832553 [2026-07-19T21:15:14.550Z] [INFO] [EXEC] oc whoami [2026-07-19T21:15:15.160Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://a6d1bb653f52e401ca44f76a655c2578-0c5f4601d4aa89ae.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-19T21:15:15.166Z] [INFO] ⚠️ oc login as admin failed: WARNING: Using insecure TLS client config. Setting this option is not supported! Login failed (401 Unauthorized) Verify you have provided the correct credentials. [2026-07-19T21:15:15.170Z] [INFO] Deleting API key "test-api-key-832553" from Postgres api_keys table [2026-07-19T21:15:15.428Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_USER}' | base64 -d [2026-07-19T21:15:15.692Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_DB}' | base64 -d [2026-07-19T21:15:15.961Z] [INFO] [EXEC] oc exec -n redhat-ods-applications deployment/postgres -- psql -U "" -d "" -c "DELETE FROM api_keys WHERE name = 'test-api-key-832553';" [2026-07-19T21:15:15.965Z] [INFO] Deleting API key "test-api-key-832553-2" from Postgres api_keys table [2026-07-19T21:15:16.218Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_USER}' | base64 -d [2026-07-19T21:15:16.482Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_DB}' | base64 -d [2026-07-19T21:15:16.735Z] [INFO] [EXEC] oc exec -n redhat-ods-applications deployment/postgres -- psql -U "" -d "" -c "DELETE FROM api_keys WHERE name = 'test-api-key-832553-2';" [2026-07-19T21:15:16.739Z] [INFO] Executing command: oc get project "test-apikeys-deployment-832553" -o name [2026-07-19T21:15:16.994Z] [INFO] [EXEC] oc get project "test-apikeys-deployment-832553" -o name [2026-07-19T21:15:17.000Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-apikeys-deployment-832553","stderr":"","exitCode":0} [2026-07-19T21:15:17.007Z] [INFO] Project 'test-apikeys-deployment-832553' exists. [2026-07-19T21:15:17.015Z] [INFO] Project test-apikeys-deployment-832553 already exists. Deleting it. [2026-07-19T21:16:13.835Z] [INFO] [EXEC] oc delete project test-apikeys-deployment-832553 --wait [2026-07-19T21:16:13.845Z] [INFO] Waiting for project test-apikeys-deployment-832553 to be fully deleted... [2026-07-19T21:16:13.850Z] [INFO] Executing command: oc get project "test-apikeys-deployment-832553" -o name [2026-07-19T21:16:14.200Z] [INFO] [EXEC] oc get project "test-apikeys-deployment-832553" -o name [2026-07-19T21:16:14.210Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-apikeys-deployment-832553\" not found","exitCode":1} [2026-07-19T21:16:14.217Z] [INFO] Project 'test-apikeys-deployment-832553' does not exist. [2026-07-19T21:16:14.230Z] [INFO] Creating project test-apikeys-deployment-832553 [2026-07-19T21:16:14.541Z] [INFO] [EXEC] oc new-project test-apikeys-deployment-832553 [2026-07-19T21:16:14.813Z] [INFO] [EXEC] oc label namespace test-apikeys-deployment-832553 opendatahub.io/dashboard=true --overwrite [2026-07-19T21:16:14.822Z] [INFO] Executing command: oc get project "test-apikeys-deployment-832553" -o name [2026-07-19T21:16:15.159Z] [INFO] [EXEC] oc get project "test-apikeys-deployment-832553" -o name [2026-07-19T21:16:15.166Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-apikeys-deployment-832553","stderr":"","exitCode":0} [2026-07-19T21:16:15.173Z] [INFO] Project 'test-apikeys-deployment-832553' exists. [2026-07-19T21:16:15.421Z] [INFO] [EXEC] oc whoami [2026-07-19T21:16:16.017Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://a6d1bb653f52e401ca44f76a655c2578-0c5f4601d4aa89ae.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-19T21:16:16.024Z] [INFO] ⚠️ oc login as admin failed: WARNING: Using insecure TLS client config. Setting this option is not supported! Login failed (401 Unauthorized) Verify you have provided the correct credentials. [2026-07-19T21:16:16.028Z] [INFO] Create LLMInferenceService with MaaS enabled and create MaaSModelRef [2026-07-19T21:16:16.341Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784495776029-yhfz2s8zy.yaml && rm -f /tmp/cypress-yaml-1784495776029-yhfz2s8zy.yaml [2026-07-19T21:16:16.348Z] [INFO] Command exit code: 0 [2026-07-19T21:16:16.354Z] [INFO] Creating LLMInferenceService "test-apikeys-model-832553" in namespace "test-apikeys-deployment-832553" [2026-07-19T21:16:16.362Z] [INFO] Applying LLMInferenceService YAML for "test-apikeys-model-832553" in "test-apikeys-deployment-832553" [2026-07-19T21:16:16.674Z] [INFO] [EXEC] cat <<'EOF' | oc apply -f - apiVersion: serving.kserve.io/v1alpha1 kind: LLMInferenceService metadata: name: "test-apikeys-model-832553" namespace: "test-apikeys-deployment-832553" annotations: openshift.io/display-name: "test-apikeys-model-832553" opendatahub.io/model-type: generative opendatahub.io/connections: test-apikeys-model-832553-connection opendatahub.io/hardware-profile-name: default-profile opendatahub.io/hardware-profile-namespace: redhat-ods-applications opendatahub.io/hardware-profile-resource-version: "59004239" labels: opendatahub.io/dashboard: "true" spec: model: uri: "" name: "test-apikeys-model-832553" router: scheduler: {} route: {} gateway: refs: - name: maas-default-gateway namespace: openshift-ingress template: containers: - name: main image: quay.io/pierdipi/vllm-cpu:latest resources: requests: cpu: "1" memory: 8Gi limits: cpu: "1" memory: 8Gi replicas: 1 EOF [2026-07-19T21:16:16.961Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:16:16.970Z] [INFO] Raw command output (attempt 1): Exit code: 0 Stdout length: 3227 Stderr: none [2026-07-19T21:16:16.975Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:16:16.979Z] [INFO] 🧐 Attempt 1: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 0 [2026-07-19T21:16:16.984Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-19T21:16:22.270Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:16:22.281Z] [INFO] Raw command output (attempt 2): Exit code: 0 Stdout length: 3227 Stderr: none [2026-07-19T21:16:22.286Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:16:22.289Z] [INFO] 🧐 Attempt 2: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 0 [2026-07-19T21:16:22.294Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-19T21:16:27.564Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:16:27.573Z] [INFO] Raw command output (attempt 3): Exit code: 0 Stdout length: 6510 Stderr: none [2026-07-19T21:16:27.578Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:16:27.582Z] [INFO] 🧐 Attempt 3: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:16:27.586Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:16:32.860Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:16:32.870Z] [INFO] Raw command output (attempt 4): Exit code: 0 Stdout length: 6510 Stderr: none [2026-07-19T21:16:32.917Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:16:32.925Z] [INFO] 🧐 Attempt 4: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:16:32.932Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:16:38.212Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:16:38.222Z] [INFO] Raw command output (attempt 5): Exit code: 0 Stdout length: 6510 Stderr: none [2026-07-19T21:16:38.227Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:16:38.232Z] [INFO] 🧐 Attempt 5: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:16:38.236Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:16:43.504Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:16:43.687Z] [INFO] Raw command output (attempt 6): Exit code: 0 Stdout length: 6694 Stderr: none [2026-07-19T21:16:43.698Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:16:43.706Z] [INFO] 🧐 Attempt 6: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:16:43.711Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:16:48.981Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:16:48.990Z] [INFO] Raw command output (attempt 7): Exit code: 0 Stdout length: 6694 Stderr: none [2026-07-19T21:16:48.997Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:16:49.001Z] [INFO] 🧐 Attempt 7: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:16:49.005Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:16:54.284Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:16:54.294Z] [INFO] Raw command output (attempt 8): Exit code: 0 Stdout length: 6694 Stderr: none [2026-07-19T21:16:54.299Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:16:54.303Z] [INFO] 🧐 Attempt 8: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:16:54.307Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:16:59.587Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:16:59.596Z] [INFO] Raw command output (attempt 9): Exit code: 0 Stdout length: 6694 Stderr: none [2026-07-19T21:16:59.602Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:16:59.606Z] [INFO] 🧐 Attempt 9: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:16:59.611Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:17:04.970Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:17:04.980Z] [INFO] Raw command output (attempt 10): Exit code: 0 Stdout length: 6694 Stderr: none [2026-07-19T21:17:04.985Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:17:04.990Z] [INFO] 🧐 Attempt 10: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:17:04.994Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:17:10.267Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:17:10.277Z] [INFO] Raw command output (attempt 11): Exit code: 0 Stdout length: 6694 Stderr: none [2026-07-19T21:17:10.282Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:17:10.287Z] [INFO] 🧐 Attempt 11: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:17:10.291Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:17:15.566Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:17:15.577Z] [INFO] Raw command output (attempt 12): Exit code: 0 Stdout length: 6694 Stderr: none [2026-07-19T21:17:15.582Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:17:15.587Z] [INFO] 🧐 Attempt 12: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:17:15.591Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:17:20.873Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:17:20.884Z] [INFO] Raw command output (attempt 13): Exit code: 0 Stdout length: 6694 Stderr: none [2026-07-19T21:17:20.890Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:17:20.895Z] [INFO] 🧐 Attempt 13: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:17:20.899Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:17:26.189Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:17:26.200Z] [INFO] Raw command output (attempt 14): Exit code: 0 Stdout length: 6694 Stderr: none [2026-07-19T21:17:26.322Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:17:26.326Z] [INFO] 🧐 Attempt 14: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:17:26.331Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:17:31.594Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:17:31.605Z] [INFO] Raw command output (attempt 15): Exit code: 0 Stdout length: 6694 Stderr: none [2026-07-19T21:17:31.610Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:17:31.614Z] [INFO] 🧐 Attempt 15: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:17:31.618Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:17:36.894Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:17:36.904Z] [INFO] Raw command output (attempt 16): Exit code: 0 Stdout length: 6694 Stderr: none [2026-07-19T21:17:36.909Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:17:36.914Z] [INFO] 🧐 Attempt 16: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:17:36.919Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:17:42.196Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:17:42.207Z] [INFO] Raw command output (attempt 17): Exit code: 0 Stdout length: 6694 Stderr: none [2026-07-19T21:17:42.213Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:17:42.217Z] [INFO] 🧐 Attempt 17: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:17:42.222Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:17:47.510Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:17:47.520Z] [INFO] Raw command output (attempt 18): Exit code: 0 Stdout length: 6694 Stderr: none [2026-07-19T21:17:47.525Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:17:47.531Z] [INFO] 🧐 Attempt 18: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:17:47.535Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:17:52.813Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:17:52.824Z] [INFO] Raw command output (attempt 19): Exit code: 0 Stdout length: 6694 Stderr: none [2026-07-19T21:17:52.829Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:17:52.834Z] [INFO] 🧐 Attempt 19: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:17:52.838Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:17:58.115Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:17:58.126Z] [INFO] Raw command output (attempt 20): Exit code: 0 Stdout length: 6694 Stderr: none [2026-07-19T21:17:58.148Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:17:58.155Z] [INFO] 🧐 Attempt 20: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:17:58.161Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:18:03.520Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:18:03.530Z] [INFO] Raw command output (attempt 21): Exit code: 0 Stdout length: 6694 Stderr: none [2026-07-19T21:18:03.536Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:18:03.541Z] [INFO] 🧐 Attempt 21: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:18:03.547Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:18:08.842Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:18:08.854Z] [INFO] Raw command output (attempt 22): Exit code: 0 Stdout length: 6694 Stderr: none [2026-07-19T21:18:08.860Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:18:08.865Z] [INFO] 🧐 Attempt 22: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:18:08.871Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:18:14.164Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:18:14.175Z] [INFO] Raw command output (attempt 23): Exit code: 0 Stdout length: 6694 Stderr: none [2026-07-19T21:18:14.181Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:18:14.185Z] [INFO] 🧐 Attempt 23: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:18:14.193Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:18:19.472Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:18:19.482Z] [INFO] Raw command output (attempt 24): Exit code: 0 Stdout length: 6694 Stderr: none [2026-07-19T21:18:19.529Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:18:19.539Z] [INFO] 🧐 Attempt 24: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:18:19.554Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:18:24.851Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:18:24.861Z] [INFO] Raw command output (attempt 25): Exit code: 0 Stdout length: 6694 Stderr: none [2026-07-19T21:18:24.867Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:18:24.872Z] [INFO] 🧐 Attempt 25: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:18:24.877Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:18:30.184Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:18:30.197Z] [INFO] Raw command output (attempt 26): Exit code: 0 Stdout length: 6694 Stderr: none [2026-07-19T21:18:30.204Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:18:30.209Z] [INFO] 🧐 Attempt 26: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:18:30.213Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:18:35.500Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:18:35.512Z] [INFO] Raw command output (attempt 27): Exit code: 0 Stdout length: 6694 Stderr: none [2026-07-19T21:18:35.517Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:18:35.523Z] [INFO] 🧐 Attempt 27: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:18:35.528Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:18:40.809Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:18:40.819Z] [INFO] Raw command output (attempt 28): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:18:40.842Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:18:40.849Z] [INFO] 🧐 Attempt 28: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:18:40.855Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:18:46.212Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:18:46.221Z] [INFO] Raw command output (attempt 29): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:18:46.227Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:18:46.232Z] [INFO] 🧐 Attempt 29: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:18:46.238Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:18:51.521Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:18:51.531Z] [INFO] Raw command output (attempt 30): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:18:51.537Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:18:51.543Z] [INFO] 🧐 Attempt 30: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:18:51.548Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:18:56.846Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:18:56.857Z] [INFO] Raw command output (attempt 31): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:18:56.864Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:18:56.869Z] [INFO] 🧐 Attempt 31: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:18:56.874Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:19:02.157Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:19:02.167Z] [INFO] Raw command output (attempt 32): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:19:02.176Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:19:02.182Z] [INFO] 🧐 Attempt 32: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:19:02.188Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:19:07.472Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:19:07.492Z] [INFO] Raw command output (attempt 33): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:19:07.524Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:19:07.534Z] [INFO] 🧐 Attempt 33: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:19:07.543Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:19:12.829Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:19:12.842Z] [INFO] Raw command output (attempt 34): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:19:12.868Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:19:12.922Z] [INFO] 🧐 Attempt 34: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:19:12.930Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:19:18.335Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:19:18.345Z] [INFO] Raw command output (attempt 35): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:19:18.352Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:19:18.357Z] [INFO] 🧐 Attempt 35: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:19:18.362Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:19:23.653Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:19:23.662Z] [INFO] Raw command output (attempt 36): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:19:23.669Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:19:23.675Z] [INFO] 🧐 Attempt 36: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:19:23.680Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:19:28.989Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:19:28.999Z] [INFO] Raw command output (attempt 37): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:19:29.018Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:19:29.031Z] [INFO] 🧐 Attempt 37: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:19:29.038Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:19:34.501Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:19:34.517Z] [INFO] Raw command output (attempt 38): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:19:34.525Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:19:34.536Z] [INFO] 🧐 Attempt 38: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:19:34.543Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:19:39.839Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:19:39.849Z] [INFO] Raw command output (attempt 39): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:19:39.857Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:19:39.863Z] [INFO] 🧐 Attempt 39: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:19:39.868Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:19:45.159Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:19:45.170Z] [INFO] Raw command output (attempt 40): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:19:45.179Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:19:45.223Z] [INFO] 🧐 Attempt 40: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:19:45.229Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:19:50.535Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:19:50.546Z] [INFO] Raw command output (attempt 41): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:19:50.555Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:19:50.579Z] [INFO] 🧐 Attempt 41: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:19:50.815Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:19:56.140Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:19:56.150Z] [INFO] Raw command output (attempt 42): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:19:56.157Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:19:56.162Z] [INFO] 🧐 Attempt 42: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:19:56.167Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:20:01.462Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:20:01.522Z] [INFO] Raw command output (attempt 43): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:20:01.532Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:20:01.542Z] [INFO] 🧐 Attempt 43: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:20:01.557Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:20:07.075Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:20:07.092Z] [INFO] Raw command output (attempt 44): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:20:07.104Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:20:07.109Z] [INFO] 🧐 Attempt 44: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:20:07.115Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-07-19T21:20:12.405Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T21:20:12.417Z] [INFO] Raw command output (attempt 45): Exit code: 0 Stdout length: 6426 Stderr: none [2026-07-19T21:20:12.424Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T21:20:12.430Z] [INFO] 🧐 Attempt 45: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 6 [2026-07-19T21:20:12.435Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌