[INFO] cloning repository https://github.com/red-blox/zap [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/red-blox/zap" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fred-blox%2Fzap", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fred-blox%2Fzap'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 535ab6ee0f78c62b208b1ed956e5e2f7958901f2 [INFO] checking red-blox/zap against try#f77b5bc6c7c84df104f86b0dd01d9490e3923fa8 for pr-147834 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fred-blox%2Fzap" "/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/red-blox/zap [INFO] finished tweaking git repo https://github.com/red-blox/zap [INFO] tweaked toml for git repo https://github.com/red-blox/zap written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/red-blox/zap on toolchain f77b5bc6c7c84df104f86b0dd01d9490e3923fa8 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f77b5bc6c7c84df104f86b0dd01d9490e3923fa8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/red-blox/zap 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" "+f77b5bc6c7c84df104f86b0dd01d9490e3923fa8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2024 which implies `resolver = "3"` [INFO] [stderr] | [INFO] [stderr] = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] = note: to use the edition 2024 resolver, specify `workspace.resolver = "3"` in the workspace root's manifest [INFO] [stderr] = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+f77b5bc6c7c84df104f86b0dd01d9490e3923fa8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8f976c389221fa1365acf62604c4671cbc1610707a199911ca58d9db16f92249 [INFO] running `Command { std: "docker" "start" "-a" "8f976c389221fa1365acf62604c4671cbc1610707a199911ca58d9db16f92249", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8f976c389221fa1365acf62604c4671cbc1610707a199911ca58d9db16f92249", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f976c389221fa1365acf62604c4671cbc1610707a199911ca58d9db16f92249", kill_on_drop: false }` [INFO] [stdout] 8f976c389221fa1365acf62604c4671cbc1610707a199911ca58d9db16f92249 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+f77b5bc6c7c84df104f86b0dd01d9490e3923fa8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f62cc99276989e35a101a6e842072f6067128613a65634a08c06886047451dbe [INFO] running `Command { std: "docker" "start" "-a" "f62cc99276989e35a101a6e842072f6067128613a65634a08c06886047451dbe", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2024 which implies `resolver = "3"` [INFO] [stderr] | [INFO] [stderr] = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] = note: to use the edition 2024 resolver, specify `workspace.resolver = "3"` in the workspace root's manifest [INFO] [stderr] = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling typeid v1.0.3 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling zerocopy v0.8.24 [INFO] [stderr] Checking serde v1.0.219 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking ordered-float v2.10.1 [INFO] [stderr] Checking libloading v0.8.6 [INFO] [stderr] Checking yoke v0.7.5 [INFO] [stderr] Checking rustc-hash v2.1.1 [INFO] [stderr] Checking dunce v1.0.5 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking pathdiff v0.2.3 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking event-listener v5.4.0 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Checking zerovec v0.10.4 [INFO] [stderr] Checking event-listener-strategy v0.5.4 [INFO] [stderr] Checking futures-lite v2.6.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.20+deprecated [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Checking async-channel v2.3.1 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Compiling smallvec v1.15.0 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling rustls v0.22.4 [INFO] [stderr] Compiling rustix v1.0.5 [INFO] [stderr] Checking adler2 v2.0.0 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Checking tinystr v0.7.6 [INFO] [stderr] Checking icu_collections v1.5.0 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Checking icu_locid v1.5.0 [INFO] [stderr] Checking miniz_oxide v0.8.8 [INFO] [stderr] Checking async-executor v1.13.1 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking blocking v1.6.1 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Compiling derive_more v0.99.19 [INFO] [stderr] Checking icu_provider v1.5.0 [INFO] [stderr] Checking rmp v0.8.14 [INFO] [stderr] Compiling jobserver v0.1.33 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Checking event-listener v4.0.3 [INFO] [stderr] Compiling cc v1.2.19 [INFO] [stderr] Compiling home v0.5.11 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Checking linux-raw-sys v0.9.4 [INFO] [stderr] Checking icu_locid_transform v1.5.0 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling const_fn v0.4.11 [INFO] [stderr] Compiling term v1.0.2 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Checking mio v1.0.3 [INFO] [stderr] Checking socket2 v0.5.9 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking console v0.15.11 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Checking tokio v1.44.2 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking icu_properties v1.5.1 [INFO] [stderr] Compiling luau0-src v0.12.3+luau663 [INFO] [stderr] Checking serde-value v0.7.0 [INFO] [stderr] Checking erased-serde v0.4.6 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling cmake v0.1.54 [INFO] [stderr] Checking toml_datetime v0.6.8 [INFO] [stderr] Checking serde_spanned v0.6.8 [INFO] [stderr] Checking rmp-serde v1.3.0 [INFO] [stderr] Compiling profiling-procmacros v1.0.16 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling fixedbitset v0.5.7 [INFO] [stderr] Compiling new_debug_unreachable v1.0.6 [INFO] [stderr] Compiling bit-vec v0.8.0 [INFO] [stderr] Compiling keccak v0.1.5 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling bit-set v0.8.0 [INFO] [stderr] Compiling string_cache v0.8.9 [INFO] [stderr] Checking bstr v1.12.0 [INFO] [stderr] Compiling toml_edit v0.22.24 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling petgraph v0.7.1 [INFO] [stderr] Compiling sha3 v0.10.8 [INFO] [stderr] Checking profiling v1.0.16 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.100 [INFO] [stderr] Checking brotli-decompressor v4.0.2 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling mlua-sys v0.6.7 [INFO] [stderr] Compiling blake3 v1.5.0 [INFO] [stderr] Compiling lz4-sys v1.11.1+lz4-1.10.0 [INFO] [stderr] Compiling libz-ng-sys v1.1.22 [INFO] [stderr] Checking icu_normalizer v1.5.0 [INFO] [stderr] Compiling zstd-sys v2.0.15+zstd.1.5.7 [INFO] [stderr] Compiling bzip2-sys v0.1.13+1.0.8 [INFO] [stderr] Compiling chrono_lc v0.1.7 [INFO] [stderr] Compiling ascii-canvas v4.0.0 [INFO] [stderr] Checking idna_adapter v1.2.0 [INFO] [stderr] Checking idna v1.0.3 [INFO] [stderr] Compiling ena v0.14.3 [INFO] [stderr] Compiling cookie v0.15.2 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Checking rbx_types v1.10.0 [INFO] [stderr] Checking url v2.5.4 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling lalrpop-util v0.22.2 [INFO] [stderr] Checking data-encoding v2.8.0 [INFO] [stderr] Compiling pico-args v0.5.0 [INFO] [stderr] Checking chrono v0.4.40 [INFO] [stderr] Checking serde_yaml v0.9.34+deprecated [INFO] [stderr] Checking brotli v7.0.0 [INFO] [stderr] Compiling time-macros-impl v0.1.2 [INFO] [stderr] Compiling lalrpop v0.22.2 [INFO] [stderr] Checking time-macros v0.1.1 [INFO] [stderr] Checking rbx_reflection v4.7.0 [INFO] [stderr] Checking rbx_dom_weak v2.9.0 [INFO] [stderr] Compiling proc-macro-crate v3.3.0 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.100 [INFO] [stderr] Checking rbx_reflection_database v0.2.12+roblox-638 [INFO] [stderr] Checking getrandom v0.3.2 [INFO] [stderr] Checking webpki-roots v0.26.8 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Checking xml-rs v0.8.26 [INFO] [stderr] Compiling nix v0.28.0 [INFO] [stderr] Checking toml v0.8.20 [INFO] [stderr] Checking tokio-util v0.7.14 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Checking h2 v0.4.8 [INFO] [stderr] Checking h2 v0.3.26 [INFO] [stderr] Compiling num_enum_derive v0.7.3 [INFO] [stderr] Checking crc v3.2.1 [INFO] [stderr] Checking cipher v0.4.4 [INFO] [stderr] Checking pin-project v1.1.10 [INFO] [stderr] Checking tempfile v3.19.1 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking rbx_xml v0.13.5 [INFO] [stderr] Checking dirs v1.0.5 [INFO] [stderr] Checking md-5 v0.10.6 [INFO] [stderr] Checking rustls-webpki v0.102.8 [INFO] [stderr] Checking rustls-webpki v0.101.7 [INFO] [stderr] Checking sct v0.7.1 [INFO] [stderr] Checking sha2 v0.10.8 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.100 [INFO] [stderr] Checking bumpalo v3.17.0 [INFO] [stderr] Checking shell-words v1.1.0 [INFO] [stderr] Checking lockfree-object-pool v0.1.6 [INFO] [stderr] Compiling zip v1.1.4 [INFO] [stderr] Checking glam v0.27.0 [INFO] [stderr] Checking simd-adler32 v0.3.7 [INFO] [stderr] Checking webpki-roots v0.25.4 [INFO] [stderr] Checking time v0.3.41 [INFO] [stderr] Checking zopfli v0.8.1 [INFO] [stderr] Checking num_enum v0.7.3 [INFO] [stderr] Checking wasm-bindgen v0.2.100 [INFO] [stderr] Checking dialoguer 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/f77b5bc6c7c84df104f86b0dd01d9490e3923fa8/bin/rustc --crate-name brotli --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-7.0.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="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=521f0c25b7eaa965 -C extra-filename=-590e5be57d15ef0d --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-d95561e87030d2e8.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" "f62cc99276989e35a101a6e842072f6067128613a65634a08c06886047451dbe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f62cc99276989e35a101a6e842072f6067128613a65634a08c06886047451dbe", kill_on_drop: false }` [INFO] [stdout] f62cc99276989e35a101a6e842072f6067128613a65634a08c06886047451dbe