[INFO] cloning repository https://github.com/jordanbailes/b-bot [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jordanbailes/b-bot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjordanbailes%2Fb-bot", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjordanbailes%2Fb-bot'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e6e6ffd9ad382f242e8e98e7f45b64657b83f274 [INFO] checking jordanbailes/b-bot against try#ad93f57d532978d6739002a21bc66b45ed22f998 for pr-155418 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjordanbailes%2Fb-bot" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/jordanbailes/b-bot [INFO] finished tweaking git repo https://github.com/jordanbailes/b-bot [INFO] tweaked toml for git repo https://github.com/jordanbailes/b-bot written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/jordanbailes/b-bot on toolchain ad93f57d532978d6739002a21bc66b45ed22f998 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad93f57d532978d6739002a21bc66b45ed22f998" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/jordanbailes/b-bot 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" "+ad93f57d532978d6739002a21bc66b45ed22f998" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ad93f57d532978d6739002a21bc66b45ed22f998" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 83546efc8bf74e925974b872e51a6b1daabe5b4e63bd3c72d811559e53b2c4ce [INFO] running `Command { std: "docker" "start" "-a" "83546efc8bf74e925974b872e51a6b1daabe5b4e63bd3c72d811559e53b2c4ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "83546efc8bf74e925974b872e51a6b1daabe5b4e63bd3c72d811559e53b2c4ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "83546efc8bf74e925974b872e51a6b1daabe5b4e63bd3c72d811559e53b2c4ce", kill_on_drop: false }` [INFO] [stdout] 83546efc8bf74e925974b872e51a6b1daabe5b4e63bd3c72d811559e53b2c4ce [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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ad93f57d532978d6739002a21bc66b45ed22f998" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] befbda337305c5d8a3e4ecc253b9af9c148e63f667522d7275b2a596d17817d7 [INFO] running `Command { std: "docker" "start" "-a" "befbda337305c5d8a3e4ecc253b9af9c148e63f667522d7275b2a596d17817d7", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.183 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling zerocopy v0.8.47 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Checking http v1.4.0 [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Checking slab v0.4.12 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling ucd-trie v0.1.7 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling phf v0.11.3 [INFO] [stderr] Compiling openssl v0.10.76 [INFO] [stderr] Compiling bstr v1.12.1 [INFO] [stderr] Checking simd-adler32 v0.3.9 [INFO] [stderr] Compiling pest v2.8.6 [INFO] [stderr] Compiling libm v0.2.16 [INFO] [stderr] Compiling rustls v0.23.37 [INFO] [stderr] Checking miniz_oxide v0.8.9 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Checking anstyle-parse v1.0.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling unicase v2.9.0 [INFO] [stderr] Compiling iana-time-zone v0.1.65 [INFO] [stderr] Checking colorchoice v1.0.5 [INFO] [stderr] Checking anstyle v1.0.14 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Checking anstream v1.0.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Checking flate2 v1.1.9 [INFO] [stderr] Checking clap_lex v1.1.0 [INFO] [stderr] Compiling deunicode v1.6.2 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Checking errno v0.3.14 [INFO] [stderr] Checking mio v1.2.0 [INFO] [stderr] Checking signal-hook-registry v1.4.8 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking socket2 v0.6.3 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Checking getrandom v0.2.17 [INFO] [stderr] Checking regex-automata v0.4.14 [INFO] [stderr] Checking http-body-util v0.1.3 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling bitflags v2.11.0 [INFO] [stderr] Checking clap_builder v4.6.0 [INFO] [stderr] Compiling chrono v0.4.44 [INFO] [stderr] Compiling slug v0.1.6 [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Checking webpki-roots v1.0.6 [INFO] [stderr] Compiling indexmap v1.8.2 [INFO] [stderr] Compiling unicode-segmentation v1.13.2 [INFO] [stderr] Compiling percent-encoding v2.3.2 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Checking winnow v1.0.0 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling pest_meta v2.8.6 [INFO] [stderr] Compiling cc v1.2.58 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling prettyplease v0.2.37 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling humansize v2.1.3 [INFO] [stderr] Checking iri-string v0.7.11 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Checking toml_parser v1.1.0+spec-1.1.0 [INFO] [stderr] Compiling camino v1.2.2 [INFO] [stderr] Checking gzip-header v1.0.0 [INFO] [stderr] Checking toml_datetime v1.1.0+spec-1.1.0 [INFO] [stderr] Checking serde_spanned v1.1.0 [INFO] [stderr] Compiling procfs v0.18.0 [INFO] [stderr] Compiling object v0.38.1 [INFO] [stderr] Checking linux-raw-sys v0.12.1 [INFO] [stderr] Checking twox-hash v2.1.2 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking ruzstd v0.8.2 [INFO] [stderr] Checking deflate v1.0.0 [INFO] [stderr] Checking encoding_rs_io v0.1.7 [INFO] [stderr] Checking toml v1.1.0+spec-1.1.0 [INFO] [stderr] Compiling cargo-tarpaulin v0.35.2 [INFO] [stderr] Checking procfs-core v0.18.0 [INFO] [stderr] Checking itertools v0.11.0 [INFO] [stderr] Compiling openssl-sys v0.9.112 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling libz-sys v1.1.25 [INFO] [stderr] Compiling libssh2-sys v0.3.1 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling globset v0.4.18 [INFO] [stderr] Compiling libgit2-sys v0.18.3+1.9.2 [INFO] [stderr] Checking matchers v0.2.0 [INFO] [stderr] Compiling native-tls v0.2.18 [INFO] [stderr] Compiling parse-zoneinfo v0.3.1 [INFO] [stderr] Compiling ignore v0.4.25 [INFO] [stderr] Checking object v0.26.2 [INFO] [stderr] Checking memmap2 v0.9.10 [INFO] [stderr] Checking colored v2.2.0 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking semver v1.0.27 [INFO] [stderr] Checking cargo-platform v0.3.2 [INFO] [stderr] Checking grep-matcher v0.1.8 [INFO] [stderr] Checking home v0.5.12 [INFO] [stderr] Checking rustc-hash v2.1.1 [INFO] [stderr] Checking leb128 v0.2.5 [INFO] [stderr] Checking humantime v2.3.0 [INFO] [stderr] Checking md5 v0.7.0 [INFO] [stderr] Checking md5 v0.8.0 [INFO] [stderr] Checking grep-searcher v0.1.16 [INFO] [stderr] Checking etcetera v0.8.0 [INFO] [stderr] Checking rayon v1.11.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling pest_generator v2.8.6 [INFO] [stderr] Compiling darling_core v0.21.3 [INFO] [stderr] Compiling globwalk v0.9.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Checking term_size v0.3.2 [INFO] [stderr] Checking num_cpus v1.17.0 [INFO] [stderr] Checking quick-xml v0.39.2 [INFO] [stderr] Checking gimli v0.33.0 [INFO] [stderr] Checking rustc-demangle v0.1.27 [INFO] [stderr] Compiling phf_generator v0.11.3 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tokio-macros v2.6.1 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling phf_codegen v0.11.3 [INFO] [stderr] Compiling chrono-tz-build v0.3.0 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Checking tokio v1.50.0 [INFO] [stderr] Compiling pest_derive v2.8.6 [INFO] [stderr] Checking futures-util v0.3.32 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling clap_derive v4.6.0 [INFO] [stderr] Compiling json5 v0.4.1 [INFO] [stderr] Compiling chrono-tz v0.9.0 [INFO] [stderr] error: could not compile `object` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/ad93f57d532978d6739002a21bc66b45ed22f998/bin/rustc --crate-name object --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.38.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 '--allow=clippy::uninlined_format_args' '--allow=clippy::type_complexity' '--allow=clippy::single_match' '--allow=clippy::should_implement_trait' '--allow=clippy::result_unit_err' '--allow=clippy::needless_lifetimes' '--allow=clippy::match_like_matches_macro' '--allow=clippy::manual_flatten' '--allow=clippy::field_reassign_with_default' '--allow=clippy::comparison_chain' '--allow=clippy::collapsible_match' '--allow=clippy::collapsible_if' '--allow=clippy::collapsible_else_if' --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="compression"' --cfg 'feature="default"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=1a189217fb230526 -C extra-filename=-b291350b77c30948 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern flate2=/opt/rustwide/target/debug/deps/libflate2-d6d3920dcb0ede95.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-0c15c42903a9ab15.rmeta --extern ruzstd=/opt/rustwide/target/debug/deps/libruzstd-34013a6b9c3fe205.rmeta --cap-lints allow --cap-lints=forbid --cfg core_error --check-cfg 'cfg(core_error)'` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "befbda337305c5d8a3e4ecc253b9af9c148e63f667522d7275b2a596d17817d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "befbda337305c5d8a3e4ecc253b9af9c148e63f667522d7275b2a596d17817d7", kill_on_drop: false }` [INFO] [stdout] befbda337305c5d8a3e4ecc253b9af9c148e63f667522d7275b2a596d17817d7