diff --git a/run.json b/run.json index 0e9052b16..87d0ab7df 100644 --- a/run.json +++ b/run.json @@ -214,7 +214,7 @@ "kind": "running" }, "status_updated_at": "2026-05-11T17:09:05.695255Z", - "last_event_at": "2026-05-11T17:09:08.324136Z", + "last_event_at": "2026-05-11T17:09:16.366759Z", "pending_control": null, "checkpoints": [ { @@ -255,9 +255,9 @@ "diff": {} }, { - "seq": 0, + "seq": 27, "checkpoint": { - "timestamp": "2026-05-11T17:09:10.151568Z", + "timestamp": "2026-05-11T17:09:16.366561Z", "current_node": "inspect", "completed_nodes": [ "start", @@ -265,22 +265,22 @@ ], "node_retries": {}, "context_values": { - "graph.rankdir": "LR", - "internal.fidelity": "compact", - "internal.node_visit_count": 1, - "failure_class": "", - "internal.run_id": "01KRC06KV7MFNE2S22R2TAS10P", - "failure_signature": "", "graph.goal": "Verify the Daytona daytona-medium sandbox starts with standard tooling", + "internal.fidelity": "compact", + "internal.retry_count.inspect": 0, + "thread.start.current_node": "inspect", + "internal.retry_count.start": 0, + "failure_class": "", "graph.retry_target": "exit", "internal.thread_id": "start", - "internal.work_dir": "/home/daytona/workspace", - "internal.retry_count.start": 0, + "graph.rankdir": "LR", + "internal.run_id": "01KRC06KV7MFNE2S22R2TAS10P", "outcome": "succeeded", - "thread.start.current_node": "inspect", "current_node": "inspect", - "internal.retry_count.inspect": 0, - "command.output": "blob://sha256/b366510186718414b48dcc6f64b5fc479dafd86e46623d16d0b51dc67d231725" + "failure_signature": "", + "command.output": "blob://sha256/b366510186718414b48dcc6f64b5fc479dafd86e46623d16d0b51dc67d231725", + "internal.work_dir": "/home/daytona/workspace", + "internal.node_visit_count": 1 }, "node_outcomes": { "inspect": { @@ -297,15 +297,43 @@ } }, "next_node_id": "exit", + "git_commit_sha": "c2f49da1c80a708e48e6d09f03cfa87699ac31c6", "node_visits": { "start": 1, "inspect": 1 } }, - "diff": {} + "diff": { + "summary": { + "files_changed": 0, + "additions": 0, + "deletions": 0 + } + } } ], - "conclusion": null, + "conclusion": { + "timestamp": "2026-05-11T17:09:16.395309Z", + "status": "succeeded", + "duration_ms": 10671, + "final_git_commit_sha": "c2f49da1c80a708e48e6d09f03cfa87699ac31c6", + "stages": [ + { + "stage_id": "start", + "stage_label": "start", + "duration_ms": 0, + "retries": 0 + }, + { + "stage_id": "inspect", + "stage_label": "inspect", + "duration_ms": 1826, + "retries": 0 + } + ], + "total_retries": 0, + "diff": {} + }, "sandbox": { "provider": "daytona", "image": "buildpack-deps:noble", @@ -355,7 +383,12 @@ "first_event_seq": 20, "prompt": null, "response": null, - "completion": null, + "completion": { + "outcome": "succeeded", + "notes": "Script completed: set -e\nprintf 'cwd: '; pwd\nprintf 'user: '; whoami\nprintf 'git: '; git --version\nif command -v python3 >/dev/null; then printf 'python: '; python3 --version; else echo 'python: not installed'; fi\nif command -v node >/dev/null; then printf 'node: '; node --version; else echo 'node: not installed'; fi\nprintf 'top-level files:\\n'; ls -la | sed -n '1,40p'", + "failure_reason": null, + "timestamp": "2026-05-11T17:09:10.150422Z" + }, "provider_used": null, "diff": null, "script_invocation": { @@ -363,11 +396,22 @@ "command": "exec 2>&1\nset -e\nprintf 'cwd: '; pwd\nprintf 'user: '; whoami\nprintf 'git: '; git --version\nif command -v python3 >/dev/null; then printf 'python: '; python3 --version; else echo 'python: not installed'; fi\nif command -v node >/dev/null; then printf 'node: '; node --version; else echo 'node: not installed'; fi\nprintf 'top-level files:\\n'; ls -la | sed -n '1,40p'", "language": "shell" }, - "script_timing": null, + "script_timing": { + "output": "blob://sha256/b366510186718414b48dcc6f64b5fc479dafd86e46623d16d0b51dc67d231725", + "exit_code": 0, + "duration_ms": 1819, + "termination": "exited", + "output_bytes": 2496, + "live_streaming": true + }, "parallel_results": null, "output": null, + "output_bytes": 2496, + "live_streaming": true, + "termination": "exited", "started_at": "2026-05-11T17:09:08.324113Z", "handler": "command", + "duration_ms": 1826, "usage": { "input_tokens": 0, "output_tokens": 0, @@ -376,7 +420,36 @@ "cache_read_tokens": 0, "cache_write_tokens": 0 }, - "state": "running" + "state": "succeeded" + }, + "exit@1": { + "first_event_seq": 30, + "prompt": null, + "response": null, + "completion": { + "outcome": "succeeded", + "notes": null, + "failure_reason": null, + "timestamp": "2026-05-11T17:09:16.366759Z" + }, + "provider_used": null, + "diff": null, + "script_invocation": null, + "script_timing": null, + "parallel_results": null, + "output": null, + "started_at": "2026-05-11T17:09:16.366722Z", + "handler": "exit", + "duration_ms": 0, + "usage": { + "input_tokens": 0, + "output_tokens": 0, + "total_tokens": 0, + "reasoning_tokens": 0, + "cache_read_tokens": 0, + "cache_write_tokens": 0 + }, + "state": "succeeded" } } } \ No newline at end of file diff --git a/stages/002-inspect@1/output.log b/stages/002-inspect@1/output.log new file mode 100644 index 000000000..b716f7c52 --- /dev/null +++ b/stages/002-inspect@1/output.log @@ -0,0 +1 @@ +blob://sha256/b366510186718414b48dcc6f64b5fc479dafd86e46623d16d0b51dc67d231725 \ No newline at end of file diff --git a/stages/002-inspect@1/script_timing.json b/stages/002-inspect@1/script_timing.json new file mode 100644 index 000000000..0aba37abf --- /dev/null +++ b/stages/002-inspect@1/script_timing.json @@ -0,0 +1,8 @@ +{ + "output": "blob://sha256/b366510186718414b48dcc6f64b5fc479dafd86e46623d16d0b51dc67d231725", + "exit_code": 0, + "duration_ms": 1819, + "termination": "exited", + "output_bytes": 2496, + "live_streaming": true +} \ No newline at end of file diff --git a/stages/002-inspect@1/status.json b/stages/002-inspect@1/status.json new file mode 100644 index 000000000..9c391f3e6 --- /dev/null +++ b/stages/002-inspect@1/status.json @@ -0,0 +1,6 @@ +{ + "outcome": "succeeded", + "notes": "Script completed: set -e\nprintf 'cwd: '; pwd\nprintf 'user: '; whoami\nprintf 'git: '; git --version\nif command -v python3 >/dev/null; then printf 'python: '; python3 --version; else echo 'python: not installed'; fi\nif command -v node >/dev/null; then printf 'node: '; node --version; else echo 'node: not installed'; fi\nprintf 'top-level files:\\n'; ls -la | sed -n '1,40p'", + "failure_reason": null, + "timestamp": "2026-05-11T17:09:10.150422Z" +} \ No newline at end of file diff --git a/stages/003-exit@1/status.json b/stages/003-exit@1/status.json new file mode 100644 index 000000000..f64eafce3 --- /dev/null +++ b/stages/003-exit@1/status.json @@ -0,0 +1,6 @@ +{ + "outcome": "succeeded", + "notes": null, + "failure_reason": null, + "timestamp": "2026-05-11T17:09:16.366759Z" +} \ No newline at end of file