[INFO] fetching crate kodegen_mcp_schema 0.10.14...
[INFO] checking kodegen_mcp_schema-0.10.14 against try#c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f for pr-133502-21
[INFO] extracting crate kodegen_mcp_schema 0.10.14 into /workspace/builds/worker-7-tc2/source
[INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate kodegen_mcp_schema 0.10.14
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate kodegen_mcp_schema 0.10.14
[INFO] tweaked toml for crates.io crate kodegen_mcp_schema 0.10.14 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate kodegen_mcp_schema 0.10.14 on toolchain c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate kodegen_mcp_schema 0.10.14 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" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:29356a839a4d14451438f794ce8414e707d72405f44418718d724d22562fe786" "/opt/rustwide/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7f3a1413e0b29067a869fc525a027c01bf636e6f6bf1383e5ac1b8ccb1b0eae0
[INFO] running `Command { std: "docker" "start" "-a" "7f3a1413e0b29067a869fc525a027c01bf636e6f6bf1383e5ac1b8ccb1b0eae0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7f3a1413e0b29067a869fc525a027c01bf636e6f6bf1383e5ac1b8ccb1b0eae0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7f3a1413e0b29067a869fc525a027c01bf636e6f6bf1383e5ac1b8ccb1b0eae0", kill_on_drop: false }`
[INFO] [stdout] 7f3a1413e0b29067a869fc525a027c01bf636e6f6bf1383e5ac1b8ccb1b0eae0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:29356a839a4d14451438f794ce8414e707d72405f44418718d724d22562fe786" "/opt/rustwide/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5652a89609614557e4b968f99570cdec903b338ad02d1cd95f3d685d168d5745
[INFO] running `Command { std: "docker" "start" "-a" "5652a89609614557e4b968f99570cdec903b338ad02d1cd95f3d685d168d5745", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.104
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling zmij v1.0.7
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]    Compiling serde_json v1.0.148
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking bytes v1.11.0
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling syn v2.0.112
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]     Checking regex-syntax v0.8.8
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking iana-time-zone v0.1.64
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking tinyvec v1.10.0
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking lru v0.16.2
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]    Compiling pastey v0.2.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking uuid v1.19.0
[INFO] [stderr]     Checking ignore v0.4.25
[INFO] [stderr]     Checking tempfile v3.24.0
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking inventory v0.3.21
[INFO] [stderr]     Checking home v0.5.12
[INFO] [stderr]     Checking termcolor v1.4.1
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]    Compiling schemars_derive v1.2.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling kodegen_mcp_schema_macros v0.10.25
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling rmcp-macros v0.11.0
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking schemars v1.2.0
[INFO] [stderr]     Checking tokio-util v0.7.17
[INFO] [stderr]     Checking kodegen_config v0.10.11
[INFO] [stderr]     Checking rmcp v0.11.0
[INFO] [stderr]     Checking kodegen_mcp_schema v0.10.14 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `kodegen_mcp_schema` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f/bin/rustc --crate-name kodegen_mcp_schema --edition=2024 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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb18971758a4f17d -C extra-filename=-7c337e59ca70f65c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-5cf73cd768c5f646.rmeta --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-24bc53d3a5d10890.so --extern chrono=/opt/rustwide/target/debug/deps/libchrono-84094f1e9b89c840.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-7f4e8df938fd8631.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-4852862d92867e36.rmeta --extern home=/opt/rustwide/target/debug/deps/libhome-0cb31f0c1bf2a065.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-f8cf348df1975437.rmeta --extern inventory=/opt/rustwide/target/debug/deps/libinventory-e708bf595bd32348.rmeta --extern kodegen_config=/opt/rustwide/target/debug/deps/libkodegen_config-f69ce102b3de6425.rmeta --extern kodegen_mcp_schema_macros=/opt/rustwide/target/debug/deps/libkodegen_mcp_schema_macros-87642fcf0458ff57.so --extern log=/opt/rustwide/target/debug/deps/liblog-a469ce83c9b0fe3a.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-2ad934dc7da92e31.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-96ca44941741286b.rmeta --extern rmcp=/opt/rustwide/target/debug/deps/librmcp-21ddf3f9e78e3133.rmeta --extern schemars=/opt/rustwide/target/debug/deps/libschemars-0240e3e49d3fdb9c.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-8f47e68b7f898017.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-53b65764899c947c.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-a0dd860e64b3e974.rmeta --extern termcolor=/opt/rustwide/target/debug/deps/libtermcolor-3163ee63a16b7335.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-fb6e15d2f6fad8ea.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-0013e3b681192ff4.rmeta --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-3e4fff88aaba8529.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-983b6a497947243f.rmeta --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "5652a89609614557e4b968f99570cdec903b338ad02d1cd95f3d685d168d5745", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5652a89609614557e4b968f99570cdec903b338ad02d1cd95f3d685d168d5745", kill_on_drop: false }`
[INFO] [stdout] 5652a89609614557e4b968f99570cdec903b338ad02d1cd95f3d685d168d5745
