finalize run

⚒️ Generated with [Fabro](https://fabro.sh)
This commit is contained in:
Fabro 2026-05-11 13:10:38 -04:00
parent f8587599d8
commit e01341207a
5 changed files with 235 additions and 111 deletions

325
run.json
View file

@ -327,7 +327,7 @@
"kind": "running"
},
"status_updated_at": "2026-05-11T17:03:09.606775Z",
"last_event_at": "2026-05-11T17:10:28.177224Z",
"last_event_at": "2026-05-11T17:10:38.440864Z",
"pending_control": null,
"checkpoints": [
{
@ -773,9 +773,9 @@
}
},
{
"seq": 0,
"seq": 76,
"checkpoint": {
"timestamp": "2026-05-11T17:10:33.391071Z",
"timestamp": "2026-05-11T17:10:38.440651Z",
"current_node": "test_typescript",
"completed_nodes": [
"start",
@ -788,40 +788,36 @@
],
"node_retries": {},
"context_values": {
"internal.work_dir": "/home/daytona/workspace",
"thread.toolchain.current_node": "compile_rust",
"internal.node_visit_count": 1,
"internal.run_id": "01KRBZVQ9BKYYJ4N7TQEAYY0R0",
"outcome": "succeeded",
"internal.retry_count.test_rust": 0,
"graph.goal": "Verify the sandbox can lint and test the project",
"graph.retry_target": "exit",
"internal.retry_count.lint_rust": 0,
"thread.lint_rust.current_node": "test_rust",
"internal.fidelity": "compact",
"command.output": "blob://sha256/2d662af1145810b22dbd3ac26275deadc2419cd7675409a1fa0d26aa07f8335f",
"failure_class": "",
"failure_signature": "",
"internal.retry_count.toolchain": 0,
"internal.retry_count.compile_rust": 0,
"thread.compile_typescript.current_node": "lint_rust",
"thread.start.current_node": "toolchain",
"thread.compile_rust.current_node": "compile_typescript",
"failure_class": "",
"graph.rankdir": "LR",
"internal.run_id": "01KRBZVQ9BKYYJ4N7TQEAYY0R0",
"command.output": "blob://sha256/2d662af1145810b22dbd3ac26275deadc2419cd7675409a1fa0d26aa07f8335f",
"internal.retry_count.lint_rust": 0,
"internal.node_visit_count": 1,
"graph.retry_target": "exit",
"thread.lint_rust.current_node": "test_rust",
"thread.test_rust.current_node": "test_typescript",
"internal.retry_count.test_rust": 0,
"internal.thread_id": "test_rust",
"internal.fidelity": "compact",
"outcome": "succeeded",
"internal.retry_count.test_typescript": 0,
"thread.toolchain.current_node": "compile_rust",
"internal.retry_count.start": 0,
"current_node": "test_typescript",
"internal.retry_count.compile_typescript": 0,
"graph.goal": "Verify the sandbox can lint and test the project"
"internal.retry_count.test_typescript": 0,
"graph.rankdir": "LR",
"internal.retry_count.toolchain": 0,
"thread.compile_rust.current_node": "compile_typescript",
"thread.start.current_node": "toolchain",
"thread.test_rust.current_node": "test_typescript",
"internal.thread_id": "test_rust",
"internal.work_dir": "/home/daytona/workspace",
"internal.retry_count.compile_typescript": 0
},
"node_outcomes": {
"lint_rust": {
"start": {
"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": {
@ -832,16 +828,20 @@
"notes": "Script completed: ulimit -n 4096 && cargo nextest run --cargo-quiet --workspace --status-level fail 2>&1",
"usage": null
},
"compile_typescript": {
"lint_rust": {
"status": "succeeded",
"context_updates": {
"command.output": "blob://sha256/152ddaf238c3acbadff50ace568a5f060acbe5d428da8d2b5864aa7ce59d8e11"
"command.output": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126"
},
"notes": "Script completed: cd apps/fabro-web && bun install && bun run typecheck 2>&1",
"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": {
"toolchain": {
"status": "succeeded",
"context_updates": {
"command.output": "blob://sha256/0f445145c30db4edc762837f8ad7fdbcfcf07d57265b2bc38b6b276be718c75a"
},
"notes": "Script completed: rustc --version && cargo --version && bun --version 2>&1",
"usage": null
},
"test_typescript": {
@ -860,30 +860,88 @@
"notes": "Script completed: cargo check -q --workspace 2>&1",
"usage": null
},
"toolchain": {
"compile_typescript": {
"status": "succeeded",
"context_updates": {
"command.output": "blob://sha256/0f445145c30db4edc762837f8ad7fdbcfcf07d57265b2bc38b6b276be718c75a"
"command.output": "blob://sha256/152ddaf238c3acbadff50ace568a5f060acbe5d428da8d2b5864aa7ce59d8e11"
},
"notes": "Script completed: rustc --version && cargo --version && bun --version 2>&1",
"notes": "Script completed: cd apps/fabro-web && bun install && bun run typecheck 2>&1",
"usage": null
}
},
"next_node_id": "exit",
"git_commit_sha": "bc2f447d16b73658e2e7f8ebcf1d5df9c4cb1bf0",
"node_visits": {
"test_typescript": 1,
"compile_rust": 1,
"compile_typescript": 1,
"start": 1,
"toolchain": 1,
"compile_rust": 1,
"lint_rust": 1,
"compile_typescript": 1,
"test_rust": 1,
"test_typescript": 1
"lint_rust": 1
}
},
"diff": {}
"diff": {
"summary": {
"files_changed": 0,
"additions": 0,
"deletions": 0
}
}
}
],
"conclusion": null,
"conclusion": {
"timestamp": "2026-05-11T17:10:38.473671Z",
"status": "succeeded",
"duration_ms": 448829,
"final_git_commit_sha": "bc2f447d16b73658e2e7f8ebcf1d5df9c4cb1bf0",
"stages": [
{
"stage_id": "start",
"stage_label": "start",
"duration_ms": 0,
"retries": 0
},
{
"stage_id": "toolchain",
"stage_label": "toolchain",
"duration_ms": 1527,
"retries": 0
},
{
"stage_id": "compile_rust",
"stage_label": "compile_rust",
"duration_ms": 123022,
"retries": 0
},
{
"stage_id": "compile_typescript",
"stage_label": "compile_typescript",
"duration_ms": 12404,
"retries": 0
},
{
"stage_id": "lint_rust",
"stage_label": "lint_rust",
"duration_ms": 138184,
"retries": 0
},
{
"stage_id": "test_rust",
"stage_label": "test_rust",
"duration_ms": 135301,
"retries": 0
},
{
"stage_id": "test_typescript",
"stage_label": "test_typescript",
"duration_ms": 5213,
"retries": 0
}
],
"total_retries": 0,
"diff": {}
},
"sandbox": {
"provider": "daytona",
"image": "buildpack-deps:noble",
@ -900,49 +958,6 @@
"superseded_by": null,
"pending_interviews": {},
"stages": {
"compile_typescript@1": {
"first_event_seq": 39,
"prompt": null,
"response": null,
"completion": {
"outcome": "succeeded",
"notes": "Script completed: cd apps/fabro-web && bun install && bun run typecheck 2>&1",
"failure_reason": null,
"timestamp": "2026-05-11T17:05:39.740200Z"
},
"provider_used": null,
"diff": null,
"script_invocation": {
"script": "cd apps/fabro-web && bun install && bun run typecheck 2>&1",
"command": "exec 2>&1\ncd apps/fabro-web && bun install && bun run typecheck 2>&1",
"language": "shell"
},
"script_timing": {
"output": "blob://sha256/152ddaf238c3acbadff50ace568a5f060acbe5d428da8d2b5864aa7ce59d8e11",
"exit_code": 0,
"duration_ms": 12400,
"termination": "exited",
"output_bytes": 641,
"live_streaming": true
},
"parallel_results": null,
"output": null,
"output_bytes": 641,
"live_streaming": true,
"termination": "exited",
"started_at": "2026-05-11T17:05:27.335215Z",
"handler": "command",
"duration_ms": 12404,
"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,
@ -1019,7 +1034,12 @@
"first_event_seq": 69,
"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-11T17:10:33.390292Z"
},
"provider_used": null,
"diff": null,
"script_invocation": {
@ -1027,11 +1047,22 @@
"command": "exec 2>&1\ncd apps/fabro-web && bun test 2>&1",
"language": "shell"
},
"script_timing": null,
"script_timing": {
"output": "blob://sha256/2d662af1145810b22dbd3ac26275deadc2419cd7675409a1fa0d26aa07f8335f",
"exit_code": 0,
"duration_ms": 5205,
"termination": "exited",
"output_bytes": 100567,
"live_streaming": true
},
"parallel_results": null,
"output": null,
"output_bytes": 100567,
"live_streaming": true,
"termination": "exited",
"started_at": "2026-05-11T17:10:28.176949Z",
"handler": "command",
"duration_ms": 5213,
"usage": {
"input_tokens": 0,
"output_tokens": 0,
@ -1040,7 +1071,93 @@
"cache_read_tokens": 0,
"cache_write_tokens": 0
},
"state": "running"
"state": "succeeded"
},
"test_rust@1": {
"first_event_seq": 59,
"prompt": null,
"response": 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-11T17:10:23.204164Z"
},
"provider_used": null,
"diff": null,
"script_invocation": {
"script": "ulimit -n 4096 && cargo nextest run --cargo-quiet --workspace --status-level fail 2>&1",
"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/1a46808d938b0a6ca36bb235b0fd49eb91b9a5489942bb791089745eeec19105",
"exit_code": 0,
"duration_ms": 135294,
"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-11T17:08:07.901453Z",
"handler": "command",
"duration_ms": 135301,
"usage": {
"input_tokens": 0,
"output_tokens": 0,
"total_tokens": 0,
"reasoning_tokens": 0,
"cache_read_tokens": 0,
"cache_write_tokens": 0
},
"state": "succeeded"
},
"compile_typescript@1": {
"first_event_seq": 39,
"prompt": null,
"response": null,
"completion": {
"outcome": "succeeded",
"notes": "Script completed: cd apps/fabro-web && bun install && bun run typecheck 2>&1",
"failure_reason": null,
"timestamp": "2026-05-11T17:05:39.740200Z"
},
"provider_used": null,
"diff": null,
"script_invocation": {
"script": "cd apps/fabro-web && bun install && bun run typecheck 2>&1",
"command": "exec 2>&1\ncd apps/fabro-web && bun install && bun run typecheck 2>&1",
"language": "shell"
},
"script_timing": {
"output": "blob://sha256/152ddaf238c3acbadff50ace568a5f060acbe5d428da8d2b5864aa7ce59d8e11",
"exit_code": 0,
"duration_ms": 12400,
"termination": "exited",
"output_bytes": 641,
"live_streaming": true
},
"parallel_results": null,
"output": null,
"output_bytes": 641,
"live_streaming": true,
"termination": "exited",
"started_at": "2026-05-11T17:05:27.335215Z",
"handler": "command",
"duration_ms": 12404,
"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": 19,
@ -1128,39 +1245,25 @@
},
"state": "succeeded"
},
"test_rust@1": {
"first_event_seq": 59,
"exit@1": {
"first_event_seq": 79,
"prompt": null,
"response": null,
"completion": {
"outcome": "succeeded",
"notes": "Script completed: ulimit -n 4096 && cargo nextest run --cargo-quiet --workspace --status-level fail 2>&1",
"notes": null,
"failure_reason": null,
"timestamp": "2026-05-11T17:10:23.204164Z"
"timestamp": "2026-05-11T17:10:38.440864Z"
},
"provider_used": null,
"diff": null,
"script_invocation": {
"script": "ulimit -n 4096 && cargo nextest run --cargo-quiet --workspace --status-level fail 2>&1",
"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/1a46808d938b0a6ca36bb235b0fd49eb91b9a5489942bb791089745eeec19105",
"exit_code": 0,
"duration_ms": 135294,
"termination": "exited",
"output_bytes": 287,
"live_streaming": true
},
"script_invocation": null,
"script_timing": null,
"parallel_results": null,
"output": null,
"output_bytes": 287,
"live_streaming": true,
"termination": "exited",
"started_at": "2026-05-11T17:08:07.901453Z",
"handler": "command",
"duration_ms": 135301,
"started_at": "2026-05-11T17:10:38.440820Z",
"handler": "exit",
"duration_ms": 0,
"usage": {
"input_tokens": 0,
"output_tokens": 0,

View file

@ -0,0 +1 @@
blob://sha256/2d662af1145810b22dbd3ac26275deadc2419cd7675409a1fa0d26aa07f8335f

View file

@ -0,0 +1,8 @@
{
"output": "blob://sha256/2d662af1145810b22dbd3ac26275deadc2419cd7675409a1fa0d26aa07f8335f",
"exit_code": 0,
"duration_ms": 5205,
"termination": "exited",
"output_bytes": 100567,
"live_streaming": true
}

View file

@ -0,0 +1,6 @@
{
"outcome": "succeeded",
"notes": "Script completed: cd apps/fabro-web && bun test 2>&1",
"failure_reason": null,
"timestamp": "2026-05-11T17:10:33.390292Z"
}

View file

@ -0,0 +1,6 @@
{
"outcome": "succeeded",
"notes": null,
"failure_reason": null,
"timestamp": "2026-05-11T17:10:38.440864Z"
}