{
  "schema": "paperclip.runner-e2e.result/v2",
  "executionId": "lifecycle-baseline.runner-codex.local.lifecycle-blocker-neutral",
  "suiteId": "lifecycle-baseline",
  "suiteDefinitionHash": "009bdcb897904ae93197d105ab1a6caebd5d025d3cd4a0bbfd645d55421cf0b5",
  "source": {
    "sha": "7b68329d2aea136a659584837f35fc83f6f6d014",
    "ref": "refs/heads/codex/lifecycle-baseline-status-recheck-20260921",
    "workflowRunUrl": "https://github.com/paperclipai/paperclip/actions/runs/35673778202"
  },
  "attempt": 1,
  "status": "failed",
  "failureClass": "candidate_failure",
  "error": "\u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByTestId('issue-detail-header').getByRole('button', { name: 'Change status (current: Blocked)', exact: true })\nExpected: visible\nTimeout: 30000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 30000ms\u001b[22m\n\u001b[2m  - waiting for getByTestId('issue-detail-header').getByRole('button', { name: 'Change status (current: Blocked)', exact: true })\u001b[22m\n",
  "profileId": "runner-codex",
  "environmentId": "local",
  "caseId": "lifecycle-blocker-neutral",
  "provider": "codex",
  "model": "gpt-5.6-sol",
  "runtimeMode": "native",
  "issueId": "e3937a82-2297-4bc2-9de6-25c8949e428e",
  "issueIdentifier": "RUN-1",
  "runIds": [
    "60b8dc91-1f7c-4790-9d7a-9f1119256b50"
  ],
  "startedAt": "2026-09-22T01:01:25.021Z",
  "finishedAt": "2026-09-22T01:02:36.427Z",
  "durationMs": 71406,
  "usage": {
    "model": "gpt-5.6-sol",
    "biller": "openai",
    "costUsd": 0,
    "provider": "openai",
    "costStatus": "reported",
    "billingType": "unknown",
    "inputTokens": 36146,
    "usageSource": "per_run",
    "freshSession": true,
    "outputTokens": 258,
    "sessionReused": false,
    "rawInputTokens": 36146,
    "sessionRotated": false,
    "configFreshness": {
      "session": {
        "reset": true,
        "categories": [
          "adapter",
          "adapterConfig",
          "agentRuntimeConfig",
          "instructions",
          "issueOverrides",
          "workspaceConfig",
          "environment",
          "envBindings",
          "secrets",
          "runtimeSkills"
        ],
        "resetReasons": [],
        "nextFingerprint": "v1:sha256:b4454a9e6f7ceb8f4acc8ff25b1a47598215023761fa30ccb9dafcc365ecf93c",
        "changedCategories": [],
        "taskSessionReused": false,
        "fingerprintVersion": 1,
        "taskSessionAvailable": false,
        "storedFingerprintPresent": false
      },
      "version": 1,
      "workspace": {
        "action": "create",
        "reasons": [],
        "categories": [
          "mode",
          "projectWorkspace",
          "strategy",
          "repo",
          "lifecycleCommands",
          "runtimeServices",
          "environment",
          "realization"
        ],
        "reuseRequested": false,
        "nextFingerprint": "v1:sha256:c9130316b7c6af46f246e3dc7778772c4bf10e48465e8dec7c986eee9fada415",
        "workspaceReused": false,
        "activeWorkspaceId": null,
        "changedCategories": [],
        "storedFingerprint": null,
        "fingerprintVersion": 1,
        "inferredFingerprint": null,
        "previousWorkspaceId": null,
        "configSnapshotRefreshed": false,
        "storedFingerprintPresent": false
      }
    },
    "rawOutputTokens": 258,
    "cachedInputTokens": 17915,
    "taskSessionReused": false,
    "persistedSessionId": "01a0c6a2-0d4b-7a52-87fe-cdf0742fb629",
    "cacheAdjustedCostUsd": 0,
    "rawCachedInputTokens": 17915,
    "sessionRotationReason": null
  },
  "runtimeUsage": {
    "provider": "local",
    "agentRunDurationMs": 16003,
    "leaseDurationMs": null,
    "leaseCount": 0,
    "costStatus": "not_metered",
    "costSource": "local_not_metered"
  },
  "matcherResults": [
    {
      "matcher": {
        "kind": "message_exact",
        "expected": "LIFECYCLE_edbde710ce52-1: Recorded background quotation: the meeting is on Tuesday."
      },
      "passed": true,
      "detail": "matched"
    },
    {
      "matcher": {
        "kind": "message_occurrences",
        "expected": "LIFECYCLE_edbde710ce52-1: Recorded background quotation: the meeting is on Tuesday.",
        "count": 1
      },
      "passed": true,
      "detail": "matched"
    },
    {
      "matcher": {
        "kind": "issue_status",
        "expected": "blocked"
      },
      "passed": true,
      "detail": "matched"
    },
    {
      "matcher": {
        "kind": "run_status",
        "expected": "succeeded"
      },
      "passed": true,
      "detail": "matched"
    },
    {
      "matcher": {
        "kind": "runtime_mode",
        "expected": "native"
      },
      "passed": true,
      "detail": "matched"
    },
    {
      "matcher": {
        "kind": "environment",
        "expected": "local"
      },
      "passed": true,
      "detail": "matched"
    },
    {
      "matcher": {
        "kind": "json_path",
        "path": "issue.executionRunId",
        "expected": null
      },
      "passed": true,
      "detail": "matched"
    },
    {
      "matcher": {
        "kind": "json_schema",
        "schema": {
          "type": "object",
          "required": [
            "issue",
            "interactions"
          ],
          "properties": {
            "issue": {
              "type": "object",
              "required": [
                "executionRunId",
                "scheduledRetry",
                "activeRecoveryAction",
                "monitorNextCheckAt"
              ],
              "properties": {
                "scheduledRetry": {
                  "type": "null"
                },
                "activeRecoveryAction": {
                  "type": "null"
                },
                "monitorNextCheckAt": {
                  "type": "null"
                }
              }
            },
            "interactions": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "status"
                ],
                "properties": {
                  "status": {
                    "not": {
                      "const": "pending"
                    }
                  }
                }
              }
            }
          }
        }
      },
      "passed": true,
      "detail": "matched"
    }
  ],
  "screenshots": [
    {
      "id": "failure",
      "label": "Task state at failure",
      "file": "failure.png",
      "publication": "public-runner-fixture",
      "sha256": "4accadb3c2ca18f3c877c5c2a14abcbdaa4adf6f07641d18c617c110b44cb219"
    }
  ],
  "cleanup": "passed",
  "billing": {
    "llm": {
      "runCount": 1,
      "runsWithTokenUsage": 1,
      "runsWithReportedCost": 1,
      "inputTokens": 36146,
      "outputTokens": 258,
      "cachedInputTokens": 17915,
      "totalTokens": 54319,
      "reportedCostUsd": 0,
      "costStatus": "reported"
    },
    "runtime": {
      "provider": "local",
      "agentRunDurationMs": 16003,
      "leaseDurationMs": null,
      "leaseCount": 0,
      "costStatus": "not_metered",
      "costSource": "local_not_metered"
    },
    "reportedCostUsd": 0,
    "estimatedRuntimeCostUsd": 0,
    "observedAndEstimatedCostUsd": 0,
    "complete": true
  }
}
