mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-05 08:10:39 +00:00
parent
53b90bdc8d
commit
2fbcc0043e
5 changed files with 144 additions and 40 deletions
164
run.json
164
run.json
|
|
@ -327,7 +327,7 @@
|
|||
"kind": "running"
|
||||
},
|
||||
"status_updated_at": "2026-05-12T01:53:09.961265Z",
|
||||
"last_event_at": "2026-05-12T01:57:28.188305Z",
|
||||
"last_event_at": "2026-05-12T01:57:45.074019Z",
|
||||
"pending_control": null,
|
||||
"checkpoints": [
|
||||
{
|
||||
|
|
@ -494,9 +494,9 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"seq": 0,
|
||||
"seq": 47,
|
||||
"checkpoint": {
|
||||
"timestamp": "2026-05-12T01:57:40.983144Z",
|
||||
"timestamp": "2026-05-12T01:57:45.071524Z",
|
||||
"current_node": "compile_typescript",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
|
|
@ -506,40 +506,28 @@
|
|||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"command.output": "blob://sha256/412a11b89ffd92939176fc82b1c9f559018efa17466b14911bd87f25c22f6237",
|
||||
"failure_signature": "",
|
||||
"internal.node_visit_count": 1,
|
||||
"outcome": "succeeded",
|
||||
"failure_class": "",
|
||||
"thread.start.current_node": "toolchain",
|
||||
"internal.fidelity": "compact",
|
||||
"current_node": "compile_typescript",
|
||||
"internal.thread_id": "compile_rust",
|
||||
"graph.retry_target": "exit",
|
||||
"internal.retry_count.toolchain": 0,
|
||||
"internal.work_dir": "/home/daytona/workspace",
|
||||
"thread.toolchain.current_node": "compile_rust",
|
||||
"internal.retry_count.compile_rust": 0,
|
||||
"thread.compile_rust.current_node": "compile_typescript",
|
||||
"internal.retry_count.compile_typescript": 0,
|
||||
"internal.run_id": "01KRCY65A9BZ1AJA8Q85ZKY4GM",
|
||||
"internal.thread_id": "compile_rust",
|
||||
"thread.start.current_node": "toolchain",
|
||||
"internal.retry_count.start": 0,
|
||||
"internal.work_dir": "/home/daytona/workspace",
|
||||
"failure_signature": "",
|
||||
"internal.retry_count.compile_typescript": 0,
|
||||
"command.output": "blob://sha256/412a11b89ffd92939176fc82b1c9f559018efa17466b14911bd87f25c22f6237",
|
||||
"thread.compile_rust.current_node": "compile_typescript",
|
||||
"internal.node_visit_count": 1,
|
||||
"graph.retry_target": "exit",
|
||||
"internal.run_id": "01KRCY65A9BZ1AJA8Q85ZKY4GM",
|
||||
"internal.fidelity": "compact",
|
||||
"internal.retry_count.compile_rust": 0,
|
||||
"internal.retry_count.toolchain": 0,
|
||||
"outcome": "succeeded",
|
||||
"current_node": "compile_typescript",
|
||||
"graph.goal": "Verify the sandbox can lint and test the project",
|
||||
"graph.rankdir": "LR",
|
||||
"graph.goal": "Verify the sandbox can lint and test the project"
|
||||
"failure_class": ""
|
||||
},
|
||||
"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
|
||||
},
|
||||
"start": {
|
||||
"status": "succeeded",
|
||||
"usage": null
|
||||
},
|
||||
"compile_rust": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
|
|
@ -555,20 +543,73 @@
|
|||
},
|
||||
"notes": "Script completed: cd apps/fabro-web && bun install && bun run typecheck 2>&1",
|
||||
"usage": null
|
||||
},
|
||||
"toolchain": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"command.output": "blob://sha256/0f445145c30db4edc762837f8ad7fdbcfcf07d57265b2bc38b6b276be718c75a"
|
||||
},
|
||||
"notes": "Script completed: rustc --version && cargo --version && bun --version 2>&1",
|
||||
"usage": null
|
||||
},
|
||||
"start": {
|
||||
"status": "succeeded",
|
||||
"usage": null
|
||||
}
|
||||
},
|
||||
"next_node_id": "lint_rust",
|
||||
"git_commit_sha": "64bec787d183c6c201edc8efda63b21d531da484",
|
||||
"node_visits": {
|
||||
"start": 1,
|
||||
"compile_typescript": 1,
|
||||
"compile_rust": 1,
|
||||
"toolchain": 1
|
||||
"start": 1,
|
||||
"toolchain": 1,
|
||||
"compile_rust": 1
|
||||
}
|
||||
},
|
||||
"diff": {}
|
||||
"diff": {
|
||||
"summary": {
|
||||
"files_changed": 0,
|
||||
"additions": 0,
|
||||
"deletions": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"conclusion": null,
|
||||
"conclusion": {
|
||||
"timestamp": "2026-05-12T01:57:57.296858Z",
|
||||
"status": "failed",
|
||||
"duration_ms": 286928,
|
||||
"failure_reason": "Engine error: Engine error: text blob read failed",
|
||||
"final_git_commit_sha": "64bec787d183c6c201edc8efda63b21d531da484",
|
||||
"stages": [
|
||||
{
|
||||
"stage_id": "start",
|
||||
"stage_label": "start",
|
||||
"duration_ms": 0,
|
||||
"retries": 0
|
||||
},
|
||||
{
|
||||
"stage_id": "toolchain",
|
||||
"stage_label": "toolchain",
|
||||
"duration_ms": 1331,
|
||||
"retries": 0
|
||||
},
|
||||
{
|
||||
"stage_id": "compile_rust",
|
||||
"stage_label": "compile_rust",
|
||||
"duration_ms": 246850,
|
||||
"retries": 0
|
||||
},
|
||||
{
|
||||
"stage_id": "compile_typescript",
|
||||
"stage_label": "compile_typescript",
|
||||
"duration_ms": 12794,
|
||||
"retries": 0
|
||||
}
|
||||
],
|
||||
"total_retries": 0,
|
||||
"diff": {}
|
||||
},
|
||||
"sandbox": {
|
||||
"provider": "daytona",
|
||||
"image": "buildpack-deps:noble",
|
||||
|
|
@ -632,7 +673,12 @@
|
|||
"first_event_seq": 40,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": null,
|
||||
"completion": {
|
||||
"outcome": "succeeded",
|
||||
"notes": "Script completed: cd apps/fabro-web && bun install && bun run typecheck 2>&1",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-12T01:57:40.982452Z"
|
||||
},
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": {
|
||||
|
|
@ -640,11 +686,22 @@
|
|||
"command": "exec 2>&1\ncd apps/fabro-web && bun install && bun run typecheck 2>&1",
|
||||
"language": "shell"
|
||||
},
|
||||
"script_timing": null,
|
||||
"script_timing": {
|
||||
"output": "blob://sha256/412a11b89ffd92939176fc82b1c9f559018efa17466b14911bd87f25c22f6237",
|
||||
"exit_code": 0,
|
||||
"duration_ms": 12789,
|
||||
"termination": "exited",
|
||||
"output_bytes": 638,
|
||||
"live_streaming": true
|
||||
},
|
||||
"parallel_results": null,
|
||||
"output": null,
|
||||
"output_bytes": 638,
|
||||
"live_streaming": true,
|
||||
"termination": "exited",
|
||||
"started_at": "2026-05-12T01:57:28.187908Z",
|
||||
"handler": "command",
|
||||
"duration_ms": 12794,
|
||||
"usage": {
|
||||
"input_tokens": 0,
|
||||
"output_tokens": 0,
|
||||
|
|
@ -653,7 +710,7 @@
|
|||
"cache_read_tokens": 0,
|
||||
"cache_write_tokens": 0
|
||||
},
|
||||
"state": "running"
|
||||
"state": "succeeded"
|
||||
},
|
||||
"toolchain@1": {
|
||||
"first_event_seq": 20,
|
||||
|
|
@ -698,6 +755,33 @@
|
|||
},
|
||||
"state": "succeeded"
|
||||
},
|
||||
"lint_rust@1": {
|
||||
"first_event_seq": 50,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": null,
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": {
|
||||
"script": "cargo +nightly-2026-04-14 fmt --check --all 2>&1 && cargo +nightly-2026-04-14 clippy -q --workspace --all-targets -- -D warnings 2>&1",
|
||||
"command": "exec 2>&1\ncargo +nightly-2026-04-14 fmt --check --all 2>&1 && cargo +nightly-2026-04-14 clippy -q --workspace --all-targets -- -D warnings 2>&1",
|
||||
"language": "shell"
|
||||
},
|
||||
"script_timing": null,
|
||||
"parallel_results": null,
|
||||
"output": null,
|
||||
"started_at": "2026-05-12T01:57:45.073640Z",
|
||||
"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"
|
||||
},
|
||||
"start@1": {
|
||||
"first_event_seq": 16,
|
||||
"prompt": null,
|
||||
|
|
|
|||
1
stages/004-compile_typescript@1/output.log
Normal file
1
stages/004-compile_typescript@1/output.log
Normal file
|
|
@ -0,0 +1 @@
|
|||
blob://sha256/412a11b89ffd92939176fc82b1c9f559018efa17466b14911bd87f25c22f6237
|
||||
8
stages/004-compile_typescript@1/script_timing.json
Normal file
8
stages/004-compile_typescript@1/script_timing.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"output": "blob://sha256/412a11b89ffd92939176fc82b1c9f559018efa17466b14911bd87f25c22f6237",
|
||||
"exit_code": 0,
|
||||
"duration_ms": 12789,
|
||||
"termination": "exited",
|
||||
"output_bytes": 638,
|
||||
"live_streaming": true
|
||||
}
|
||||
6
stages/004-compile_typescript@1/status.json
Normal file
6
stages/004-compile_typescript@1/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"outcome": "succeeded",
|
||||
"notes": "Script completed: cd apps/fabro-web && bun install && bun run typecheck 2>&1",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-12T01:57:40.982452Z"
|
||||
}
|
||||
5
stages/005-lint_rust@1/script_invocation.json
Normal file
5
stages/005-lint_rust@1/script_invocation.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"script": "cargo +nightly-2026-04-14 fmt --check --all 2>&1 && cargo +nightly-2026-04-14 clippy -q --workspace --all-targets -- -D warnings 2>&1",
|
||||
"command": "exec 2>&1\ncargo +nightly-2026-04-14 fmt --check --all 2>&1 && cargo +nightly-2026-04-14 clippy -q --workspace --all-targets -- -D warnings 2>&1",
|
||||
"language": "shell"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue