mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-14 23:22:51 +00:00
parent
3d71a7861a
commit
943f2fb31e
5 changed files with 226 additions and 32 deletions
238
run.json
238
run.json
|
|
@ -345,7 +345,7 @@
|
|||
"kind": "running"
|
||||
},
|
||||
"status_updated_at": "2026-05-23T09:38:39.784580Z",
|
||||
"last_event_at": "2026-05-23T09:43:33.826914Z",
|
||||
"last_event_at": "2026-05-23T09:46:23.471052Z",
|
||||
"pending_control": null,
|
||||
"checkpoints": [
|
||||
{
|
||||
|
|
@ -692,9 +692,9 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"seq": 0,
|
||||
"seq": 68,
|
||||
"checkpoint": {
|
||||
"timestamp": "2026-05-23T09:46:17.910191Z",
|
||||
"timestamp": "2026-05-23T09:46:23.468757Z",
|
||||
"current_node": "test_rust",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
|
|
@ -706,32 +706,64 @@
|
|||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"outcome": "succeeded",
|
||||
"failure_class": "",
|
||||
"internal.retry_count.toolchain": 0,
|
||||
"internal.work_dir": "/home/daytona/workspace/fabro",
|
||||
"graph.rankdir": "LR",
|
||||
"internal.run_id": "01KSA36AH4GPG3D8P1EP0HBG7X",
|
||||
"internal.thread_id": "lint_rust",
|
||||
"internal.retry_count.start": 0,
|
||||
"thread.compile_rust.current_node": "compile_typescript",
|
||||
"failure_signature": "",
|
||||
"command.output": "blob://sha256/23a3bfe69f9c02001e068f5726e2daee140e48b53855b486b14c2c655c1e53ad",
|
||||
"thread.toolchain.current_node": "compile_rust",
|
||||
"graph.retry_target": "exit",
|
||||
"internal.node_visit_count": 1,
|
||||
"graph.goal": "Verify the sandbox can lint and test the project",
|
||||
"internal.retry_count.compile_rust": 0,
|
||||
"internal.retry_count.lint_rust": 0,
|
||||
"internal.fidelity": "compact",
|
||||
"thread.start.current_node": "toolchain",
|
||||
"thread.lint_rust.current_node": "test_rust",
|
||||
"internal.retry_count.test_rust": 0,
|
||||
"internal.thread_id": "lint_rust",
|
||||
"internal.work_dir": "/home/daytona/workspace/fabro",
|
||||
"failure_class": "",
|
||||
"internal.retry_count.lint_rust": 0,
|
||||
"current_node": "test_rust",
|
||||
"thread.compile_rust.current_node": "compile_typescript",
|
||||
"graph.retry_target": "exit",
|
||||
"internal.retry_count.toolchain": 0,
|
||||
"graph.goal": "Verify the sandbox can lint and test the project",
|
||||
"internal.node_visit_count": 1,
|
||||
"internal.run_id": "01KSA36AH4GPG3D8P1EP0HBG7X",
|
||||
"thread.lint_rust.current_node": "test_rust",
|
||||
"thread.compile_typescript.current_node": "lint_rust",
|
||||
"thread.start.current_node": "toolchain",
|
||||
"graph.rankdir": "LR",
|
||||
"failure_signature": "",
|
||||
"internal.retry_count.test_rust": 0,
|
||||
"thread.toolchain.current_node": "compile_rust",
|
||||
"command.output": "blob://sha256/23a3bfe69f9c02001e068f5726e2daee140e48b53855b486b14c2c655c1e53ad",
|
||||
"outcome": "succeeded",
|
||||
"internal.retry_count.compile_typescript": 0,
|
||||
"thread.compile_typescript.current_node": "lint_rust"
|
||||
"internal.retry_count.start": 0,
|
||||
"internal.retry_count.compile_rust": 0
|
||||
},
|
||||
"node_outcomes": {
|
||||
"test_rust": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"command.output": "blob://sha256/23a3bfe69f9c02001e068f5726e2daee140e48b53855b486b14c2c655c1e53ad"
|
||||
},
|
||||
"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.output": "blob://sha256/b8ca0e4caeb04bc5b1536d59d663fbaf5f6689fccabefcb4ddeb0727a377bb53"
|
||||
},
|
||||
"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/ae1ec94de56280a33f605aa6013462a29038cb9c3161b2d19852c8340af71382"
|
||||
},
|
||||
"notes": "Script completed: cd apps/fabro-web && bun install && bun run typecheck 2>&1",
|
||||
"usage": null
|
||||
},
|
||||
"lint_rust": {
|
||||
"status": "failed",
|
||||
"context_updates": {
|
||||
|
|
@ -746,6 +778,84 @@
|
|||
"start": {
|
||||
"status": "succeeded",
|
||||
"usage": null
|
||||
}
|
||||
},
|
||||
"next_node_id": "test_typescript",
|
||||
"git_commit_sha": "e6d9edb2f480315706d8746a8cd35aa1f096ca4f",
|
||||
"loop_failure_signatures": {
|
||||
"lint_rust|deterministic|script failed with exit code: <n> ## output error: adding items after statements is confusing,since items exist from the start of the scope --> lib/crates/fabro-sandbox/src/docker.rs:<n>:<n> | <n> | use std::io::read as _; | ^^^^^^^^^^^^^^^": 1
|
||||
},
|
||||
"node_visits": {
|
||||
"lint_rust": 1,
|
||||
"compile_rust": 1,
|
||||
"start": 1,
|
||||
"toolchain": 1,
|
||||
"test_rust": 1,
|
||||
"compile_typescript": 1
|
||||
}
|
||||
},
|
||||
"diff": {
|
||||
"summary": {
|
||||
"files_changed": 0,
|
||||
"additions": 0,
|
||||
"deletions": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"seq": 0,
|
||||
"checkpoint": {
|
||||
"timestamp": "2026-05-23T09:46:32.761312Z",
|
||||
"current_node": "test_typescript",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"toolchain",
|
||||
"compile_rust",
|
||||
"compile_typescript",
|
||||
"lint_rust",
|
||||
"test_rust",
|
||||
"test_typescript"
|
||||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"outcome": "failed",
|
||||
"failure_class": "canceled",
|
||||
"internal.retry_count.toolchain": 0,
|
||||
"internal.work_dir": "/home/daytona/workspace/fabro",
|
||||
"graph.rankdir": "LR",
|
||||
"internal.run_id": "01KSA36AH4GPG3D8P1EP0HBG7X",
|
||||
"internal.thread_id": "test_rust",
|
||||
"internal.retry_count.start": 0,
|
||||
"thread.compile_rust.current_node": "compile_typescript",
|
||||
"failure_signature": "test_typescript|canceled|script failed with exit code: <n> ## output act.dev/warnings/react-test-renderer (pass) filesystempanel render > renders an empty text file without mounting pierre file [<n>.76ms] react-test-renderer is deprecated. see https://react.dev/war",
|
||||
"command.output": "blob://sha256/ecbe3e17d3ea72d24a19d27f2fbc62e7d069259cdc8ce30c60657fbe5f6b66db",
|
||||
"thread.toolchain.current_node": "compile_rust",
|
||||
"graph.retry_target": "exit",
|
||||
"internal.node_visit_count": 1,
|
||||
"graph.goal": "Verify the sandbox can lint and test the project",
|
||||
"internal.retry_count.compile_rust": 0,
|
||||
"internal.retry_count.lint_rust": 0,
|
||||
"internal.fidelity": "compact",
|
||||
"thread.start.current_node": "toolchain",
|
||||
"thread.lint_rust.current_node": "test_rust",
|
||||
"internal.retry_count.test_rust": 0,
|
||||
"current_node": "test_typescript",
|
||||
"internal.retry_count.compile_typescript": 0,
|
||||
"thread.compile_typescript.current_node": "lint_rust",
|
||||
"thread.test_rust.current_node": "test_typescript",
|
||||
"internal.retry_count.test_typescript": 0
|
||||
},
|
||||
"node_outcomes": {
|
||||
"lint_rust": {
|
||||
"status": "failed",
|
||||
"context_updates": {
|
||||
"command.output": "blob://sha256/cfb3bdc41caef302fd122fc89d93befcfaec06062e8f3fda32985c19663988da"
|
||||
},
|
||||
"failure": {
|
||||
"message": "Script failed with exit code: 101\n\n## output\nerror: adding items after statements is confusing, since items exist from the start of the scope\n --> lib/crates/fabro-sandbox/src/docker.rs:232:9\n |\n232 | use std::io::Read as _;\n | ^^^^^^^^^^^^^^^^^^^^^^^\n |\n = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#items_after_statements\n = note: `-D clippy::items-after-statements` implied by `-D warnings`\n = help: to override `-D warnings` add `#[allow(clippy::items_after_statements)]`\n\nerror: could not compile `fabro-sandbox` (lib) due to 1 previous error\nerror: could not compile `fabro-sandbox` (lib test) due to 1 previous error\n",
|
||||
"category": "deterministic"
|
||||
},
|
||||
"usage": null
|
||||
},
|
||||
"compile_rust": {
|
||||
"status": "succeeded",
|
||||
|
|
@ -755,6 +865,18 @@
|
|||
"notes": "Script completed: cargo check -q --workspace 2>&1",
|
||||
"usage": null
|
||||
},
|
||||
"compile_typescript": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"command.output": "blob://sha256/ae1ec94de56280a33f605aa6013462a29038cb9c3161b2d19852c8340af71382"
|
||||
},
|
||||
"notes": "Script completed: cd apps/fabro-web && bun install && bun run typecheck 2>&1",
|
||||
"usage": null
|
||||
},
|
||||
"start": {
|
||||
"status": "succeeded",
|
||||
"usage": null
|
||||
},
|
||||
"test_rust": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
|
|
@ -771,17 +893,21 @@
|
|||
"notes": "Script completed: rustc --version && cargo --version && bun --version 2>&1",
|
||||
"usage": null
|
||||
},
|
||||
"compile_typescript": {
|
||||
"status": "succeeded",
|
||||
"test_typescript": {
|
||||
"status": "failed",
|
||||
"context_updates": {
|
||||
"command.output": "blob://sha256/ae1ec94de56280a33f605aa6013462a29038cb9c3161b2d19852c8340af71382"
|
||||
"command.output": "blob://sha256/ecbe3e17d3ea72d24a19d27f2fbc62e7d069259cdc8ce30c60657fbe5f6b66db"
|
||||
},
|
||||
"failure": {
|
||||
"message": "Script failed with exit code: 1\n\n## output\nact.dev/warnings/react-test-renderer\n(pass) FilesystemPanel render > renders an empty text file without mounting Pierre File [0.76ms]\nreact-test-renderer is deprecated. See https://react.dev/warnings/react-test-renderer\n(pass) FilesystemPanel render > renders binary fallback when file contents contain a null byte [0.63ms]\nreact-test-renderer is deprecated. See https://react.dev/warnings/react-test-renderer\n(pass) FilesystemPanel render > renders too-large fallback when declared size exceeds the limit [0.65ms]\n\napp/routes/run-sandbox/services-panel.test.tsx:\nreact-test-renderer is deprecated. See https://react.dev/warnings/react-test-renderer\n(pass) ServicesPanelView > shows loading state while fetching with no data [0.73ms]\nreact-test-renderer is deprecated. See https://react.dev/warnings/react-test-renderer\n(pass) ServicesPanelView > shows empty state when the services list is empty [0.26ms]\nreact-test-renderer is deprecated. See https://react.dev/warnings/react-test-renderer\n(pass) ServicesPanelView > shows an iproute2 tip when services were discovered from procfs [0.67ms]\nreact-test-renderer is deprecated. See https://react.dev/warnings/react-test-renderer\n(pass) ServicesPanelView > shows API error state with the error message [0.24ms]\nreact-test-renderer is deprecated. See https://react.dev/warnings/react-test-renderer\n(pass) ServicesPanelView > renders a non-previewable service without a Preview button [0.29ms]\nreact-test-renderer is deprecated. See https://react.dev/warnings/react-test-renderer\n(pass) ServicesPanelView > renders a Preview button for a previewable service and triggers with signed args [14.75ms]\nreact-test-renderer is deprecated. See https://react.dev/warnings/react-test-renderer\n(pass) ServicesPanelView > clicking Preview opens the returned URL in a new tab [0.78ms]\n\napp/routes/run-sandbox/vnc-panel.test.tsx:\n(pass) vncSupported > only daytona is supported [0.09ms]\n(pass) describeVncError > treats 501 as non-recoverable unsupported [0.08ms]\n(pass) describeVncError > treats 409 as recoverable startup failure [0.03ms]\n(pass) describeVncError > treats 404 as non-recoverable [0.03ms]\n(pass) describeVncError > falls back to a generic recoverable error for unknown shapes [0.03ms]\nreact-test-renderer is deprecated. See https://react.dev/warnings/react-test-renderer\n(pass) VncPanel render > disables the query and shows unsupported state for non-Daytona providers [0.72ms]\nreact-test-renderer is deprecated. See https://react.dev/warnings/react-test-renderer\n(pass) VncPanel render > enables the query and shows loading state on Daytona while fetching [0.31ms]\nreact-test-renderer is deprecated. See https://react.dev/warnings/react-test-renderer\n(pass) VncPanel render > renders an iframe with the signed URL on success [0.29ms]\nreact-test-renderer is deprecated. See https://react.dev/warnings/react-test-renderer\n(pass) VncPanel render > renders an actionable error state for 409 startup failures [0.31ms]\nreact-test-renderer is deprecated. See https://react.dev/warnings/react-test-renderer\n(pass) VncPanel render > reconnect button refetches the signed URL [0.28ms]\n\n9 tests failed:\n(fail) run lifecycle actions > cancelRun parses a 200 response [0.23ms]\n(fail) run lifecycle actions > archiveRun parses a 200 response [0.09ms]\n(fail) run lifecycle actions > unarchiveRun parses a 200 response [0.08ms]\n(fail) run lifecycle actions > 404 and 409 preserve the parsed error envelope [0.33ms]\n(fail) run lifecycle actions > non-JSON error bodies fall back to an empty error list [0.15ms]\n(fail) run lifecycle actions > mapError returns user-facing copy for lifecycle conflicts [0.12ms]\n(fail) RunDetail full-height child routes > uses a full-height flex wrapper for fullHeight child routes [13.87ms]\n(fail) RunDetail full-height child routes > keeps blocked full-height children clear of the interview dock without an h-72 sibling [4.87ms]\n(fail) RunDetail full-height child routes > preserves document-flow layout for child routes without fullHeight [3.38ms]\n\n 422 pass\n 9 fail\n 1020 expect() calls\nRan 431 tests across 55 files. [6.96s]\n",
|
||||
"category": "canceled"
|
||||
},
|
||||
"notes": "Script completed: cd apps/fabro-web && bun install && bun run typecheck 2>&1",
|
||||
"usage": null
|
||||
}
|
||||
},
|
||||
"next_node_id": "test_typescript",
|
||||
"next_node_id": "exit",
|
||||
"node_visits": {
|
||||
"test_typescript": 1,
|
||||
"compile_rust": 1,
|
||||
"toolchain": 1,
|
||||
"compile_typescript": 1,
|
||||
|
|
@ -866,7 +992,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-23T09:46:17.909560Z"
|
||||
},
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": {
|
||||
|
|
@ -874,11 +1005,27 @@
|
|||
"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/23a3bfe69f9c02001e068f5726e2daee140e48b53855b486b14c2c655c1e53ad",
|
||||
"exit_code": 0,
|
||||
"duration_ms": 164076,
|
||||
"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-23T09:43:33.826457Z",
|
||||
"handler": "command",
|
||||
"timing": {
|
||||
"wall_time_ms": 164082,
|
||||
"inference_time_ms": 0,
|
||||
"tool_time_ms": 0,
|
||||
"active_time_ms": 0
|
||||
},
|
||||
"usage": {
|
||||
"input_tokens": 0,
|
||||
"output_tokens": 0,
|
||||
|
|
@ -887,7 +1034,7 @@
|
|||
"cache_read_tokens": 0,
|
||||
"cache_write_tokens": 0
|
||||
},
|
||||
"state": "running"
|
||||
"state": "succeeded"
|
||||
},
|
||||
"compile_rust@1": {
|
||||
"first_event_seq": 30,
|
||||
|
|
@ -1066,6 +1213,33 @@
|
|||
"cache_write_tokens": 0
|
||||
},
|
||||
"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-23T09:46:23.470788Z",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
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/23a3bfe69f9c02001e068f5726e2daee140e48b53855b486b14c2c655c1e53ad
|
||||
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/23a3bfe69f9c02001e068f5726e2daee140e48b53855b486b14c2c655c1e53ad",
|
||||
"exit_code": 0,
|
||||
"duration_ms": 164076,
|
||||
"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-23T09:46:17.909560Z"
|
||||
}
|
||||
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