[INFO] cloning repository https://github.com/agentclientprotocol/rust-sdk
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/agentclientprotocol/rust-sdk" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fagentclientprotocol%2Frust-sdk", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fagentclientprotocol%2Frust-sdk'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c63610fc38a642f7a73ba2719f403f17d771c345
[INFO] checking agentclientprotocol/rust-sdk against 36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6 for pr-160581
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fagentclientprotocol%2Frust-sdk" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/agentclientprotocol/rust-sdk
[INFO] finished tweaking git repo https://github.com/agentclientprotocol/rust-sdk
[INFO] tweaked toml for git repo https://github.com/agentclientprotocol/rust-sdk written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/agentclientprotocol/rust-sdk on toolchain 36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/agentclientprotocol/rust-sdk 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" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 95cbec284718a7ed08656bab99c66928b27976ffeaf92daa662ec8d16c096280
[INFO] running `Command { std: "docker" "start" "95cbec284718a7ed08656bab99c66928b27976ffeaf92daa662ec8d16c096280", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "95cbec284718a7ed08656bab99c66928b27976ffeaf92daa662ec8d16c096280", 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" "95cbec284718a7ed08656bab99c66928b27976ffeaf92daa662ec8d16c096280" "/opt/rustwide/cargo-home/bin/cargo" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "95cbec284718a7ed08656bab99c66928b27976ffeaf92daa662ec8d16c096280", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "95cbec284718a7ed08656bab99c66928b27976ffeaf92daa662ec8d16c096280" "/opt/rustwide/cargo-home/bin/cargo" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]     Checking futures-core v0.3.34
[INFO] [stderr]     Checking futures-io v0.3.34
[INFO] [stderr]     Checking log v0.4.34
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]     Checking futures-sink v0.3.34
[INFO] [stderr]     Checking futures-task v0.3.34
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]     Checking http v1.5.0
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]    Compiling syn v3.0.4
[INFO] [stderr]     Checking bitflags v2.13.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking fastrand v2.5.0
[INFO] [stderr]    Compiling thiserror v2.0.20
[INFO] [stderr]     Checking futures-channel v0.3.34
[INFO] [stderr]    Compiling ref-cast v1.0.27
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking event-listener v5.4.2
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]     Checking ipnet v2.12.1
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]     Checking piper v0.2.5
[INFO] [stderr]     Checking litemap v0.8.3
[INFO] [stderr]     Checking writeable v0.6.4
[INFO] [stderr]     Checking fixedbitset v0.5.7
[INFO] [stderr]    Compiling icu_normalizer_data v2.3.0
[INFO] [stderr]     Checking rustc-hash v2.1.3
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking shell-words v1.1.1
[INFO] [stderr]     Checking http-body v1.1.0
[INFO] [stderr]    Compiling icu_properties_data v2.3.0
[INFO] [stderr]     Checking aho-corasick v1.1.5
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking http-body-util v0.1.5
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]    Compiling cfg_aliases v0.2.2
[INFO] [stderr]    Compiling nix v0.31.3
[INFO] [stderr]    Compiling zmij v1.0.23
[INFO] [stderr]    Compiling memchr v2.8.3
[INFO] [stderr]    Compiling rmcp v2.2.0
[INFO] [stderr]     Checking blocking v1.7.0
[INFO] [stderr]    Compiling pastey v0.2.3
[INFO] [stderr]     Checking clap_builder v4.6.6
[INFO] [stderr]     Checking dissimilar v1.0.11
[INFO] [stderr]     Checking data-encoding v2.11.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking expect-test v1.5.1
[INFO] [stderr]     Checking regex-automata v0.4.18
[INFO] [stderr]     Checking pin-project v1.1.13
[INFO] [stderr]     Checking futures-concurrency v7.7.1
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]    Compiling axum-macros v0.5.1
[INFO] [stderr]     Checking sha1 v0.10.7
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking vte v0.14.1
[INFO] [stderr]     Checking hybrid-array v0.4.14
[INFO] [stderr]     Checking strip-ansi-escapes v0.2.1
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.2.2
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking socket2 v0.6.5
[INFO] [stderr]     Checking uuid v1.26.0
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking open v5.4.2
[INFO] [stderr]     Checking strum v0.28.0
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]    Compiling rustls v0.23.43
[INFO] [stderr]     Checking cpufeatures v0.3.1
[INFO] [stderr]     Checking rustls-webpki v0.103.15
[INFO] [stderr]     Checking crypto-common v0.2.2
[INFO] [stderr]     Checking block-buffer v0.12.1
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking unicode-ident v1.0.24
[INFO] [stderr]     Checking chacha20 v0.10.2
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]     Checking agent-client-protocol-cookbook v2.0.0 (/opt/rustwide/workdir/src/agent-client-protocol-cookbook)
[INFO] [stderr]     Checking agent-client-protocol-http v2.0.0 (/opt/rustwide/workdir/src/agent-client-protocol-http)
[INFO] [stderr]     Checking rand v0.10.2
[INFO] [stderr]     Checking rand v0.9.5
[INFO] [stderr]     Checking proc-macro2 v1.0.107
[INFO] [stderr]    Compiling serde_derive_internals v0.30.0
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling serde_with_macros v3.22.0
[INFO] [stderr]     Checking sha1 v0.11.0
[INFO] [stderr]     Checking quote v1.0.47
[INFO] [stderr]    Compiling tokio-macros v2.7.2
[INFO] [stderr]    Compiling futures-macro v0.3.34
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling thiserror-impl v2.0.20
[INFO] [stderr]    Compiling zerovec-derive v0.11.6
[INFO] [stderr]    Compiling ref-cast-impl v1.0.27
[INFO] [stderr]    Compiling displaydoc v0.2.7
[INFO] [stderr]    Compiling schemars_derive v1.2.2
[INFO] [stderr]    Compiling agent-client-protocol-derive v2.0.0 (/opt/rustwide/workdir/src/agent-client-protocol-derive)
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]    Compiling rmcp-macros v2.2.0
[INFO] [stderr]    Compiling async-trait v0.1.92
[INFO] [stderr]    Compiling clap_derive v4.6.4
[INFO] [stderr]     Checking regex v1.13.1
[INFO] [stderr] error: could not compile `rustix` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6/bin/rustc --crate-name rustix --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=d4e65beaf604c684 -C extra-filename=-3fc45be5d58fa2f1 --out-dir /opt/rustwide/target/debug/build/rustix/3fc45be5d58fa2f1/out -L dependency=/opt/rustwide/target/debug/build/bitflags/12164dedcc9c97c0/out -L dependency=/opt/rustwide/target/debug/build/linux-raw-sys/d4bc5dcbcaabc690/out --extern bitflags=/opt/rustwide/target/debug/build/bitflags/12164dedcc9c97c0/out/libbitflags-12164dedcc9c97c0.rmeta --extern linux_raw_sys=/opt/rustwide/target/debug/build/linux-raw-sys/d4bc5dcbcaabc690/out/liblinux_raw_sys-d4bc5dcbcaabc690.rmeta --cap-lints allow --cap-lints=forbid --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg linux_raw_dep --cfg linux_raw --cfg linux_like --cfg linux_kernel` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `futures-concurrency` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6/bin/rustc --crate-name futures_concurrency --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-concurrency-7.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=657f21ae63c2d7c0 -C extra-filename=-d22c5f2499c07c79 --out-dir /opt/rustwide/target/debug/build/futures-concurrency/d22c5f2499c07c79/out -L dependency=/opt/rustwide/target/debug/build/fastrand/21c30eb444774e72/out -L dependency=/opt/rustwide/target/debug/build/fixedbitset/f8585a537a73d958/out -L dependency=/opt/rustwide/target/debug/build/futures-core/e61316190f86a7bd/out -L dependency=/opt/rustwide/target/debug/build/futures-io/3982bdd4b44b9ff9/out -L dependency=/opt/rustwide/target/debug/build/futures-lite/89724dd8dde5956e/out -L dependency=/opt/rustwide/target/debug/build/parking/fbbb0e1f7c7ebc3f/out -L dependency=/opt/rustwide/target/debug/build/pin-project/b293efffc4617c14/out -L dependency=/opt/rustwide/target/debug/build/pin-project-internal/be0bb2356f932164/out -L dependency=/opt/rustwide/target/debug/build/pin-project-lite/7176d3be2b7ee2e1/out -L dependency=/opt/rustwide/target/debug/build/smallvec/3fa8e7f1993d4002/out --extern fixedbitset=/opt/rustwide/target/debug/build/fixedbitset/f8585a537a73d958/out/libfixedbitset-f8585a537a73d958.rmeta --extern futures_core=/opt/rustwide/target/debug/build/futures-core/e61316190f86a7bd/out/libfutures_core-e61316190f86a7bd.rmeta --extern futures_lite=/opt/rustwide/target/debug/build/futures-lite/89724dd8dde5956e/out/libfutures_lite-89724dd8dde5956e.rmeta --extern pin_project=/opt/rustwide/target/debug/build/pin-project/b293efffc4617c14/out/libpin_project-b293efffc4617c14.rmeta --extern smallvec=/opt/rustwide/target/debug/build/smallvec/3fa8e7f1993d4002/out/libsmallvec-3fa8e7f1993d4002.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "95cbec284718a7ed08656bab99c66928b27976ffeaf92daa662ec8d16c096280", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "95cbec284718a7ed08656bab99c66928b27976ffeaf92daa662ec8d16c096280", kill_on_drop: false }`
[INFO] [stdout] 95cbec284718a7ed08656bab99c66928b27976ffeaf92daa662ec8d16c096280
