[INFO] cloning repository https://github.com/adairrr/cosmwasm-mcp
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/adairrr/cosmwasm-mcp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadairrr%2Fcosmwasm-mcp", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadairrr%2Fcosmwasm-mcp'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8164ca8104ef473f671d552b12035e9248d2cccb
[INFO] checking adairrr/cosmwasm-mcp against 79c0559184f27f4433a6fbc260b950d06d4a4889 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadairrr%2Fcosmwasm-mcp" "/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/adairrr/cosmwasm-mcp
[INFO] finished tweaking git repo https://github.com/adairrr/cosmwasm-mcp
[INFO] tweaked toml for git repo https://github.com/adairrr/cosmwasm-mcp written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/adairrr/cosmwasm-mcp on toolchain 79c0559184f27f4433a6fbc260b950d06d4a4889
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/adairrr/cosmwasm-mcp 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" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "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] 5d24d4b50e4e396eaf2ec36aa2cdcff98d47e4c67765bbd796bbfad7619fdb96
[INFO] running `Command { std: "docker" "start" "5d24d4b50e4e396eaf2ec36aa2cdcff98d47e4c67765bbd796bbfad7619fdb96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5d24d4b50e4e396eaf2ec36aa2cdcff98d47e4c67765bbd796bbfad7619fdb96", 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" "5d24d4b50e4e396eaf2ec36aa2cdcff98d47e4c67765bbd796bbfad7619fdb96" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5d24d4b50e4e396eaf2ec36aa2cdcff98d47e4c67765bbd796bbfad7619fdb96", 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" "5d24d4b50e4e396eaf2ec36aa2cdcff98d47e4c67765bbd796bbfad7619fdb96" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]    Compiling cc v1.2.19
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]     Checking bytes v1.10.1
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling anyhow v1.0.97
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking http v1.3.1
[INFO] [stderr]     Checking indexmap v2.9.0
[INFO] [stderr]     Checking dyn-clone v1.0.19
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking hashbrown v0.13.2
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]     Checking tokio v1.44.2
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking der v0.7.9
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]     Checking rmp v0.8.14
[INFO] [stderr]     Checking cosmwasm-core v2.2.2
[INFO] [stderr]     Checking bech32 v0.11.0
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking rmp-serde v1.3.0
[INFO] [stderr]     Checking serde-json-wasm v1.0.1
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]    Compiling cosmwasm-derive v2.2.2
[INFO] [stderr]     Checking indenter v0.3.3
[INFO] [stderr]     Checking bnum v0.11.0
[INFO] [stderr]     Checking deranged v0.4.0
[INFO] [stderr]     Checking derive_more v1.0.0
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]    Compiling time-macros v0.2.22
[INFO] [stderr]     Checking eyre v0.6.12
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking ecdsa v0.16.9
[INFO] [stderr]     Checking primeorder v0.13.6
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]    Compiling cosmwasm-schema-derive v2.2.2
[INFO] [stderr]     Checking ark-std v0.4.0
[INFO] [stderr]     Checking flex-error v0.4.4
[INFO] [stderr]     Checking subtle-encoding v0.5.1
[INFO] [stderr]     Checking serde_bytes v0.11.17
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking ed25519-zebra v4.0.3
[INFO] [stderr]    Compiling rustls v0.23.26
[INFO] [stderr]    Compiling openssl-sys v0.9.107
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking sha2 v0.9.9
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]    Compiling crunchy v0.2.3
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]     Checking rustls-native-certs v0.8.1
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking k256 v0.13.4
[INFO] [stderr]     Checking p256 v0.13.2
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking subtle-ng v2.5.0
[INFO] [stderr]    Compiling bitcoin-io v0.1.3
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking cosmwasm-schema v2.2.2
[INFO] [stderr]     Checking curve25519-dalek-ng v4.1.1
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking tiny-keccak v2.0.2
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]    Compiling openssl v0.10.72
[INFO] [stderr]     Checking ripemd v0.1.3
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking toml_datetime v0.6.8
[INFO] [stderr]     Checking serde_spanned v0.6.8
[INFO] [stderr]     Checking winnow v0.7.6
[INFO] [stderr]    Compiling bitcoin-internals v0.3.0
[INFO] [stderr]     Checking hex-conservative v0.2.1
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]    Compiling secp256k1-sys v0.10.1
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling peg-runtime v0.8.5
[INFO] [stderr]    Compiling bitcoin-internals v0.2.0
[INFO] [stderr]     Checking bitcoin_hashes v0.14.0
[INFO] [stderr]     Checking rustls-native-certs v0.6.3
[INFO] [stderr]    Compiling peg-macros v0.8.5
[INFO] [stderr]     Checking ed25519-consensus v2.1.0
[INFO] [stderr]    Compiling hex_lit v0.1.1
[INFO] [stderr]     Checking bs58 v0.5.1
[INFO] [stderr]    Compiling file-lock v2.1.11
[INFO] [stderr]     Checking hex-conservative v0.1.2
[INFO] [stderr]     Checking uuid v1.16.0
[INFO] [stderr]    Compiling bitcoin v0.32.5
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking chrono v0.4.40
[INFO] [stderr]     Checking bitcoin_hashes v0.13.0
[INFO] [stderr]     Checking curve25519-dalek v3.2.0
[INFO] [stderr]     Checking miniz_oxide v0.8.8
[INFO] [stderr]     Checking bip32 v0.5.3
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr] error: could not compile `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/79c0559184f27f4433a6fbc260b950d06d4a4889/bin/rustc --crate-name syn --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=4f0132e124477519 -C extra-filename=-33191cfbb2aa9824 --out-dir /opt/rustwide/target/debug/build/syn/33191cfbb2aa9824/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/fc1fd0f4d59463bc/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/b3925cc8f83e9ac1/out --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/fc1fd0f4d59463bc/out/libproc_macro2-fc1fd0f4d59463bc.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/bc6b090314aa3ed5/out/libquote-bc6b090314aa3ed5.rmeta --extern unicode_ident=/opt/rustwide/target/debug/build/unicode-ident/b3925cc8f83e9ac1/out/libunicode_ident-b3925cc8f83e9ac1.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `tokio` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/79c0559184f27f4433a6fbc260b950d06d4a4889/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=841fe1143769fbde -C extra-filename=-532f1d26806818ea --out-dir /opt/rustwide/target/debug/build/tokio/532f1d26806818ea/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/d541ac7a75168aa5/out -L dependency=/opt/rustwide/target/debug/build/libc/2e96ef5fb05d4da2/out -L dependency=/opt/rustwide/target/debug/build/lock_api/74da742ede98e441/out -L dependency=/opt/rustwide/target/debug/build/parking_lot_core/f773928934975120/out -L dependency=/opt/rustwide/target/debug/build/scopeguard/e7d227cb308b3799/out -L dependency=/opt/rustwide/target/debug/build/serde/a1d17b3d7de02e34/out -L dependency=/opt/rustwide/target/debug/build/serde_derive/406776fa26dc66f9/out -L dependency=/opt/rustwide/target/debug/build/smallvec/9ca02ed9f14036d3/out --extern bytes=/opt/rustwide/target/debug/build/bytes/164641e9459fe231/out/libbytes-164641e9459fe231.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/2e96ef5fb05d4da2/out/liblibc-2e96ef5fb05d4da2.rmeta --extern mio=/opt/rustwide/target/debug/build/mio/2554ee38f446ef91/out/libmio-2554ee38f446ef91.rmeta --extern parking_lot=/opt/rustwide/target/debug/build/parking_lot/17db8a69ddfe189c/out/libparking_lot-17db8a69ddfe189c.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/build/pin-project-lite/dccf8aabedbf6d41/out/libpin_project_lite-dccf8aabedbf6d41.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/build/signal-hook-registry/67882550d34c49ba/out/libsignal_hook_registry-67882550d34c49ba.rmeta --extern socket2=/opt/rustwide/target/debug/build/socket2/27a3e4585404a07e/out/libsocket2-27a3e4585404a07e.rmeta --extern tokio_macros=/opt/rustwide/target/debug/build/tokio-macros/a304ef6c9f1a455a/out/libtokio_macros-a304ef6c9f1a455a.so --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "5d24d4b50e4e396eaf2ec36aa2cdcff98d47e4c67765bbd796bbfad7619fdb96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d24d4b50e4e396eaf2ec36aa2cdcff98d47e4c67765bbd796bbfad7619fdb96", kill_on_drop: false }`
[INFO] [stdout] 5d24d4b50e4e396eaf2ec36aa2cdcff98d47e4c67765bbd796bbfad7619fdb96
