mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-06 08:18:58 +00:00
1319 lines
No EOL
48 KiB
JSON
1319 lines
No EOL
48 KiB
JSON
{
|
|
"spec": {
|
|
"run_id": "01KQR3V9D4VPFFWMNTVH09J48G",
|
|
"settings": {
|
|
"project": {
|
|
"name": null,
|
|
"description": null,
|
|
"directory": ".",
|
|
"metadata": {}
|
|
},
|
|
"workflow": {
|
|
"name": null,
|
|
"description": null,
|
|
"graph": "workflow.fabro",
|
|
"metadata": {}
|
|
},
|
|
"run": {
|
|
"goal": {
|
|
"type": "inline",
|
|
"value": "Verify the sandbox can lint and test the project"
|
|
},
|
|
"working_dir": null,
|
|
"metadata": {},
|
|
"inputs": {},
|
|
"model": {
|
|
"provider": "anthropic",
|
|
"name": "claude-sonnet-4-6",
|
|
"fallbacks": []
|
|
},
|
|
"git": {
|
|
"author": null
|
|
},
|
|
"prepare": {
|
|
"commands": [],
|
|
"timeout_ms": 300000
|
|
},
|
|
"execution": {
|
|
"mode": "normal",
|
|
"approval": "prompt",
|
|
"retros": true
|
|
},
|
|
"checkpoint": {
|
|
"exclude_globs": []
|
|
},
|
|
"sandbox": {
|
|
"provider": "daytona",
|
|
"preserve": false,
|
|
"devcontainer": false,
|
|
"env": {},
|
|
"local": {
|
|
"worktree_mode": "always"
|
|
},
|
|
"docker": {
|
|
"image": "buildpack-deps:noble",
|
|
"network_mode": null,
|
|
"memory_limit": 4000000000,
|
|
"cpu_quota": 200000,
|
|
"env_vars": {},
|
|
"skip_clone": false
|
|
},
|
|
"daytona": {
|
|
"auto_stop_interval": 30,
|
|
"labels": {
|
|
"repo": "fabro-sh/fabro"
|
|
},
|
|
"snapshot": {
|
|
"name": "fabro-v8",
|
|
"cpu": 8,
|
|
"memory_gb": 16,
|
|
"disk_gb": 20,
|
|
"dockerfile": {
|
|
"type": "inline",
|
|
"value": "FROM ubuntu:24.04\n\nRUN apt-get update && apt-get install -y --no-install-recommends curl git ca-certificates build-essential pkg-config libssl-dev unzip python3 && rm -rf /var/lib/apt/lists/*\n\n# GitHub CLI\nRUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg && echo \"deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main\" | tee /etc/apt/sources.list.d/github-cli.list > /dev/null && apt-get update && apt-get install -y --no-install-recommends gh && rm -rf /var/lib/apt/lists/*\n\n# Rust\nRUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y\nENV PATH=\"/root/.cargo/bin:${PATH}\"\nRUN rustup toolchain install nightly-2026-04-14 --profile minimal --component clippy,rustfmt\nRUN cargo install cargo-nextest --locked\nENV CARGO_INCREMENTAL=0\n\n# Bun\nRUN curl -fsSL https://bun.sh/install | bash\nENV PATH=\"/root/.bun/bin:${PATH}\"\n\nWORKDIR /root\n"
|
|
}
|
|
},
|
|
"network": null,
|
|
"skip_clone": false
|
|
}
|
|
},
|
|
"notifications": {},
|
|
"interviews": {
|
|
"provider": null,
|
|
"slack": null,
|
|
"discord": null,
|
|
"teams": null
|
|
},
|
|
"agent": {
|
|
"permissions": null,
|
|
"mcps": {}
|
|
},
|
|
"hooks": [],
|
|
"scm": {
|
|
"provider": null,
|
|
"owner": null,
|
|
"repository": null,
|
|
"github": null
|
|
},
|
|
"pull_request": {
|
|
"enabled": true,
|
|
"draft": false,
|
|
"auto_merge": false,
|
|
"merge_strategy": "squash"
|
|
},
|
|
"artifacts": {
|
|
"include": []
|
|
}
|
|
}
|
|
},
|
|
"graph": {
|
|
"name": "Smoke",
|
|
"nodes": {
|
|
"toolchain": {
|
|
"id": "toolchain",
|
|
"attrs": {
|
|
"shape": {
|
|
"String": "parallelogram"
|
|
},
|
|
"goal_gate": {
|
|
"Boolean": true
|
|
},
|
|
"label": {
|
|
"String": "Toolchain"
|
|
},
|
|
"script": {
|
|
"String": "rustc --version && cargo --version && bun --version 2>&1"
|
|
}
|
|
}
|
|
},
|
|
"test_typescript": {
|
|
"id": "test_typescript",
|
|
"attrs": {
|
|
"goal_gate": {
|
|
"Boolean": true
|
|
},
|
|
"script": {
|
|
"String": "cd apps/fabro-web && bun test 2>&1"
|
|
},
|
|
"shape": {
|
|
"String": "parallelogram"
|
|
},
|
|
"label": {
|
|
"String": "Test TypeScript"
|
|
}
|
|
}
|
|
},
|
|
"exit": {
|
|
"id": "exit",
|
|
"attrs": {
|
|
"shape": {
|
|
"String": "Msquare"
|
|
},
|
|
"label": {
|
|
"String": "Exit"
|
|
}
|
|
}
|
|
},
|
|
"test_rust": {
|
|
"id": "test_rust",
|
|
"attrs": {
|
|
"script": {
|
|
"String": "ulimit -n 4096 && cargo nextest run --cargo-quiet --workspace --status-level fail 2>&1"
|
|
},
|
|
"goal_gate": {
|
|
"Boolean": true
|
|
},
|
|
"shape": {
|
|
"String": "parallelogram"
|
|
},
|
|
"label": {
|
|
"String": "Test Rust"
|
|
}
|
|
}
|
|
},
|
|
"compile_typescript": {
|
|
"id": "compile_typescript",
|
|
"attrs": {
|
|
"goal_gate": {
|
|
"Boolean": true
|
|
},
|
|
"shape": {
|
|
"String": "parallelogram"
|
|
},
|
|
"script": {
|
|
"String": "cd apps/fabro-web && bun install && bun run typecheck 2>&1"
|
|
},
|
|
"label": {
|
|
"String": "Compile TypeScript"
|
|
}
|
|
}
|
|
},
|
|
"start": {
|
|
"id": "start",
|
|
"attrs": {
|
|
"shape": {
|
|
"String": "Mdiamond"
|
|
},
|
|
"label": {
|
|
"String": "Start"
|
|
}
|
|
}
|
|
},
|
|
"lint_rust": {
|
|
"id": "lint_rust",
|
|
"attrs": {
|
|
"script": {
|
|
"String": "cargo +nightly-2026-04-14 fmt --check --all 2>&1 && cargo +nightly-2026-04-14 clippy -q --workspace -- -D warnings 2>&1"
|
|
},
|
|
"label": {
|
|
"String": "Lint Rust"
|
|
},
|
|
"shape": {
|
|
"String": "parallelogram"
|
|
},
|
|
"goal_gate": {
|
|
"Boolean": true
|
|
}
|
|
}
|
|
},
|
|
"compile_rust": {
|
|
"id": "compile_rust",
|
|
"attrs": {
|
|
"script": {
|
|
"String": "cargo check -q --workspace 2>&1"
|
|
},
|
|
"goal_gate": {
|
|
"Boolean": true
|
|
},
|
|
"label": {
|
|
"String": "Compile Rust"
|
|
},
|
|
"shape": {
|
|
"String": "parallelogram"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"edges": [
|
|
{
|
|
"from": "start",
|
|
"to": "toolchain",
|
|
"attrs": {}
|
|
},
|
|
{
|
|
"from": "toolchain",
|
|
"to": "compile_rust",
|
|
"attrs": {}
|
|
},
|
|
{
|
|
"from": "compile_rust",
|
|
"to": "compile_typescript",
|
|
"attrs": {}
|
|
},
|
|
{
|
|
"from": "compile_typescript",
|
|
"to": "lint_rust",
|
|
"attrs": {}
|
|
},
|
|
{
|
|
"from": "lint_rust",
|
|
"to": "test_rust",
|
|
"attrs": {}
|
|
},
|
|
{
|
|
"from": "test_rust",
|
|
"to": "test_typescript",
|
|
"attrs": {}
|
|
},
|
|
{
|
|
"from": "test_typescript",
|
|
"to": "exit",
|
|
"attrs": {}
|
|
}
|
|
],
|
|
"attrs": {
|
|
"goal": {
|
|
"String": "Verify the sandbox can lint and test the project"
|
|
},
|
|
"rankdir": {
|
|
"String": "LR"
|
|
},
|
|
"retry_target": {
|
|
"String": "exit"
|
|
}
|
|
}
|
|
},
|
|
"workflow_slug": "smoke",
|
|
"source_directory": "/Users/bhelmkamp/p/fabro-sh/fabro",
|
|
"provenance": {
|
|
"server": {
|
|
"version": "0.221.0-nightly.1"
|
|
},
|
|
"client": {
|
|
"user_agent": "fabro-cli/0.221.0-nightly.1",
|
|
"name": "fabro-cli",
|
|
"version": "0.221.0-nightly.1"
|
|
},
|
|
"subject": {
|
|
"kind": "user",
|
|
"identity": {
|
|
"issuer": "https://github.com",
|
|
"subject": "19"
|
|
},
|
|
"login": "brynary",
|
|
"auth_method": "github"
|
|
}
|
|
},
|
|
"manifest_blob": "b06bf03fe82d51a7444ea97c3ab66959295962c2897b0b0a2a109b2d519b67c3",
|
|
"definition_blob": "e6c87a1c79e6c27191290edb4c07788a5e2f4c446b47af05c383c2ead20ee40d",
|
|
"git": {
|
|
"origin_url": "https://github.com/fabro-sh/fabro",
|
|
"branch": "main",
|
|
"sha": "93f255c6c47547480f9f5758ce46c1806bf0068d",
|
|
"dirty": "clean",
|
|
"push_outcome": {
|
|
"type": "succeeded",
|
|
"remote": "origin",
|
|
"branch": "main"
|
|
}
|
|
},
|
|
"in_place": false
|
|
},
|
|
"graph_source": "digraph Smoke {\n graph [goal=\"Verify the sandbox can lint and test the project\", retry_target=exit]\n rankdir=LR\n\n start [shape=Mdiamond, label=\"Start\"]\n exit [shape=Msquare, label=\"Exit\"]\n\n toolchain [label=\"Toolchain\", shape=parallelogram, script=\"rustc --version && cargo --version && bun --version 2>&1\", goal_gate=true]\n compile_rust [label=\"Compile Rust\", shape=parallelogram, script=\"cargo check -q --workspace 2>&1\", goal_gate=true]\n compile_typescript [label=\"Compile TypeScript\", shape=parallelogram, script=\"cd apps/fabro-web && bun install && bun run typecheck 2>&1\", goal_gate=true]\n lint_rust [label=\"Lint Rust\", shape=parallelogram, script=\"cargo +nightly-2026-04-14 fmt --check --all 2>&1 && cargo +nightly-2026-04-14 clippy -q --workspace -- -D warnings 2>&1\", goal_gate=true]\n test_rust [label=\"Test Rust\", shape=parallelogram, script=\"ulimit -n 4096 && cargo nextest run --cargo-quiet --workspace --status-level fail 2>&1\", goal_gate=true]\n test_typescript [label=\"Test TypeScript\", shape=parallelogram, script=\"cd apps/fabro-web && bun test 2>&1\", goal_gate=true]\n\n start -> toolchain\n toolchain -> compile_rust\n compile_rust -> compile_typescript\n compile_typescript -> lint_rust\n lint_rust -> test_rust\n test_rust -> test_typescript\n test_typescript -> exit\n}\n",
|
|
"start": {
|
|
"run_id": "01KQR3V9D4VPFFWMNTVH09J48G",
|
|
"start_time": "2026-05-03T23:47:59.286998Z",
|
|
"run_branch": "fabro/run/01KQR3V9D4VPFFWMNTVH09J48G",
|
|
"base_sha": "93f255c6c47547480f9f5758ce46c1806bf0068d"
|
|
},
|
|
"status": {
|
|
"kind": "running"
|
|
},
|
|
"status_updated_at": "2026-05-03T23:47:59.287045Z",
|
|
"pending_control": null,
|
|
"checkpoint": {
|
|
"timestamp": "2026-05-03T23:54:53.412073Z",
|
|
"current_node": "test_typescript",
|
|
"completed_nodes": [
|
|
"start",
|
|
"toolchain",
|
|
"compile_rust",
|
|
"compile_typescript",
|
|
"lint_rust",
|
|
"test_rust",
|
|
"test_typescript"
|
|
],
|
|
"node_retries": {},
|
|
"context_values": {
|
|
"internal.retry_count.lint_rust": 0,
|
|
"failure_class": "",
|
|
"graph.rankdir": "LR",
|
|
"internal.retry_count.compile_typescript": 0,
|
|
"internal.retry_count.test_typescript": 0,
|
|
"thread.test_rust.current_node": "test_typescript",
|
|
"thread.compile_typescript.current_node": "lint_rust",
|
|
"internal.run_id": "01KQR3V9D4VPFFWMNTVH09J48G",
|
|
"thread.toolchain.current_node": "compile_rust",
|
|
"internal.retry_count.start": 0,
|
|
"failure_signature": "",
|
|
"internal.retry_count.test_rust": 0,
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"current_node": "test_typescript",
|
|
"internal.work_dir": "/home/daytona/workspace",
|
|
"outcome": "succeeded",
|
|
"command.output": "blob://sha256/4c0bced81b51eb7ad99f59ed878f8a7cc575e6f1ea4aecc28dcfb1c194e6069c",
|
|
"internal.retry_count.compile_rust": 0,
|
|
"internal.retry_count.toolchain": 0,
|
|
"internal.thread_id": "test_rust",
|
|
"thread.compile_rust.current_node": "compile_typescript",
|
|
"thread.lint_rust.current_node": "test_rust",
|
|
"graph.goal": "Verify the sandbox can lint and test the project",
|
|
"thread.start.current_node": "toolchain",
|
|
"graph.retry_target": "exit",
|
|
"internal.fidelity": "compact",
|
|
"internal.node_visit_count": 1
|
|
},
|
|
"node_outcomes": {
|
|
"start": {
|
|
"status": "succeeded",
|
|
"usage": null
|
|
},
|
|
"compile_typescript": {
|
|
"status": "succeeded",
|
|
"context_updates": {
|
|
"command.output": "blob://sha256/42306a483042091740e1a167efc535398afa53725063f7552ab75bbbd39929d0",
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126"
|
|
},
|
|
"notes": "Script completed: cd apps/fabro-web && bun install && bun run typecheck 2>&1",
|
|
"usage": null
|
|
},
|
|
"test_rust": {
|
|
"status": "succeeded",
|
|
"context_updates": {
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"command.output": "blob://sha256/d643b8786cd2a320fa7b2d7101e5c69e4358c65e1454ac2431debe0edf8e7041"
|
|
},
|
|
"notes": "Script completed: ulimit -n 4096 && cargo nextest run --cargo-quiet --workspace --status-level fail 2>&1",
|
|
"usage": null
|
|
},
|
|
"compile_rust": {
|
|
"status": "succeeded",
|
|
"context_updates": {
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"command.output": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126"
|
|
},
|
|
"notes": "Script completed: cargo check -q --workspace 2>&1",
|
|
"usage": null
|
|
},
|
|
"test_typescript": {
|
|
"status": "succeeded",
|
|
"context_updates": {
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"command.output": "blob://sha256/4c0bced81b51eb7ad99f59ed878f8a7cc575e6f1ea4aecc28dcfb1c194e6069c"
|
|
},
|
|
"notes": "Script completed: cd apps/fabro-web && bun test 2>&1",
|
|
"usage": null
|
|
},
|
|
"toolchain": {
|
|
"status": "succeeded",
|
|
"context_updates": {
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"command.output": "blob://sha256/0f445145c30db4edc762837f8ad7fdbcfcf07d57265b2bc38b6b276be718c75a"
|
|
},
|
|
"notes": "Script completed: rustc --version && cargo --version && bun --version 2>&1",
|
|
"usage": null
|
|
},
|
|
"lint_rust": {
|
|
"status": "succeeded",
|
|
"context_updates": {
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"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 -- -D warnings 2>&1",
|
|
"usage": null
|
|
}
|
|
},
|
|
"next_node_id": "exit",
|
|
"git_commit_sha": "ebb02b559d79198f7153a75fd2065cf5cde12a5d",
|
|
"node_visits": {
|
|
"toolchain": 1,
|
|
"test_rust": 1,
|
|
"test_typescript": 1,
|
|
"compile_typescript": 1,
|
|
"lint_rust": 1,
|
|
"start": 1,
|
|
"compile_rust": 1
|
|
}
|
|
},
|
|
"checkpoints": [
|
|
[
|
|
19,
|
|
{
|
|
"timestamp": "2026-05-03T23:48:01.081247Z",
|
|
"current_node": "start",
|
|
"completed_nodes": [
|
|
"start"
|
|
],
|
|
"node_retries": {},
|
|
"context_values": {
|
|
"internal.retry_count.start": 0,
|
|
"internal.node_visit_count": 1,
|
|
"internal.run_id": "01KQR3V9D4VPFFWMNTVH09J48G",
|
|
"failure_signature": "",
|
|
"failure_class": "",
|
|
"graph.rankdir": "LR",
|
|
"graph.goal": "Verify the sandbox can lint and test the project",
|
|
"internal.work_dir": "/home/daytona/workspace",
|
|
"outcome": "succeeded",
|
|
"current_node": "start",
|
|
"internal.fidelity": "compact",
|
|
"graph.retry_target": "exit",
|
|
"internal.thread_id": null
|
|
},
|
|
"node_outcomes": {
|
|
"start": {
|
|
"status": "succeeded",
|
|
"usage": null
|
|
}
|
|
},
|
|
"next_node_id": "toolchain",
|
|
"node_visits": {
|
|
"start": 1
|
|
}
|
|
}
|
|
],
|
|
[
|
|
27,
|
|
{
|
|
"timestamp": "2026-05-03T23:48:05.091821Z",
|
|
"current_node": "toolchain",
|
|
"completed_nodes": [
|
|
"start",
|
|
"toolchain"
|
|
],
|
|
"node_retries": {},
|
|
"context_values": {
|
|
"graph.goal": "Verify the sandbox can lint and test the project",
|
|
"internal.retry_count.toolchain": 0,
|
|
"internal.work_dir": "/home/daytona/workspace",
|
|
"command.output": "blob://sha256/0f445145c30db4edc762837f8ad7fdbcfcf07d57265b2bc38b6b276be718c75a",
|
|
"failure_class": "",
|
|
"failure_signature": "",
|
|
"internal.run_id": "01KQR3V9D4VPFFWMNTVH09J48G",
|
|
"internal.thread_id": "start",
|
|
"thread.start.current_node": "toolchain",
|
|
"internal.node_visit_count": 1,
|
|
"outcome": "succeeded",
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"graph.rankdir": "LR",
|
|
"internal.fidelity": "compact",
|
|
"internal.retry_count.start": 0,
|
|
"graph.retry_target": "exit",
|
|
"current_node": "toolchain"
|
|
},
|
|
"node_outcomes": {
|
|
"toolchain": {
|
|
"status": "succeeded",
|
|
"context_updates": {
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"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": "compile_rust",
|
|
"git_commit_sha": "b867fb44bd4b719f160d64649628a0f568f5e576",
|
|
"node_visits": {
|
|
"start": 1,
|
|
"toolchain": 1
|
|
}
|
|
}
|
|
],
|
|
[
|
|
37,
|
|
{
|
|
"timestamp": "2026-05-03T23:50:15.564801Z",
|
|
"current_node": "compile_rust",
|
|
"completed_nodes": [
|
|
"start",
|
|
"toolchain",
|
|
"compile_rust"
|
|
],
|
|
"node_retries": {},
|
|
"context_values": {
|
|
"command.output": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"internal.fidelity": "compact",
|
|
"internal.retry_count.start": 0,
|
|
"internal.run_id": "01KQR3V9D4VPFFWMNTVH09J48G",
|
|
"failure_signature": "",
|
|
"thread.toolchain.current_node": "compile_rust",
|
|
"graph.rankdir": "LR",
|
|
"internal.work_dir": "/home/daytona/workspace",
|
|
"internal.thread_id": "toolchain",
|
|
"current_node": "compile_rust",
|
|
"internal.node_visit_count": 1,
|
|
"outcome": "succeeded",
|
|
"failure_class": "",
|
|
"thread.start.current_node": "toolchain",
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"graph.retry_target": "exit",
|
|
"internal.retry_count.toolchain": 0,
|
|
"internal.retry_count.compile_rust": 0,
|
|
"graph.goal": "Verify the sandbox can lint and test the project"
|
|
},
|
|
"node_outcomes": {
|
|
"start": {
|
|
"status": "succeeded",
|
|
"usage": null
|
|
},
|
|
"compile_rust": {
|
|
"status": "succeeded",
|
|
"context_updates": {
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"command.output": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126"
|
|
},
|
|
"notes": "Script completed: cargo check -q --workspace 2>&1",
|
|
"usage": null
|
|
},
|
|
"toolchain": {
|
|
"status": "succeeded",
|
|
"context_updates": {
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"command.output": "blob://sha256/0f445145c30db4edc762837f8ad7fdbcfcf07d57265b2bc38b6b276be718c75a"
|
|
},
|
|
"notes": "Script completed: rustc --version && cargo --version && bun --version 2>&1",
|
|
"usage": null
|
|
}
|
|
},
|
|
"next_node_id": "compile_typescript",
|
|
"git_commit_sha": "7f15a9fa8d6872b4c9a72c407b195b10174ff32f",
|
|
"node_visits": {
|
|
"toolchain": 1,
|
|
"compile_rust": 1,
|
|
"start": 1
|
|
}
|
|
}
|
|
],
|
|
[
|
|
47,
|
|
{
|
|
"timestamp": "2026-05-03T23:50:25.191252Z",
|
|
"current_node": "compile_typescript",
|
|
"completed_nodes": [
|
|
"start",
|
|
"toolchain",
|
|
"compile_rust",
|
|
"compile_typescript"
|
|
],
|
|
"node_retries": {},
|
|
"context_values": {
|
|
"failure_class": "",
|
|
"command.output": "blob://sha256/42306a483042091740e1a167efc535398afa53725063f7552ab75bbbd39929d0",
|
|
"graph.goal": "Verify the sandbox can lint and test the project",
|
|
"internal.fidelity": "compact",
|
|
"internal.run_id": "01KQR3V9D4VPFFWMNTVH09J48G",
|
|
"internal.retry_count.compile_typescript": 0,
|
|
"failure_signature": "",
|
|
"thread.compile_rust.current_node": "compile_typescript",
|
|
"internal.retry_count.start": 0,
|
|
"thread.start.current_node": "toolchain",
|
|
"internal.retry_count.toolchain": 0,
|
|
"graph.rankdir": "LR",
|
|
"thread.toolchain.current_node": "compile_rust",
|
|
"internal.work_dir": "/home/daytona/workspace",
|
|
"internal.thread_id": "compile_rust",
|
|
"current_node": "compile_typescript",
|
|
"outcome": "succeeded",
|
|
"internal.node_visit_count": 1,
|
|
"graph.retry_target": "exit",
|
|
"internal.retry_count.compile_rust": 0,
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126"
|
|
},
|
|
"node_outcomes": {
|
|
"compile_typescript": {
|
|
"status": "succeeded",
|
|
"context_updates": {
|
|
"command.output": "blob://sha256/42306a483042091740e1a167efc535398afa53725063f7552ab75bbbd39929d0",
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126"
|
|
},
|
|
"notes": "Script completed: cd apps/fabro-web && bun install && bun run typecheck 2>&1",
|
|
"usage": null
|
|
},
|
|
"start": {
|
|
"status": "succeeded",
|
|
"usage": null
|
|
},
|
|
"toolchain": {
|
|
"status": "succeeded",
|
|
"context_updates": {
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"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.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"command.output": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126"
|
|
},
|
|
"notes": "Script completed: cargo check -q --workspace 2>&1",
|
|
"usage": null
|
|
}
|
|
},
|
|
"next_node_id": "lint_rust",
|
|
"git_commit_sha": "1e79b696a1831218c96b85ea0a3b49bb72debfaf",
|
|
"node_visits": {
|
|
"compile_typescript": 1,
|
|
"start": 1,
|
|
"toolchain": 1,
|
|
"compile_rust": 1
|
|
}
|
|
}
|
|
],
|
|
[
|
|
57,
|
|
{
|
|
"timestamp": "2026-05-03T23:52:34.626661Z",
|
|
"current_node": "lint_rust",
|
|
"completed_nodes": [
|
|
"start",
|
|
"toolchain",
|
|
"compile_rust",
|
|
"compile_typescript",
|
|
"lint_rust"
|
|
],
|
|
"node_retries": {},
|
|
"context_values": {
|
|
"thread.compile_typescript.current_node": "lint_rust",
|
|
"graph.rankdir": "LR",
|
|
"current_node": "lint_rust",
|
|
"outcome": "succeeded",
|
|
"thread.compile_rust.current_node": "compile_typescript",
|
|
"thread.start.current_node": "toolchain",
|
|
"thread.toolchain.current_node": "compile_rust",
|
|
"internal.fidelity": "compact",
|
|
"internal.retry_count.compile_rust": 0,
|
|
"internal.retry_count.start": 0,
|
|
"internal.retry_count.toolchain": 0,
|
|
"command.output": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"failure_signature": "",
|
|
"internal.node_visit_count": 1,
|
|
"internal.retry_count.lint_rust": 0,
|
|
"graph.goal": "Verify the sandbox can lint and test the project",
|
|
"internal.work_dir": "/home/daytona/workspace",
|
|
"graph.retry_target": "exit",
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"failure_class": "",
|
|
"internal.retry_count.compile_typescript": 0,
|
|
"internal.thread_id": "compile_typescript",
|
|
"internal.run_id": "01KQR3V9D4VPFFWMNTVH09J48G"
|
|
},
|
|
"node_outcomes": {
|
|
"toolchain": {
|
|
"status": "succeeded",
|
|
"context_updates": {
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"command.output": "blob://sha256/0f445145c30db4edc762837f8ad7fdbcfcf07d57265b2bc38b6b276be718c75a"
|
|
},
|
|
"notes": "Script completed: rustc --version && cargo --version && bun --version 2>&1",
|
|
"usage": null
|
|
},
|
|
"compile_typescript": {
|
|
"status": "succeeded",
|
|
"context_updates": {
|
|
"command.output": "blob://sha256/42306a483042091740e1a167efc535398afa53725063f7552ab75bbbd39929d0",
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126"
|
|
},
|
|
"notes": "Script completed: cd apps/fabro-web && bun install && bun run typecheck 2>&1",
|
|
"usage": null
|
|
},
|
|
"lint_rust": {
|
|
"status": "succeeded",
|
|
"context_updates": {
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"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 -- -D warnings 2>&1",
|
|
"usage": null
|
|
},
|
|
"compile_rust": {
|
|
"status": "succeeded",
|
|
"context_updates": {
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"command.output": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126"
|
|
},
|
|
"notes": "Script completed: cargo check -q --workspace 2>&1",
|
|
"usage": null
|
|
},
|
|
"start": {
|
|
"status": "succeeded",
|
|
"usage": null
|
|
}
|
|
},
|
|
"next_node_id": "test_rust",
|
|
"git_commit_sha": "aa8cf777a9b6493c8afe0143704d22621349ece6",
|
|
"node_visits": {
|
|
"compile_rust": 1,
|
|
"lint_rust": 1,
|
|
"compile_typescript": 1,
|
|
"start": 1,
|
|
"toolchain": 1
|
|
}
|
|
}
|
|
],
|
|
[
|
|
67,
|
|
{
|
|
"timestamp": "2026-05-03T23:54:47.034583Z",
|
|
"current_node": "test_rust",
|
|
"completed_nodes": [
|
|
"start",
|
|
"toolchain",
|
|
"compile_rust",
|
|
"compile_typescript",
|
|
"lint_rust",
|
|
"test_rust"
|
|
],
|
|
"node_retries": {},
|
|
"context_values": {
|
|
"internal.fidelity": "compact",
|
|
"internal.retry_count.lint_rust": 0,
|
|
"thread.compile_typescript.current_node": "lint_rust",
|
|
"internal.retry_count.test_rust": 0,
|
|
"outcome": "succeeded",
|
|
"graph.rankdir": "LR",
|
|
"failure_class": "",
|
|
"thread.compile_rust.current_node": "compile_typescript",
|
|
"internal.run_id": "01KQR3V9D4VPFFWMNTVH09J48G",
|
|
"current_node": "test_rust",
|
|
"internal.node_visit_count": 1,
|
|
"internal.work_dir": "/home/daytona/workspace",
|
|
"thread.start.current_node": "toolchain",
|
|
"internal.thread_id": "lint_rust",
|
|
"graph.goal": "Verify the sandbox can lint and test the project",
|
|
"internal.retry_count.toolchain": 0,
|
|
"internal.retry_count.compile_rust": 0,
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"thread.lint_rust.current_node": "test_rust",
|
|
"internal.retry_count.compile_typescript": 0,
|
|
"thread.toolchain.current_node": "compile_rust",
|
|
"failure_signature": "",
|
|
"command.output": "blob://sha256/d643b8786cd2a320fa7b2d7101e5c69e4358c65e1454ac2431debe0edf8e7041",
|
|
"graph.retry_target": "exit",
|
|
"internal.retry_count.start": 0
|
|
},
|
|
"node_outcomes": {
|
|
"toolchain": {
|
|
"status": "succeeded",
|
|
"context_updates": {
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"command.output": "blob://sha256/0f445145c30db4edc762837f8ad7fdbcfcf07d57265b2bc38b6b276be718c75a"
|
|
},
|
|
"notes": "Script completed: rustc --version && cargo --version && bun --version 2>&1",
|
|
"usage": null
|
|
},
|
|
"start": {
|
|
"status": "succeeded",
|
|
"usage": null
|
|
},
|
|
"compile_typescript": {
|
|
"status": "succeeded",
|
|
"context_updates": {
|
|
"command.output": "blob://sha256/42306a483042091740e1a167efc535398afa53725063f7552ab75bbbd39929d0",
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126"
|
|
},
|
|
"notes": "Script completed: cd apps/fabro-web && bun install && bun run typecheck 2>&1",
|
|
"usage": null
|
|
},
|
|
"test_rust": {
|
|
"status": "succeeded",
|
|
"context_updates": {
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"command.output": "blob://sha256/d643b8786cd2a320fa7b2d7101e5c69e4358c65e1454ac2431debe0edf8e7041"
|
|
},
|
|
"notes": "Script completed: ulimit -n 4096 && cargo nextest run --cargo-quiet --workspace --status-level fail 2>&1",
|
|
"usage": null
|
|
},
|
|
"compile_rust": {
|
|
"status": "succeeded",
|
|
"context_updates": {
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"command.output": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126"
|
|
},
|
|
"notes": "Script completed: cargo check -q --workspace 2>&1",
|
|
"usage": null
|
|
},
|
|
"lint_rust": {
|
|
"status": "succeeded",
|
|
"context_updates": {
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"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 -- -D warnings 2>&1",
|
|
"usage": null
|
|
}
|
|
},
|
|
"next_node_id": "test_typescript",
|
|
"git_commit_sha": "8ffb6c0ab618428635f068f1bbc9d0aa8ae23a2b",
|
|
"node_visits": {
|
|
"test_rust": 1,
|
|
"lint_rust": 1,
|
|
"toolchain": 1,
|
|
"compile_typescript": 1,
|
|
"start": 1,
|
|
"compile_rust": 1
|
|
}
|
|
}
|
|
],
|
|
[
|
|
77,
|
|
{
|
|
"timestamp": "2026-05-03T23:54:53.412073Z",
|
|
"current_node": "test_typescript",
|
|
"completed_nodes": [
|
|
"start",
|
|
"toolchain",
|
|
"compile_rust",
|
|
"compile_typescript",
|
|
"lint_rust",
|
|
"test_rust",
|
|
"test_typescript"
|
|
],
|
|
"node_retries": {},
|
|
"context_values": {
|
|
"internal.retry_count.lint_rust": 0,
|
|
"failure_class": "",
|
|
"graph.rankdir": "LR",
|
|
"internal.retry_count.compile_typescript": 0,
|
|
"internal.retry_count.test_typescript": 0,
|
|
"thread.test_rust.current_node": "test_typescript",
|
|
"thread.compile_typescript.current_node": "lint_rust",
|
|
"internal.run_id": "01KQR3V9D4VPFFWMNTVH09J48G",
|
|
"thread.toolchain.current_node": "compile_rust",
|
|
"internal.retry_count.start": 0,
|
|
"failure_signature": "",
|
|
"internal.retry_count.test_rust": 0,
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"current_node": "test_typescript",
|
|
"internal.work_dir": "/home/daytona/workspace",
|
|
"outcome": "succeeded",
|
|
"command.output": "blob://sha256/4c0bced81b51eb7ad99f59ed878f8a7cc575e6f1ea4aecc28dcfb1c194e6069c",
|
|
"internal.retry_count.compile_rust": 0,
|
|
"internal.retry_count.toolchain": 0,
|
|
"internal.thread_id": "test_rust",
|
|
"thread.compile_rust.current_node": "compile_typescript",
|
|
"thread.lint_rust.current_node": "test_rust",
|
|
"graph.goal": "Verify the sandbox can lint and test the project",
|
|
"thread.start.current_node": "toolchain",
|
|
"graph.retry_target": "exit",
|
|
"internal.fidelity": "compact",
|
|
"internal.node_visit_count": 1
|
|
},
|
|
"node_outcomes": {
|
|
"start": {
|
|
"status": "succeeded",
|
|
"usage": null
|
|
},
|
|
"compile_typescript": {
|
|
"status": "succeeded",
|
|
"context_updates": {
|
|
"command.output": "blob://sha256/42306a483042091740e1a167efc535398afa53725063f7552ab75bbbd39929d0",
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126"
|
|
},
|
|
"notes": "Script completed: cd apps/fabro-web && bun install && bun run typecheck 2>&1",
|
|
"usage": null
|
|
},
|
|
"test_rust": {
|
|
"status": "succeeded",
|
|
"context_updates": {
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"command.output": "blob://sha256/d643b8786cd2a320fa7b2d7101e5c69e4358c65e1454ac2431debe0edf8e7041"
|
|
},
|
|
"notes": "Script completed: ulimit -n 4096 && cargo nextest run --cargo-quiet --workspace --status-level fail 2>&1",
|
|
"usage": null
|
|
},
|
|
"compile_rust": {
|
|
"status": "succeeded",
|
|
"context_updates": {
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"command.output": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126"
|
|
},
|
|
"notes": "Script completed: cargo check -q --workspace 2>&1",
|
|
"usage": null
|
|
},
|
|
"test_typescript": {
|
|
"status": "succeeded",
|
|
"context_updates": {
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"command.output": "blob://sha256/4c0bced81b51eb7ad99f59ed878f8a7cc575e6f1ea4aecc28dcfb1c194e6069c"
|
|
},
|
|
"notes": "Script completed: cd apps/fabro-web && bun test 2>&1",
|
|
"usage": null
|
|
},
|
|
"toolchain": {
|
|
"status": "succeeded",
|
|
"context_updates": {
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"command.output": "blob://sha256/0f445145c30db4edc762837f8ad7fdbcfcf07d57265b2bc38b6b276be718c75a"
|
|
},
|
|
"notes": "Script completed: rustc --version && cargo --version && bun --version 2>&1",
|
|
"usage": null
|
|
},
|
|
"lint_rust": {
|
|
"status": "succeeded",
|
|
"context_updates": {
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"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 -- -D warnings 2>&1",
|
|
"usage": null
|
|
}
|
|
},
|
|
"next_node_id": "exit",
|
|
"git_commit_sha": "ebb02b559d79198f7153a75fd2065cf5cde12a5d",
|
|
"node_visits": {
|
|
"toolchain": 1,
|
|
"test_rust": 1,
|
|
"test_typescript": 1,
|
|
"compile_typescript": 1,
|
|
"lint_rust": 1,
|
|
"start": 1,
|
|
"compile_rust": 1
|
|
}
|
|
}
|
|
]
|
|
],
|
|
"conclusion": {
|
|
"timestamp": "2026-05-03T23:54:53.432762Z",
|
|
"status": "succeeded",
|
|
"duration_ms": 414123,
|
|
"final_git_commit_sha": "ebb02b559d79198f7153a75fd2065cf5cde12a5d",
|
|
"stages": [
|
|
{
|
|
"stage_id": "start",
|
|
"stage_label": "start",
|
|
"duration_ms": 0,
|
|
"retries": 0
|
|
},
|
|
{
|
|
"stage_id": "toolchain",
|
|
"stage_label": "toolchain",
|
|
"duration_ms": 1439,
|
|
"retries": 0
|
|
},
|
|
{
|
|
"stage_id": "compile_rust",
|
|
"stage_label": "compile_rust",
|
|
"duration_ms": 126784,
|
|
"retries": 0
|
|
},
|
|
{
|
|
"stage_id": "compile_typescript",
|
|
"stage_label": "compile_typescript",
|
|
"duration_ms": 6176,
|
|
"retries": 0
|
|
},
|
|
{
|
|
"stage_id": "lint_rust",
|
|
"stage_label": "lint_rust",
|
|
"duration_ms": 126031,
|
|
"retries": 0
|
|
},
|
|
{
|
|
"stage_id": "test_rust",
|
|
"stage_label": "test_rust",
|
|
"duration_ms": 128543,
|
|
"retries": 0
|
|
},
|
|
{
|
|
"stage_id": "test_typescript",
|
|
"stage_label": "test_typescript",
|
|
"duration_ms": 2963,
|
|
"retries": 0
|
|
}
|
|
],
|
|
"total_retries": 0
|
|
},
|
|
"retro": null,
|
|
"retro_prompt": null,
|
|
"retro_response": null,
|
|
"sandbox": {
|
|
"provider": "daytona",
|
|
"working_directory": "/home/daytona/workspace",
|
|
"identifier": "fabro-01KQR3V9D4VPFFWMNTVH09J48G",
|
|
"repo_cloned": true,
|
|
"clone_origin_url": "https://github.com/fabro-sh/fabro",
|
|
"clone_branch": "main"
|
|
},
|
|
"final_patch": null,
|
|
"pull_request": null,
|
|
"superseded_by": null,
|
|
"pending_interviews": {},
|
|
"stages": {
|
|
"lint_rust@1": {
|
|
"first_event_seq": 50,
|
|
"prompt": null,
|
|
"response": null,
|
|
"completion": {
|
|
"outcome": "succeeded",
|
|
"notes": "Script completed: cargo +nightly-2026-04-14 fmt --check --all 2>&1 && cargo +nightly-2026-04-14 clippy -q --workspace -- -D warnings 2>&1",
|
|
"failure_reason": null,
|
|
"timestamp": "2026-05-03T23:52:31.225941Z"
|
|
},
|
|
"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 -- -D warnings 2>&1",
|
|
"command": "cargo +nightly-2026-04-14 fmt --check --all 2>&1 && cargo +nightly-2026-04-14 clippy -q --workspace -- -D warnings 2>&1",
|
|
"language": "shell"
|
|
},
|
|
"script_timing": {
|
|
"stdout": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"exit_code": 0,
|
|
"duration_ms": 126020,
|
|
"termination": "exited",
|
|
"stdout_bytes": 0,
|
|
"stderr_bytes": 0,
|
|
"streams_separated": true,
|
|
"live_streaming": false
|
|
},
|
|
"parallel_results": null,
|
|
"stdout": null,
|
|
"stderr": null,
|
|
"stdout_bytes": 0,
|
|
"stderr_bytes": 0,
|
|
"streams_separated": true,
|
|
"live_streaming": false,
|
|
"termination": "exited"
|
|
},
|
|
"exit@1": {
|
|
"first_event_seq": 80,
|
|
"prompt": null,
|
|
"response": null,
|
|
"completion": {
|
|
"outcome": "succeeded",
|
|
"notes": null,
|
|
"failure_reason": null,
|
|
"timestamp": "2026-05-03T23:54:53.412201Z"
|
|
},
|
|
"provider_used": null,
|
|
"diff": null,
|
|
"script_invocation": null,
|
|
"script_timing": null,
|
|
"parallel_results": null,
|
|
"stdout": null,
|
|
"stderr": null
|
|
},
|
|
"test_rust@1": {
|
|
"first_event_seq": 60,
|
|
"prompt": null,
|
|
"response": 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-03T23:54:43.174047Z"
|
|
},
|
|
"provider_used": null,
|
|
"diff": null,
|
|
"script_invocation": {
|
|
"script": "ulimit -n 4096 && cargo nextest run --cargo-quiet --workspace --status-level fail 2>&1",
|
|
"command": "ulimit -n 4096 && cargo nextest run --cargo-quiet --workspace --status-level fail 2>&1",
|
|
"language": "shell"
|
|
},
|
|
"script_timing": {
|
|
"stdout": "blob://sha256/d643b8786cd2a320fa7b2d7101e5c69e4358c65e1454ac2431debe0edf8e7041",
|
|
"stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"exit_code": 0,
|
|
"duration_ms": 128537,
|
|
"termination": "exited",
|
|
"stdout_bytes": 287,
|
|
"stderr_bytes": 0,
|
|
"streams_separated": true,
|
|
"live_streaming": true
|
|
},
|
|
"parallel_results": null,
|
|
"stdout": null,
|
|
"stderr": null,
|
|
"stdout_bytes": 287,
|
|
"stderr_bytes": 0,
|
|
"streams_separated": true,
|
|
"live_streaming": true,
|
|
"termination": "exited"
|
|
},
|
|
"start@1": {
|
|
"first_event_seq": 16,
|
|
"prompt": null,
|
|
"response": null,
|
|
"completion": {
|
|
"outcome": "succeeded",
|
|
"notes": null,
|
|
"failure_reason": null,
|
|
"timestamp": "2026-05-03T23:48:01.081052Z"
|
|
},
|
|
"provider_used": null,
|
|
"diff": null,
|
|
"script_invocation": null,
|
|
"script_timing": null,
|
|
"parallel_results": null,
|
|
"stdout": null,
|
|
"stderr": null
|
|
},
|
|
"compile_typescript@1": {
|
|
"first_event_seq": 40,
|
|
"prompt": null,
|
|
"response": null,
|
|
"completion": {
|
|
"outcome": "succeeded",
|
|
"notes": "Script completed: cd apps/fabro-web && bun install && bun run typecheck 2>&1",
|
|
"failure_reason": null,
|
|
"timestamp": "2026-05-03T23:50:21.743359Z"
|
|
},
|
|
"provider_used": null,
|
|
"diff": null,
|
|
"script_invocation": {
|
|
"script": "cd apps/fabro-web && bun install && bun run typecheck 2>&1",
|
|
"command": "cd apps/fabro-web && bun install && bun run typecheck 2>&1",
|
|
"language": "shell"
|
|
},
|
|
"script_timing": {
|
|
"stdout": "blob://sha256/42306a483042091740e1a167efc535398afa53725063f7552ab75bbbd39929d0",
|
|
"stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"exit_code": 0,
|
|
"duration_ms": 6168,
|
|
"termination": "exited",
|
|
"stdout_bytes": 579,
|
|
"stderr_bytes": 0,
|
|
"streams_separated": true,
|
|
"live_streaming": true
|
|
},
|
|
"parallel_results": null,
|
|
"stdout": null,
|
|
"stderr": null,
|
|
"stdout_bytes": 579,
|
|
"stderr_bytes": 0,
|
|
"streams_separated": true,
|
|
"live_streaming": true,
|
|
"termination": "exited"
|
|
},
|
|
"test_typescript@1": {
|
|
"first_event_seq": 70,
|
|
"prompt": null,
|
|
"response": null,
|
|
"completion": {
|
|
"outcome": "succeeded",
|
|
"notes": "Script completed: cd apps/fabro-web && bun test 2>&1",
|
|
"failure_reason": null,
|
|
"timestamp": "2026-05-03T23:54:50.001433Z"
|
|
},
|
|
"provider_used": null,
|
|
"diff": null,
|
|
"script_invocation": {
|
|
"script": "cd apps/fabro-web && bun test 2>&1",
|
|
"command": "cd apps/fabro-web && bun test 2>&1",
|
|
"language": "shell"
|
|
},
|
|
"script_timing": {
|
|
"stdout": "blob://sha256/4c0bced81b51eb7ad99f59ed878f8a7cc575e6f1ea4aecc28dcfb1c194e6069c",
|
|
"stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"exit_code": 0,
|
|
"duration_ms": 2954,
|
|
"termination": "exited",
|
|
"stdout_bytes": 17395,
|
|
"stderr_bytes": 0,
|
|
"streams_separated": true,
|
|
"live_streaming": true
|
|
},
|
|
"parallel_results": null,
|
|
"stdout": null,
|
|
"stderr": null,
|
|
"stdout_bytes": 17395,
|
|
"stderr_bytes": 0,
|
|
"streams_separated": true,
|
|
"live_streaming": true,
|
|
"termination": "exited"
|
|
},
|
|
"compile_rust@1": {
|
|
"first_event_seq": 30,
|
|
"prompt": null,
|
|
"response": null,
|
|
"completion": {
|
|
"outcome": "succeeded",
|
|
"notes": "Script completed: cargo check -q --workspace 2>&1",
|
|
"failure_reason": null,
|
|
"timestamp": "2026-05-03T23:50:11.877992Z"
|
|
},
|
|
"provider_used": null,
|
|
"diff": null,
|
|
"script_invocation": {
|
|
"script": "cargo check -q --workspace 2>&1",
|
|
"command": "cargo check -q --workspace 2>&1",
|
|
"language": "shell"
|
|
},
|
|
"script_timing": {
|
|
"stdout": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"exit_code": 0,
|
|
"duration_ms": 126779,
|
|
"termination": "exited",
|
|
"stdout_bytes": 0,
|
|
"stderr_bytes": 0,
|
|
"streams_separated": true,
|
|
"live_streaming": false
|
|
},
|
|
"parallel_results": null,
|
|
"stdout": null,
|
|
"stderr": null,
|
|
"stdout_bytes": 0,
|
|
"stderr_bytes": 0,
|
|
"streams_separated": true,
|
|
"live_streaming": false,
|
|
"termination": "exited"
|
|
},
|
|
"toolchain@1": {
|
|
"first_event_seq": 20,
|
|
"prompt": null,
|
|
"response": null,
|
|
"completion": {
|
|
"outcome": "succeeded",
|
|
"notes": "Script completed: rustc --version && cargo --version && bun --version 2>&1",
|
|
"failure_reason": null,
|
|
"timestamp": "2026-05-03T23:48:02.521215Z"
|
|
},
|
|
"provider_used": null,
|
|
"diff": null,
|
|
"script_invocation": {
|
|
"script": "rustc --version && cargo --version && bun --version 2>&1",
|
|
"command": "rustc --version && cargo --version && bun --version 2>&1",
|
|
"language": "shell"
|
|
},
|
|
"script_timing": {
|
|
"stdout": "blob://sha256/0f445145c30db4edc762837f8ad7fdbcfcf07d57265b2bc38b6b276be718c75a",
|
|
"stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"exit_code": 0,
|
|
"duration_ms": 1432,
|
|
"termination": "exited",
|
|
"stdout_bytes": 79,
|
|
"stderr_bytes": 0,
|
|
"streams_separated": true,
|
|
"live_streaming": true
|
|
},
|
|
"parallel_results": null,
|
|
"stdout": null,
|
|
"stderr": null,
|
|
"stdout_bytes": 79,
|
|
"stderr_bytes": 0,
|
|
"streams_separated": true,
|
|
"live_streaming": true,
|
|
"termination": "exited"
|
|
}
|
|
}
|
|
} |