diff --git a/run.json b/run.json index 61420e263..bbca86d5f 100644 --- a/run.json +++ b/run.json @@ -341,7 +341,7 @@ "kind": "running" }, "status_updated_at": "2026-05-18T20:05:18.751246Z", - "last_event_at": "2026-05-18T20:05:20.909779Z", + "last_event_at": "2026-05-18T20:05:26.682190Z", "pending_control": null, "checkpoints": [ { @@ -382,9 +382,9 @@ "diff": {} }, { - "seq": 0, + "seq": 28, "checkpoint": { - "timestamp": "2026-05-18T20:05:22.412905Z", + "timestamp": "2026-05-18T20:05:26.680633Z", "current_node": "toolchain", "completed_nodes": [ "start", @@ -392,22 +392,22 @@ ], "node_retries": {}, "context_values": { - "failure_class": "", - "graph.rankdir": "LR", - "current_node": "toolchain", - "graph.goal": "Verify the sandbox can lint and test the project", - "internal.retry_count.start": 0, - "internal.node_visit_count": 1, - "internal.run_id": "01KRYAVTCVT4F3BKACYXJ1GQGH", - "internal.thread_id": "start", - "thread.start.current_node": "toolchain", "failure_signature": "", - "internal.retry_count.toolchain": 0, + "current_node": "toolchain", + "internal.fidelity": "compact", + "internal.node_visit_count": 1, "command.output": "blob://sha256/b8ca0e4caeb04bc5b1536d59d663fbaf5f6689fccabefcb4ddeb0727a377bb53", "internal.work_dir": "/home/daytona/workspace/fabro", - "outcome": "succeeded", + "internal.retry_count.toolchain": 0, + "internal.thread_id": "start", + "thread.start.current_node": "toolchain", + "graph.goal": "Verify the sandbox can lint and test the project", + "graph.rankdir": "LR", + "failure_class": "", "graph.retry_target": "exit", - "internal.fidelity": "compact" + "internal.retry_count.start": 0, + "internal.run_id": "01KRYAVTCVT4F3BKACYXJ1GQGH", + "outcome": "succeeded" }, "node_outcomes": { "toolchain": { @@ -424,15 +424,50 @@ } }, "next_node_id": "compile_rust", + "git_commit_sha": "6d56d116fda48d92d28c4cad046c0618d14596c9", "node_visits": { - "toolchain": 1, - "start": 1 + "start": 1, + "toolchain": 1 } }, - "diff": {} + "diff": { + "summary": { + "files_changed": 0, + "additions": 0, + "deletions": 0 + } + } } ], - "conclusion": null, + "conclusion": { + "timestamp": "2026-05-18T20:06:18.162071Z", + "status": "failed", + "duration_ms": 59003, + "failure": { + "reason": "workflow_error", + "detail": { + "message": "text blob read failed", + "category": "deterministic" + } + }, + "final_git_commit_sha": "6d56d116fda48d92d28c4cad046c0618d14596c9", + "stages": [ + { + "stage_id": "start", + "stage_label": "start", + "duration_ms": 0, + "retries": 0 + }, + { + "stage_id": "toolchain", + "stage_label": "toolchain", + "duration_ms": 1502, + "retries": 0 + } + ], + "total_retries": 0, + "diff": {} + }, "sandbox": { "provider": "daytona", "image": "buildpack-deps:noble", @@ -457,7 +492,12 @@ "first_event_seq": 21, "prompt": null, "response": null, - "completion": null, + "completion": { + "outcome": "succeeded", + "notes": "Script completed: rustc --version && cargo --version && bun --version 2>&1", + "failure_reason": null, + "timestamp": "2026-05-18T20:05:22.412404Z" + }, "provider_used": null, "diff": null, "script_invocation": { @@ -465,11 +505,22 @@ "command": "exec 2>&1\nrustc --version && cargo --version && bun --version 2>&1", "language": "shell" }, - "script_timing": null, + "script_timing": { + "output": "blob://sha256/b8ca0e4caeb04bc5b1536d59d663fbaf5f6689fccabefcb4ddeb0727a377bb53", + "exit_code": 0, + "duration_ms": 1492, + "termination": "exited", + "output_bytes": 79, + "live_streaming": true + }, "parallel_results": null, "output": null, + "output_bytes": 79, + "live_streaming": true, + "termination": "exited", "started_at": "2026-05-18T20:05:20.909545Z", "handler": "command", + "duration_ms": 1502, "usage": { "input_tokens": 0, "output_tokens": 0, @@ -478,7 +529,7 @@ "cache_read_tokens": 0, "cache_write_tokens": 0 }, - "state": "running" + "state": "succeeded" }, "start@1": { "first_event_seq": 17, @@ -508,6 +559,33 @@ "cache_write_tokens": 0 }, "state": "succeeded" + }, + "compile_rust@1": { + "first_event_seq": 31, + "prompt": null, + "response": null, + "completion": null, + "provider_used": null, + "diff": null, + "script_invocation": { + "script": "cargo check -q --workspace 2>&1", + "command": "exec 2>&1\ncargo check -q --workspace 2>&1", + "language": "shell" + }, + "script_timing": null, + "parallel_results": null, + "output": null, + "started_at": "2026-05-18T20:05:26.681803Z", + "handler": "command", + "usage": { + "input_tokens": 0, + "output_tokens": 0, + "total_tokens": 0, + "reasoning_tokens": 0, + "cache_read_tokens": 0, + "cache_write_tokens": 0 + }, + "state": "running" } } } \ No newline at end of file diff --git a/stages/002-toolchain@1/output.log b/stages/002-toolchain@1/output.log new file mode 100644 index 000000000..531c73851 --- /dev/null +++ b/stages/002-toolchain@1/output.log @@ -0,0 +1 @@ +blob://sha256/b8ca0e4caeb04bc5b1536d59d663fbaf5f6689fccabefcb4ddeb0727a377bb53 \ No newline at end of file diff --git a/stages/002-toolchain@1/script_timing.json b/stages/002-toolchain@1/script_timing.json new file mode 100644 index 000000000..7491aa1fa --- /dev/null +++ b/stages/002-toolchain@1/script_timing.json @@ -0,0 +1,8 @@ +{ + "output": "blob://sha256/b8ca0e4caeb04bc5b1536d59d663fbaf5f6689fccabefcb4ddeb0727a377bb53", + "exit_code": 0, + "duration_ms": 1492, + "termination": "exited", + "output_bytes": 79, + "live_streaming": true +} \ No newline at end of file diff --git a/stages/002-toolchain@1/status.json b/stages/002-toolchain@1/status.json new file mode 100644 index 000000000..375fefce2 --- /dev/null +++ b/stages/002-toolchain@1/status.json @@ -0,0 +1,6 @@ +{ + "outcome": "succeeded", + "notes": "Script completed: rustc --version && cargo --version && bun --version 2>&1", + "failure_reason": null, + "timestamp": "2026-05-18T20:05:22.412404Z" +} \ No newline at end of file diff --git a/stages/003-compile_rust@1/script_invocation.json b/stages/003-compile_rust@1/script_invocation.json new file mode 100644 index 000000000..d3abb832f --- /dev/null +++ b/stages/003-compile_rust@1/script_invocation.json @@ -0,0 +1,5 @@ +{ + "script": "cargo check -q --workspace 2>&1", + "command": "exec 2>&1\ncargo check -q --workspace 2>&1", + "language": "shell" +} \ No newline at end of file