[INFO] cloning repository https://github.com/Ax-47/auth
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Ax-47/auth" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAx-47%2Fauth", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAx-47%2Fauth'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 322b95e6e6b5b421d1402de0a7ea74e32440073d
[INFO] checking Ax-47/auth against try#ae258e1fcbee4a062f5f3d869f06004d7cea088e for pr-135272
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAx-47%2Fauth" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/Ax-47/auth on toolchain ae258e1fcbee4a062f5f3d869f06004d7cea088e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ae258e1fcbee4a062f5f3d869f06004d7cea088e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/Ax-47/auth
[INFO] finished tweaking git repo https://github.com/Ax-47/auth
[INFO] tweaked toml for git repo https://github.com/Ax-47/auth written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/Ax-47/auth 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" "+ae258e1fcbee4a062f5f3d869f06004d7cea088e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+ae258e1fcbee4a062f5f3d869f06004d7cea088e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6893dedf123bbc07b16f457018ed9648b5827568f90035826c9a279263d41e99
[INFO] running `Command { std: "docker" "start" "-a" "6893dedf123bbc07b16f457018ed9648b5827568f90035826c9a279263d41e99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6893dedf123bbc07b16f457018ed9648b5827568f90035826c9a279263d41e99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6893dedf123bbc07b16f457018ed9648b5827568f90035826c9a279263d41e99", kill_on_drop: false }`
[INFO] [stdout] 6893dedf123bbc07b16f457018ed9648b5827568f90035826c9a279263d41e99
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+ae258e1fcbee4a062f5f3d869f06004d7cea088e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] eab15e7587676f226ce9536d6f7e4678bc6687312352c2b32f80d4fec4ba127f
[INFO] running `Command { std: "docker" "start" "-a" "eab15e7587676f226ce9536d6f7e4678bc6687312352c2b32f80d4fec4ba127f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling libc v0.2.154
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]     Checking memchr v2.7.2
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]    Compiling serde v1.0.200
[INFO] [stderr]     Checking bytes v1.6.0
[INFO] [stderr]     Checking itoa v1.0.11
[INFO] [stderr]    Compiling thiserror v1.0.59
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking allocator-api2 v0.2.18
[INFO] [stderr]     Checking regex-syntax v0.8.3
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling ucd-trie v0.1.6
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]     Checking bitflags v2.5.0
[INFO] [stderr]    Compiling serde_json v1.0.116
[INFO] [stderr]     Checking either v1.11.0
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling async-timer v1.0.0-beta.13
[INFO] [stderr]    Compiling zstd-safe v7.1.0
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]     Checking futures-micro v0.5.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]     Checking iana-time-zone v0.1.60
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]     Checking arc-swap v1.7.1
[INFO] [stderr]    Compiling jobserver v0.1.31
[INFO] [stderr]    Compiling rustversion v1.0.15
[INFO] [stderr]    Compiling snap v1.1.1
[INFO] [stderr]     Checking error-code v3.2.0
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]     Checking bytestring v1.3.1
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]    Compiling cc v1.0.96
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking getrandom v0.2.14
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking parking_lot v0.12.2
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking async-oneshot v0.5.9
[INFO] [stderr]     Checking actix-service v2.0.2
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking actix-utils v3.0.1
[INFO] [stderr]     Checking twox-hash v1.6.3
[INFO] [stderr]     Checking anymap2 v0.13.0
[INFO] [stderr]     Checking sha1_smol v1.0.0
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]     Checking regex-syntax v0.6.29
[INFO] [stderr]     Checking lz4_flex v0.11.3
[INFO] [stderr]     Checking ulid v1.1.2
[INFO] [stderr]     Checking brotli v3.5.0
[INFO] [stderr]     Checking flate2 v1.0.30
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling bigdecimal v0.4.3
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]    Compiling zstd-sys v2.0.10+zstd.1.5.6
[INFO] [stderr]    Compiling psm v0.1.21
[INFO] [stderr]    Compiling stacker v0.1.15
[INFO] [stderr]     Checking encoding_rs v0.8.34
[INFO] [stderr]    Compiling anyhow v1.0.83
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking chumsky v0.9.3
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking cookie v0.16.2
[INFO] [stderr]     Checking email-encoding v0.3.0
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]     Checking rand_pcg v0.3.1
[INFO] [stderr]     Checking hostname v0.4.0
[INFO] [stderr]     Checking itertools v0.11.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/ae258e1fcbee4a062f5f3d869f06004d7cea088e/bin/rustc --crate-name brotli --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-3.5.0/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="ffi-api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc-stdlib", "benchmark", "default", "disable-timer", "external-literal-probability", "ffi-api", "pass-through-ffi-panics", "seccomp", "sha2", "simd", "std", "validation", "vector_scratch_space"))' -C metadata=ed825b6a776137d9 -C extra-filename=-79ae8c2ed5b7e557 --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-72e1816e3e7f5ce9.rmeta --extern brotli_decompressor=/opt/rustwide/target/debug/deps/libbrotli_decompressor-202f962626a6cdc8.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" "eab15e7587676f226ce9536d6f7e4678bc6687312352c2b32f80d4fec4ba127f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eab15e7587676f226ce9536d6f7e4678bc6687312352c2b32f80d4fec4ba127f", kill_on_drop: false }`
[INFO] [stdout] eab15e7587676f226ce9536d6f7e4678bc6687312352c2b32f80d4fec4ba127f
