[INFO] cloning repository https://github.com/imnotseanwtf/rust-zip-archive
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/imnotseanwtf/rust-zip-archive" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fimnotseanwtf%2Frust-zip-archive", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fimnotseanwtf%2Frust-zip-archive'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fc76a4944ff6c9abc55ad6084615f753c6ba08f1
[INFO] testing imnotseanwtf/rust-zip-archive against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fimnotseanwtf%2Frust-zip-archive" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/imnotseanwtf/rust-zip-archive
[INFO] finished tweaking git repo https://github.com/imnotseanwtf/rust-zip-archive
[INFO] tweaked toml for git repo https://github.com/imnotseanwtf/rust-zip-archive written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/imnotseanwtf/rust-zip-archive on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/imnotseanwtf/rust-zip-archive 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" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e2d5a740d957e9c38e977a2504fe4d84b5232e4c69a2c1832f1a110ca3ca69f5
[INFO] running `Command { std: "docker" "start" "e2d5a740d957e9c38e977a2504fe4d84b5232e4c69a2c1832f1a110ca3ca69f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e2d5a740d957e9c38e977a2504fe4d84b5232e4c69a2c1832f1a110ca3ca69f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e2d5a740d957e9c38e977a2504fe4d84b5232e4c69a2c1832f1a110ca3ca69f5" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e2d5a740d957e9c38e977a2504fe4d84b5232e4c69a2c1832f1a110ca3ca69f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e2d5a740d957e9c38e977a2504fe4d84b5232e4c69a2c1832f1a110ca3ca69f5" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling crc-catalog v2.5.0
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling time-core v0.1.9
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling num-conv v0.2.2
[INFO] [stderr]    Compiling zip v2.4.2
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling log v0.4.32
[INFO] [stderr]    Compiling bumpalo v3.20.3
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling constant_time_eq v0.3.1
[INFO] [stderr]    Compiling zopfli v0.8.3
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling deflate64 v0.1.12
[INFO] [stderr]    Compiling lzma-rs v0.3.0
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling filetime v0.2.29
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling time v0.3.49
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling tar v0.4.46
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling cc v1.2.64
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling lzma-sys v0.1.20
[INFO] [stderr]    Compiling bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]    Compiling bzip2 v0.5.2
[INFO] [stderr]    Compiling xz2 v0.1.7
[INFO] [stderr]    Compiling zeroize_derive v1.5.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling zeroize v1.9.0
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling rust-zip-archive v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 1m 16s
[INFO] running `Command { std: "docker" "inspect" "e2d5a740d957e9c38e977a2504fe4d84b5232e4c69a2c1832f1a110ca3ca69f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e2d5a740d957e9c38e977a2504fe4d84b5232e4c69a2c1832f1a110ca3ca69f5" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling tar v0.4.46
[INFO] [stderr]    Compiling rust-zip-archive v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `rust-zip-archive` (test "integrity")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.99.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name integrity --edition=2021 tests/integrity.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C lto --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("gui"))' -C metadata=65cafa33953b09fc -C extra-filename=-0f6c770bbaa33b3f --out-dir /opt/rustwide/target/release/deps -C strip=debuginfo -L dependency=/opt/rustwide/target/release/deps --extern anyhow=/opt/rustwide/target/release/deps/libanyhow-26625fa8bed49d3b.rlib --extern bzip2=/opt/rustwide/target/release/deps/libbzip2-c35ba9c788f1248a.rlib --extern clap=/opt/rustwide/target/release/deps/libclap-5f4e7a5c1781916d.rlib --extern flate2=/opt/rustwide/target/release/deps/libflate2-33265bec3ecb9b9e.rlib --extern indicatif=/opt/rustwide/target/release/deps/libindicatif-0355e190e25a7e2e.rlib --extern rust_zip_archive=/opt/rustwide/target/release/deps/librust_zip_archive-e9908bdd3ccdc249.rlib --extern tar=/opt/rustwide/target/release/deps/libtar-bc457d1ca040a214.rlib --extern tempfile=/opt/rustwide/target/release/deps/libtempfile-147e5eee365b2589.rlib --extern walkdir=/opt/rustwide/target/release/deps/libwalkdir-5f071d4fcdf5c2df.rlib --extern xz2=/opt/rustwide/target/release/deps/libxz2-fd339edb7f768392.rlib --extern zip=/opt/rustwide/target/release/deps/libzip-4a2588bc149788a7.rlib --extern zstd=/opt/rustwide/target/release/deps/libzstd-7c7c3a554ce47ba4.rlib --cap-lints=warn -L native=/opt/rustwide/target/release/build/zstd-sys-74e6d45f104dcfbe/out -L native=/usr/lib -L native=/usr/lib/x86_64-linux-gnu` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `rust-zip-archive` (test "formats_compressor")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.99.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name formats_compressor --edition=2021 tests/formats_compressor.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C lto --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("gui"))' -C metadata=9b0619584d8c2310 -C extra-filename=-38c70158ff02c273 --out-dir /opt/rustwide/target/release/deps -C strip=debuginfo -L dependency=/opt/rustwide/target/release/deps --extern anyhow=/opt/rustwide/target/release/deps/libanyhow-26625fa8bed49d3b.rlib --extern bzip2=/opt/rustwide/target/release/deps/libbzip2-c35ba9c788f1248a.rlib --extern clap=/opt/rustwide/target/release/deps/libclap-5f4e7a5c1781916d.rlib --extern flate2=/opt/rustwide/target/release/deps/libflate2-33265bec3ecb9b9e.rlib --extern indicatif=/opt/rustwide/target/release/deps/libindicatif-0355e190e25a7e2e.rlib --extern rust_zip_archive=/opt/rustwide/target/release/deps/librust_zip_archive-e9908bdd3ccdc249.rlib --extern tar=/opt/rustwide/target/release/deps/libtar-bc457d1ca040a214.rlib --extern tempfile=/opt/rustwide/target/release/deps/libtempfile-147e5eee365b2589.rlib --extern walkdir=/opt/rustwide/target/release/deps/libwalkdir-5f071d4fcdf5c2df.rlib --extern xz2=/opt/rustwide/target/release/deps/libxz2-fd339edb7f768392.rlib --extern zip=/opt/rustwide/target/release/deps/libzip-4a2588bc149788a7.rlib --extern zstd=/opt/rustwide/target/release/deps/libzstd-7c7c3a554ce47ba4.rlib --cap-lints=warn -L native=/opt/rustwide/target/release/build/zstd-sys-74e6d45f104dcfbe/out -L native=/usr/lib -L native=/usr/lib/x86_64-linux-gnu` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `rust-zip-archive` (bin "rza")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.99.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name rza --edition=2021 src/bin/rza.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("gui"))' -C metadata=5eb6a24b06e9c9fc -C extra-filename=-ae71c816a602837f --out-dir /opt/rustwide/target/release/deps -C strip=debuginfo -L dependency=/opt/rustwide/target/release/deps --extern anyhow=/opt/rustwide/target/release/deps/libanyhow-26625fa8bed49d3b.rlib --extern bzip2=/opt/rustwide/target/release/deps/libbzip2-c35ba9c788f1248a.rlib --extern clap=/opt/rustwide/target/release/deps/libclap-5f4e7a5c1781916d.rlib --extern flate2=/opt/rustwide/target/release/deps/libflate2-33265bec3ecb9b9e.rlib --extern indicatif=/opt/rustwide/target/release/deps/libindicatif-0355e190e25a7e2e.rlib --extern rust_zip_archive=/opt/rustwide/target/release/deps/librust_zip_archive-e9908bdd3ccdc249.rlib --extern tar=/opt/rustwide/target/release/deps/libtar-bc457d1ca040a214.rlib --extern walkdir=/opt/rustwide/target/release/deps/libwalkdir-5f071d4fcdf5c2df.rlib --extern xz2=/opt/rustwide/target/release/deps/libxz2-fd339edb7f768392.rlib --extern zip=/opt/rustwide/target/release/deps/libzip-4a2588bc149788a7.rlib --extern zstd=/opt/rustwide/target/release/deps/libzstd-7c7c3a554ce47ba4.rlib --cap-lints=warn -L native=/opt/rustwide/target/release/build/zstd-sys-74e6d45f104dcfbe/out -L native=/usr/lib -L native=/usr/lib/x86_64-linux-gnu` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "e2d5a740d957e9c38e977a2504fe4d84b5232e4c69a2c1832f1a110ca3ca69f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e2d5a740d957e9c38e977a2504fe4d84b5232e4c69a2c1832f1a110ca3ca69f5", kill_on_drop: false }`
[INFO] [stdout] e2d5a740d957e9c38e977a2504fe4d84b5232e4c69a2c1832f1a110ca3ca69f5
