checkpoint

⚒️ Generated with [Fabro](https://fabro.sh)
This commit is contained in:
Fabro 2026-05-03 19:54:50 -04:00
parent a329e61a06
commit b14f454454
6 changed files with 218 additions and 40 deletions

234
run.json
View file

@ -332,43 +332,46 @@
"status_updated_at": "2026-05-03T23:47:59.287045Z",
"pending_control": null,
"checkpoint": {
"timestamp": "2026-05-03T23:54:43.174947Z",
"current_node": "test_rust",
"timestamp": "2026-05-03T23:54:50.002307Z",
"current_node": "test_typescript",
"completed_nodes": [
"start",
"toolchain",
"compile_rust",
"compile_typescript",
"lint_rust",
"test_rust"
"test_rust",
"test_typescript"
],
"node_retries": {},
"context_values": {
"thread.toolchain.current_node": "compile_rust",
"failure_class": "",
"internal.retry_count.toolchain": 0,
"graph.rankdir": "LR",
"internal.run_id": "01KQR3V9D4VPFFWMNTVH09J48G",
"graph.goal": "Verify the sandbox can lint and test the project",
"internal.retry_count.compile_rust": 0,
"internal.retry_count.test_typescript": 0,
"internal.fidelity": "compact",
"outcome": "succeeded",
"command.output": "blob://sha256/d643b8786cd2a320fa7b2d7101e5c69e4358c65e1454ac2431debe0edf8e7041",
"thread.compile_rust.current_node": "compile_typescript",
"internal.thread_id": "lint_rust",
"internal.retry_count.compile_typescript": 0,
"internal.retry_count.lint_rust": 0,
"internal.retry_count.start": 0,
"thread.lint_rust.current_node": "test_rust",
"internal.retry_count.test_rust": 0,
"thread.compile_typescript.current_node": "lint_rust",
"internal.node_visit_count": 1,
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
"graph.retry_target": "exit",
"current_node": "test_rust",
"internal.retry_count.compile_rust": 0,
"failure_signature": "",
"internal.work_dir": "/home/daytona/workspace",
"thread.start.current_node": "toolchain",
"failure_class": "",
"graph.rankdir": "LR"
"thread.toolchain.current_node": "compile_rust",
"internal.retry_count.test_rust": 0,
"outcome": "succeeded",
"internal.retry_count.lint_rust": 0,
"command.output": "blob://sha256/4c0bced81b51eb7ad99f59ed878f8a7cc575e6f1ea4aecc28dcfb1c194e6069c",
"internal.thread_id": "test_rust",
"thread.lint_rust.current_node": "test_rust",
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
"current_node": "test_typescript",
"thread.test_rust.current_node": "test_typescript",
"internal.retry_count.compile_typescript": 0,
"thread.compile_rust.current_node": "compile_typescript",
"internal.work_dir": "/home/daytona/workspace"
},
"node_outcomes": {
"start": {
@ -384,15 +387,6 @@
"notes": "Script completed: rustc --version && cargo --version && bun --version 2>&1",
"usage": null
},
"compile_rust": {
"status": "succeeded",
"context_updates": {
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
"command.output": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126"
},
"notes": "Script completed: cargo check -q --workspace 2>&1",
"usage": null
},
"compile_typescript": {
"status": "succeeded",
"context_updates": {
@ -402,15 +396,6 @@
"notes": "Script completed: cd apps/fabro-web && bun install && bun run typecheck 2>&1",
"usage": null
},
"test_rust": {
"status": "succeeded",
"context_updates": {
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
"command.output": "blob://sha256/d643b8786cd2a320fa7b2d7101e5c69e4358c65e1454ac2431debe0edf8e7041"
},
"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": {
@ -419,14 +404,42 @@
},
"notes": "Script completed: cargo +nightly-2026-04-14 fmt --check --all 2>&1 && cargo +nightly-2026-04-14 clippy -q --workspace -- -D warnings 2>&1",
"usage": null
},
"test_typescript": {
"status": "succeeded",
"context_updates": {
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
"command.output": "blob://sha256/4c0bced81b51eb7ad99f59ed878f8a7cc575e6f1ea4aecc28dcfb1c194e6069c"
},
"notes": "Script completed: cd apps/fabro-web && bun test 2>&1",
"usage": null
},
"compile_rust": {
"status": "succeeded",
"context_updates": {
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
"command.output": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126"
},
"notes": "Script completed: cargo check -q --workspace 2>&1",
"usage": null
},
"test_rust": {
"status": "succeeded",
"context_updates": {
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
"command.output": "blob://sha256/d643b8786cd2a320fa7b2d7101e5c69e4358c65e1454ac2431debe0edf8e7041"
},
"notes": "Script completed: ulimit -n 4096 && cargo nextest run --cargo-quiet --workspace --status-level fail 2>&1",
"usage": null
}
},
"next_node_id": "test_typescript",
"next_node_id": "exit",
"node_visits": {
"toolchain": 1,
"start": 1,
"lint_rust": 1,
"compile_typescript": 1,
"test_typescript": 1,
"compile_rust": 1,
"test_rust": 1
}
@ -753,6 +766,110 @@
"toolchain": 1
}
}
],
[
67,
{
"timestamp": "2026-05-03T23:54:47.034583Z",
"current_node": "test_rust",
"completed_nodes": [
"start",
"toolchain",
"compile_rust",
"compile_typescript",
"lint_rust",
"test_rust"
],
"node_retries": {},
"context_values": {
"internal.fidelity": "compact",
"internal.retry_count.lint_rust": 0,
"thread.compile_typescript.current_node": "lint_rust",
"internal.retry_count.test_rust": 0,
"outcome": "succeeded",
"graph.rankdir": "LR",
"failure_class": "",
"thread.compile_rust.current_node": "compile_typescript",
"internal.run_id": "01KQR3V9D4VPFFWMNTVH09J48G",
"current_node": "test_rust",
"internal.node_visit_count": 1,
"internal.work_dir": "/home/daytona/workspace",
"thread.start.current_node": "toolchain",
"internal.thread_id": "lint_rust",
"graph.goal": "Verify the sandbox can lint and test the project",
"internal.retry_count.toolchain": 0,
"internal.retry_count.compile_rust": 0,
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
"thread.lint_rust.current_node": "test_rust",
"internal.retry_count.compile_typescript": 0,
"thread.toolchain.current_node": "compile_rust",
"failure_signature": "",
"command.output": "blob://sha256/d643b8786cd2a320fa7b2d7101e5c69e4358c65e1454ac2431debe0edf8e7041",
"graph.retry_target": "exit",
"internal.retry_count.start": 0
},
"node_outcomes": {
"toolchain": {
"status": "succeeded",
"context_updates": {
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
"command.output": "blob://sha256/0f445145c30db4edc762837f8ad7fdbcfcf07d57265b2bc38b6b276be718c75a"
},
"notes": "Script completed: rustc --version && cargo --version && bun --version 2>&1",
"usage": null
},
"start": {
"status": "succeeded",
"usage": null
},
"compile_typescript": {
"status": "succeeded",
"context_updates": {
"command.output": "blob://sha256/42306a483042091740e1a167efc535398afa53725063f7552ab75bbbd39929d0",
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126"
},
"notes": "Script completed: cd apps/fabro-web && bun install && bun run typecheck 2>&1",
"usage": null
},
"test_rust": {
"status": "succeeded",
"context_updates": {
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
"command.output": "blob://sha256/d643b8786cd2a320fa7b2d7101e5c69e4358c65e1454ac2431debe0edf8e7041"
},
"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.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
"command.output": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126"
},
"notes": "Script completed: cargo check -q --workspace 2>&1",
"usage": null
},
"lint_rust": {
"status": "succeeded",
"context_updates": {
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
"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 -- -D warnings 2>&1",
"usage": null
}
},
"next_node_id": "test_typescript",
"git_commit_sha": "8ffb6c0ab618428635f068f1bbc9d0aa8ae23a2b",
"node_visits": {
"test_rust": 1,
"lint_rust": 1,
"toolchain": 1,
"compile_typescript": 1,
"start": 1,
"compile_rust": 1
}
}
]
],
"conclusion": null,
@ -846,6 +963,23 @@
"live_streaming": false,
"termination": "exited"
},
"test_typescript@1": {
"first_event_seq": 70,
"prompt": null,
"response": null,
"completion": null,
"provider_used": null,
"diff": null,
"script_invocation": {
"script": "cd apps/fabro-web && bun test 2>&1",
"command": "cd apps/fabro-web && bun test 2>&1",
"language": "shell"
},
"script_timing": null,
"parallel_results": null,
"stdout": null,
"stderr": null
},
"compile_rust@1": {
"first_event_seq": 30,
"prompt": null,
@ -887,7 +1021,12 @@
"first_event_seq": 60,
"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-03T23:54:43.174047Z"
},
"provider_used": null,
"diff": null,
"script_invocation": {
@ -895,10 +1034,25 @@
"command": "ulimit -n 4096 && cargo nextest run --cargo-quiet --workspace --status-level fail 2>&1",
"language": "shell"
},
"script_timing": null,
"script_timing": {
"stdout": "blob://sha256/d643b8786cd2a320fa7b2d7101e5c69e4358c65e1454ac2431debe0edf8e7041",
"stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
"exit_code": 0,
"duration_ms": 128537,
"termination": "exited",
"stdout_bytes": 287,
"stderr_bytes": 0,
"streams_separated": true,
"live_streaming": true
},
"parallel_results": null,
"stdout": null,
"stderr": null
"stderr": null,
"stdout_bytes": 287,
"stderr_bytes": 0,
"streams_separated": true,
"live_streaming": true,
"termination": "exited"
},
"toolchain@1": {
"first_event_seq": 20,

View file

@ -0,0 +1,11 @@
{
"stdout": "blob://sha256/d643b8786cd2a320fa7b2d7101e5c69e4358c65e1454ac2431debe0edf8e7041",
"stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
"exit_code": 0,
"duration_ms": 128537,
"termination": "exited",
"stdout_bytes": 287,
"stderr_bytes": 0,
"streams_separated": true,
"live_streaming": true
}

View 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-03T23:54:43.174047Z"
}

View file

@ -0,0 +1 @@
blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126

View file

@ -0,0 +1 @@
blob://sha256/d643b8786cd2a320fa7b2d7101e5c69e4358c65e1454ac2431debe0edf8e7041

View file

@ -0,0 +1,5 @@
{
"script": "cd apps/fabro-web && bun test 2>&1",
"command": "cd apps/fabro-web && bun test 2>&1",
"language": "shell"
}