mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-14 23:22:51 +00:00
parent
943f2fb31e
commit
52bc240213
4 changed files with 217 additions and 73 deletions
275
run.json
275
run.json
|
|
@ -345,7 +345,7 @@
|
|||
"kind": "running"
|
||||
},
|
||||
"status_updated_at": "2026-05-23T09:38:39.784580Z",
|
||||
"last_event_at": "2026-05-23T09:46:23.471052Z",
|
||||
"last_event_at": "2026-05-23T09:46:37.653277Z",
|
||||
"pending_control": null,
|
||||
"checkpoints": [
|
||||
{
|
||||
|
|
@ -803,9 +803,9 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"seq": 0,
|
||||
"seq": 78,
|
||||
"checkpoint": {
|
||||
"timestamp": "2026-05-23T09:46:32.761312Z",
|
||||
"timestamp": "2026-05-23T09:46:37.653218Z",
|
||||
"current_node": "test_typescript",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
|
|
@ -818,65 +818,34 @@
|
|||
],
|
||||
"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",
|
||||
"graph.rankdir": "LR",
|
||||
"internal.retry_count.compile_rust": 0,
|
||||
"graph.retry_target": "exit",
|
||||
"internal.work_dir": "/home/daytona/workspace/fabro",
|
||||
"internal.retry_count.test_typescript": 0,
|
||||
"internal.retry_count.lint_rust": 0,
|
||||
"internal.retry_count.toolchain": 0,
|
||||
"internal.thread_id": "test_rust",
|
||||
"thread.test_rust.current_node": "test_typescript",
|
||||
"outcome": "failed",
|
||||
"internal.run_id": "01KSA36AH4GPG3D8P1EP0HBG7X",
|
||||
"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
|
||||
"failure_class": "canceled",
|
||||
"command.output": "blob://sha256/ecbe3e17d3ea72d24a19d27f2fbc62e7d069259cdc8ce30c60657fbe5f6b66db",
|
||||
"graph.goal": "Verify the sandbox can lint and test the project",
|
||||
"internal.node_visit_count": 1,
|
||||
"internal.retry_count.test_rust": 0,
|
||||
"internal.fidelity": "compact",
|
||||
"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",
|
||||
"thread.compile_rust.current_node": "compile_typescript",
|
||||
"thread.start.current_node": "toolchain",
|
||||
"thread.toolchain.current_node": "compile_rust",
|
||||
"current_node": "test_typescript",
|
||||
"internal.retry_count.start": 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",
|
||||
"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
|
||||
},
|
||||
"start": {
|
||||
"status": "succeeded",
|
||||
"usage": null
|
||||
},
|
||||
"test_rust": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
|
|
@ -885,14 +854,6 @@
|
|||
"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
|
||||
},
|
||||
"test_typescript": {
|
||||
"status": "failed",
|
||||
"context_updates": {
|
||||
|
|
@ -903,23 +864,170 @@
|
|||
"category": "canceled"
|
||||
},
|
||||
"usage": null
|
||||
},
|
||||
"compile_rust": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"command.output": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126"
|
||||
},
|
||||
"notes": "Script completed: cargo check -q --workspace 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_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": {
|
||||
"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
|
||||
},
|
||||
"start": {
|
||||
"status": "succeeded",
|
||||
"usage": null
|
||||
}
|
||||
},
|
||||
"next_node_id": "exit",
|
||||
"git_commit_sha": "c5a18b6a1b8d743e18f35e3c84ae88ab07a0b3c3",
|
||||
"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": {
|
||||
"test_typescript": 1,
|
||||
"compile_rust": 1,
|
||||
"test_typescript": 1,
|
||||
"toolchain": 1,
|
||||
"compile_typescript": 1,
|
||||
"start": 1,
|
||||
"lint_rust": 1,
|
||||
"test_rust": 1
|
||||
"test_rust": 1,
|
||||
"start": 1
|
||||
}
|
||||
},
|
||||
"diff": {}
|
||||
"diff": {
|
||||
"summary": {
|
||||
"files_changed": 0,
|
||||
"additions": 0,
|
||||
"deletions": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"conclusion": null,
|
||||
"conclusion": {
|
||||
"timestamp": "2026-05-23T09:46:37.666666Z",
|
||||
"status": "failed",
|
||||
"timing": {
|
||||
"wall_time_ms": 477875,
|
||||
"inference_time_ms": 0,
|
||||
"tool_time_ms": 0,
|
||||
"active_time_ms": 0
|
||||
},
|
||||
"failure": {
|
||||
"reason": "workflow_error",
|
||||
"detail": {
|
||||
"message": "goal gate unsatisfied for node lint_rust and no retry target",
|
||||
"category": "deterministic"
|
||||
}
|
||||
},
|
||||
"final_git_commit_sha": "c5a18b6a1b8d743e18f35e3c84ae88ab07a0b3c3",
|
||||
"stages": [
|
||||
{
|
||||
"stage_id": "start",
|
||||
"stage_label": "start",
|
||||
"timing": {
|
||||
"wall_time_ms": 0,
|
||||
"inference_time_ms": 0,
|
||||
"tool_time_ms": 0,
|
||||
"active_time_ms": 0
|
||||
},
|
||||
"retries": 0
|
||||
},
|
||||
{
|
||||
"stage_id": "toolchain",
|
||||
"stage_label": "toolchain",
|
||||
"timing": {
|
||||
"wall_time_ms": 2084,
|
||||
"inference_time_ms": 0,
|
||||
"tool_time_ms": 0,
|
||||
"active_time_ms": 0
|
||||
},
|
||||
"retries": 0
|
||||
},
|
||||
{
|
||||
"stage_id": "compile_rust",
|
||||
"stage_label": "compile_rust",
|
||||
"timing": {
|
||||
"wall_time_ms": 134885,
|
||||
"inference_time_ms": 0,
|
||||
"tool_time_ms": 0,
|
||||
"active_time_ms": 0
|
||||
},
|
||||
"retries": 0
|
||||
},
|
||||
{
|
||||
"stage_id": "compile_typescript",
|
||||
"stage_label": "compile_typescript",
|
||||
"timing": {
|
||||
"wall_time_ms": 10232,
|
||||
"inference_time_ms": 0,
|
||||
"tool_time_ms": 0,
|
||||
"active_time_ms": 0
|
||||
},
|
||||
"retries": 0
|
||||
},
|
||||
{
|
||||
"stage_id": "lint_rust",
|
||||
"stage_label": "lint_rust",
|
||||
"timing": {
|
||||
"wall_time_ms": 124859,
|
||||
"inference_time_ms": 0,
|
||||
"tool_time_ms": 0,
|
||||
"active_time_ms": 0
|
||||
},
|
||||
"retries": 0
|
||||
},
|
||||
{
|
||||
"stage_id": "test_rust",
|
||||
"stage_label": "test_rust",
|
||||
"timing": {
|
||||
"wall_time_ms": 164082,
|
||||
"inference_time_ms": 0,
|
||||
"tool_time_ms": 0,
|
||||
"active_time_ms": 0
|
||||
},
|
||||
"retries": 0
|
||||
},
|
||||
{
|
||||
"stage_id": "test_typescript",
|
||||
"stage_label": "test_typescript",
|
||||
"timing": {
|
||||
"wall_time_ms": 9289,
|
||||
"inference_time_ms": 0,
|
||||
"tool_time_ms": 0,
|
||||
"active_time_ms": 0
|
||||
},
|
||||
"retries": 0
|
||||
}
|
||||
],
|
||||
"total_retries": 0,
|
||||
"diff": {}
|
||||
},
|
||||
"sandbox": {
|
||||
"provider": "daytona",
|
||||
"image": "buildpack-deps:noble",
|
||||
|
|
@ -1218,7 +1326,12 @@
|
|||
"first_event_seq": 71,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": null,
|
||||
"completion": {
|
||||
"outcome": "failed",
|
||||
"notes": null,
|
||||
"failure_reason": "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",
|
||||
"timestamp": "2026-05-23T09:46:32.760572Z"
|
||||
},
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": {
|
||||
|
|
@ -1226,11 +1339,27 @@
|
|||
"command": "exec 2>&1\ncd apps/fabro-web && bun test 2>&1",
|
||||
"language": "shell"
|
||||
},
|
||||
"script_timing": null,
|
||||
"script_timing": {
|
||||
"output": "blob://sha256/ecbe3e17d3ea72d24a19d27f2fbc62e7d069259cdc8ce30c60657fbe5f6b66db",
|
||||
"exit_code": 1,
|
||||
"duration_ms": 9279,
|
||||
"termination": "exited",
|
||||
"output_bytes": 151121,
|
||||
"live_streaming": true
|
||||
},
|
||||
"parallel_results": null,
|
||||
"output": null,
|
||||
"output_bytes": 151121,
|
||||
"live_streaming": true,
|
||||
"termination": "exited",
|
||||
"started_at": "2026-05-23T09:46:23.470788Z",
|
||||
"handler": "command",
|
||||
"timing": {
|
||||
"wall_time_ms": 9289,
|
||||
"inference_time_ms": 0,
|
||||
"tool_time_ms": 0,
|
||||
"active_time_ms": 0
|
||||
},
|
||||
"usage": {
|
||||
"input_tokens": 0,
|
||||
"output_tokens": 0,
|
||||
|
|
@ -1239,7 +1368,7 @@
|
|||
"cache_read_tokens": 0,
|
||||
"cache_write_tokens": 0
|
||||
},
|
||||
"state": "running"
|
||||
"state": "failed"
|
||||
}
|
||||
}
|
||||
}
|
||||
1
stages/007-test_typescript@1/output.log
Normal file
1
stages/007-test_typescript@1/output.log
Normal file
|
|
@ -0,0 +1 @@
|
|||
blob://sha256/ecbe3e17d3ea72d24a19d27f2fbc62e7d069259cdc8ce30c60657fbe5f6b66db
|
||||
8
stages/007-test_typescript@1/script_timing.json
Normal file
8
stages/007-test_typescript@1/script_timing.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"output": "blob://sha256/ecbe3e17d3ea72d24a19d27f2fbc62e7d069259cdc8ce30c60657fbe5f6b66db",
|
||||
"exit_code": 1,
|
||||
"duration_ms": 9279,
|
||||
"termination": "exited",
|
||||
"output_bytes": 151121,
|
||||
"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": "failed",
|
||||
"notes": null,
|
||||
"failure_reason": "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",
|
||||
"timestamp": "2026-05-23T09:46:32.760572Z"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue