mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-07 08:27:12 +00:00
parent
0900da6bff
commit
9f148c2a62
6 changed files with 212 additions and 34 deletions
222
run.json
222
run.json
|
|
@ -330,43 +330,46 @@
|
|||
"status_updated_at": "2026-05-04T01:34:22.790624Z",
|
||||
"pending_control": null,
|
||||
"checkpoint": {
|
||||
"timestamp": "2026-05-04T01:41:08.553320Z",
|
||||
"current_node": "test_rust",
|
||||
"timestamp": "2026-05-04T01:41:15.564323Z",
|
||||
"current_node": "test_typescript",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"toolchain",
|
||||
"compile_rust",
|
||||
"compile_typescript",
|
||||
"lint_rust",
|
||||
"test_rust"
|
||||
"test_rust",
|
||||
"test_typescript"
|
||||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"outcome": "succeeded",
|
||||
"thread.toolchain.current_node": "compile_rust",
|
||||
"thread.compile_rust.current_node": "compile_typescript",
|
||||
"internal.retry_count.test_typescript": 0,
|
||||
"internal.retry_count.compile_typescript": 0,
|
||||
"internal.fidelity": "compact",
|
||||
"graph.retry_target": "exit",
|
||||
"internal.work_dir": "/home/daytona/workspace",
|
||||
"internal.retry_count.toolchain": 0,
|
||||
"internal.run_id": "01KQR9Y301PN1BJ0R3JC4FY6GX",
|
||||
"internal.work_dir": "/home/daytona/workspace",
|
||||
"internal.retry_count.compile_rust": 0,
|
||||
"failure_signature": "",
|
||||
"thread.lint_rust.current_node": "test_rust",
|
||||
"internal.thread_id": "lint_rust",
|
||||
"internal.retry_count.test_rust": 0,
|
||||
"internal.retry_count.lint_rust": 0,
|
||||
"graph.goal": "Verify the sandbox can lint and test the project",
|
||||
"internal.run_id": "01KQR9Y301PN1BJ0R3JC4FY6GX",
|
||||
"thread.test_rust.current_node": "test_typescript",
|
||||
"graph.rankdir": "LR",
|
||||
"thread.compile_typescript.current_node": "lint_rust",
|
||||
"command.output": "blob://sha256/044a819c9b803fdcce81a2e4ba70e11da96f24bc779b81b0d1be334ab8f7e1ff",
|
||||
"internal.node_visit_count": 1,
|
||||
"thread.start.current_node": "toolchain",
|
||||
"internal.retry_count.start": 0,
|
||||
"failure_class": "",
|
||||
"current_node": "test_rust",
|
||||
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126"
|
||||
"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": "",
|
||||
"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.toolchain.current_node": "compile_rust",
|
||||
"internal.retry_count.start": 0,
|
||||
"current_node": "test_typescript",
|
||||
"thread.compile_rust.current_node": "compile_typescript"
|
||||
},
|
||||
"node_outcomes": {
|
||||
"start": {
|
||||
|
|
@ -382,6 +385,24 @@
|
|||
"notes": "Script completed: cargo check -q --workspace 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
|
||||
},
|
||||
"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": {
|
||||
|
|
@ -400,15 +421,6 @@
|
|||
"notes": "Script completed: ulimit -n 4096 && cargo nextest run --cargo-quiet --workspace --status-level fail 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
|
||||
},
|
||||
"toolchain": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
|
|
@ -419,10 +431,11 @@
|
|||
"usage": null
|
||||
}
|
||||
},
|
||||
"next_node_id": "test_typescript",
|
||||
"next_node_id": "exit",
|
||||
"node_visits": {
|
||||
"compile_rust": 1,
|
||||
"compile_typescript": 1,
|
||||
"test_typescript": 1,
|
||||
"toolchain": 1,
|
||||
"lint_rust": 1,
|
||||
"test_rust": 1,
|
||||
|
|
@ -751,6 +764,110 @@
|
|||
"compile_rust": 1
|
||||
}
|
||||
}
|
||||
],
|
||||
[
|
||||
66,
|
||||
{
|
||||
"timestamp": "2026-05-04T01:41:12.599685Z",
|
||||
"current_node": "test_rust",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"toolchain",
|
||||
"compile_rust",
|
||||
"compile_typescript",
|
||||
"lint_rust",
|
||||
"test_rust"
|
||||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"internal.retry_count.compile_typescript": 0,
|
||||
"current_node": "test_rust",
|
||||
"thread.compile_rust.current_node": "compile_typescript",
|
||||
"graph.goal": "Verify the sandbox can lint and test the project",
|
||||
"thread.start.current_node": "toolchain",
|
||||
"internal.node_visit_count": 1,
|
||||
"graph.rankdir": "LR",
|
||||
"graph.retry_target": "exit",
|
||||
"internal.fidelity": "compact",
|
||||
"internal.retry_count.lint_rust": 0,
|
||||
"thread.compile_typescript.current_node": "lint_rust",
|
||||
"thread.toolchain.current_node": "compile_rust",
|
||||
"internal.retry_count.start": 0,
|
||||
"failure_class": "",
|
||||
"internal.retry_count.compile_rust": 0,
|
||||
"internal.run_id": "01KQR9Y301PN1BJ0R3JC4FY6GX",
|
||||
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
||||
"command.output": "blob://sha256/044a819c9b803fdcce81a2e4ba70e11da96f24bc779b81b0d1be334ab8f7e1ff",
|
||||
"failure_signature": "",
|
||||
"outcome": "succeeded",
|
||||
"thread.lint_rust.current_node": "test_rust",
|
||||
"internal.retry_count.toolchain": 0,
|
||||
"internal.thread_id": "lint_rust",
|
||||
"internal.work_dir": "/home/daytona/workspace",
|
||||
"internal.retry_count.test_rust": 0
|
||||
},
|
||||
"node_outcomes": {
|
||||
"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
|
||||
},
|
||||
"start": {
|
||||
"status": "succeeded",
|
||||
"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
|
||||
},
|
||||
"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
|
||||
},
|
||||
"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
|
||||
},
|
||||
"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
|
||||
}
|
||||
},
|
||||
"next_node_id": "test_typescript",
|
||||
"git_commit_sha": "7bfe8719ebef156a570eaba1742cd7ed6f61be2c",
|
||||
"node_visits": {
|
||||
"lint_rust": 1,
|
||||
"start": 1,
|
||||
"test_rust": 1,
|
||||
"toolchain": 1,
|
||||
"compile_rust": 1,
|
||||
"compile_typescript": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"conclusion": null,
|
||||
|
|
@ -899,11 +1016,33 @@
|
|||
"live_streaming": true,
|
||||
"termination": "exited"
|
||||
},
|
||||
"test_typescript@1": {
|
||||
"first_event_seq": 69,
|
||||
"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
|
||||
},
|
||||
"test_rust@1": {
|
||||
"first_event_seq": 59,
|
||||
"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-04T01:41:08.552395Z"
|
||||
},
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": {
|
||||
|
|
@ -911,10 +1050,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/044a819c9b803fdcce81a2e4ba70e11da96f24bc779b81b0d1be334ab8f7e1ff",
|
||||
"stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
||||
"exit_code": 0,
|
||||
"duration_ms": 121123,
|
||||
"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"
|
||||
},
|
||||
"lint_rust@1": {
|
||||
"first_event_seq": 49,
|
||||
|
|
|
|||
11
stages/006-test_rust@1/script_timing.json
Normal file
11
stages/006-test_rust@1/script_timing.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"stdout": "blob://sha256/044a819c9b803fdcce81a2e4ba70e11da96f24bc779b81b0d1be334ab8f7e1ff",
|
||||
"stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
||||
"exit_code": 0,
|
||||
"duration_ms": 121123,
|
||||
"termination": "exited",
|
||||
"stdout_bytes": 287,
|
||||
"stderr_bytes": 0,
|
||||
"streams_separated": true,
|
||||
"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-04T01:41:08.552395Z"
|
||||
}
|
||||
1
stages/006-test_rust@1/stderr.log
Normal file
1
stages/006-test_rust@1/stderr.log
Normal file
|
|
@ -0,0 +1 @@
|
|||
blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126
|
||||
1
stages/006-test_rust@1/stdout.log
Normal file
1
stages/006-test_rust@1/stdout.log
Normal file
|
|
@ -0,0 +1 @@
|
|||
blob://sha256/044a819c9b803fdcce81a2e4ba70e11da96f24bc779b81b0d1be334ab8f7e1ff
|
||||
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": "cd apps/fabro-web && bun test 2>&1",
|
||||
"language": "shell"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue