[INFO] fetching crate sunzip 0.0.1... [INFO] testing sunzip-0.0.1 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate sunzip 0.0.1 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate sunzip 0.0.1 [INFO] finished tweaking crates.io crate sunzip 0.0.1 [INFO] tweaked toml for crates.io crate sunzip 0.0.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate sunzip 0.0.1 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate sunzip 0.0.1 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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: the cargo feature `edition2024` has been stabilized in the 1.85 release and is no longer necessary to be listed in the manifest [INFO] [stderr] See https://doc.rust-lang.org/nightly/cargo/reference/manifest.html#the-edition-field for more information about using this feature. [INFO] [stderr] warning: file `/workspace/builds/worker-4-tc2/source/sunzip.rs` found to be present in multiple build targets: [INFO] [stderr] * `bin` target `s7unzip` [INFO] [stderr] * `bin` target `sunzip` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ed615ad5b4e45e9f523717f19267ae12bf2e4a6d0c9326d1dd08b1b743ad21a1 [INFO] running `Command { std: "docker" "start" "-a" "ed615ad5b4e45e9f523717f19267ae12bf2e4a6d0c9326d1dd08b1b743ad21a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ed615ad5b4e45e9f523717f19267ae12bf2e4a6d0c9326d1dd08b1b743ad21a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed615ad5b4e45e9f523717f19267ae12bf2e4a6d0c9326d1dd08b1b743ad21a1", kill_on_drop: false }` [INFO] [stdout] ed615ad5b4e45e9f523717f19267ae12bf2e4a6d0c9326d1dd08b1b743ad21a1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7bc3d7ad1944eec6f9141a9dfffd841dbabf0d937a08cb92822de2b2b57eeca3 [INFO] running `Command { std: "docker" "start" "-a" "7bc3d7ad1944eec6f9141a9dfffd841dbabf0d937a08cb92822de2b2b57eeca3", kill_on_drop: false }` [INFO] [stderr] warning: the cargo feature `edition2024` has been stabilized in the 1.85 release and is no longer necessary to be listed in the manifest [INFO] [stderr] See https://doc.rust-lang.org/nightly/cargo/reference/manifest.html#the-edition-field for more information about using this feature. [INFO] [stderr] warning: file `/opt/rustwide/workdir/sunzip.rs` found to be present in multiple build targets: [INFO] [stderr] * `bin` target `s7unzip` [INFO] [stderr] * `bin` target `sunzip` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.16 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Compiling bitflags v2.8.0 [INFO] [stderr] Compiling cc v1.2.14 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling time-macros v0.2.19 [INFO] [stderr] Compiling filetime v0.2.25 [INFO] [stderr] Compiling iana-time-zone v0.1.61 [INFO] [stderr] Compiling time v0.3.37 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling unicode-width v0.2.0 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling terminal_size v0.4.1 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Compiling bit-vec v0.7.0 [INFO] [stderr] Compiling clap_builder v4.5.29 [INFO] [stderr] Compiling crc v3.2.1 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling bit-set v0.6.0 [INFO] [stderr] Compiling nt-time v0.8.1 [INFO] [stderr] Compiling liblzma-sys v0.3.13 [INFO] [stderr] Compiling lzma-rust v0.1.7 [INFO] [stderr] Compiling filetime_creation v0.2.0 [INFO] [stderr] Compiling thread-groups v0.0.2 [INFO] [stderr] Compiling sanitation v1.0.0 [INFO] [stderr] Compiling sevenz-rust v0.6.1 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling liblzma v0.3.6 [INFO] [stderr] Compiling serde_derive v1.0.217 [INFO] [stderr] Compiling clap_derive v4.5.28 [INFO] [stderr] Compiling clap v4.5.29 [INFO] [stderr] Compiling chrono v0.4.39 [INFO] [stderr] Compiling iocore v0.1000.0 [INFO] [stderr] Compiling sunzip v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.52s [INFO] running `Command { std: "docker" "inspect" "7bc3d7ad1944eec6f9141a9dfffd841dbabf0d937a08cb92822de2b2b57eeca3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7bc3d7ad1944eec6f9141a9dfffd841dbabf0d937a08cb92822de2b2b57eeca3", kill_on_drop: false }` [INFO] [stdout] 7bc3d7ad1944eec6f9141a9dfffd841dbabf0d937a08cb92822de2b2b57eeca3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 403870666ec302fd6a188b6e83326c3e11ab0751ff7ca87764a873ffd7f32861 [INFO] running `Command { std: "docker" "start" "-a" "403870666ec302fd6a188b6e83326c3e11ab0751ff7ca87764a873ffd7f32861", kill_on_drop: false }` [INFO] [stderr] warning: the cargo feature `edition2024` has been stabilized in the 1.85 release and is no longer necessary to be listed in the manifest [INFO] [stderr] See https://doc.rust-lang.org/nightly/cargo/reference/manifest.html#the-edition-field for more information about using this feature. [INFO] [stderr] warning: file `/opt/rustwide/workdir/sunzip.rs` found to be present in multiple build targets: [INFO] [stderr] * `bin` target `s7unzip` [INFO] [stderr] * `bin` target `sunzip` [INFO] [stderr] Compiling sunzip v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.97s [INFO] running `Command { std: "docker" "inspect" "403870666ec302fd6a188b6e83326c3e11ab0751ff7ca87764a873ffd7f32861", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "403870666ec302fd6a188b6e83326c3e11ab0751ff7ca87764a873ffd7f32861", kill_on_drop: false }` [INFO] [stdout] 403870666ec302fd6a188b6e83326c3e11ab0751ff7ca87764a873ffd7f32861 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f642bc178bfcd5ef887a46a5ea8be0166e5c6f9471a7d1c8012ff579174343c5 [INFO] running `Command { std: "docker" "start" "-a" "f642bc178bfcd5ef887a46a5ea8be0166e5c6f9471a7d1c8012ff579174343c5", kill_on_drop: false }` [INFO] [stderr] warning: the cargo feature `edition2024` has been stabilized in the 1.85 release and is no longer necessary to be listed in the manifest [INFO] [stderr] See https://doc.rust-lang.org/nightly/cargo/reference/manifest.html#the-edition-field for more information about using this feature. [INFO] [stderr] warning: file `/opt/rustwide/workdir/sunzip.rs` found to be present in multiple build targets: [INFO] [stderr] * `bin` target `s7unzip` [INFO] [stderr] * `bin` target `sunzip` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running unittests sunzip/lib.rs (/opt/rustwide/target/debug/deps/sunzip-e162a32950875f91) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests sunzip.rs (/opt/rustwide/target/debug/deps/s7unzip-3532775a9d133899) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests s7zip.rs (/opt/rustwide/target/debug/deps/s7zip-23235cb5c65b741f) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests sunzip.rs (/opt/rustwide/target/debug/deps/sunzip-6284d0309796f458) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f642bc178bfcd5ef887a46a5ea8be0166e5c6f9471a7d1c8012ff579174343c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f642bc178bfcd5ef887a46a5ea8be0166e5c6f9471a7d1c8012ff579174343c5", kill_on_drop: false }` [INFO] [stdout] f642bc178bfcd5ef887a46a5ea8be0166e5c6f9471a7d1c8012ff579174343c5