mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-06 08:18:58 +00:00
parent
9f148c2a62
commit
43a748d9a4
6 changed files with 304 additions and 73 deletions
352
run.json
352
run.json
|
|
@ -330,7 +330,7 @@
|
|||
"status_updated_at": "2026-05-04T01:34:22.790624Z",
|
||||
"pending_control": null,
|
||||
"checkpoint": {
|
||||
"timestamp": "2026-05-04T01:41:15.564323Z",
|
||||
"timestamp": "2026-05-04T01:41:19.410911Z",
|
||||
"current_node": "test_typescript",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
|
|
@ -343,46 +343,42 @@
|
|||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"internal.retry_count.test_typescript": 0,
|
||||
"internal.retry_count.compile_typescript": 0,
|
||||
"internal.retry_count.toolchain": 0,
|
||||
"internal.work_dir": "/home/daytona/workspace",
|
||||
"internal.retry_count.compile_rust": 0,
|
||||
"internal.run_id": "01KQR9Y301PN1BJ0R3JC4FY6GX",
|
||||
"thread.test_rust.current_node": "test_typescript",
|
||||
"graph.rankdir": "LR",
|
||||
"thread.compile_typescript.current_node": "lint_rust",
|
||||
"internal.node_visit_count": 1,
|
||||
"failure_class": "",
|
||||
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
||||
"outcome": "succeeded",
|
||||
"internal.fidelity": "compact",
|
||||
"graph.retry_target": "exit",
|
||||
"internal.retry_count.test_rust": 0,
|
||||
"thread.lint_rust.current_node": "test_rust",
|
||||
"failure_signature": "",
|
||||
"graph.rankdir": "LR",
|
||||
"internal.node_visit_count": 1,
|
||||
"internal.retry_count.toolchain": 0,
|
||||
"thread.compile_rust.current_node": "compile_typescript",
|
||||
"internal.thread_id": "test_rust",
|
||||
"internal.retry_count.lint_rust": 0,
|
||||
"graph.goal": "Verify the sandbox can lint and test the project",
|
||||
"command.output": "blob://sha256/b2d2218dbabcdaeeb8a58a167e089ce6cb61adaef98811fb40a1a2ca667be0dc",
|
||||
"thread.start.current_node": "toolchain",
|
||||
"thread.lint_rust.current_node": "test_rust",
|
||||
"thread.toolchain.current_node": "compile_rust",
|
||||
"internal.retry_count.start": 0,
|
||||
"current_node": "test_typescript",
|
||||
"thread.compile_rust.current_node": "compile_typescript"
|
||||
"graph.retry_target": "exit",
|
||||
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
||||
"failure_signature": "",
|
||||
"thread.start.current_node": "toolchain",
|
||||
"command.output": "blob://sha256/b2d2218dbabcdaeeb8a58a167e089ce6cb61adaef98811fb40a1a2ca667be0dc",
|
||||
"thread.compile_typescript.current_node": "lint_rust",
|
||||
"internal.work_dir": "/home/daytona/workspace",
|
||||
"thread.test_rust.current_node": "test_typescript",
|
||||
"internal.retry_count.compile_rust": 0,
|
||||
"internal.retry_count.lint_rust": 0,
|
||||
"internal.fidelity": "compact",
|
||||
"internal.retry_count.test_rust": 0,
|
||||
"outcome": "succeeded",
|
||||
"internal.retry_count.compile_typescript": 0,
|
||||
"internal.retry_count.test_typescript": 0,
|
||||
"graph.goal": "Verify the sandbox can lint and test the project",
|
||||
"internal.run_id": "01KQR9Y301PN1BJ0R3JC4FY6GX",
|
||||
"current_node": "test_typescript"
|
||||
},
|
||||
"node_outcomes": {
|
||||
"start": {
|
||||
"status": "succeeded",
|
||||
"usage": null
|
||||
},
|
||||
"compile_rust": {
|
||||
"toolchain": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
||||
"command.output": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126"
|
||||
"command.output": "blob://sha256/0f445145c30db4edc762837f8ad7fdbcfcf07d57265b2bc38b6b276be718c75a"
|
||||
},
|
||||
"notes": "Script completed: cargo check -q --workspace 2>&1",
|
||||
"notes": "Script completed: rustc --version && cargo --version && bun --version 2>&1",
|
||||
"usage": null
|
||||
},
|
||||
"test_typescript": {
|
||||
|
|
@ -394,6 +390,28 @@
|
|||
"notes": "Script completed: cd apps/fabro-web && bun test 2>&1",
|
||||
"usage": null
|
||||
},
|
||||
"start": {
|
||||
"status": "succeeded",
|
||||
"usage": null
|
||||
},
|
||||
"test_rust": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"command.output": "blob://sha256/044a819c9b803fdcce81a2e4ba70e11da96f24bc779b81b0d1be334ab8f7e1ff",
|
||||
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126"
|
||||
},
|
||||
"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
|
||||
},
|
||||
"compile_typescript": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
|
|
@ -411,35 +429,18 @@
|
|||
},
|
||||
"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_rust": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"command.output": "blob://sha256/044a819c9b803fdcce81a2e4ba70e11da96f24bc779b81b0d1be334ab8f7e1ff",
|
||||
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126"
|
||||
},
|
||||
"notes": "Script completed: ulimit -n 4096 && cargo nextest run --cargo-quiet --workspace --status-level fail 2>&1",
|
||||
"usage": null
|
||||
},
|
||||
"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
|
||||
}
|
||||
},
|
||||
"next_node_id": "exit",
|
||||
"git_commit_sha": "b5cdccf54b90115795b5031fe73042d211870026",
|
||||
"node_visits": {
|
||||
"compile_rust": 1,
|
||||
"start": 1,
|
||||
"test_rust": 1,
|
||||
"compile_typescript": 1,
|
||||
"test_typescript": 1,
|
||||
"toolchain": 1,
|
||||
"compile_rust": 1,
|
||||
"lint_rust": 1,
|
||||
"test_rust": 1,
|
||||
"start": 1
|
||||
"toolchain": 1
|
||||
}
|
||||
},
|
||||
"checkpoints": [
|
||||
|
|
@ -868,9 +869,176 @@
|
|||
"compile_typescript": 1
|
||||
}
|
||||
}
|
||||
],
|
||||
[
|
||||
76,
|
||||
{
|
||||
"timestamp": "2026-05-04T01:41:19.410911Z",
|
||||
"current_node": "test_typescript",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"toolchain",
|
||||
"compile_rust",
|
||||
"compile_typescript",
|
||||
"lint_rust",
|
||||
"test_rust",
|
||||
"test_typescript"
|
||||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"failure_class": "",
|
||||
"graph.rankdir": "LR",
|
||||
"internal.node_visit_count": 1,
|
||||
"internal.retry_count.toolchain": 0,
|
||||
"thread.compile_rust.current_node": "compile_typescript",
|
||||
"internal.thread_id": "test_rust",
|
||||
"thread.lint_rust.current_node": "test_rust",
|
||||
"thread.toolchain.current_node": "compile_rust",
|
||||
"internal.retry_count.start": 0,
|
||||
"graph.retry_target": "exit",
|
||||
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
||||
"failure_signature": "",
|
||||
"thread.start.current_node": "toolchain",
|
||||
"command.output": "blob://sha256/b2d2218dbabcdaeeb8a58a167e089ce6cb61adaef98811fb40a1a2ca667be0dc",
|
||||
"thread.compile_typescript.current_node": "lint_rust",
|
||||
"internal.work_dir": "/home/daytona/workspace",
|
||||
"thread.test_rust.current_node": "test_typescript",
|
||||
"internal.retry_count.compile_rust": 0,
|
||||
"internal.retry_count.lint_rust": 0,
|
||||
"internal.fidelity": "compact",
|
||||
"internal.retry_count.test_rust": 0,
|
||||
"outcome": "succeeded",
|
||||
"internal.retry_count.compile_typescript": 0,
|
||||
"internal.retry_count.test_typescript": 0,
|
||||
"graph.goal": "Verify the sandbox can lint and test the project",
|
||||
"internal.run_id": "01KQR9Y301PN1BJ0R3JC4FY6GX",
|
||||
"current_node": "test_typescript"
|
||||
},
|
||||
"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
|
||||
},
|
||||
"test_typescript": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
||||
"command.output": "blob://sha256/b2d2218dbabcdaeeb8a58a167e089ce6cb61adaef98811fb40a1a2ca667be0dc"
|
||||
},
|
||||
"notes": "Script completed: cd apps/fabro-web && bun test 2>&1",
|
||||
"usage": null
|
||||
},
|
||||
"start": {
|
||||
"status": "succeeded",
|
||||
"usage": null
|
||||
},
|
||||
"test_rust": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"command.output": "blob://sha256/044a819c9b803fdcce81a2e4ba70e11da96f24bc779b81b0d1be334ab8f7e1ff",
|
||||
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126"
|
||||
},
|
||||
"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
|
||||
},
|
||||
"compile_typescript": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"command.output": "blob://sha256/587f2cdd732584731634c72cba2d8d68b2ff6738aa77c66b176fb5576c0a558a",
|
||||
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126"
|
||||
},
|
||||
"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",
|
||||
"command.stderr": "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": "exit",
|
||||
"git_commit_sha": "b5cdccf54b90115795b5031fe73042d211870026",
|
||||
"node_visits": {
|
||||
"start": 1,
|
||||
"test_rust": 1,
|
||||
"compile_typescript": 1,
|
||||
"test_typescript": 1,
|
||||
"compile_rust": 1,
|
||||
"lint_rust": 1,
|
||||
"toolchain": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"conclusion": null,
|
||||
"conclusion": {
|
||||
"timestamp": "2026-05-04T01:41:19.428654Z",
|
||||
"status": "succeeded",
|
||||
"duration_ms": 393997,
|
||||
"final_git_commit_sha": "b5cdccf54b90115795b5031fe73042d211870026",
|
||||
"stages": [
|
||||
{
|
||||
"stage_id": "start",
|
||||
"stage_label": "start",
|
||||
"duration_ms": 0,
|
||||
"retries": 0
|
||||
},
|
||||
{
|
||||
"stage_id": "toolchain",
|
||||
"stage_label": "toolchain",
|
||||
"duration_ms": 1591,
|
||||
"retries": 0
|
||||
},
|
||||
{
|
||||
"stage_id": "compile_rust",
|
||||
"stage_label": "compile_rust",
|
||||
"duration_ms": 117185,
|
||||
"retries": 0
|
||||
},
|
||||
{
|
||||
"stage_id": "compile_typescript",
|
||||
"stage_label": "compile_typescript",
|
||||
"duration_ms": 6469,
|
||||
"retries": 0
|
||||
},
|
||||
{
|
||||
"stage_id": "lint_rust",
|
||||
"stage_label": "lint_rust",
|
||||
"duration_ms": 119309,
|
||||
"retries": 0
|
||||
},
|
||||
{
|
||||
"stage_id": "test_rust",
|
||||
"stage_label": "test_rust",
|
||||
"duration_ms": 121131,
|
||||
"retries": 0
|
||||
},
|
||||
{
|
||||
"stage_id": "test_typescript",
|
||||
"stage_label": "test_typescript",
|
||||
"duration_ms": 2960,
|
||||
"retries": 0
|
||||
}
|
||||
],
|
||||
"total_retries": 0
|
||||
},
|
||||
"retro": null,
|
||||
"retro_prompt": null,
|
||||
"retro_response": null,
|
||||
|
|
@ -887,24 +1055,6 @@
|
|||
"superseded_by": null,
|
||||
"pending_interviews": {},
|
||||
"stages": {
|
||||
"start@1": {
|
||||
"first_event_seq": 15,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": {
|
||||
"outcome": "succeeded",
|
||||
"notes": null,
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-04T01:34:24.664204Z"
|
||||
},
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": null,
|
||||
"script_timing": null,
|
||||
"parallel_results": null,
|
||||
"stdout": null,
|
||||
"stderr": null
|
||||
},
|
||||
"compile_rust@1": {
|
||||
"first_event_seq": 29,
|
||||
"prompt": null,
|
||||
|
|
@ -1020,7 +1170,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-04T01:41:15.563635Z"
|
||||
},
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": {
|
||||
|
|
@ -1028,6 +1183,39 @@
|
|||
"command": "cd apps/fabro-web && bun test 2>&1",
|
||||
"language": "shell"
|
||||
},
|
||||
"script_timing": {
|
||||
"stdout": "blob://sha256/b2d2218dbabcdaeeb8a58a167e089ce6cb61adaef98811fb40a1a2ca667be0dc",
|
||||
"stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
||||
"exit_code": 0,
|
||||
"duration_ms": 2954,
|
||||
"termination": "exited",
|
||||
"stdout_bytes": 17423,
|
||||
"stderr_bytes": 0,
|
||||
"streams_separated": true,
|
||||
"live_streaming": true
|
||||
},
|
||||
"parallel_results": null,
|
||||
"stdout": null,
|
||||
"stderr": null,
|
||||
"stdout_bytes": 17423,
|
||||
"stderr_bytes": 0,
|
||||
"streams_separated": true,
|
||||
"live_streaming": true,
|
||||
"termination": "exited"
|
||||
},
|
||||
"exit@1": {
|
||||
"first_event_seq": 79,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": {
|
||||
"outcome": "succeeded",
|
||||
"notes": null,
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-04T01:41:19.411005Z"
|
||||
},
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": null,
|
||||
"script_timing": null,
|
||||
"parallel_results": null,
|
||||
"stdout": null,
|
||||
|
|
@ -1106,6 +1294,24 @@
|
|||
"streams_separated": true,
|
||||
"live_streaming": false,
|
||||
"termination": "exited"
|
||||
},
|
||||
"start@1": {
|
||||
"first_event_seq": 15,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": {
|
||||
"outcome": "succeeded",
|
||||
"notes": null,
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-04T01:34:24.664204Z"
|
||||
},
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": null,
|
||||
"script_timing": null,
|
||||
"parallel_results": null,
|
||||
"stdout": null,
|
||||
"stderr": null
|
||||
}
|
||||
}
|
||||
}
|
||||
11
stages/007-test_typescript@1/script_timing.json
Normal file
11
stages/007-test_typescript@1/script_timing.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"stdout": "blob://sha256/b2d2218dbabcdaeeb8a58a167e089ce6cb61adaef98811fb40a1a2ca667be0dc",
|
||||
"stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
||||
"exit_code": 0,
|
||||
"duration_ms": 2954,
|
||||
"termination": "exited",
|
||||
"stdout_bytes": 17423,
|
||||
"stderr_bytes": 0,
|
||||
"streams_separated": true,
|
||||
"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-04T01:41:15.563635Z"
|
||||
}
|
||||
1
stages/007-test_typescript@1/stderr.log
Normal file
1
stages/007-test_typescript@1/stderr.log
Normal file
|
|
@ -0,0 +1 @@
|
|||
blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126
|
||||
1
stages/007-test_typescript@1/stdout.log
Normal file
1
stages/007-test_typescript@1/stdout.log
Normal file
|
|
@ -0,0 +1 @@
|
|||
blob://sha256/b2d2218dbabcdaeeb8a58a167e089ce6cb61adaef98811fb40a1a2ca667be0dc
|
||||
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-04T01:41:19.411005Z"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue