[INFO] cloning repository https://github.com/Multiplex-Bot/multiplex
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Multiplex-Bot/multiplex" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMultiplex-Bot%2Fmultiplex", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMultiplex-Bot%2Fmultiplex'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a07ac9368cdbf5821d56ffb5c4e4d614941e44e3
[INFO] checking Multiplex-Bot/multiplex against 416264364aa47959f5827723e1d7dabc95d0744b for pr-162242
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMultiplex-Bot%2Fmultiplex" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/Multiplex-Bot/multiplex
[INFO] finished tweaking git repo https://github.com/Multiplex-Bot/multiplex
[INFO] tweaked toml for git repo https://github.com/Multiplex-Bot/multiplex written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Multiplex-Bot/multiplex on toolchain 416264364aa47959f5827723e1d7dabc95d0744b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Multiplex-Bot/multiplex 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" "+416264364aa47959f5827723e1d7dabc95d0744b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] d54e7dce209b60a27910e820e7e6dac62ff309a7a0ece26eba2b5ec292295f7a
[INFO] running `Command { std: "docker" "start" "d54e7dce209b60a27910e820e7e6dac62ff309a7a0ece26eba2b5ec292295f7a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d54e7dce209b60a27910e820e7e6dac62ff309a7a0ece26eba2b5ec292295f7a", 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" "d54e7dce209b60a27910e820e7e6dac62ff309a7a0ece26eba2b5ec292295f7a" "/opt/rustwide/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d54e7dce209b60a27910e820e7e6dac62ff309a7a0ece26eba2b5ec292295f7a", 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" "d54e7dce209b60a27910e820e7e6dac62ff309a7a0ece26eba2b5ec292295f7a" "/opt/rustwide/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling cc v1.2.8
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]     Checking litemap v0.7.4
[INFO] [stderr]     Checking writeable v0.5.5
[INFO] [stderr]     Checking icu_locid_transform_data v1.5.0
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking icu_properties_data v1.5.0
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking write16 v1.0.0
[INFO] [stderr]     Checking icu_normalizer_data v1.5.0
[INFO] [stderr]     Checking utf16_iter v1.0.5
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling httparse v1.9.5
[INFO] [stderr]    Compiling openssl v0.10.68
[INFO] [stderr]    Compiling serde_json v1.0.135
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking bitflags v2.7.0
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking cpufeatures v0.2.16
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking rustls-pki-types v1.10.1
[INFO] [stderr]    Compiling time-macros v0.2.19
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]     Checking time-core v0.1.2
[INFO] [stderr]    Compiling rustls v0.22.4
[INFO] [stderr]     Checking data-encoding v2.6.0
[INFO] [stderr]     Checking ipnet v2.10.1
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking tinyvec v1.8.1
[INFO] [stderr]     Checking miniz_oxide v0.8.2
[INFO] [stderr]    Compiling smartstring v1.0.1
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]     Checking webpki-roots v0.25.4
[INFO] [stderr]     Checking mime_guess v2.0.5
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking http v1.2.0
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking semver-parser v0.7.0
[INFO] [stderr]     Checking hostname v0.3.1
[INFO] [stderr]     Checking webpki-roots v0.26.7
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]    Compiling rustc_version_runtime v0.2.1
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]     Checking semver v0.9.0
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking dirs-sys v0.3.7
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling serenity v0.12.4
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking rxml_validation v0.9.1
[INFO] [stderr]     Checking lru-cache v0.1.2
[INFO] [stderr]     Checking unicode-normalization v0.1.24
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking resolv-conf v0.7.0
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]     Checking dirs v4.0.0
[INFO] [stderr]     Checking flate2 v1.0.35
[INFO] [stderr]     Checking object v0.36.7
[INFO] [stderr]     Checking rustc_version v0.2.3
[INFO] [stderr]     Checking ordered-multimap v0.4.3
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]     Checking rxml v0.9.1
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking unicode-properties v0.1.3
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking rustc-demangle v0.1.24
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]     Checking typemap_rev v0.3.0
[INFO] [stderr]     Checking rust-ini v0.18.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking sha-1 v0.10.1
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking pbkdf2 v0.11.0
[INFO] [stderr]     Checking socket2 v0.4.10
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]     Checking stringprep v0.1.5
[INFO] [stderr]     Checking trim-in-place v0.1.7
[INFO] [stderr]     Checking md5 v0.7.0
[INFO] [stderr]     Checking take_mut v0.2.2
[INFO] [stderr]     Checking unicode-ident v1.0.14
[INFO] [stderr]     Checking mime2ext v0.1.53
[INFO] [stderr]     Checking urlencoding v2.1.3
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling openssl-sys v0.9.104
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]     Checking minidom v0.15.2
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling darling_core v0.13.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking backtrace v0.3.74
[INFO] [stderr]    Compiling enum-as-inner v0.4.0
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling typed-builder v0.10.0
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]     Checking rustls-webpki v0.102.8
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling async-trait v0.1.85
[INFO] [stderr]     Checking tokio v1.43.0
[INFO] [stderr]    Compiling darling_macro v0.13.4
[INFO] [stderr]    Compiling pin-project-internal v1.1.8
[INFO] [stderr]    Compiling darling v0.13.4
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling serde_with_macros v1.5.2
[INFO] [stderr]    Compiling maybe-async v0.2.10
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking aws-region v0.25.5
[INFO] [stderr]    Compiling derive_more v0.99.18
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr] error: could not compile `rustls` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/416264364aa47959f5827723e1d7dabc95d0744b/bin/rustc --crate-name rustls --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/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="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=9fe421f7e70ababf -C extra-filename=-d54e45edbad346ea --out-dir /opt/rustwide/target/debug/build/rustls/d54e45edbad346ea/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/d541ac7a75168aa5/out -L dependency=/opt/rustwide/target/debug/build/getrandom/d8e0dda55151a161/out -L dependency=/opt/rustwide/target/debug/build/libc/68890eeeddb3bda2/out -L dependency=/opt/rustwide/target/debug/build/ring/2cd45b6f339d49ce/out -L dependency=/opt/rustwide/target/debug/build/rustls-pki-types/7c9444632ea75dab/out -L dependency=/opt/rustwide/target/debug/build/spin/004ca55773a40b53/out -L dependency=/opt/rustwide/target/debug/build/untrusted/03cde965a30f6cbb/out --extern log=/opt/rustwide/target/debug/build/log/5bba7294d90dc890/out/liblog-5bba7294d90dc890.rmeta --extern ring=/opt/rustwide/target/debug/build/ring/2cd45b6f339d49ce/out/libring-2cd45b6f339d49ce.rmeta --extern pki_types=/opt/rustwide/target/debug/build/rustls-pki-types/7c9444632ea75dab/out/librustls_pki_types-7c9444632ea75dab.rmeta --extern webpki=/opt/rustwide/target/debug/build/rustls-webpki/7ef4eeaa653fd341/out/libwebpki-7ef4eeaa653fd341.rmeta --extern subtle=/opt/rustwide/target/debug/build/subtle/350c4d777e42ad0b/out/libsubtle-350c4d777e42ad0b.rmeta --extern zeroize=/opt/rustwide/target/debug/build/zeroize/9cea171f801bc7db/out/libzeroize-9cea171f801bc7db.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies -L native=/opt/rustwide/target/debug/build/ring/589e8cf72031da63/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `serde_derive` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/416264364aa47959f5827723e1d7dabc95d0744b/bin/rustc --crate-name serde_derive --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=2642b511e86e8cb3 -C extra-filename=-b8ac92f0d2712803 --out-dir /opt/rustwide/target/debug/build/serde_derive/b8ac92f0d2712803/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/011ae6323743d100/out -L dependency=/opt/rustwide/target/debug/build/quote/8acac29076fa26d2/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/13328ff8d6cc16fd/out --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/011ae6323743d100/out/libproc_macro2-011ae6323743d100.rlib --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/011ae6323743d100/out/libproc_macro2-011ae6323743d100.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/8acac29076fa26d2/out/libquote-8acac29076fa26d2.rlib --extern quote=/opt/rustwide/target/debug/build/quote/8acac29076fa26d2/out/libquote-8acac29076fa26d2.rmeta --extern syn=/opt/rustwide/target/debug/build/syn/71a1b6eeebb3103d/out/libsyn-71a1b6eeebb3103d.rlib --extern syn=/opt/rustwide/target/debug/build/syn/71a1b6eeebb3103d/out/libsyn-71a1b6eeebb3103d.rmeta --extern proc_macro --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "d54e7dce209b60a27910e820e7e6dac62ff309a7a0ece26eba2b5ec292295f7a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d54e7dce209b60a27910e820e7e6dac62ff309a7a0ece26eba2b5ec292295f7a", kill_on_drop: false }`
[INFO] [stdout] d54e7dce209b60a27910e820e7e6dac62ff309a7a0ece26eba2b5ec292295f7a
