mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-07 08:27:12 +00:00
parent
6ecd962fa4
commit
ce2b002d3f
5 changed files with 201 additions and 21 deletions
202
run.json
202
run.json
|
|
@ -341,7 +341,7 @@
|
|||
"kind": "running"
|
||||
},
|
||||
"status_updated_at": "2026-05-21T18:42:03.325090Z",
|
||||
"last_event_at": "2026-05-21T18:47:39.430191Z",
|
||||
"last_event_at": "2026-05-21T18:50:33.331778Z",
|
||||
"pending_control": null,
|
||||
"checkpoints": [
|
||||
{
|
||||
|
|
@ -682,9 +682,9 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"seq": 0,
|
||||
"seq": 68,
|
||||
"checkpoint": {
|
||||
"timestamp": "2026-05-21T18:50:27.371296Z",
|
||||
"timestamp": "2026-05-21T18:50:33.329855Z",
|
||||
"current_node": "test_rust",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
|
|
@ -695,13 +695,120 @@
|
|||
"test_rust"
|
||||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"internal.fidelity": "compact",
|
||||
"graph.rankdir": "LR",
|
||||
"internal.retry_count.test_rust": 0,
|
||||
"current_node": "test_rust",
|
||||
"internal.retry_count.compile_typescript": 0,
|
||||
"internal.node_visit_count": 1,
|
||||
"failure_class": "",
|
||||
"internal.retry_count.lint_rust": 0,
|
||||
"internal.retry_count.toolchain": 0,
|
||||
"outcome": "succeeded",
|
||||
"graph.retry_target": "exit",
|
||||
"thread.compile_rust.current_node": "compile_typescript",
|
||||
"thread.lint_rust.current_node": "test_rust",
|
||||
"thread.start.current_node": "toolchain",
|
||||
"graph.goal": "Verify the sandbox can lint and test the project",
|
||||
"internal.thread_id": "lint_rust",
|
||||
"internal.work_dir": "/home/daytona/workspace/fabro",
|
||||
"thread.toolchain.current_node": "compile_rust",
|
||||
"internal.run_id": "01KS5XFX7J7RRW9BZ6GR8WPRAF",
|
||||
"failure_signature": "",
|
||||
"internal.retry_count.start": 0,
|
||||
"thread.compile_typescript.current_node": "lint_rust",
|
||||
"internal.retry_count.compile_rust": 0,
|
||||
"command.output": "blob://sha256/ac8237c83b8bfc36eb07781d592bb8659734b01d57be3f923d47440bd99b13ab"
|
||||
},
|
||||
"node_outcomes": {
|
||||
"toolchain": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"command.output": "blob://sha256/b8ca0e4caeb04bc5b1536d59d663fbaf5f6689fccabefcb4ddeb0727a377bb53"
|
||||
},
|
||||
"notes": "Script completed: rustc --version && cargo --version && bun --version 2>&1",
|
||||
"usage": null
|
||||
},
|
||||
"compile_typescript": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"command.output": "blob://sha256/f3add465eddce6c96bf90b1bf562763ff238d937d926c97cb449612bea3eb5d9"
|
||||
},
|
||||
"notes": "Script completed: cd apps/fabro-web && bun install && bun run typecheck 2>&1",
|
||||
"usage": null
|
||||
},
|
||||
"test_rust": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"command.output": "blob://sha256/ac8237c83b8bfc36eb07781d592bb8659734b01d57be3f923d47440bd99b13ab"
|
||||
},
|
||||
"notes": "Script completed: ulimit -n 4096 && cargo nextest run --cargo-quiet --workspace --status-level fail 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
|
||||
},
|
||||
"start": {
|
||||
"status": "succeeded",
|
||||
"usage": null
|
||||
},
|
||||
"compile_rust": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"command.output": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126"
|
||||
},
|
||||
"notes": "Script completed: cargo check -q --workspace 2>&1",
|
||||
"usage": null
|
||||
}
|
||||
},
|
||||
"next_node_id": "test_typescript",
|
||||
"git_commit_sha": "5e7da8b2502db6331c1286f35ac436a90962cd5c",
|
||||
"node_visits": {
|
||||
"start": 1,
|
||||
"compile_rust": 1,
|
||||
"compile_typescript": 1,
|
||||
"lint_rust": 1,
|
||||
"test_rust": 1,
|
||||
"toolchain": 1
|
||||
}
|
||||
},
|
||||
"diff": {
|
||||
"summary": {
|
||||
"files_changed": 0,
|
||||
"additions": 0,
|
||||
"deletions": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"seq": 0,
|
||||
"checkpoint": {
|
||||
"timestamp": "2026-05-21T18:50:47.831735Z",
|
||||
"current_node": "test_typescript",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"toolchain",
|
||||
"compile_rust",
|
||||
"compile_typescript",
|
||||
"lint_rust",
|
||||
"test_rust",
|
||||
"test_typescript"
|
||||
],
|
||||
"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/ac8237c83b8bfc36eb07781d592bb8659734b01d57be3f923d47440bd99b13ab",
|
||||
"command.output": "blob://sha256/e9cb5fc9acc5ad784d53d65ead638f2ba33d6dd7cfe81520037797c16e6219df",
|
||||
"internal.retry_count.compile_typescript": 0,
|
||||
"graph.rankdir": "LR",
|
||||
"failure_signature": "",
|
||||
|
|
@ -712,30 +819,23 @@
|
|||
"internal.work_dir": "/home/daytona/workspace/fabro",
|
||||
"internal.retry_count.test_rust": 0,
|
||||
"internal.run_id": "01KS5XFX7J7RRW9BZ6GR8WPRAF",
|
||||
"current_node": "test_rust",
|
||||
"current_node": "test_typescript",
|
||||
"internal.fidelity": "compact",
|
||||
"internal.retry_count.start": 0,
|
||||
"internal.retry_count.toolchain": 0,
|
||||
"internal.thread_id": "lint_rust",
|
||||
"internal.thread_id": "test_rust",
|
||||
"graph.retry_target": "exit",
|
||||
"failure_class": "",
|
||||
"thread.lint_rust.current_node": "test_rust"
|
||||
"thread.lint_rust.current_node": "test_rust",
|
||||
"internal.retry_count.test_typescript": 0
|
||||
},
|
||||
"node_outcomes": {
|
||||
"compile_rust": {
|
||||
"test_typescript": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"command.output": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126"
|
||||
"command.output": "blob://sha256/e9cb5fc9acc5ad784d53d65ead638f2ba33d6dd7cfe81520037797c16e6219df"
|
||||
},
|
||||
"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",
|
||||
"notes": "Script completed: cd apps/fabro-web && bun test 2>&1",
|
||||
"usage": null
|
||||
},
|
||||
"toolchain": {
|
||||
|
|
@ -765,10 +865,27 @@
|
|||
},
|
||||
"notes": "Script completed: ulimit -n 4096 && cargo nextest run --cargo-quiet --workspace --status-level fail 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
|
||||
},
|
||||
"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": "test_typescript",
|
||||
"next_node_id": "exit",
|
||||
"node_visits": {
|
||||
"test_typescript": 1,
|
||||
"test_rust": 1,
|
||||
"toolchain": 1,
|
||||
"start": 1,
|
||||
|
|
@ -1006,7 +1123,12 @@
|
|||
"first_event_seq": 61,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": null,
|
||||
"completion": {
|
||||
"outcome": "succeeded",
|
||||
"notes": "Script completed: ulimit -n 4096 && cargo nextest run --cargo-quiet --workspace --status-level fail 2>&1",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-21T18:50:27.370642Z"
|
||||
},
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": {
|
||||
|
|
@ -1014,10 +1136,48 @@
|
|||
"command": "exec 2>&1\nulimit -n 4096 && cargo nextest run --cargo-quiet --workspace --status-level fail 2>&1",
|
||||
"language": "shell"
|
||||
},
|
||||
"script_timing": {
|
||||
"output": "blob://sha256/ac8237c83b8bfc36eb07781d592bb8659734b01d57be3f923d47440bd99b13ab",
|
||||
"exit_code": 0,
|
||||
"duration_ms": 167929,
|
||||
"termination": "exited",
|
||||
"output_bytes": 287,
|
||||
"live_streaming": true
|
||||
},
|
||||
"parallel_results": null,
|
||||
"output": null,
|
||||
"output_bytes": 287,
|
||||
"live_streaming": true,
|
||||
"termination": "exited",
|
||||
"started_at": "2026-05-21T18:47:39.429991Z",
|
||||
"handler": "command",
|
||||
"duration_ms": 167934,
|
||||
"usage": {
|
||||
"input_tokens": 0,
|
||||
"output_tokens": 0,
|
||||
"total_tokens": 0,
|
||||
"reasoning_tokens": 0,
|
||||
"cache_read_tokens": 0,
|
||||
"cache_write_tokens": 0
|
||||
},
|
||||
"state": "succeeded"
|
||||
},
|
||||
"test_typescript@1": {
|
||||
"first_event_seq": 71,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": null,
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": {
|
||||
"script": "cd apps/fabro-web && bun test 2>&1",
|
||||
"command": "exec 2>&1\ncd apps/fabro-web && bun test 2>&1",
|
||||
"language": "shell"
|
||||
},
|
||||
"script_timing": null,
|
||||
"parallel_results": null,
|
||||
"output": null,
|
||||
"started_at": "2026-05-21T18:47:39.429991Z",
|
||||
"started_at": "2026-05-21T18:50:33.331568Z",
|
||||
"handler": "command",
|
||||
"usage": {
|
||||
"input_tokens": 0,
|
||||
|
|
|
|||
1
stages/006-test_rust@1/output.log
Normal file
1
stages/006-test_rust@1/output.log
Normal file
|
|
@ -0,0 +1 @@
|
|||
blob://sha256/ac8237c83b8bfc36eb07781d592bb8659734b01d57be3f923d47440bd99b13ab
|
||||
8
stages/006-test_rust@1/script_timing.json
Normal file
8
stages/006-test_rust@1/script_timing.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"output": "blob://sha256/ac8237c83b8bfc36eb07781d592bb8659734b01d57be3f923d47440bd99b13ab",
|
||||
"exit_code": 0,
|
||||
"duration_ms": 167929,
|
||||
"termination": "exited",
|
||||
"output_bytes": 287,
|
||||
"live_streaming": true
|
||||
}
|
||||
6
stages/006-test_rust@1/status.json
Normal file
6
stages/006-test_rust@1/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"outcome": "succeeded",
|
||||
"notes": "Script completed: ulimit -n 4096 && cargo nextest run --cargo-quiet --workspace --status-level fail 2>&1",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-21T18:50:27.370642Z"
|
||||
}
|
||||
5
stages/007-test_typescript@1/script_invocation.json
Normal file
5
stages/007-test_typescript@1/script_invocation.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"script": "cd apps/fabro-web && bun test 2>&1",
|
||||
"command": "exec 2>&1\ncd apps/fabro-web && bun test 2>&1",
|
||||
"language": "shell"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue