checkpoint

⚒️ Generated with [Fabro](https://fabro.sh)
This commit is contained in:
Fabro 2026-04-15 11:46:43 -04:00
parent f5f7ae0901
commit e935cb5d4b
4 changed files with 44 additions and 13 deletions

View file

@ -1,23 +1,26 @@
{
"timestamp": "2026-04-15T15:46:38.265934Z",
"current_node": "test_rust",
"timestamp": "2026-04-15T15:46:43.182261Z",
"current_node": "test_typescript",
"completed_nodes": [
"start",
"toolchain",
"compile_rust",
"compile_typescript",
"lint_rust",
"test_rust"
"test_rust",
"test_typescript"
],
"node_retries": {},
"context_values": {
"current_node": "test_rust",
"current_node": "test_typescript",
"outcome": "success",
"failure_signature": "",
"internal.retry_count.compile_rust": 0,
"internal.retry_count.test_typescript": 0,
"internal.retry_count.compile_typescript": 0,
"thread.compile_rust.current_node": "compile_typescript",
"thread.start.current_node": "toolchain",
"thread.test_rust.current_node": "test_typescript",
"graph.rankdir": "LR",
"internal.fidelity": "compact",
"graph.retry_target": "exit",
@ -25,8 +28,8 @@
"command.stderr": "",
"graph.goal": "Verify the sandbox can lint and test the project",
"internal.run_id": "01KP8WWSP212ZWTJD4PVCWX00J",
"internal.thread_id": "lint_rust",
"command.output": "────────────\n Nextest run ID 66cf05b0-54f3-4e3b-ac30-b8244e94afd5 with nextest profile: default\n Starting 3980 tests across 66 binaries (182 tests skipped)\n[> 6.000s] (─────────) fabro-cli::it cmd::ps::ps_accepts_local_tcp_server_target\n[> 6.000s] (─────────) fabro-cli::it cmd::server_start::start_already_running_exits_with_error\n[> 6.000s] (─────────) fabro-cli::it cmd::server_start::start_with_tcp_host_only_bind_resolves_to_host_and_port\n[> 6.000s] (─────────) fabro-cli::it cmd::server_start::start_without_bind_uses_configured_tcp_listen_address\n[> 6.000s] (─────────) fabro-cli::it cmd::server_start::start_without_bind_uses_home_socket_instead_of_storage_socket\n[> 6.000s] (─────────) fabro-cli::it scenario::server_lifecycle::start_status_stop_lifecycle\n────────────\n Summary [ 19.980s] 3980 tests run: 3980 passed (6 slow), 182 skipped\n",
"internal.thread_id": "test_rust",
"command.output": "bun test v1.3.10 (30e609e0)\n\napp/api.test.ts:\n(pass) isNotAvailable > returns true for 501 status [1.00ms]\n(pass) isNotAvailable > returns true for 404 status\n(pass) isNotAvailable > returns false for 200 status\n(pass) auth helpers > getAuthConfig fetches auth methods without triggering auth redirect behavior [1.00ms]\n(pass) auth helpers > loginDevToken posts the token payload\n\napp/router.test.tsx:\n(pass) browser router > uses /login for the sign-in page instead of the backend auth namespace [4.00ms]\n(pass) browser router > exposes /setup but not the removed /setup/complete route\n\nscripts/build.test.ts:\n(pass) watch mode keeps running until interrupted [1027.00ms]\n\napp/data/runs.test.ts:\n(pass) mapRunSummaryToRunItem > maps store run summary to RunItem [1.00ms]\n(pass) mapRunSummaryToRunItem > handles missing optional fields\n\napp/layouts/app-shell.test.tsx:\n(pass) getVisibleNavigation > shows all nav items in demo mode [1.00ms]\n(pass) getVisibleNavigation > hides Workflows and Insights in production mode\n\napp/lib/demo-mode.test.tsx:\n(pass) DemoModeProvider > provides demo mode value to children [11.00ms]\n(pass) DemoModeProvider > defaults to false\n\napp/lib/theme-selection.test.ts:\n(pass) resolveTheme > defaults to dark when no saved theme exists\n(pass) resolveTheme > uses the saved theme when it is valid\n(pass) buildThemeBootScript > defaults the boot script to dark without using system preference\n\n 17 pass\n 0 fail\n 37 expect() calls\nRan 17 tests across 7 files. [1305.00ms]\n",
"thread.compile_typescript.current_node": "lint_rust",
"internal.retry_count.toolchain": 0,
"internal.node_visit_count": 1,
@ -37,13 +40,13 @@
"internal.retry_count.start": 0
},
"node_outcomes": {
"lint_rust": {
"toolchain": {
"status": "success",
"context_updates": {
"command.output": "info: syncing channel updates for nightly-x86_64-unknown-linux-gnu\ninfo: latest update on 2026-04-15 for version 1.97.0-nightly (a5c825cd8 2026-04-14)\ninfo: downloading 6 components\n",
"command.output": "rustc 1.94.0 (4a4ef493e 2026-03-02)\ncargo 1.94.0 (85eff7c80 2026-01-15)\n1.3.10\n",
"command.stderr": ""
},
"notes": "Script completed: cargo +nightly fmt --check --all 2>&1 && cargo clippy -q --workspace -- -D warnings 2>&1",
"notes": "Script completed: rustc --version && cargo --version && bun --version 2>&1",
"usage": null
},
"start": {
@ -77,21 +80,31 @@
"notes": "Script completed: cd apps/fabro-web && bun install && bun run typecheck 2>&1",
"usage": null
},
"toolchain": {
"test_typescript": {
"status": "success",
"context_updates": {
"command.output": "rustc 1.94.0 (4a4ef493e 2026-03-02)\ncargo 1.94.0 (85eff7c80 2026-01-15)\n1.3.10\n",
"command.output": "bun test v1.3.10 (30e609e0)\n\napp/api.test.ts:\n(pass) isNotAvailable > returns true for 501 status [1.00ms]\n(pass) isNotAvailable > returns true for 404 status\n(pass) isNotAvailable > returns false for 200 status\n(pass) auth helpers > getAuthConfig fetches auth methods without triggering auth redirect behavior [1.00ms]\n(pass) auth helpers > loginDevToken posts the token payload\n\napp/router.test.tsx:\n(pass) browser router > uses /login for the sign-in page instead of the backend auth namespace [4.00ms]\n(pass) browser router > exposes /setup but not the removed /setup/complete route\n\nscripts/build.test.ts:\n(pass) watch mode keeps running until interrupted [1027.00ms]\n\napp/data/runs.test.ts:\n(pass) mapRunSummaryToRunItem > maps store run summary to RunItem [1.00ms]\n(pass) mapRunSummaryToRunItem > handles missing optional fields\n\napp/layouts/app-shell.test.tsx:\n(pass) getVisibleNavigation > shows all nav items in demo mode [1.00ms]\n(pass) getVisibleNavigation > hides Workflows and Insights in production mode\n\napp/lib/demo-mode.test.tsx:\n(pass) DemoModeProvider > provides demo mode value to children [11.00ms]\n(pass) DemoModeProvider > defaults to false\n\napp/lib/theme-selection.test.ts:\n(pass) resolveTheme > defaults to dark when no saved theme exists\n(pass) resolveTheme > uses the saved theme when it is valid\n(pass) buildThemeBootScript > defaults the boot script to dark without using system preference\n\n 17 pass\n 0 fail\n 37 expect() calls\nRan 17 tests across 7 files. [1305.00ms]\n",
"command.stderr": ""
},
"notes": "Script completed: rustc --version && cargo --version && bun --version 2>&1",
"notes": "Script completed: cd apps/fabro-web && bun test 2>&1",
"usage": null
},
"lint_rust": {
"status": "success",
"context_updates": {
"command.output": "info: syncing channel updates for nightly-x86_64-unknown-linux-gnu\ninfo: latest update on 2026-04-15 for version 1.97.0-nightly (a5c825cd8 2026-04-14)\ninfo: downloading 6 components\n",
"command.stderr": ""
},
"notes": "Script completed: cargo +nightly fmt --check --all 2>&1 && cargo clippy -q --workspace -- -D warnings 2>&1",
"usage": null
}
},
"next_node_id": "test_typescript",
"next_node_id": "exit",
"node_visits": {
"toolchain": 1,
"compile_rust": 1,
"test_rust": 1,
"test_typescript": 1,
"start": 1,
"compile_typescript": 1,
"lint_rust": 1

View file

@ -0,0 +1,7 @@
{
"stdout": "────────────\n Nextest run ID 66cf05b0-54f3-4e3b-ac30-b8244e94afd5 with nextest profile: default\n Starting 3980 tests across 66 binaries (182 tests skipped)\n[> 6.000s] (─────────) fabro-cli::it cmd::ps::ps_accepts_local_tcp_server_target\n[> 6.000s] (─────────) fabro-cli::it cmd::server_start::start_already_running_exits_with_error\n[> 6.000s] (─────────) fabro-cli::it cmd::server_start::start_with_tcp_host_only_bind_resolves_to_host_and_port\n[> 6.000s] (─────────) fabro-cli::it cmd::server_start::start_without_bind_uses_configured_tcp_listen_address\n[> 6.000s] (─────────) fabro-cli::it cmd::server_start::start_without_bind_uses_home_socket_instead_of_storage_socket\n[> 6.000s] (─────────) fabro-cli::it scenario::server_lifecycle::start_status_stop_lifecycle\n────────────\n Summary [ 19.980s] 3980 tests run: 3980 passed (6 slow), 182 skipped\n",
"stderr": "",
"exit_code": 0,
"duration_ms": 56639,
"timed_out": false
}

View file

@ -0,0 +1,6 @@
{
"status": "success",
"notes": "Script completed: ulimit -n 4096 && cargo nextest run --cargo-quiet --workspace --status-level fail 2>&1",
"failure_reason": null,
"timestamp": "2026-04-15T15:46:38.265821Z"
}

View 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"
}