mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-07 08:27:12 +00:00
parent
ce2b002d3f
commit
6a87ce1b82
5 changed files with 257 additions and 133 deletions
369
run.json
369
run.json
|
|
@ -341,7 +341,7 @@
|
|||
"kind": "running"
|
||||
},
|
||||
"status_updated_at": "2026-05-21T18:42:03.325090Z",
|
||||
"last_event_at": "2026-05-21T18:50:33.331778Z",
|
||||
"last_event_at": "2026-05-21T18:50:53.102213Z",
|
||||
"pending_control": null,
|
||||
"checkpoints": [
|
||||
{
|
||||
|
|
@ -787,9 +787,9 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"seq": 0,
|
||||
"seq": 78,
|
||||
"checkpoint": {
|
||||
"timestamp": "2026-05-21T18:50:47.831735Z",
|
||||
"timestamp": "2026-05-21T18:50:53.102114Z",
|
||||
"current_node": "test_typescript",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
|
|
@ -802,54 +802,34 @@
|
|||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"thread.toolchain.current_node": "compile_rust",
|
||||
"outcome": "succeeded",
|
||||
"thread.test_rust.current_node": "test_typescript",
|
||||
"thread.compile_typescript.current_node": "lint_rust",
|
||||
"internal.retry_count.lint_rust": 0,
|
||||
"graph.goal": "Verify the sandbox can lint and test the project",
|
||||
"command.output": "blob://sha256/e9cb5fc9acc5ad784d53d65ead638f2ba33d6dd7cfe81520037797c16e6219df",
|
||||
"internal.retry_count.compile_typescript": 0,
|
||||
"graph.rankdir": "LR",
|
||||
"failure_signature": "",
|
||||
"internal.node_visit_count": 1,
|
||||
"thread.start.current_node": "toolchain",
|
||||
"internal.retry_count.compile_rust": 0,
|
||||
"thread.compile_rust.current_node": "compile_typescript",
|
||||
"internal.retry_count.lint_rust": 0,
|
||||
"internal.work_dir": "/home/daytona/workspace/fabro",
|
||||
"internal.retry_count.test_rust": 0,
|
||||
"internal.run_id": "01KS5XFX7J7RRW9BZ6GR8WPRAF",
|
||||
"current_node": "test_typescript",
|
||||
"internal.fidelity": "compact",
|
||||
"internal.retry_count.start": 0,
|
||||
"internal.retry_count.toolchain": 0,
|
||||
"internal.thread_id": "test_rust",
|
||||
"graph.retry_target": "exit",
|
||||
"failure_class": "",
|
||||
"graph.rankdir": "LR",
|
||||
"graph.retry_target": "exit",
|
||||
"internal.retry_count.compile_rust": 0,
|
||||
"internal.retry_count.toolchain": 0,
|
||||
"thread.compile_typescript.current_node": "lint_rust",
|
||||
"thread.lint_rust.current_node": "test_rust",
|
||||
"internal.retry_count.test_typescript": 0
|
||||
"thread.start.current_node": "toolchain",
|
||||
"internal.run_id": "01KS5XFX7J7RRW9BZ6GR8WPRAF",
|
||||
"internal.fidelity": "compact",
|
||||
"graph.goal": "Verify the sandbox can lint and test the project",
|
||||
"failure_signature": "",
|
||||
"internal.retry_count.test_rust": 0,
|
||||
"internal.retry_count.test_typescript": 0,
|
||||
"thread.compile_rust.current_node": "compile_typescript",
|
||||
"thread.test_rust.current_node": "test_typescript",
|
||||
"internal.retry_count.start": 0,
|
||||
"thread.toolchain.current_node": "compile_rust",
|
||||
"internal.retry_count.compile_typescript": 0,
|
||||
"internal.thread_id": "test_rust",
|
||||
"outcome": "succeeded",
|
||||
"command.output": "blob://sha256/e9cb5fc9acc5ad784d53d65ead638f2ba33d6dd7cfe81520037797c16e6219df"
|
||||
},
|
||||
"node_outcomes": {
|
||||
"test_typescript": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"command.output": "blob://sha256/e9cb5fc9acc5ad784d53d65ead638f2ba33d6dd7cfe81520037797c16e6219df"
|
||||
},
|
||||
"notes": "Script completed: cd apps/fabro-web && bun test 2>&1",
|
||||
"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
|
||||
},
|
||||
"start": {
|
||||
"status": "succeeded",
|
||||
"usage": null
|
||||
},
|
||||
"compile_typescript": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
|
|
@ -858,6 +838,14 @@
|
|||
"notes": "Script completed: cd apps/fabro-web && bun install && bun run typecheck 2>&1",
|
||||
"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
|
||||
},
|
||||
"test_rust": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
|
|
@ -866,6 +854,26 @@
|
|||
"notes": "Script completed: ulimit -n 4096 && cargo nextest run --cargo-quiet --workspace --status-level fail 2>&1",
|
||||
"usage": null
|
||||
},
|
||||
"test_typescript": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"command.output": "blob://sha256/e9cb5fc9acc5ad784d53d65ead638f2ba33d6dd7cfe81520037797c16e6219df"
|
||||
},
|
||||
"notes": "Script completed: cd apps/fabro-web && bun test 2>&1",
|
||||
"usage": null
|
||||
},
|
||||
"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
|
||||
},
|
||||
"compile_rust": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
|
|
@ -873,31 +881,81 @@
|
|||
},
|
||||
"notes": "Script completed: cargo check -q --workspace 2>&1",
|
||||
"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": "exit",
|
||||
"git_commit_sha": "a0b82c28669696c40b4b069d5d425590403057b0",
|
||||
"node_visits": {
|
||||
"test_typescript": 1,
|
||||
"test_rust": 1,
|
||||
"toolchain": 1,
|
||||
"start": 1,
|
||||
"compile_rust": 1,
|
||||
"test_rust": 1,
|
||||
"compile_typescript": 1,
|
||||
"lint_rust": 1
|
||||
"lint_rust": 1,
|
||||
"test_typescript": 1,
|
||||
"toolchain": 1
|
||||
}
|
||||
},
|
||||
"diff": {}
|
||||
"diff": {
|
||||
"summary": {
|
||||
"files_changed": 0,
|
||||
"additions": 0,
|
||||
"deletions": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"conclusion": null,
|
||||
"conclusion": {
|
||||
"timestamp": "2026-05-21T18:50:53.120817Z",
|
||||
"status": "succeeded",
|
||||
"duration_ms": 529772,
|
||||
"final_git_commit_sha": "a0b82c28669696c40b4b069d5d425590403057b0",
|
||||
"stages": [
|
||||
{
|
||||
"stage_id": "start",
|
||||
"stage_label": "start",
|
||||
"duration_ms": 0,
|
||||
"retries": 0
|
||||
},
|
||||
{
|
||||
"stage_id": "toolchain",
|
||||
"stage_label": "toolchain",
|
||||
"duration_ms": 1459,
|
||||
"retries": 0
|
||||
},
|
||||
{
|
||||
"stage_id": "compile_rust",
|
||||
"stage_label": "compile_rust",
|
||||
"duration_ms": 141109,
|
||||
"retries": 0
|
||||
},
|
||||
{
|
||||
"stage_id": "compile_typescript",
|
||||
"stage_label": "compile_typescript",
|
||||
"duration_ms": 10515,
|
||||
"retries": 0
|
||||
},
|
||||
{
|
||||
"stage_id": "lint_rust",
|
||||
"stage_label": "lint_rust",
|
||||
"duration_ms": 158358,
|
||||
"retries": 0
|
||||
},
|
||||
{
|
||||
"stage_id": "test_rust",
|
||||
"stage_label": "test_rust",
|
||||
"duration_ms": 167934,
|
||||
"retries": 0
|
||||
},
|
||||
{
|
||||
"stage_id": "test_typescript",
|
||||
"stage_label": "test_typescript",
|
||||
"duration_ms": 14499,
|
||||
"retries": 0
|
||||
}
|
||||
],
|
||||
"total_retries": 0,
|
||||
"diff": {}
|
||||
},
|
||||
"sandbox": {
|
||||
"provider": "daytona",
|
||||
"image": "buildpack-deps:noble",
|
||||
|
|
@ -961,35 +1019,6 @@
|
|||
},
|
||||
"state": "succeeded"
|
||||
},
|
||||
"start@1": {
|
||||
"first_event_seq": 16,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": {
|
||||
"outcome": "succeeded",
|
||||
"notes": null,
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-21T18:42:06.008705Z"
|
||||
},
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": null,
|
||||
"script_timing": null,
|
||||
"parallel_results": null,
|
||||
"output": null,
|
||||
"started_at": "2026-05-21T18:42:06.008359Z",
|
||||
"handler": "start",
|
||||
"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"
|
||||
},
|
||||
"toolchain@1": {
|
||||
"first_event_seq": 20,
|
||||
"prompt": null,
|
||||
|
|
@ -1076,49 +1105,6 @@
|
|||
},
|
||||
"state": "succeeded"
|
||||
},
|
||||
"lint_rust@1": {
|
||||
"first_event_seq": 50,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": {
|
||||
"outcome": "succeeded",
|
||||
"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",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-21T18:47:35.953132Z"
|
||||
},
|
||||
"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": {
|
||||
"output": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
||||
"exit_code": 0,
|
||||
"duration_ms": 158353,
|
||||
"termination": "exited",
|
||||
"output_bytes": 0,
|
||||
"live_streaming": false
|
||||
},
|
||||
"parallel_results": null,
|
||||
"output": null,
|
||||
"output_bytes": 0,
|
||||
"live_streaming": false,
|
||||
"termination": "exited",
|
||||
"started_at": "2026-05-21T18:44:57.593924Z",
|
||||
"handler": "command",
|
||||
"duration_ms": 158358,
|
||||
"usage": {
|
||||
"input_tokens": 0,
|
||||
"output_tokens": 0,
|
||||
"total_tokens": 0,
|
||||
"reasoning_tokens": 0,
|
||||
"cache_read_tokens": 0,
|
||||
"cache_write_tokens": 0
|
||||
},
|
||||
"state": "succeeded"
|
||||
},
|
||||
"test_rust@1": {
|
||||
"first_event_seq": 61,
|
||||
"prompt": null,
|
||||
|
|
@ -1166,7 +1152,12 @@
|
|||
"first_event_seq": 71,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": null,
|
||||
"completion": {
|
||||
"outcome": "succeeded",
|
||||
"notes": "Script completed: cd apps/fabro-web && bun test 2>&1",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-21T18:50:47.831168Z"
|
||||
},
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": {
|
||||
|
|
@ -1174,11 +1165,22 @@
|
|||
"command": "exec 2>&1\ncd apps/fabro-web && bun test 2>&1",
|
||||
"language": "shell"
|
||||
},
|
||||
"script_timing": null,
|
||||
"script_timing": {
|
||||
"output": "blob://sha256/e9cb5fc9acc5ad784d53d65ead638f2ba33d6dd7cfe81520037797c16e6219df",
|
||||
"exit_code": 0,
|
||||
"duration_ms": 14493,
|
||||
"termination": "exited",
|
||||
"output_bytes": 60199,
|
||||
"live_streaming": true
|
||||
},
|
||||
"parallel_results": null,
|
||||
"output": null,
|
||||
"output_bytes": 60199,
|
||||
"live_streaming": true,
|
||||
"termination": "exited",
|
||||
"started_at": "2026-05-21T18:50:33.331568Z",
|
||||
"handler": "command",
|
||||
"duration_ms": 14499,
|
||||
"usage": {
|
||||
"input_tokens": 0,
|
||||
"output_tokens": 0,
|
||||
|
|
@ -1187,7 +1189,108 @@
|
|||
"cache_read_tokens": 0,
|
||||
"cache_write_tokens": 0
|
||||
},
|
||||
"state": "running"
|
||||
"state": "succeeded"
|
||||
},
|
||||
"start@1": {
|
||||
"first_event_seq": 16,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": {
|
||||
"outcome": "succeeded",
|
||||
"notes": null,
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-21T18:42:06.008705Z"
|
||||
},
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": null,
|
||||
"script_timing": null,
|
||||
"parallel_results": null,
|
||||
"output": null,
|
||||
"started_at": "2026-05-21T18:42:06.008359Z",
|
||||
"handler": "start",
|
||||
"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"
|
||||
},
|
||||
"exit@1": {
|
||||
"first_event_seq": 81,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": {
|
||||
"outcome": "succeeded",
|
||||
"notes": null,
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-21T18:50:53.102213Z"
|
||||
},
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": null,
|
||||
"script_timing": null,
|
||||
"parallel_results": null,
|
||||
"output": null,
|
||||
"started_at": "2026-05-21T18:50:53.102195Z",
|
||||
"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"
|
||||
},
|
||||
"lint_rust@1": {
|
||||
"first_event_seq": 50,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": {
|
||||
"outcome": "succeeded",
|
||||
"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",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-21T18:47:35.953132Z"
|
||||
},
|
||||
"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": {
|
||||
"output": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
||||
"exit_code": 0,
|
||||
"duration_ms": 158353,
|
||||
"termination": "exited",
|
||||
"output_bytes": 0,
|
||||
"live_streaming": false
|
||||
},
|
||||
"parallel_results": null,
|
||||
"output": null,
|
||||
"output_bytes": 0,
|
||||
"live_streaming": false,
|
||||
"termination": "exited",
|
||||
"started_at": "2026-05-21T18:44:57.593924Z",
|
||||
"handler": "command",
|
||||
"duration_ms": 158358,
|
||||
"usage": {
|
||||
"input_tokens": 0,
|
||||
"output_tokens": 0,
|
||||
"total_tokens": 0,
|
||||
"reasoning_tokens": 0,
|
||||
"cache_read_tokens": 0,
|
||||
"cache_write_tokens": 0
|
||||
},
|
||||
"state": "succeeded"
|
||||
}
|
||||
}
|
||||
}
|
||||
1
stages/007-test_typescript@1/output.log
Normal file
1
stages/007-test_typescript@1/output.log
Normal file
|
|
@ -0,0 +1 @@
|
|||
blob://sha256/e9cb5fc9acc5ad784d53d65ead638f2ba33d6dd7cfe81520037797c16e6219df
|
||||
8
stages/007-test_typescript@1/script_timing.json
Normal file
8
stages/007-test_typescript@1/script_timing.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"output": "blob://sha256/e9cb5fc9acc5ad784d53d65ead638f2ba33d6dd7cfe81520037797c16e6219df",
|
||||
"exit_code": 0,
|
||||
"duration_ms": 14493,
|
||||
"termination": "exited",
|
||||
"output_bytes": 60199,
|
||||
"live_streaming": true
|
||||
}
|
||||
6
stages/007-test_typescript@1/status.json
Normal file
6
stages/007-test_typescript@1/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"outcome": "succeeded",
|
||||
"notes": "Script completed: cd apps/fabro-web && bun test 2>&1",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-21T18:50:47.831168Z"
|
||||
}
|
||||
6
stages/008-exit@1/status.json
Normal file
6
stages/008-exit@1/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"outcome": "succeeded",
|
||||
"notes": null,
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-21T18:50:53.102213Z"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue