mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-11 22:53:00 +00:00
parent
11cc91b0ff
commit
922b490d0b
5 changed files with 141 additions and 9 deletions
130
run.json
130
run.json
|
|
@ -340,7 +340,7 @@
|
|||
"kind": "running"
|
||||
},
|
||||
"status_updated_at": "2026-05-12T19:56:39.884008Z",
|
||||
"last_event_at": "2026-05-12T19:56:43.761568Z",
|
||||
"last_event_at": "2026-05-12T19:56:49.363393Z",
|
||||
"pending_control": null,
|
||||
"checkpoints": [
|
||||
{
|
||||
|
|
@ -381,9 +381,9 @@
|
|||
"diff": {}
|
||||
},
|
||||
{
|
||||
"seq": 0,
|
||||
"seq": 26,
|
||||
"checkpoint": {
|
||||
"timestamp": "2026-05-12T19:56:45.167943Z",
|
||||
"timestamp": "2026-05-12T19:56:49.362073Z",
|
||||
"current_node": "toolchain",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
|
|
@ -391,10 +391,69 @@
|
|||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"outcome": "succeeded",
|
||||
"current_node": "toolchain",
|
||||
"internal.work_dir": "/home/daytona/workspace",
|
||||
"failure_class": "",
|
||||
"internal.node_visit_count": 1,
|
||||
"failure_signature": "",
|
||||
"graph.rankdir": "LR",
|
||||
"internal.retry_count.toolchain": 0,
|
||||
"graph.retry_target": "exit",
|
||||
"internal.thread_id": "start",
|
||||
"internal.fidelity": "compact",
|
||||
"thread.start.current_node": "toolchain",
|
||||
"internal.retry_count.start": 0,
|
||||
"graph.goal": "Verify the sandbox can lint and test the project",
|
||||
"internal.run_id": "01KREW63WYMPRXBV1B25Z4DK2H",
|
||||
"command.output": "blob://sha256/0f445145c30db4edc762837f8ad7fdbcfcf07d57265b2bc38b6b276be718c75a"
|
||||
},
|
||||
"node_outcomes": {
|
||||
"start": {
|
||||
"status": "succeeded",
|
||||
"usage": null
|
||||
},
|
||||
"toolchain": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"command.output": "blob://sha256/0f445145c30db4edc762837f8ad7fdbcfcf07d57265b2bc38b6b276be718c75a"
|
||||
},
|
||||
"notes": "Script completed: rustc --version && cargo --version && bun --version 2>&1",
|
||||
"usage": null
|
||||
}
|
||||
},
|
||||
"next_node_id": "compile_rust",
|
||||
"git_commit_sha": "7cfa1c666a329502398751c0f31796f1c886d628",
|
||||
"node_visits": {
|
||||
"start": 1,
|
||||
"toolchain": 1
|
||||
}
|
||||
},
|
||||
"diff": {
|
||||
"summary": {
|
||||
"files_changed": 0,
|
||||
"additions": 0,
|
||||
"deletions": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"seq": 0,
|
||||
"checkpoint": {
|
||||
"timestamp": "2026-05-12T19:58:56.226328Z",
|
||||
"current_node": "compile_rust",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"toolchain",
|
||||
"compile_rust"
|
||||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"internal.retry_count.start": 0,
|
||||
"graph.goal": "Verify the sandbox can lint and test the project",
|
||||
"internal.retry_count.compile_rust": 0,
|
||||
"failure_class": "",
|
||||
"current_node": "toolchain",
|
||||
"current_node": "compile_rust",
|
||||
"outcome": "succeeded",
|
||||
"thread.start.current_node": "toolchain",
|
||||
"internal.node_visit_count": 1,
|
||||
|
|
@ -402,10 +461,11 @@
|
|||
"graph.retry_target": "exit",
|
||||
"internal.fidelity": "compact",
|
||||
"internal.retry_count.toolchain": 0,
|
||||
"thread.toolchain.current_node": "compile_rust",
|
||||
"internal.run_id": "01KREW63WYMPRXBV1B25Z4DK2H",
|
||||
"failure_signature": "",
|
||||
"command.output": "blob://sha256/0f445145c30db4edc762837f8ad7fdbcfcf07d57265b2bc38b6b276be718c75a",
|
||||
"internal.thread_id": "start",
|
||||
"command.output": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
||||
"internal.thread_id": "toolchain",
|
||||
"graph.rankdir": "LR"
|
||||
},
|
||||
"node_outcomes": {
|
||||
|
|
@ -417,13 +477,22 @@
|
|||
"notes": "Script completed: rustc --version && cargo --version && bun --version 2>&1",
|
||||
"usage": null
|
||||
},
|
||||
"compile_rust": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"command.output": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126"
|
||||
},
|
||||
"notes": "Script completed: cargo check -q --workspace 2>&1",
|
||||
"usage": null
|
||||
},
|
||||
"start": {
|
||||
"status": "succeeded",
|
||||
"usage": null
|
||||
}
|
||||
},
|
||||
"next_node_id": "compile_rust",
|
||||
"next_node_id": "compile_typescript",
|
||||
"node_visits": {
|
||||
"compile_rust": 1,
|
||||
"start": 1,
|
||||
"toolchain": 1
|
||||
}
|
||||
|
|
@ -481,7 +550,12 @@
|
|||
"first_event_seq": 19,
|
||||
"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-12T19:56:45.167247Z"
|
||||
},
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": {
|
||||
|
|
@ -489,10 +563,48 @@
|
|||
"command": "exec 2>&1\nrustc --version && cargo --version && bun --version 2>&1",
|
||||
"language": "shell"
|
||||
},
|
||||
"script_timing": {
|
||||
"output": "blob://sha256/0f445145c30db4edc762837f8ad7fdbcfcf07d57265b2bc38b6b276be718c75a",
|
||||
"exit_code": 0,
|
||||
"duration_ms": 1398,
|
||||
"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-12T19:56:43.761537Z",
|
||||
"handler": "command",
|
||||
"duration_ms": 1405,
|
||||
"usage": {
|
||||
"input_tokens": 0,
|
||||
"output_tokens": 0,
|
||||
"total_tokens": 0,
|
||||
"reasoning_tokens": 0,
|
||||
"cache_read_tokens": 0,
|
||||
"cache_write_tokens": 0
|
||||
},
|
||||
"state": "succeeded"
|
||||
},
|
||||
"compile_rust@1": {
|
||||
"first_event_seq": 29,
|
||||
"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-12T19:56:43.761537Z",
|
||||
"started_at": "2026-05-12T19:56:49.363112Z",
|
||||
"handler": "command",
|
||||
"usage": {
|
||||
"input_tokens": 0,
|
||||
|
|
|
|||
1
stages/002-toolchain@1/output.log
Normal file
1
stages/002-toolchain@1/output.log
Normal file
|
|
@ -0,0 +1 @@
|
|||
blob://sha256/0f445145c30db4edc762837f8ad7fdbcfcf07d57265b2bc38b6b276be718c75a
|
||||
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/0f445145c30db4edc762837f8ad7fdbcfcf07d57265b2bc38b6b276be718c75a",
|
||||
"exit_code": 0,
|
||||
"duration_ms": 1398,
|
||||
"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-12T19:56:45.167247Z"
|
||||
}
|
||||
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