mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-06 08:18:58 +00:00
parent
5e7ee641a5
commit
eaaa2a8aaf
5 changed files with 166 additions and 10 deletions
156
run.json
156
run.json
|
|
@ -327,7 +327,7 @@
|
|||
"kind": "running"
|
||||
},
|
||||
"status_updated_at": "2026-05-11T21:10:47.215543Z",
|
||||
"last_event_at": "2026-05-11T21:14:15.173038Z",
|
||||
"last_event_at": "2026-05-11T21:14:31.578680Z",
|
||||
"pending_control": null,
|
||||
"checkpoints": [
|
||||
{
|
||||
|
|
@ -494,9 +494,9 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"seq": 0,
|
||||
"seq": 47,
|
||||
"checkpoint": {
|
||||
"timestamp": "2026-05-11T21:14:24.466393Z",
|
||||
"timestamp": "2026-05-11T21:14:31.576059Z",
|
||||
"current_node": "compile_typescript",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
|
|
@ -506,8 +506,90 @@
|
|||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"graph.retry_target": "exit",
|
||||
"graph.goal": "Verify the sandbox can lint and test the project",
|
||||
"outcome": "succeeded",
|
||||
"command.output": "blob://sha256/c467fa7b97e5ecd693b1bf91fbdcd6901333eb14fbe99369a52cba2a8a56ef39",
|
||||
"internal.retry_count.compile_typescript": 0,
|
||||
"internal.node_visit_count": 1,
|
||||
"thread.start.current_node": "toolchain",
|
||||
"internal.retry_count.toolchain": 0,
|
||||
"failure_signature": "",
|
||||
"internal.work_dir": "/home/daytona/workspace",
|
||||
"thread.compile_rust.current_node": "compile_typescript",
|
||||
"failure_class": "",
|
||||
"graph.rankdir": "LR",
|
||||
"current_node": "compile_typescript",
|
||||
"internal.fidelity": "compact",
|
||||
"internal.retry_count.compile_rust": 0,
|
||||
"internal.retry_count.start": 0,
|
||||
"internal.run_id": "01KRCDY500EQ8F2AW29842BGGG",
|
||||
"internal.thread_id": "compile_rust",
|
||||
"thread.toolchain.current_node": "compile_rust"
|
||||
},
|
||||
"node_outcomes": {
|
||||
"compile_typescript": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"command.output": "blob://sha256/c467fa7b97e5ecd693b1bf91fbdcd6901333eb14fbe99369a52cba2a8a56ef39"
|
||||
},
|
||||
"notes": "Script completed: cd apps/fabro-web && bun install && bun run typecheck 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
|
||||
},
|
||||
"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": "lint_rust",
|
||||
"git_commit_sha": "540e9c97a5dcc69192321a56de2f9b74053bcea5",
|
||||
"node_visits": {
|
||||
"start": 1,
|
||||
"toolchain": 1,
|
||||
"compile_rust": 1,
|
||||
"compile_typescript": 1
|
||||
}
|
||||
},
|
||||
"diff": {
|
||||
"summary": {
|
||||
"files_changed": 0,
|
||||
"additions": 0,
|
||||
"deletions": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"seq": 0,
|
||||
"checkpoint": {
|
||||
"timestamp": "2026-05-11T21:17:12.697204Z",
|
||||
"current_node": "lint_rust",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"toolchain",
|
||||
"compile_rust",
|
||||
"compile_typescript",
|
||||
"lint_rust"
|
||||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"internal.retry_count.compile_typescript": 0,
|
||||
"current_node": "lint_rust",
|
||||
"thread.toolchain.current_node": "compile_rust",
|
||||
"internal.work_dir": "/home/daytona/workspace",
|
||||
"internal.node_visit_count": 1,
|
||||
|
|
@ -515,17 +597,19 @@
|
|||
"internal.retry_count.toolchain": 0,
|
||||
"thread.compile_rust.current_node": "compile_typescript",
|
||||
"graph.goal": "Verify the sandbox can lint and test the project",
|
||||
"command.output": "blob://sha256/c467fa7b97e5ecd693b1bf91fbdcd6901333eb14fbe99369a52cba2a8a56ef39",
|
||||
"thread.compile_typescript.current_node": "lint_rust",
|
||||
"command.output": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
||||
"graph.rankdir": "LR",
|
||||
"graph.retry_target": "exit",
|
||||
"internal.fidelity": "compact",
|
||||
"outcome": "succeeded",
|
||||
"internal.run_id": "01KRCDY500EQ8F2AW29842BGGG",
|
||||
"thread.start.current_node": "toolchain",
|
||||
"internal.thread_id": "compile_rust",
|
||||
"internal.thread_id": "compile_typescript",
|
||||
"internal.retry_count.start": 0,
|
||||
"failure_class": "",
|
||||
"internal.retry_count.compile_rust": 0
|
||||
"internal.retry_count.compile_rust": 0,
|
||||
"internal.retry_count.lint_rust": 0
|
||||
},
|
||||
"node_outcomes": {
|
||||
"toolchain": {
|
||||
|
|
@ -555,11 +639,20 @@
|
|||
"start": {
|
||||
"status": "succeeded",
|
||||
"usage": null
|
||||
},
|
||||
"lint_rust": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"command.output": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126"
|
||||
},
|
||||
"notes": "Script completed: cargo +nightly-2026-04-14 fmt --check --all 2>&1 && cargo +nightly-2026-04-14 clippy -q --workspace --all-targets -- -D warnings 2>&1",
|
||||
"usage": null
|
||||
}
|
||||
},
|
||||
"next_node_id": "lint_rust",
|
||||
"next_node_id": "test_rust",
|
||||
"node_visits": {
|
||||
"start": 1,
|
||||
"lint_rust": 1,
|
||||
"compile_rust": 1,
|
||||
"toolchain": 1,
|
||||
"compile_typescript": 1
|
||||
|
|
@ -661,7 +754,12 @@
|
|||
"first_event_seq": 40,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": null,
|
||||
"completion": {
|
||||
"outcome": "succeeded",
|
||||
"notes": "Script completed: cd apps/fabro-web && bun install && bun run typecheck 2>&1",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-11T21:14:24.465846Z"
|
||||
},
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": {
|
||||
|
|
@ -669,11 +767,22 @@
|
|||
"command": "exec 2>&1\ncd apps/fabro-web && bun install && bun run typecheck 2>&1",
|
||||
"language": "shell"
|
||||
},
|
||||
"script_timing": null,
|
||||
"script_timing": {
|
||||
"output": "blob://sha256/c467fa7b97e5ecd693b1bf91fbdcd6901333eb14fbe99369a52cba2a8a56ef39",
|
||||
"exit_code": 0,
|
||||
"duration_ms": 9289,
|
||||
"termination": "exited",
|
||||
"output_bytes": 642,
|
||||
"live_streaming": true
|
||||
},
|
||||
"parallel_results": null,
|
||||
"output": null,
|
||||
"output_bytes": 642,
|
||||
"live_streaming": true,
|
||||
"termination": "exited",
|
||||
"started_at": "2026-05-11T21:14:15.172651Z",
|
||||
"handler": "command",
|
||||
"duration_ms": 9293,
|
||||
"usage": {
|
||||
"input_tokens": 0,
|
||||
"output_tokens": 0,
|
||||
|
|
@ -682,7 +791,7 @@
|
|||
"cache_read_tokens": 0,
|
||||
"cache_write_tokens": 0
|
||||
},
|
||||
"state": "running"
|
||||
"state": "succeeded"
|
||||
},
|
||||
"compile_rust@1": {
|
||||
"first_event_seq": 30,
|
||||
|
|
@ -726,6 +835,33 @@
|
|||
"cache_write_tokens": 0
|
||||
},
|
||||
"state": "succeeded"
|
||||
},
|
||||
"lint_rust@1": {
|
||||
"first_event_seq": 50,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": null,
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": {
|
||||
"script": "cargo +nightly-2026-04-14 fmt --check --all 2>&1 && cargo +nightly-2026-04-14 clippy -q --workspace --all-targets -- -D warnings 2>&1",
|
||||
"command": "exec 2>&1\ncargo +nightly-2026-04-14 fmt --check --all 2>&1 && cargo +nightly-2026-04-14 clippy -q --workspace --all-targets -- -D warnings 2>&1",
|
||||
"language": "shell"
|
||||
},
|
||||
"script_timing": null,
|
||||
"parallel_results": null,
|
||||
"output": null,
|
||||
"started_at": "2026-05-11T21:14:31.578241Z",
|
||||
"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/004-compile_typescript@1/output.log
Normal file
1
stages/004-compile_typescript@1/output.log
Normal file
|
|
@ -0,0 +1 @@
|
|||
blob://sha256/c467fa7b97e5ecd693b1bf91fbdcd6901333eb14fbe99369a52cba2a8a56ef39
|
||||
8
stages/004-compile_typescript@1/script_timing.json
Normal file
8
stages/004-compile_typescript@1/script_timing.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"output": "blob://sha256/c467fa7b97e5ecd693b1bf91fbdcd6901333eb14fbe99369a52cba2a8a56ef39",
|
||||
"exit_code": 0,
|
||||
"duration_ms": 9289,
|
||||
"termination": "exited",
|
||||
"output_bytes": 642,
|
||||
"live_streaming": true
|
||||
}
|
||||
6
stages/004-compile_typescript@1/status.json
Normal file
6
stages/004-compile_typescript@1/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"outcome": "succeeded",
|
||||
"notes": "Script completed: cd apps/fabro-web && bun install && bun run typecheck 2>&1",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-11T21:14:24.465846Z"
|
||||
}
|
||||
5
stages/005-lint_rust@1/script_invocation.json
Normal file
5
stages/005-lint_rust@1/script_invocation.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"script": "cargo +nightly-2026-04-14 fmt --check --all 2>&1 && cargo +nightly-2026-04-14 clippy -q --workspace --all-targets -- -D warnings 2>&1",
|
||||
"command": "exec 2>&1\ncargo +nightly-2026-04-14 fmt --check --all 2>&1 && cargo +nightly-2026-04-14 clippy -q --workspace --all-targets -- -D warnings 2>&1",
|
||||
"language": "shell"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue