[INFO] cloning repository https://github.com/kirushik/model-sandbox-protocol [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kirushik/model-sandbox-protocol" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkirushik%2Fmodel-sandbox-protocol", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkirushik%2Fmodel-sandbox-protocol'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6f95ac29f9f03d8ae98f561a6c7a9431c3107480 [INFO] checking kirushik/model-sandbox-protocol against try#c86ec274072509d26d0ee52682a0c94ed012ed89 for pr-153027 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkirushik%2Fmodel-sandbox-protocol" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/kirushik/model-sandbox-protocol [INFO] finished tweaking git repo https://github.com/kirushik/model-sandbox-protocol [INFO] tweaked toml for git repo https://github.com/kirushik/model-sandbox-protocol written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/kirushik/model-sandbox-protocol on toolchain c86ec274072509d26d0ee52682a0c94ed012ed89 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c86ec274072509d26d0ee52682a0c94ed012ed89" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/kirushik/model-sandbox-protocol 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" "+c86ec274072509d26d0ee52682a0c94ed012ed89" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+c86ec274072509d26d0ee52682a0c94ed012ed89" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 88fa05e8194d98076e25335b51f08ee976b67c4c37dd4b40c7bc6784601c5ed6 [INFO] running `Command { std: "docker" "start" "-a" "88fa05e8194d98076e25335b51f08ee976b67c4c37dd4b40c7bc6784601c5ed6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "88fa05e8194d98076e25335b51f08ee976b67c4c37dd4b40c7bc6784601c5ed6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "88fa05e8194d98076e25335b51f08ee976b67c4c37dd4b40c7bc6784601c5ed6", kill_on_drop: false }` [INFO] [stdout] 88fa05e8194d98076e25335b51f08ee976b67c4c37dd4b40c7bc6784601c5ed6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+c86ec274072509d26d0ee52682a0c94ed012ed89" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ece4c59fea7d344c9708cc174209de660fcc7d674d5ae757f0893059a6e92962 [INFO] running `Command { std: "docker" "start" "-a" "ece4c59fea7d344c9708cc174209de660fcc7d674d5ae757f0893059a6e92962", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.178 [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking linux-raw-sys v0.11.0 [INFO] [stderr] Compiling object v0.37.3 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Checking gimli v0.32.3 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling darling_core v0.23.0 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling serde_json v1.0.147 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Compiling ref-cast-impl v1.0.25 [INFO] [stderr] Compiling itoa v1.0.16 [INFO] [stderr] Checking rustc-demangle v0.1.26 [INFO] [stderr] Compiling owo-colors v4.2.3 [INFO] [stderr] Compiling zmij v0.1.8 [INFO] [stderr] Compiling procfs v0.18.0 [INFO] [stderr] Compiling virtue v0.0.18 [INFO] [stderr] Checking ref-cast v1.0.25 [INFO] [stderr] Checking flate2 v1.1.5 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Compiling enumflags2_derive v0.7.12 [INFO] [stderr] Checking clap_lex v0.7.6 [INFO] [stderr] Compiling schemars_derive v1.1.0 [INFO] [stderr] Checking unty v0.0.4 [INFO] [stderr] Checking is_ci v1.2.0 [INFO] [stderr] Checking textwrap v0.16.2 [INFO] [stderr] Checking supports-color v3.0.2 [INFO] [stderr] Checking clap_builder v4.5.53 [INFO] [stderr] Checking enumflags2 v0.7.12 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling bincode_derive v2.0.1 [INFO] [stderr] Compiling miette-derive v7.6.0 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Checking socket2 v0.6.1 [INFO] [stderr] Checking signal-hook-registry v1.4.7 [INFO] [stderr] Checking mio v1.1.1 [INFO] [stderr] Checking thiserror v2.0.17 [INFO] [stderr] Checking getrandom v0.3.4 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking addr2line v0.25.1 [INFO] [stderr] Checking caps v0.5.6 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Checking supports-hyperlinks v3.2.0 [INFO] [stderr] Checking supports-unicode v3.0.0 [INFO] [stderr] Checking tokio v1.48.0 [INFO] [stderr] Checking tracing-subscriber v0.3.22 [INFO] [stderr] Checking uuid v1.19.0 [INFO] [stderr] Checking landlock v0.4.4 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Checking async-stream v0.3.6 [INFO] [stderr] Compiling darling_macro v0.23.0 [INFO] [stderr] Checking clap v4.5.53 [INFO] [stderr] Checking serde v1.0.228 [INFO] [stderr] Compiling darling v0.23.0 [INFO] [stderr] Compiling rmcp-macros v0.12.0 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Checking backtrace v0.3.76 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Checking terminal_size v0.4.3 [INFO] [stderr] Checking tempfile v3.24.0 [INFO] [stderr] Checking chrono v0.4.42 [INFO] [stderr] Checking bincode v2.0.1 [INFO] [stderr] Checking backtrace-ext v0.2.1 [INFO] [stderr] Checking miette v7.6.0 [INFO] [stderr] Checking procfs-core v0.18.0 [INFO] [stderr] Checking schemars v1.1.0 [INFO] [stderr] Checking tokio-util v0.7.17 [INFO] [stderr] Checking tokio-stream v0.1.17 [INFO] [stderr] Checking rmcp v0.12.0 [INFO] [stderr] Checking tokio-test v0.4.4 [INFO] [stderr] Checking hakoniwa v1.2.4 [INFO] [stderr] Checking model-sandbox-protocol v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.28s [INFO] running `Command { std: "docker" "inspect" "ece4c59fea7d344c9708cc174209de660fcc7d674d5ae757f0893059a6e92962", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ece4c59fea7d344c9708cc174209de660fcc7d674d5ae757f0893059a6e92962", kill_on_drop: false }` [INFO] [stdout] ece4c59fea7d344c9708cc174209de660fcc7d674d5ae757f0893059a6e92962