[INFO] cloning repository https://github.com/TobyBridle/boom
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/TobyBridle/boom" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTobyBridle%2Fboom", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTobyBridle%2Fboom'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7358195b438e3fc1f450b81f31620111058579f1
[INFO] checking TobyBridle/boom against try#0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef for pr-147859
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTobyBridle%2Fboom" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/TobyBridle/boom
[INFO] finished tweaking git repo https://github.com/TobyBridle/boom
[INFO] tweaked toml for git repo https://github.com/TobyBridle/boom written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/TobyBridle/boom on toolchain 0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/TobyBridle/boom 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" "+0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ccb3d094260d8b0f56b60494974e6d08478f979303c509f085fa8d729566a8c4
[INFO] running `Command { std: "docker" "start" "-a" "ccb3d094260d8b0f56b60494974e6d08478f979303c509f085fa8d729566a8c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ccb3d094260d8b0f56b60494974e6d08478f979303c509f085fa8d729566a8c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ccb3d094260d8b0f56b60494974e6d08478f979303c509f085fa8d729566a8c4", kill_on_drop: false }`
[INFO] [stdout] ccb3d094260d8b0f56b60494974e6d08478f979303c509f085fa8d729566a8c4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5fa367ec394f09fb3919dfc16a770ce19e65dcdfb85d6a7ed92a1f384d6f991b
[INFO] running `Command { std: "docker" "start" "-a" "5fa367ec394f09fb3919dfc16a770ce19e65dcdfb85d6a7ed92a1f384d6f991b", kill_on_drop: false }`
[INFO] [stderr]    Compiling find-msvc-tools v0.1.2
[INFO] [stderr]    Compiling serde_core v1.0.227
[INFO] [stderr]     Checking bitflags v2.9.4
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]    Compiling serde v1.0.227
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling serde_derive v1.0.227
[INFO] [stderr]     Checking indexmap v2.11.4
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking lexical-util v1.0.7
[INFO] [stderr]     Checking zlib-rs v0.5.2
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]     Checking arrow-schema v56.2.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking brotli v8.0.2
[INFO] [stderr]     Checking hdrhistogram v7.5.4
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]     Checking libz-rs-sys v0.5.2
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking lexical-write-integer v1.0.6
[INFO] [stderr]     Checking flate2 v1.1.2
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking lexical-parse-integer v1.0.6
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]    Compiling rust-embed-utils v8.7.2
[INFO] [stderr]    Compiling flatbuffers v25.9.23
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]     Checking compression-core v0.4.29
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]     Checking winnow v0.7.13
[INFO] [stderr]    Compiling rust-embed-impl v8.7.2
[INFO] [stderr]    Compiling merge_derive v0.2.0
[INFO] [stderr]    Compiling cc v1.2.39
[INFO] [stderr]     Checking lexical-parse-float v1.0.6
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking lexical-write-float v1.0.6
[INFO] [stderr]     Checking dirs v1.0.5
[INFO] [stderr]     Checking toml_writer v1.0.3
[INFO] [stderr]    Compiling snap v1.1.1
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking lexical-core v1.0.6
[INFO] [stderr]     Checking pwd v1.4.0
[INFO] [stderr]     Checking arrow-buffer v56.2.0
[INFO] [stderr]    Compiling pest v2.8.2
[INFO] [stderr]     Checking rust-embed v8.7.2
[INFO] [stderr]     Checking expanduser v1.2.2
[INFO] [stderr]     Checking merge v0.2.0
[INFO] [stderr]     Checking uuid v1.18.1
[INFO] [stderr]     Checking ordered-float v2.10.1
[INFO] [stderr]     Checking atoi v2.0.0
[INFO] [stderr]     Checking integer-encoding v3.0.4
[INFO] [stderr]     Checking iri-string v0.7.8
[INFO] [stderr]     Checking http-range-header v0.4.2
[INFO] [stderr]     Checking twox-hash v2.1.2
[INFO] [stderr]     Checking home v0.5.11
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking thrift v0.17.0
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking lz4_flex v0.11.5
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]     Checking num-modular v0.6.1
[INFO] [stderr]     Checking arrow-data v56.2.0
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling seq-macro v0.3.6
[INFO] [stderr]     Checking axum-core v0.5.2
[INFO] [stderr]     Checking toml_parser v1.0.3
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking matchit v0.8.4
[INFO] [stderr]     Checking num-order v1.2.0
[INFO] [stderr]     Checking anstyle-query v1.1.4
[INFO] [stderr]     Checking concat-string v1.0.1
[INFO] [stderr]     Checking anstream v0.6.20
[INFO] [stderr]     Checking arrow-array v56.2.0
[INFO] [stderr]     Checking inotify v0.11.0
[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/0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.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 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(tokio_uring)' --check-cfg 'cfg(target_os, values("cygwin"))' --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="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=46641fe09503ee5e -C extra-filename=-1f42de4d6518725e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-696d9749778e1593.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-c7e59bd2f3c25135.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-179d6a7a94ad99aa.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-0241e0129047a0dc.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-dccf8aabedbf6d41.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/deps/libsignal_hook_registry-0e48755196c482d1.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-0e6b8c50188e6a7e.rmeta --extern tokio_macros=/opt/rustwide/target/debug/deps/libtokio_macros-87b9082fa06385f7.so --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `brotli` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef/bin/rustc --crate-name brotli --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/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-stdlib"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc-stdlib", "benchmark", "billing", "default", "disable-timer", "disallow_large_window_size", "external-literal-probability", "ffi-api", "float64", "floating_point_context_mixing", "no-stdlib-ffi-binding", "pass-through-ffi-panics", "seccomp", "sha2", "simd", "std", "validation", "vector_scratch_space"))' -C metadata=da133c1d299f2c7a -C extra-filename=-d813022d176a8d57 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern alloc_no_stdlib=/opt/rustwide/target/debug/deps/liballoc_no_stdlib-7b1bd6f28b6396be.rmeta --extern alloc_stdlib=/opt/rustwide/target/debug/deps/liballoc_stdlib-c67ef39ef9e0d8f1.rmeta --extern brotli_decompressor=/opt/rustwide/target/debug/deps/libbrotli_decompressor-b49ac68ef342ea51.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "5fa367ec394f09fb3919dfc16a770ce19e65dcdfb85d6a7ed92a1f384d6f991b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5fa367ec394f09fb3919dfc16a770ce19e65dcdfb85d6a7ed92a1f384d6f991b", kill_on_drop: false }`
[INFO] [stdout] 5fa367ec394f09fb3919dfc16a770ce19e65dcdfb85d6a7ed92a1f384d6f991b
