[INFO] cloning repository https://github.com/max-lt/ql-link-lab
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/max-lt/ql-link-lab" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmax-lt%2Fql-link-lab", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmax-lt%2Fql-link-lab'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8ef2568c907e872945fa5e64be406d5c67e3c6ae
[INFO] testing max-lt/ql-link-lab against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmax-lt%2Fql-link-lab" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/max-lt/ql-link-lab
[INFO] finished tweaking git repo https://github.com/max-lt/ql-link-lab
[INFO] tweaked toml for git repo https://github.com/max-lt/ql-link-lab written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/max-lt/ql-link-lab on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/max-lt/ql-link-lab already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] da74b3f8a0d0476af1af11b35f3c612c568e7fbb3474ee59b80410fc00f4f962
[INFO] running `Command { std: "docker" "start" "da74b3f8a0d0476af1af11b35f3c612c568e7fbb3474ee59b80410fc00f4f962", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "da74b3f8a0d0476af1af11b35f3c612c568e7fbb3474ee59b80410fc00f4f962", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "da74b3f8a0d0476af1af11b35f3c612c568e7fbb3474ee59b80410fc00f4f962" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "da74b3f8a0d0476af1af11b35f3c612c568e7fbb3474ee59b80410fc00f4f962", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "da74b3f8a0d0476af1af11b35f3c612c568e7fbb3474ee59b80410fc00f4f962" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling hax-lib v0.3.6
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling base64ct v1.8.3
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling flagset v0.4.7
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling libcrux-intrinsics v0.0.6
[INFO] [stderr]    Compiling cc v1.2.65
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling libcrux-sha3 v0.0.7
[INFO] [stderr]    Compiling libcrux-ml-kem v0.0.7
[INFO] [stderr]    Compiling ql-common v0.1.0 (https://github.com/Foundation-Devices/foundation-api?branch=ql-v2-shared-api#ce15ed87)
[INFO] [stderr]    Compiling libcrux-aesgcm v0.0.7
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling base16ct v0.2.0
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling http v1.4.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling libcrux-platform v0.0.3
[INFO] [stderr]    Compiling pcsc-sys v1.3.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling ff v0.13.1
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling async-channel v2.5.0
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling consts v2.0.0 (https://github.com/Foundation-Devices/prime-ble-firmware.git#8faef41c)
[INFO] [stderr]    Compiling rusb v0.9.4
[INFO] [stderr]    Compiling jiff v0.2.24
[INFO] [stderr]    Compiling futures-lite v2.6.1
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling oneshot v0.1.13
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling diatomic-waker v0.2.3
[INFO] [stderr]    Compiling libusb1-sys v0.7.0
[INFO] [stderr]    Compiling hidapi v2.6.6
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling pcsc v2.9.0
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling env_filter v1.0.1
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling hax-lib-macros v0.3.6
[INFO] [stderr]    Compiling der_derive v0.7.3
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling tls_codec_derive v0.4.2
[INFO] [stderr]    Compiling trait-variant v0.1.2
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling ql-rpc v0.1.0 (https://github.com/Foundation-Devices/foundation-api?branch=ql-v2-shared-api#ce15ed87)
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling axum-macros v0.4.2
[INFO] [stderr]    Compiling libcrux-secrets v0.0.5
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling libcrux-traits v0.0.6
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling axum-core v0.4.5
[INFO] [stderr]    Compiling env_logger v0.11.10
[INFO] [stderr]    Compiling tls_codec v0.4.2
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling bytemuck v1.25.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling btp v0.1.0 (https://github.com/Foundation-Devices/foundation-api?tag=5.7.0#4aca6373)
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling x509-cert v0.2.5
[INFO] [stderr]    Compiling nusb v0.2.4
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling ecdsa v0.16.9
[INFO] [stderr]    Compiling primeorder v0.13.6
[INFO] [stderr]    Compiling ql-wire v0.1.0 (https://github.com/Foundation-Devices/foundation-api?branch=ql-v2-shared-api#ce15ed87)
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling p256 v0.13.2
[INFO] [stderr]    Compiling ql-fsm v0.1.0 (https://github.com/Foundation-Devices/foundation-api?branch=ql-v2-shared-api#ce15ed87)
[INFO] [stderr]    Compiling ql-runtime v0.1.0 (https://github.com/Foundation-Devices/foundation-api?branch=ql-v2-shared-api#ce15ed87)
[INFO] [stderr]    Compiling hyper v1.10.0
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling relay v0.1.0 (/opt/rustwide/workdir/relay)
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling axum v0.7.9
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling ql-api v0.1.0 (https://github.com/Foundation-Devices/foundation-api?branch=ql-v2-shared-api#ce15ed87)
[INFO] [stderr]    Compiling backend v0.1.0 (/opt/rustwide/workdir/backend)
[INFO] [stderr]    Compiling fl v0.1.0 (/opt/rustwide/workdir/fl)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.03s
[INFO] running `Command { std: "docker" "inspect" "da74b3f8a0d0476af1af11b35f3c612c568e7fbb3474ee59b80410fc00f4f962", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "da74b3f8a0d0476af1af11b35f3c612c568e7fbb3474ee59b80410fc00f4f962" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling backend v0.1.0 (/opt/rustwide/workdir/backend)
[INFO] [stderr]    Compiling relay v0.1.0 (/opt/rustwide/workdir/relay)
[INFO] [stderr]    Compiling fl v0.1.0 (/opt/rustwide/workdir/fl)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.99s
[INFO] running `Command { std: "docker" "inspect" "da74b3f8a0d0476af1af11b35f3c612c568e7fbb3474ee59b80410fc00f4f962", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "da74b3f8a0d0476af1af11b35f3c612c568e7fbb3474ee59b80410fc00f4f962" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.27s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/backend-13c188114d0b9e60)
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/fl-175f98afe7fdf0f8)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/relay-6a4c839edcac9176)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests backend
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test backend/src/mcp.rs - mcp (line 10) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- backend/src/mcp.rs - mcp (line 10) stdout ----
[INFO] [stdout] error: unknown start of token: \u{2500}
[INFO] [stdout]   --> backend/src/mcp.rs:11:21
[INFO] [stdout]    |
[INFO] [stdout] 11 | Claude (MCP client) ──HTTP+SSE──► THIS ──(rpc/chat)──► device
[INFO] [stdout]    |                     ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 11 - Claude (MCP client) ──HTTP+SSE──► THIS ──(rpc/chat)──► device
[INFO] [stdout] 11 + Claude (MCP client) --HTTP+SSE──► THIS ──(rpc/chat)──► device
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2500}
[INFO] [stdout]   --> backend/src/mcp.rs:11:22
[INFO] [stdout]    |
[INFO] [stdout] 11 | Claude (MCP client) ──HTTP+SSE──► THIS ──(rpc/chat)──► device
[INFO] [stdout]    |                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 11 - Claude (MCP client) ──HTTP+SSE──► THIS ──(rpc/chat)──► device
[INFO] [stdout] 11 + Claude (MCP client) ─-HTTP+SSE──► THIS ──(rpc/chat)──► device
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2500}
[INFO] [stdout]   --> backend/src/mcp.rs:11:31
[INFO] [stdout]    |
[INFO] [stdout] 11 | Claude (MCP client) ──HTTP+SSE──► THIS ──(rpc/chat)──► device
[INFO] [stdout]    |                               ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 11 - Claude (MCP client) ──HTTP+SSE──► THIS ──(rpc/chat)──► device
[INFO] [stdout] 11 + Claude (MCP client) ──HTTP+SSE--► THIS ──(rpc/chat)──► device
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2500}
[INFO] [stdout]   --> backend/src/mcp.rs:11:32
[INFO] [stdout]    |
[INFO] [stdout] 11 | Claude (MCP client) ──HTTP+SSE──► THIS ──(rpc/chat)──► device
[INFO] [stdout]    |                                ^
[INFO] [stdout]    |
[INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 11 - Claude (MCP client) ──HTTP+SSE──► THIS ──(rpc/chat)──► device
[INFO] [stdout] 11 + Claude (MCP client) ──HTTP+SSE─-► THIS ──(rpc/chat)──► device
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{25ba}
[INFO] [stdout]   --> backend/src/mcp.rs:11:33
[INFO] [stdout]    |
[INFO] [stdout] 11 | Claude (MCP client) ──HTTP+SSE──► THIS ──(rpc/chat)──► device
[INFO] [stdout]    |                                 ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2500}
[INFO] [stdout]   --> backend/src/mcp.rs:11:40
[INFO] [stdout]    |
[INFO] [stdout] 11 | Claude (MCP client) ──HTTP+SSE──► THIS ──(rpc/chat)──► device
[INFO] [stdout]    |                                        ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 11 - Claude (MCP client) ──HTTP+SSE──► THIS ──(rpc/chat)──► device
[INFO] [stdout] 11 + Claude (MCP client) ──HTTP+SSE──► THIS --(rpc/chat)──► device
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2500}
[INFO] [stdout]   --> backend/src/mcp.rs:11:41
[INFO] [stdout]    |
[INFO] [stdout] 11 | Claude (MCP client) ──HTTP+SSE──► THIS ──(rpc/chat)──► device
[INFO] [stdout]    |                                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 11 - Claude (MCP client) ──HTTP+SSE──► THIS ──(rpc/chat)──► device
[INFO] [stdout] 11 + Claude (MCP client) ──HTTP+SSE──► THIS ─-(rpc/chat)──► device
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2500}
[INFO] [stdout]   --> backend/src/mcp.rs:11:52
[INFO] [stdout]    |
[INFO] [stdout] 11 | Claude (MCP client) ──HTTP+SSE──► THIS ──(rpc/chat)──► device
[INFO] [stdout]    |                                                    ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 11 - Claude (MCP client) ──HTTP+SSE──► THIS ──(rpc/chat)──► device
[INFO] [stdout] 11 + Claude (MCP client) ──HTTP+SSE──► THIS ──(rpc/chat)--► device
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2500}
[INFO] [stdout]   --> backend/src/mcp.rs:11:53
[INFO] [stdout]    |
[INFO] [stdout] 11 | Claude (MCP client) ──HTTP+SSE──► THIS ──(rpc/chat)──► device
[INFO] [stdout]    |                                                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 11 - Claude (MCP client) ──HTTP+SSE──► THIS ──(rpc/chat)──► device
[INFO] [stdout] 11 + Claude (MCP client) ──HTTP+SSE──► THIS ──(rpc/chat)─-► device
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{25ba}
[INFO] [stdout]   --> backend/src/mcp.rs:11:54
[INFO] [stdout]    |
[INFO] [stdout] 11 | Claude (MCP client) ──HTTP+SSE──► THIS ──(rpc/chat)──► device
[INFO] [stdout]    |                                                      ^
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `client`
[INFO] [stdout]   --> backend/src/mcp.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | Claude (MCP client) ──HTTP+SSE──► THIS ──(rpc/chat)──► device
[INFO] [stdout]    |            -^^^^^^ expected one of 8 possible tokens
[INFO] [stdout]    |            |
[INFO] [stdout]    |            help: missing `,`
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MCP` in this scope
[INFO] [stdout]   --> backend/src/mcp.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | Claude (MCP client) ──HTTP+SSE──► THIS ──(rpc/chat)──► device
[INFO] [stdout]    |         ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `client` in this scope
[INFO] [stdout]   --> backend/src/mcp.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | Claude (MCP client) ──HTTP+SSE──► THIS ──(rpc/chat)──► device
[INFO] [stdout]    |             ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `HTTP` in this scope
[INFO] [stdout]   --> backend/src/mcp.rs:11:23
[INFO] [stdout]    |
[INFO] [stdout] 11 | Claude (MCP client) ──HTTP+SSE──► THIS ──(rpc/chat)──► device
[INFO] [stdout]    |                       ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SSE` in this scope
[INFO] [stdout]   --> backend/src/mcp.rs:11:28
[INFO] [stdout]    |
[INFO] [stdout] 11 | Claude (MCP client) ──HTTP+SSE──► THIS ──(rpc/chat)──► device
[INFO] [stdout]    |                            ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `THIS` in this scope
[INFO] [stdout]   --> backend/src/mcp.rs:11:35
[INFO] [stdout]    |
[INFO] [stdout] 11 | Claude (MCP client) ──HTTP+SSE──► THIS ──(rpc/chat)──► device
[INFO] [stdout]    |                                   ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `rpc` in this scope
[INFO] [stdout]   --> backend/src/mcp.rs:11:43
[INFO] [stdout]    |
[INFO] [stdout] 11 | Claude (MCP client) ──HTTP+SSE──► THIS ──(rpc/chat)──► device
[INFO] [stdout]    |                                           ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `chat` in this scope
[INFO] [stdout]   --> backend/src/mcp.rs:11:47
[INFO] [stdout]    |
[INFO] [stdout] 11 | Claude (MCP client) ──HTTP+SSE──► THIS ──(rpc/chat)──► device
[INFO] [stdout]    |                                               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `device` in this scope
[INFO] [stdout]   --> backend/src/mcp.rs:11:56
[INFO] [stdout]    |
[INFO] [stdout] 11 | Claude (MCP client) ──HTTP+SSE──► THIS ──(rpc/chat)──► device
[INFO] [stdout]    |                                                        ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Claude` in this scope
[INFO] [stdout]   --> backend/src/mcp.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | Claude (MCP client) ──HTTP+SSE──► THIS ──(rpc/chat)──► device
[INFO] [stdout]    | ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 20 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     backend/src/mcp.rs - mcp (line 10)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `-p backend --doc`
[INFO] running `Command { std: "docker" "inspect" "da74b3f8a0d0476af1af11b35f3c612c568e7fbb3474ee59b80410fc00f4f962", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da74b3f8a0d0476af1af11b35f3c612c568e7fbb3474ee59b80410fc00f4f962", kill_on_drop: false }`
[INFO] [stdout] da74b3f8a0d0476af1af11b35f3c612c568e7fbb3474ee59b80410fc00f4f962
