mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-05 08:10:39 +00:00
parent
f1b36669c4
commit
3cf4eb653c
5 changed files with 198 additions and 18 deletions
196
run.json
196
run.json
|
|
@ -327,7 +327,7 @@
|
|||
"kind": "running"
|
||||
},
|
||||
"status_updated_at": "2026-05-12T01:36:11.084179Z",
|
||||
"last_event_at": "2026-05-12T01:41:09.217203Z",
|
||||
"last_event_at": "2026-05-12T01:43:33.460360Z",
|
||||
"pending_control": null,
|
||||
"checkpoints": [
|
||||
{
|
||||
|
|
@ -668,9 +668,9 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"seq": 0,
|
||||
"seq": 68,
|
||||
"checkpoint": {
|
||||
"timestamp": "2026-05-12T01:43:29.662273Z",
|
||||
"timestamp": "2026-05-12T01:43:33.454846Z",
|
||||
"current_node": "test_rust",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
|
|
@ -681,12 +681,118 @@
|
|||
"test_rust"
|
||||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"internal.retry_count.lint_rust": 0,
|
||||
"internal.retry_count.toolchain": 0,
|
||||
"internal.run_id": "01KRCX1KQFQ1NZVNHXQ4TYAQQ4",
|
||||
"thread.lint_rust.current_node": "test_rust",
|
||||
"internal.thread_id": "lint_rust",
|
||||
"internal.retry_count.compile_typescript": 0,
|
||||
"failure_class": "",
|
||||
"graph.goal": "Verify the sandbox can lint and test the project",
|
||||
"graph.rankdir": "LR",
|
||||
"internal.node_visit_count": 1,
|
||||
"thread.compile_typescript.current_node": "lint_rust",
|
||||
"thread.start.current_node": "toolchain",
|
||||
"internal.retry_count.start": 0,
|
||||
"command.output": "blob://sha256/f8752f8426ad778e95f5f456afbb7361ed54f728b5f2c6ef5ef9ce8fb79efac8",
|
||||
"thread.toolchain.current_node": "compile_rust",
|
||||
"internal.retry_count.test_rust": 0,
|
||||
"thread.compile_rust.current_node": "compile_typescript",
|
||||
"failure_signature": "",
|
||||
"internal.fidelity": "compact",
|
||||
"graph.retry_target": "exit",
|
||||
"internal.work_dir": "/home/daytona/workspace",
|
||||
"outcome": "succeeded",
|
||||
"current_node": "test_rust",
|
||||
"internal.retry_count.compile_rust": 0
|
||||
},
|
||||
"node_outcomes": {
|
||||
"toolchain": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"command.output": "blob://sha256/0f445145c30db4edc762837f8ad7fdbcfcf07d57265b2bc38b6b276be718c75a"
|
||||
},
|
||||
"notes": "Script completed: rustc --version && cargo --version && bun --version 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
|
||||
},
|
||||
"compile_typescript": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"command.output": "blob://sha256/1600af3fc69eb92efbfccf8096aa0c00cccc5fec11ae6a38f93cb03e0c02ac58"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"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": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"command.output": "blob://sha256/f8752f8426ad778e95f5f456afbb7361ed54f728b5f2c6ef5ef9ce8fb79efac8"
|
||||
},
|
||||
"notes": "Script completed: ulimit -n 4096 && cargo nextest run --cargo-quiet --workspace --status-level fail 2>&1",
|
||||
"usage": null
|
||||
},
|
||||
"start": {
|
||||
"status": "succeeded",
|
||||
"usage": null
|
||||
}
|
||||
},
|
||||
"next_node_id": "test_typescript",
|
||||
"git_commit_sha": "ad7e5f248a0e88c06b4b8ca73d67386b1794d350",
|
||||
"node_visits": {
|
||||
"test_rust": 1,
|
||||
"toolchain": 1,
|
||||
"start": 1,
|
||||
"compile_typescript": 1,
|
||||
"lint_rust": 1,
|
||||
"compile_rust": 1
|
||||
}
|
||||
},
|
||||
"diff": {
|
||||
"summary": {
|
||||
"files_changed": 0,
|
||||
"additions": 0,
|
||||
"deletions": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"seq": 0,
|
||||
"checkpoint": {
|
||||
"timestamp": "2026-05-12T01:43:39.208397Z",
|
||||
"current_node": "test_typescript",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"toolchain",
|
||||
"compile_rust",
|
||||
"compile_typescript",
|
||||
"lint_rust",
|
||||
"test_rust",
|
||||
"test_typescript"
|
||||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"internal.node_visit_count": 1,
|
||||
"thread.toolchain.current_node": "compile_rust",
|
||||
"failure_signature": "",
|
||||
"thread.start.current_node": "toolchain",
|
||||
"internal.thread_id": "lint_rust",
|
||||
"internal.thread_id": "test_rust",
|
||||
"failure_class": "",
|
||||
"thread.compile_rust.current_node": "compile_typescript",
|
||||
"internal.work_dir": "/home/daytona/workspace",
|
||||
|
|
@ -694,14 +800,16 @@
|
|||
"internal.retry_count.lint_rust": 0,
|
||||
"thread.lint_rust.current_node": "test_rust",
|
||||
"internal.retry_count.start": 0,
|
||||
"current_node": "test_rust",
|
||||
"current_node": "test_typescript",
|
||||
"graph.goal": "Verify the sandbox can lint and test the project",
|
||||
"command.output": "blob://sha256/f8752f8426ad778e95f5f456afbb7361ed54f728b5f2c6ef5ef9ce8fb79efac8",
|
||||
"command.output": "blob://sha256/5a4f9139bdccb00ae73b0beefa28fd6e5987efe28b88858bd2d4a56ab22a9951",
|
||||
"internal.retry_count.toolchain": 0,
|
||||
"thread.compile_typescript.current_node": "lint_rust",
|
||||
"internal.retry_count.compile_typescript": 0,
|
||||
"internal.run_id": "01KRCX1KQFQ1NZVNHXQ4TYAQQ4",
|
||||
"internal.retry_count.test_rust": 0,
|
||||
"thread.test_rust.current_node": "test_typescript",
|
||||
"internal.retry_count.test_typescript": 0,
|
||||
"graph.retry_target": "exit",
|
||||
"outcome": "succeeded",
|
||||
"internal.retry_count.compile_rust": 0,
|
||||
|
|
@ -716,6 +824,22 @@
|
|||
"notes": "Script completed: rustc --version && cargo --version && bun --version 2>&1",
|
||||
"usage": null
|
||||
},
|
||||
"test_typescript": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"command.output": "blob://sha256/5a4f9139bdccb00ae73b0beefa28fd6e5987efe28b88858bd2d4a56ab22a9951"
|
||||
},
|
||||
"notes": "Script completed: cd apps/fabro-web && bun test 2>&1",
|
||||
"usage": null
|
||||
},
|
||||
"compile_typescript": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"command.output": "blob://sha256/1600af3fc69eb92efbfccf8096aa0c00cccc5fec11ae6a38f93cb03e0c02ac58"
|
||||
},
|
||||
"notes": "Script completed: cd apps/fabro-web && bun install && bun run typecheck 2>&1",
|
||||
"usage": null
|
||||
},
|
||||
"lint_rust": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
|
|
@ -736,14 +860,6 @@
|
|||
"notes": "Script completed: cargo check -q --workspace 2>&1",
|
||||
"usage": null
|
||||
},
|
||||
"compile_typescript": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"command.output": "blob://sha256/1600af3fc69eb92efbfccf8096aa0c00cccc5fec11ae6a38f93cb03e0c02ac58"
|
||||
},
|
||||
"notes": "Script completed: cd apps/fabro-web && bun install && bun run typecheck 2>&1",
|
||||
"usage": null
|
||||
},
|
||||
"test_rust": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
|
|
@ -753,9 +869,10 @@
|
|||
"usage": null
|
||||
}
|
||||
},
|
||||
"next_node_id": "test_typescript",
|
||||
"next_node_id": "exit",
|
||||
"node_visits": {
|
||||
"start": 1,
|
||||
"test_typescript": 1,
|
||||
"compile_rust": 1,
|
||||
"toolchain": 1,
|
||||
"compile_typescript": 1,
|
||||
|
|
@ -826,6 +943,33 @@
|
|||
},
|
||||
"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-12T01:43:33.459908Z",
|
||||
"handler": "command",
|
||||
"usage": {
|
||||
"input_tokens": 0,
|
||||
"output_tokens": 0,
|
||||
"total_tokens": 0,
|
||||
"reasoning_tokens": 0,
|
||||
"cache_read_tokens": 0,
|
||||
"cache_write_tokens": 0
|
||||
},
|
||||
"state": "running"
|
||||
},
|
||||
"toolchain@1": {
|
||||
"first_event_seq": 21,
|
||||
"prompt": null,
|
||||
|
|
@ -988,7 +1132,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-12T01:43:29.660492Z"
|
||||
},
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": {
|
||||
|
|
@ -996,11 +1145,22 @@
|
|||
"command": "exec 2>&1\nulimit -n 4096 && cargo nextest run --cargo-quiet --workspace --status-level fail 2>&1",
|
||||
"language": "shell"
|
||||
},
|
||||
"script_timing": null,
|
||||
"script_timing": {
|
||||
"output": "blob://sha256/f8752f8426ad778e95f5f456afbb7361ed54f728b5f2c6ef5ef9ce8fb79efac8",
|
||||
"exit_code": 0,
|
||||
"duration_ms": 140426,
|
||||
"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-12T01:41:09.217006Z",
|
||||
"handler": "command",
|
||||
"duration_ms": 140442,
|
||||
"usage": {
|
||||
"input_tokens": 0,
|
||||
"output_tokens": 0,
|
||||
|
|
@ -1009,7 +1169,7 @@
|
|||
"cache_read_tokens": 0,
|
||||
"cache_write_tokens": 0
|
||||
},
|
||||
"state": "running"
|
||||
"state": "succeeded"
|
||||
}
|
||||
}
|
||||
}
|
||||
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/f8752f8426ad778e95f5f456afbb7361ed54f728b5f2c6ef5ef9ce8fb79efac8
|
||||
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/f8752f8426ad778e95f5f456afbb7361ed54f728b5f2c6ef5ef9ce8fb79efac8",
|
||||
"exit_code": 0,
|
||||
"duration_ms": 140426,
|
||||
"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-12T01:43:29.660492Z"
|
||||
}
|
||||
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