[INFO] cloning repository https://github.com/ntrp/hydro-experiments
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ntrp/hydro-experiments" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fntrp%2Fhydro-experiments", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fntrp%2Fhydro-experiments'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 184d0a87030f8ef0fd87ee0aed9b3ab8a6e67dbf
[INFO] checking ntrp/hydro-experiments against try#ad93f57d532978d6739002a21bc66b45ed22f998 for pr-155418
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fntrp%2Fhydro-experiments" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ntrp/hydro-experiments
[INFO] finished tweaking git repo https://github.com/ntrp/hydro-experiments
[INFO] tweaked toml for git repo https://github.com/ntrp/hydro-experiments written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ntrp/hydro-experiments 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/ntrp/hydro-experiments 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-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] e3c0e8efaa9985e2ab95a915bb5a44b6a17ba085254f967422cb73defd9a30e1
[INFO] running `Command { std: "docker" "start" "-a" "e3c0e8efaa9985e2ab95a915bb5a44b6a17ba085254f967422cb73defd9a30e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e3c0e8efaa9985e2ab95a915bb5a44b6a17ba085254f967422cb73defd9a30e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e3c0e8efaa9985e2ab95a915bb5a44b6a17ba085254f967422cb73defd9a30e1", kill_on_drop: false }`
[INFO] [stdout] e3c0e8efaa9985e2ab95a915bb5a44b6a17ba085254f967422cb73defd9a30e1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 6256c1c5161b177eb506b9699b8739506e6466c8e40bf7b8c06c681a6e40ddcf
[INFO] running `Command { std: "docker" "start" "-a" "6256c1c5161b177eb506b9699b8739506e6466c8e40bf7b8c06c681a6e40ddcf", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking const-oid v0.9.6
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking base64ct v1.8.0
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling prettyplease v0.2.36
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling phf_shared v0.12.1
[INFO] [stderr]     Checking linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]     Checking zlib-rs v0.5.1
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling convert_case v0.8.0
[INFO] [stderr]     Checking crc32fast v1.5.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling phf_generator v0.12.1
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling ref-cast v1.0.24
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]     Checking base16ct v0.2.0
[INFO] [stderr]    Compiling serde_json v1.0.141
[INFO] [stderr]     Checking clap_builder v4.5.41
[INFO] [stderr]     Checking twox-hash v1.6.3
[INFO] [stderr]     Checking event-listener v5.4.0
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking block-padding v0.3.3
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]    Compiling num-bigint-dig v0.8.4
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]     Checking libz-rs-sys v0.5.1
[INFO] [stderr]     Checking ruzstd v0.7.3
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking flate2 v1.1.2
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking gimli v0.31.1
[INFO] [stderr]     Checking uuid v1.17.0
[INFO] [stderr]     Checking winnow v0.7.12
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking deranged v0.4.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]     Checking brotli v8.0.1
[INFO] [stderr]     Checking webpki-roots v1.0.2
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]     Checking inplace-vec-builder v0.1.1
[INFO] [stderr]     Checking rustc-demangle v0.1.26
[INFO] [stderr]     Checking binary-merge v0.1.2
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking signal-hook-registry v1.4.5
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking cbc v0.1.2
[INFO] [stderr]     Checking salsa20 v0.10.2
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking scrypt v0.11.0
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]    Compiling rustls v0.23.31
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]     Checking pkcs5 v0.7.1
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking poly1305 v0.8.0
[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/ad93f57d532978d6739002a21bc66b45ed22f998/bin/rustc --crate-name brotli --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.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 --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=04368764ba0afe38 -C extra-filename=-dfd73262f5387cd8 --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-03123bb854b05c34.rmeta --extern alloc_stdlib=/opt/rustwide/target/debug/deps/liballoc_stdlib-90e33f06fd5154d7.rmeta --extern brotli_decompressor=/opt/rustwide/target/debug/deps/libbrotli_decompressor-64305c152875789b.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "6256c1c5161b177eb506b9699b8739506e6466c8e40bf7b8c06c681a6e40ddcf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6256c1c5161b177eb506b9699b8739506e6466c8e40bf7b8c06c681a6e40ddcf", kill_on_drop: false }`
[INFO] [stdout] 6256c1c5161b177eb506b9699b8739506e6466c8e40bf7b8c06c681a6e40ddcf
