mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-11 22:53:00 +00:00
parent
1511d4ff7a
commit
ac7f635d86
5 changed files with 159 additions and 10 deletions
149
run.json
149
run.json
|
|
@ -358,7 +358,7 @@
|
|||
"kind": "running"
|
||||
},
|
||||
"status_updated_at": "2026-05-29T15:41:18.463060Z",
|
||||
"last_event_at": "2026-05-29T15:41:20.614237Z",
|
||||
"last_event_at": "2026-05-29T15:41:27.342896Z",
|
||||
"pending_control": null,
|
||||
"checkpoints": [
|
||||
{
|
||||
|
|
@ -399,31 +399,97 @@
|
|||
"diff": {}
|
||||
},
|
||||
{
|
||||
"seq": 0,
|
||||
"seq": 28,
|
||||
"checkpoint": {
|
||||
"timestamp": "2026-05-29T15:41:22.175748Z",
|
||||
"timestamp": "2026-05-29T15:41:27.341570Z",
|
||||
"current_node": "toolchain",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"toolchain"
|
||||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"current_node": "toolchain",
|
||||
"failure_signature": "",
|
||||
"internal.node_visit_count": 1,
|
||||
"internal.run_id": "01KST6AQV9EKTCFT20RDZ8XEWQ",
|
||||
"internal.work_dir": "/home/daytona/workspace/fabro",
|
||||
"thread.start.current_node": "toolchain",
|
||||
"internal.fidelity": "compact",
|
||||
"internal.retry_count.start": 0,
|
||||
"graph.retry_target": "exit",
|
||||
"command.output": "blob://sha256/b8ca0e4caeb04bc5b1536d59d663fbaf5f6689fccabefcb4ddeb0727a377bb53",
|
||||
"graph.goal": "Verify the sandbox can lint and test the project",
|
||||
"graph.rankdir": "LR",
|
||||
"internal.retry_count.toolchain": 0,
|
||||
"outcome": "succeeded",
|
||||
"internal.thread_id": "start",
|
||||
"failure_class": ""
|
||||
},
|
||||
"node_outcomes": {
|
||||
"start": {
|
||||
"status": "succeeded",
|
||||
"usage": null
|
||||
},
|
||||
"toolchain": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"command.output": "blob://sha256/b8ca0e4caeb04bc5b1536d59d663fbaf5f6689fccabefcb4ddeb0727a377bb53"
|
||||
},
|
||||
"notes": "Script completed: rustc --version && cargo --version && bun --version 2>&1",
|
||||
"usage": null,
|
||||
"timing": {
|
||||
"wall_time_ms": 0,
|
||||
"inference_time_ms": 0,
|
||||
"tool_time_ms": 1552,
|
||||
"active_time_ms": 1552
|
||||
}
|
||||
}
|
||||
},
|
||||
"next_node_id": "compile_rust",
|
||||
"git_commit_sha": "60602ce2da0652109f35372fcb39cc43454e997d",
|
||||
"node_visits": {
|
||||
"toolchain": 1,
|
||||
"start": 1
|
||||
}
|
||||
},
|
||||
"diff": {
|
||||
"summary": {
|
||||
"files_changed": 0,
|
||||
"additions": 0,
|
||||
"deletions": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"seq": 0,
|
||||
"checkpoint": {
|
||||
"timestamp": "2026-05-29T15:43:39.467874Z",
|
||||
"current_node": "compile_rust",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"toolchain",
|
||||
"compile_rust"
|
||||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"failure_signature": "",
|
||||
"graph.rankdir": "LR",
|
||||
"graph.goal": "Verify the sandbox can lint and test the project",
|
||||
"thread.start.current_node": "toolchain",
|
||||
"current_node": "toolchain",
|
||||
"thread.toolchain.current_node": "compile_rust",
|
||||
"current_node": "compile_rust",
|
||||
"internal.node_visit_count": 1,
|
||||
"internal.work_dir": "/home/daytona/workspace/fabro",
|
||||
"internal.fidelity": "compact",
|
||||
"outcome": "succeeded",
|
||||
"internal.run_id": "01KST6AQV9EKTCFT20RDZ8XEWQ",
|
||||
"failure_class": "",
|
||||
"command.output": "blob://sha256/b8ca0e4caeb04bc5b1536d59d663fbaf5f6689fccabefcb4ddeb0727a377bb53",
|
||||
"command.output": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
||||
"graph.retry_target": "exit",
|
||||
"internal.thread_id": "start",
|
||||
"internal.thread_id": "toolchain",
|
||||
"internal.retry_count.toolchain": 0,
|
||||
"internal.retry_count.compile_rust": 0,
|
||||
"internal.retry_count.start": 0
|
||||
},
|
||||
"node_outcomes": {
|
||||
|
|
@ -441,14 +507,29 @@
|
|||
"active_time_ms": 1552
|
||||
}
|
||||
},
|
||||
"compile_rust": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"command.output": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126"
|
||||
},
|
||||
"notes": "Script completed: cargo check -q --workspace 2>&1",
|
||||
"usage": null,
|
||||
"timing": {
|
||||
"wall_time_ms": 0,
|
||||
"inference_time_ms": 0,
|
||||
"tool_time_ms": 132118,
|
||||
"active_time_ms": 132118
|
||||
}
|
||||
},
|
||||
"start": {
|
||||
"status": "succeeded",
|
||||
"usage": null
|
||||
}
|
||||
},
|
||||
"next_node_id": "compile_rust",
|
||||
"next_node_id": "compile_typescript",
|
||||
"node_visits": {
|
||||
"toolchain": 1,
|
||||
"compile_rust": 1,
|
||||
"start": 1
|
||||
}
|
||||
},
|
||||
|
|
@ -485,7 +566,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-29T15:41:22.174852Z"
|
||||
},
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": {
|
||||
|
|
@ -493,11 +579,27 @@
|
|||
"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": 1552,
|
||||
"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-29T15:41:20.614202Z",
|
||||
"handler": "command",
|
||||
"timing": {
|
||||
"wall_time_ms": 1560,
|
||||
"inference_time_ms": 0,
|
||||
"tool_time_ms": 1552,
|
||||
"active_time_ms": 1552
|
||||
},
|
||||
"usage": {
|
||||
"input_tokens": 0,
|
||||
"output_tokens": 0,
|
||||
|
|
@ -506,7 +608,7 @@
|
|||
"cache_read_tokens": 0,
|
||||
"cache_write_tokens": 0
|
||||
},
|
||||
"state": "running"
|
||||
"state": "succeeded"
|
||||
},
|
||||
"start@1": {
|
||||
"first_event_seq": 17,
|
||||
|
|
@ -541,6 +643,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-29T15:41:27.342573Z",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
1
stages/002-toolchain@1/output.log
Normal file
1
stages/002-toolchain@1/output.log
Normal file
|
|
@ -0,0 +1 @@
|
|||
blob://sha256/b8ca0e4caeb04bc5b1536d59d663fbaf5f6689fccabefcb4ddeb0727a377bb53
|
||||
8
stages/002-toolchain@1/script_timing.json
Normal file
8
stages/002-toolchain@1/script_timing.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"output": "blob://sha256/b8ca0e4caeb04bc5b1536d59d663fbaf5f6689fccabefcb4ddeb0727a377bb53",
|
||||
"exit_code": 0,
|
||||
"duration_ms": 1552,
|
||||
"termination": "exited",
|
||||
"output_bytes": 79,
|
||||
"live_streaming": true
|
||||
}
|
||||
6
stages/002-toolchain@1/status.json
Normal file
6
stages/002-toolchain@1/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"outcome": "succeeded",
|
||||
"notes": "Script completed: rustc --version && cargo --version && bun --version 2>&1",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-29T15:41:22.174852Z"
|
||||
}
|
||||
5
stages/003-compile_rust@1/script_invocation.json
Normal file
5
stages/003-compile_rust@1/script_invocation.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"script": "cargo check -q --workspace 2>&1",
|
||||
"command": "exec 2>&1\ncargo check -q --workspace 2>&1",
|
||||
"language": "shell"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue