[INFO] fetching crate pkz 0.1.0... [INFO] checking pkz-0.1.0 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate pkz 0.1.0 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate pkz 0.1.0 [INFO] finished tweaking crates.io crate pkz 0.1.0 [INFO] tweaked toml for crates.io crate pkz 0.1.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate pkz 0.1.0 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 66 packages to latest compatible versions [INFO] [stderr] Adding itertools v0.10.5 (available: v0.14.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded async_zip v0.0.18 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0b19520bb6f678033fdc0579232365b31502d6dc7828eaacd12740c6aca8fad0 [INFO] running `Command { std: "docker" "start" "-a" "0b19520bb6f678033fdc0579232365b31502d6dc7828eaacd12740c6aca8fad0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0b19520bb6f678033fdc0579232365b31502d6dc7828eaacd12740c6aca8fad0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b19520bb6f678033fdc0579232365b31502d6dc7828eaacd12740c6aca8fad0", kill_on_drop: false }` [INFO] [stdout] 0b19520bb6f678033fdc0579232365b31502d6dc7828eaacd12740c6aca8fad0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bfd39235ace84c32c265e34321152b65f06b3798770a1153ab09e9ce6c1460e9 [INFO] running `Command { std: "docker" "start" "-a" "bfd39235ace84c32c265e34321152b65f06b3798770a1153ab09e9ce6c1460e9", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Checking cfg-if v1.0.3 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Checking pin-project-lite v0.2.16 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling thiserror v2.0.16 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking parking v2.2.1 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Compiling anyhow v1.0.99 [INFO] [stderr] Checking fastrand v2.3.0 [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Checking itoa v1.0.15 [INFO] [stderr] Checking memchr v2.7.5 [INFO] [stderr] Checking ryu v1.0.20 [INFO] [stderr] Checking tokio v1.47.1 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Checking futures-lite v2.6.1 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Checking uuid v1.18.0 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling thiserror-impl v2.0.16 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Checking pin-project v1.1.10 [INFO] [stderr] Checking async_zip v0.0.18 [INFO] [stderr] Checking pkz v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `read` in `async_zip` [INFO] [stdout] --> src/lib.rs:4:16 [INFO] [stdout] | [INFO] [stdout] 4 | use async_zip::read::fs::ZipFileReader; [INFO] [stdout] | ^^^^ could not find `read` in `async_zip` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `read` in `async_zip` [INFO] [stdout] --> src/lib.rs:4:16 [INFO] [stdout] | [INFO] [stdout] 4 | use async_zip::read::fs::ZipFileReader; [INFO] [stdout] | ^^^^ could not find `read` in `async_zip` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `async_zip::write` [INFO] [stdout] --> src/lib.rs:5:16 [INFO] [stdout] | [INFO] [stdout] 5 | use async_zip::write::{EntryOptions, ZipFileWriter}; [INFO] [stdout] | ^^^^^ could not find `write` in `async_zip` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio::io::AsyncReadExt` [INFO] [stdout] --> src/lib.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use tokio::io::AsyncReadExt; [INFO] [stdout] | ^^^^^^^^^^^------------ [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `AsyncRead` [INFO] [stdout] | no `AsyncReadExt` in `io` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/mod.rs:277:131 [INFO] [stdout] | [INFO] [stdout] 268 | / cfg_io_util! { [INFO] [stdout] 269 | | mod split; [INFO] [stdout] 270 | | pub use split::{split, ReadHalf, WriteHalf}; [INFO] [stdout] 271 | | mod join; [INFO] [stdout] ... | [INFO] [stdout] 277 | | copy, copy_bidirectional, copy_bidirectional_with_sizes, copy_buf, duplex, empty, repeat, sink, simplex, AsyncBufReadExt, AsyncReadExt, A... [INFO] [stdout] | | ^^^^^^^^^^^^ [INFO] [stdout] 278 | | BufReader, BufStream, BufWriter, DuplexStream, Empty, Lines, Repeat, Sink, Split, Take, SimplexStream, [INFO] [stdout] 279 | | }; [INFO] [stdout] 280 | | } [INFO] [stdout] | |_- the item is gated behind the `io-util` feature [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `async_zip::write` [INFO] [stdout] --> src/lib.rs:5:16 [INFO] [stdout] | [INFO] [stdout] 5 | use async_zip::write::{EntryOptions, ZipFileWriter}; [INFO] [stdout] | ^^^^^ could not find `write` in `async_zip` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio::io::AsyncReadExt` [INFO] [stdout] --> src/lib.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use tokio::io::AsyncReadExt; [INFO] [stdout] | ^^^^^^^^^^^------------ [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `AsyncRead` [INFO] [stdout] | no `AsyncReadExt` in `io` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/mod.rs:277:131 [INFO] [stdout] | [INFO] [stdout] 268 | / cfg_io_util! { [INFO] [stdout] 269 | | mod split; [INFO] [stdout] 270 | | pub use split::{split, ReadHalf, WriteHalf}; [INFO] [stdout] 271 | | mod join; [INFO] [stdout] ... | [INFO] [stdout] 277 | | copy, copy_bidirectional, copy_bidirectional_with_sizes, copy_buf, duplex, empty, repeat, sink, simplex, AsyncBufReadExt, AsyncReadExt, A... [INFO] [stdout] | | ^^^^^^^^^^^^ [INFO] [stdout] 278 | | BufReader, BufStream, BufWriter, DuplexStream, Empty, Lines, Repeat, Sink, Split, Take, SimplexStream, [INFO] [stdout] 279 | | }; [INFO] [stdout] 280 | | } [INFO] [stdout] | |_- the item is gated behind the `io-util` feature [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `Deflate` found for enum `Compression` in the current scope [INFO] [stdout] --> src/lib.rs:107:67 [INFO] [stdout] | [INFO] [stdout] 107 | let opts = EntryOptions::new(String::from(path), Compression::Deflate); [INFO] [stdout] | ^^^^^^^ variant or associated item not found in `Compression` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `Deflate` found for enum `Compression` in the current scope [INFO] [stdout] --> src/lib.rs:107:67 [INFO] [stdout] | [INFO] [stdout] 107 | let opts = EntryOptions::new(String::from(path), Compression::Deflate); [INFO] [stdout] | ^^^^^^^ variant or associated item not found in `Compression` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `pkz` (lib) due to 4 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `pkz` (lib test) due to 4 previous errors [INFO] running `Command { std: "docker" "inspect" "bfd39235ace84c32c265e34321152b65f06b3798770a1153ab09e9ce6c1460e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bfd39235ace84c32c265e34321152b65f06b3798770a1153ab09e9ce6c1460e9", kill_on_drop: false }` [INFO] [stdout] bfd39235ace84c32c265e34321152b65f06b3798770a1153ab09e9ce6c1460e9