mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-06 08:18:58 +00:00
parent
41ac1df23c
commit
f19756a068
5 changed files with 117 additions and 23 deletions
119
run.json
119
run.json
|
|
@ -216,7 +216,7 @@
|
|||
"kind": "running"
|
||||
},
|
||||
"status_updated_at": "2026-05-11T21:12:19.020042Z",
|
||||
"last_event_at": "2026-05-11T21:12:21.974165Z",
|
||||
"last_event_at": "2026-05-11T21:12:31.559031Z",
|
||||
"pending_control": null,
|
||||
"checkpoints": [
|
||||
{
|
||||
|
|
@ -257,9 +257,9 @@
|
|||
"diff": {}
|
||||
},
|
||||
{
|
||||
"seq": 0,
|
||||
"seq": 27,
|
||||
"checkpoint": {
|
||||
"timestamp": "2026-05-11T21:12:24.402944Z",
|
||||
"timestamp": "2026-05-11T21:12:31.558907Z",
|
||||
"current_node": "inspect",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
|
|
@ -267,28 +267,24 @@
|
|||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"internal.node_visit_count": 1,
|
||||
"graph.goal": "Verify the Daytona daytona-medium sandbox starts with standard tooling",
|
||||
"failure_signature": "",
|
||||
"current_node": "inspect",
|
||||
"command.output": "blob://sha256/12712105322a9b5c4d711b22b731c7286344aa6fc11012249658d293569c204d",
|
||||
"internal.retry_count.start": 0,
|
||||
"internal.retry_count.inspect": 0,
|
||||
"internal.work_dir": "/home/daytona/workspace",
|
||||
"failure_signature": "",
|
||||
"command.output": "blob://sha256/12712105322a9b5c4d711b22b731c7286344aa6fc11012249658d293569c204d",
|
||||
"graph.rankdir": "LR",
|
||||
"graph.retry_target": "exit",
|
||||
"internal.fidelity": "compact",
|
||||
"internal.thread_id": "start",
|
||||
"internal.retry_count.start": 0,
|
||||
"internal.node_visit_count": 1,
|
||||
"internal.run_id": "01KRCE3X0104M62PXYBD0FSD7R",
|
||||
"graph.retry_target": "exit",
|
||||
"internal.thread_id": "start",
|
||||
"current_node": "inspect",
|
||||
"internal.fidelity": "compact",
|
||||
"failure_class": "",
|
||||
"thread.start.current_node": "inspect",
|
||||
"outcome": "succeeded"
|
||||
"graph.goal": "Verify the Daytona daytona-medium sandbox starts with standard tooling",
|
||||
"outcome": "succeeded",
|
||||
"thread.start.current_node": "inspect"
|
||||
},
|
||||
"node_outcomes": {
|
||||
"start": {
|
||||
"status": "succeeded",
|
||||
"usage": null
|
||||
},
|
||||
"inspect": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
|
|
@ -296,18 +292,50 @@
|
|||
},
|
||||
"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'",
|
||||
"usage": null
|
||||
},
|
||||
"start": {
|
||||
"status": "succeeded",
|
||||
"usage": null
|
||||
}
|
||||
},
|
||||
"next_node_id": "exit",
|
||||
"git_commit_sha": "a1774b7e576c16492c0c93464e24a738c4473598",
|
||||
"node_visits": {
|
||||
"start": 1,
|
||||
"inspect": 1
|
||||
}
|
||||
},
|
||||
"diff": {}
|
||||
"diff": {
|
||||
"summary": {
|
||||
"files_changed": 0,
|
||||
"additions": 0,
|
||||
"deletions": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"conclusion": null,
|
||||
"conclusion": {
|
||||
"timestamp": "2026-05-11T21:12:31.598744Z",
|
||||
"status": "succeeded",
|
||||
"duration_ms": 12539,
|
||||
"final_git_commit_sha": "a1774b7e576c16492c0c93464e24a738c4473598",
|
||||
"stages": [
|
||||
{
|
||||
"stage_id": "start",
|
||||
"stage_label": "start",
|
||||
"duration_ms": 0,
|
||||
"retries": 0
|
||||
},
|
||||
{
|
||||
"stage_id": "inspect",
|
||||
"stage_label": "inspect",
|
||||
"duration_ms": 2427,
|
||||
"retries": 0
|
||||
}
|
||||
],
|
||||
"total_retries": 0,
|
||||
"diff": {}
|
||||
},
|
||||
"sandbox": {
|
||||
"provider": "daytona",
|
||||
"image": "buildpack-deps:noble",
|
||||
|
|
@ -328,7 +356,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-11T21:12:24.402002Z"
|
||||
},
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": {
|
||||
|
|
@ -336,11 +369,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/12712105322a9b5c4d711b22b731c7286344aa6fc11012249658d293569c204d",
|
||||
"exit_code": 0,
|
||||
"duration_ms": 2421,
|
||||
"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-11T21:12:21.974120Z",
|
||||
"handler": "command",
|
||||
"duration_ms": 2427,
|
||||
"usage": {
|
||||
"input_tokens": 0,
|
||||
"output_tokens": 0,
|
||||
|
|
@ -349,7 +393,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-11T21:12:31.559031Z"
|
||||
},
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": null,
|
||||
"script_timing": null,
|
||||
"parallel_results": null,
|
||||
"output": null,
|
||||
"started_at": "2026-05-11T21:12:31.559005Z",
|
||||
"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"
|
||||
},
|
||||
"start@1": {
|
||||
"first_event_seq": 16,
|
||||
|
|
|
|||
1
stages/002-inspect@1/output.log
Normal file
1
stages/002-inspect@1/output.log
Normal file
|
|
@ -0,0 +1 @@
|
|||
blob://sha256/12712105322a9b5c4d711b22b731c7286344aa6fc11012249658d293569c204d
|
||||
8
stages/002-inspect@1/script_timing.json
Normal file
8
stages/002-inspect@1/script_timing.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"output": "blob://sha256/12712105322a9b5c4d711b22b731c7286344aa6fc11012249658d293569c204d",
|
||||
"exit_code": 0,
|
||||
"duration_ms": 2421,
|
||||
"termination": "exited",
|
||||
"output_bytes": 2496,
|
||||
"live_streaming": true
|
||||
}
|
||||
6
stages/002-inspect@1/status.json
Normal file
6
stages/002-inspect@1/status.json
Normal file
|
|
@ -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-11T21:12:24.402002Z"
|
||||
}
|
||||
6
stages/003-exit@1/status.json
Normal file
6
stages/003-exit@1/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"outcome": "succeeded",
|
||||
"notes": null,
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-11T21:12:31.559031Z"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue