[INFO] crate async-compression 0.1.0 is already in cache [INFO] checking async-compression-0.1.0 against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1 [INFO] extracting crate async-compression 0.1.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate async-compression 0.1.0 on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate async-compression 0.1.0 [INFO] removed 7 missing tests [INFO] finished tweaking crates.io crate async-compression 0.1.0 [INFO] tweaked toml for crates.io crate async-compression 0.1.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1a5e42f7b9426ae052730f5f3151263efe197cc681654903a2d89de7676e484e [INFO] running `"docker" "start" "-a" "1a5e42f7b9426ae052730f5f3151263efe197cc681654903a2d89de7676e484e"` [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Checking futures-core v0.3.1 [INFO] [stderr] Checking futures-io v0.3.1 [INFO] [stderr] Compiling atom v0.3.5 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling proptest-derive v0.1.2 [INFO] [stderr] Checking pulse v0.5.3 [INFO] [stderr] Checking futures-channel v0.3.1 [INFO] [stderr] Checking timebomb v0.1.2 [INFO] [stderr] Checking proptest v0.9.4 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling pin-project-internal v0.4.6 [INFO] [stderr] Compiling ntest_test_cases v0.3.3 [INFO] [stderr] Compiling ntest_timeout v0.3.3 [INFO] [stderr] Compiling futures-macro v0.3.1 [INFO] [stderr] Checking ntest v0.3.3 [INFO] [stderr] Checking pin-project v0.4.6 [INFO] [stderr] Checking async-compression v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/macros.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / macro_rules! algos { [INFO] [stderr] 2 | | (@algo $algo:ident [$algo_s:expr] $decoder:ident $encoder:ident<$inner:ident> $({ $($constructor:tt)* })*) => { [INFO] [stderr] 3 | | #[cfg(feature = $algo_s)] [INFO] [stderr] 4 | | decoder! { [INFO] [stderr] ... | [INFO] [stderr] 96 | | } [INFO] [stderr] 97 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_macros)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `written` [INFO] [stderr] --> src/util.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | pub(crate) fn written(&self) -> &[u8] { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `unwritten` [INFO] [stderr] --> src/util.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | pub(crate) fn unwritten(&self) -> &[u8] { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `advance` [INFO] [stderr] --> src/util.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | pub(crate) fn advance(&mut self, amount: usize) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `into_inner` [INFO] [stderr] --> src/util.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | pub(crate) fn into_inner(self) -> B { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `unwritten_mut` [INFO] [stderr] --> src/util.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | pub(crate) fn unwritten_mut(&mut self) -> &mut [u8] { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `copy_unwritten_from` [INFO] [stderr] --> src/util.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | pub(crate) fn copy_unwritten_from>(&mut self, other: &mut PartialBuffer) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `take` [INFO] [stderr] --> src/util.rs:48:5 [INFO] [stderr] | [INFO] [stderr] 48 | pub(crate) fn take(&mut self) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Checking futures-util v0.3.1 [INFO] [stderr] Checking futures-executor v0.3.1 [INFO] [stderr] Checking futures v0.3.1 [INFO] [stderr] Checking futures-test v0.3.1 [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/macros.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / macro_rules! algos { [INFO] [stderr] 2 | | (@algo $algo:ident [$algo_s:expr] $decoder:ident $encoder:ident<$inner:ident> $({ $($constructor:tt)* })*) => { [INFO] [stderr] 3 | | #[cfg(feature = $algo_s)] [INFO] [stderr] 4 | | decoder! { [INFO] [stderr] ... | [INFO] [stderr] 96 | | } [INFO] [stderr] 97 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_macros)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `written` [INFO] [stderr] --> src/util.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | pub(crate) fn written(&self) -> &[u8] { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `unwritten` [INFO] [stderr] --> src/util.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | pub(crate) fn unwritten(&self) -> &[u8] { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `advance` [INFO] [stderr] --> src/util.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | pub(crate) fn advance(&mut self, amount: usize) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `into_inner` [INFO] [stderr] --> src/util.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | pub(crate) fn into_inner(self) -> B { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `unwritten_mut` [INFO] [stderr] --> src/util.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | pub(crate) fn unwritten_mut(&mut self) -> &mut [u8] { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `copy_unwritten_from` [INFO] [stderr] --> src/util.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | pub(crate) fn copy_unwritten_from>(&mut self, other: &mut PartialBuffer) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `take` [INFO] [stderr] --> src/util.rs:48:5 [INFO] [stderr] | [INFO] [stderr] 48 | pub(crate) fn take(&mut self) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:150:36 [INFO] [stderr] | [INFO] [stderr] 150 | use async_compression::stream::BrotliEncoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:156:36 [INFO] [stderr] | [INFO] [stderr] 156 | use async_compression::stream::BrotliDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:166:36 [INFO] [stderr] | [INFO] [stderr] 166 | use async_compression::bufread::BrotliEncoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:172:36 [INFO] [stderr] | [INFO] [stderr] 172 | use async_compression::bufread::BrotliDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:182:36 [INFO] [stderr] | [INFO] [stderr] 182 | use async_compression::write::BrotliEncoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:187:36 [INFO] [stderr] | [INFO] [stderr] 187 | use async_compression::write::BrotliDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bzip2`, `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:212:37 [INFO] [stderr] | [INFO] [stderr] 212 | use async_compression::{bzip2::Compression, stream::BzEncoder}; [INFO] [stderr] | ^^^^^ ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bzip2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:218:36 [INFO] [stderr] | [INFO] [stderr] 218 | use async_compression::stream::BzDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bufread`, `async_compression::bzip2` [INFO] [stderr] --> tests/utils/mod.rs:228:37 [INFO] [stderr] | [INFO] [stderr] 228 | use async_compression::{bufread::BzEncoder, bzip2::Compression}; [INFO] [stderr] | ^^^^^^^ ^^^^^ could not find `bzip2` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:234:36 [INFO] [stderr] | [INFO] [stderr] 234 | use async_compression::bufread::BzDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bzip2`, `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:244:37 [INFO] [stderr] | [INFO] [stderr] 244 | use async_compression::{bzip2::Compression, write::BzEncoder}; [INFO] [stderr] | ^^^^^ ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bzip2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:150:36 [INFO] [stderr] | [INFO] [stderr] 150 | use async_compression::stream::BrotliEncoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:253:36 [INFO] [stderr] | [INFO] [stderr] 253 | use async_compression::write::BzDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:156:36 [INFO] [stderr] | [INFO] [stderr] 156 | use async_compression::stream::BrotliDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:278:37 [INFO] [stderr] | [INFO] [stderr] 278 | use async_compression::{flate2::Compression, stream::DeflateEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:166:36 [INFO] [stderr] | [INFO] [stderr] 166 | use async_compression::bufread::BrotliEncoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:284:36 [INFO] [stderr] | [INFO] [stderr] 284 | use async_compression::stream::DeflateDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:172:36 [INFO] [stderr] | [INFO] [stderr] 172 | use async_compression::bufread::BrotliDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:182:36 [INFO] [stderr] | [INFO] [stderr] 182 | use async_compression::write::BrotliEncoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:187:36 [INFO] [stderr] | [INFO] [stderr] 187 | use async_compression::write::BrotliDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bufread`, `async_compression::flate2` [INFO] [stderr] --> tests/utils/mod.rs:294:37 [INFO] [stderr] | [INFO] [stderr] 294 | use async_compression::{bufread::DeflateEncoder, flate2::Compression}; [INFO] [stderr] | ^^^^^^^ ^^^^^^ could not find `flate2` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:150:36 [INFO] [stderr] | [INFO] [stderr] 150 | use async_compression::stream::BrotliEncoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:156:36 [INFO] [stderr] | [INFO] [stderr] 156 | use async_compression::stream::BrotliDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:300:36 [INFO] [stderr] | [INFO] [stderr] 300 | use async_compression::bufread::DeflateDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:150:36 [INFO] [stderr] | [INFO] [stderr] 150 | use async_compression::stream::BrotliEncoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bzip2`, `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:212:37 [INFO] [stderr] | [INFO] [stderr] 212 | use async_compression::{bzip2::Compression, stream::BzEncoder}; [INFO] [stderr] | ^^^^^ ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bzip2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:166:36 [INFO] [stderr] | [INFO] [stderr] 166 | use async_compression::bufread::BrotliEncoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:150:36 [INFO] [stderr] | [INFO] [stderr] 150 | use async_compression::stream::BrotliEncoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:218:36 [INFO] [stderr] | [INFO] [stderr] 218 | use async_compression::stream::BzDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:310:37 [INFO] [stderr] | [INFO] [stderr] 310 | use async_compression::{flate2::Compression, write::DeflateEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:319:36 [INFO] [stderr] | [INFO] [stderr] 319 | use async_compression::write::DeflateDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:156:36 [INFO] [stderr] | [INFO] [stderr] 156 | use async_compression::stream::BrotliDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:172:36 [INFO] [stderr] | [INFO] [stderr] 172 | use async_compression::bufread::BrotliDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:156:36 [INFO] [stderr] | [INFO] [stderr] 156 | use async_compression::stream::BrotliDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:166:36 [INFO] [stderr] | [INFO] [stderr] 166 | use async_compression::bufread::BrotliEncoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:150:36 [INFO] [stderr] | [INFO] [stderr] 150 | use async_compression::stream::BrotliEncoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:344:37 [INFO] [stderr] | [INFO] [stderr] 344 | use async_compression::{flate2::Compression, stream::ZlibEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:350:36 [INFO] [stderr] | [INFO] [stderr] 350 | use async_compression::stream::ZlibDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:182:36 [INFO] [stderr] | [INFO] [stderr] 182 | use async_compression::write::BrotliEncoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:166:36 [INFO] [stderr] | [INFO] [stderr] 166 | use async_compression::bufread::BrotliEncoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:150:36 [INFO] [stderr] | [INFO] [stderr] 150 | use async_compression::stream::BrotliEncoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:156:36 [INFO] [stderr] | [INFO] [stderr] 156 | use async_compression::stream::BrotliDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bufread`, `async_compression::bzip2` [INFO] [stderr] --> tests/utils/mod.rs:228:37 [INFO] [stderr] | [INFO] [stderr] 228 | use async_compression::{bufread::BzEncoder, bzip2::Compression}; [INFO] [stderr] | ^^^^^^^ ^^^^^ could not find `bzip2` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:156:36 [INFO] [stderr] | [INFO] [stderr] 156 | use async_compression::stream::BrotliDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:172:36 [INFO] [stderr] | [INFO] [stderr] 172 | use async_compression::bufread::BrotliDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:172:36 [INFO] [stderr] | [INFO] [stderr] 172 | use async_compression::bufread::BrotliDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:187:36 [INFO] [stderr] | [INFO] [stderr] 187 | use async_compression::write::BrotliDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:166:36 [INFO] [stderr] | [INFO] [stderr] 166 | use async_compression::bufread::BrotliEncoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:166:36 [INFO] [stderr] | [INFO] [stderr] 166 | use async_compression::bufread::BrotliEncoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:234:36 [INFO] [stderr] | [INFO] [stderr] 234 | use async_compression::bufread::BzDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:172:36 [INFO] [stderr] | [INFO] [stderr] 172 | use async_compression::bufread::BrotliDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:182:36 [INFO] [stderr] | [INFO] [stderr] 182 | use async_compression::write::BrotliEncoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bufread`, `async_compression::flate2` [INFO] [stderr] --> tests/utils/mod.rs:360:37 [INFO] [stderr] | [INFO] [stderr] 360 | use async_compression::{bufread::ZlibEncoder, flate2::Compression}; [INFO] [stderr] | ^^^^^^^ ^^^^^^ could not find `flate2` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:182:36 [INFO] [stderr] | [INFO] [stderr] 182 | use async_compression::write::BrotliEncoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:187:36 [INFO] [stderr] | [INFO] [stderr] 187 | use async_compression::write::BrotliDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:182:36 [INFO] [stderr] | [INFO] [stderr] 182 | use async_compression::write::BrotliEncoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:366:36 [INFO] [stderr] | [INFO] [stderr] 366 | use async_compression::bufread::ZlibDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:187:36 [INFO] [stderr] | [INFO] [stderr] 187 | use async_compression::write::BrotliDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bzip2`, `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:212:37 [INFO] [stderr] | [INFO] [stderr] 212 | use async_compression::{bzip2::Compression, stream::BzEncoder}; [INFO] [stderr] | ^^^^^ ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bzip2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:172:36 [INFO] [stderr] | [INFO] [stderr] 172 | use async_compression::bufread::BrotliDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bzip2`, `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:212:37 [INFO] [stderr] | [INFO] [stderr] 212 | use async_compression::{bzip2::Compression, stream::BzEncoder}; [INFO] [stderr] | ^^^^^ ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bzip2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:187:36 [INFO] [stderr] | [INFO] [stderr] 187 | use async_compression::write::BrotliDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:376:37 [INFO] [stderr] | [INFO] [stderr] 376 | use async_compression::{flate2::Compression, write::ZlibEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:218:36 [INFO] [stderr] | [INFO] [stderr] 218 | use async_compression::stream::BzDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bzip2`, `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:244:37 [INFO] [stderr] | [INFO] [stderr] 244 | use async_compression::{bzip2::Compression, write::BzEncoder}; [INFO] [stderr] | ^^^^^ ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bzip2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:182:36 [INFO] [stderr] | [INFO] [stderr] 182 | use async_compression::write::BrotliEncoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bufread`, `async_compression::bzip2` [INFO] [stderr] --> tests/utils/mod.rs:228:37 [INFO] [stderr] | [INFO] [stderr] 228 | use async_compression::{bufread::BzEncoder, bzip2::Compression}; [INFO] [stderr] | ^^^^^^^ ^^^^^ could not find `bzip2` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:385:36 [INFO] [stderr] | [INFO] [stderr] 385 | use async_compression::write::ZlibDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:234:36 [INFO] [stderr] | [INFO] [stderr] 234 | use async_compression::bufread::BzDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bzip2`, `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:212:37 [INFO] [stderr] | [INFO] [stderr] 212 | use async_compression::{bzip2::Compression, stream::BzEncoder}; [INFO] [stderr] | ^^^^^ ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bzip2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:218:36 [INFO] [stderr] | [INFO] [stderr] 218 | use async_compression::stream::BzDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:253:36 [INFO] [stderr] | [INFO] [stderr] 253 | use async_compression::write::BzDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bzip2`, `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:244:37 [INFO] [stderr] | [INFO] [stderr] 244 | use async_compression::{bzip2::Compression, write::BzEncoder}; [INFO] [stderr] | ^^^^^ ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bzip2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:187:36 [INFO] [stderr] | [INFO] [stderr] 187 | use async_compression::write::BrotliDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bufread`, `async_compression::bzip2` [INFO] [stderr] --> tests/utils/mod.rs:228:37 [INFO] [stderr] | [INFO] [stderr] 228 | use async_compression::{bufread::BzEncoder, bzip2::Compression}; [INFO] [stderr] | ^^^^^^^ ^^^^^ could not find `bzip2` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bzip2`, `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:212:37 [INFO] [stderr] | [INFO] [stderr] 212 | use async_compression::{bzip2::Compression, stream::BzEncoder}; [INFO] [stderr] | ^^^^^ ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bzip2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:218:36 [INFO] [stderr] | [INFO] [stderr] 218 | use async_compression::stream::BzDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:234:36 [INFO] [stderr] | [INFO] [stderr] 234 | use async_compression::bufread::BzDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:253:36 [INFO] [stderr] | [INFO] [stderr] 253 | use async_compression::write::BzDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:218:36 [INFO] [stderr] | [INFO] [stderr] 218 | use async_compression::stream::BzDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bzip2`, `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:244:37 [INFO] [stderr] | [INFO] [stderr] 244 | use async_compression::{bzip2::Compression, write::BzEncoder}; [INFO] [stderr] | ^^^^^ ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bzip2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:410:37 [INFO] [stderr] | [INFO] [stderr] 410 | use async_compression::{flate2::Compression, stream::GzipEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:253:36 [INFO] [stderr] | [INFO] [stderr] 253 | use async_compression::write::BzDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:416:36 [INFO] [stderr] | [INFO] [stderr] 416 | use async_compression::stream::GzipDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:278:37 [INFO] [stderr] | [INFO] [stderr] 278 | use async_compression::{flate2::Compression, stream::DeflateEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:284:36 [INFO] [stderr] | [INFO] [stderr] 284 | use async_compression::stream::DeflateDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:278:37 [INFO] [stderr] | [INFO] [stderr] 278 | use async_compression::{flate2::Compression, stream::DeflateEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bufread`, `async_compression::flate2` [INFO] [stderr] --> tests/utils/mod.rs:294:37 [INFO] [stderr] | [INFO] [stderr] 294 | use async_compression::{bufread::DeflateEncoder, flate2::Compression}; [INFO] [stderr] | ^^^^^^^ ^^^^^^ could not find `flate2` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:278:37 [INFO] [stderr] | [INFO] [stderr] 278 | use async_compression::{flate2::Compression, stream::DeflateEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:284:36 [INFO] [stderr] | [INFO] [stderr] 284 | use async_compression::stream::DeflateDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:300:36 [INFO] [stderr] | [INFO] [stderr] 300 | use async_compression::bufread::DeflateDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:310:37 [INFO] [stderr] | [INFO] [stderr] 310 | use async_compression::{flate2::Compression, write::DeflateEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bzip2`, `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:212:37 [INFO] [stderr] | [INFO] [stderr] 212 | use async_compression::{bzip2::Compression, stream::BzEncoder}; [INFO] [stderr] | ^^^^^ ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bzip2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:319:36 [INFO] [stderr] | [INFO] [stderr] 319 | use async_compression::write::DeflateDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:284:36 [INFO] [stderr] | [INFO] [stderr] 284 | use async_compression::stream::DeflateDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:344:37 [INFO] [stderr] | [INFO] [stderr] 344 | use async_compression::{flate2::Compression, stream::ZlibEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bufread`, `async_compression::flate2` [INFO] [stderr] --> tests/utils/mod.rs:426:37 [INFO] [stderr] | [INFO] [stderr] 426 | use async_compression::{bufread::GzipEncoder, flate2::Compression}; [INFO] [stderr] | ^^^^^^^ ^^^^^^ could not find `flate2` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:350:36 [INFO] [stderr] | [INFO] [stderr] 350 | use async_compression::stream::ZlibDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bufread`, `async_compression::bzip2` [INFO] [stderr] --> tests/utils/mod.rs:228:37 [INFO] [stderr] | [INFO] [stderr] 228 | use async_compression::{bufread::BzEncoder, bzip2::Compression}; [INFO] [stderr] | ^^^^^^^ ^^^^^ could not find `bzip2` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:432:36 [INFO] [stderr] | [INFO] [stderr] 432 | use async_compression::bufread::GzipDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:218:36 [INFO] [stderr] | [INFO] [stderr] 218 | use async_compression::stream::BzDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bufread`, `async_compression::bzip2` [INFO] [stderr] --> tests/utils/mod.rs:228:37 [INFO] [stderr] | [INFO] [stderr] 228 | use async_compression::{bufread::BzEncoder, bzip2::Compression}; [INFO] [stderr] | ^^^^^^^ ^^^^^ could not find `bzip2` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:442:37 [INFO] [stderr] | [INFO] [stderr] 442 | use async_compression::{flate2::Compression, write::GzipEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:234:36 [INFO] [stderr] | [INFO] [stderr] 234 | use async_compression::bufread::BzDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bufread`, `async_compression::flate2` [INFO] [stderr] --> tests/utils/mod.rs:294:37 [INFO] [stderr] | [INFO] [stderr] 294 | use async_compression::{bufread::DeflateEncoder, flate2::Compression}; [INFO] [stderr] | ^^^^^^^ ^^^^^^ could not find `flate2` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bufread`, `async_compression::flate2` [INFO] [stderr] --> tests/utils/mod.rs:294:37 [INFO] [stderr] | [INFO] [stderr] 294 | use async_compression::{bufread::DeflateEncoder, flate2::Compression}; [INFO] [stderr] | ^^^^^^^ ^^^^^^ could not find `flate2` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bufread`, `async_compression::flate2` [INFO] [stderr] --> tests/utils/mod.rs:360:37 [INFO] [stderr] | [INFO] [stderr] 360 | use async_compression::{bufread::ZlibEncoder, flate2::Compression}; [INFO] [stderr] | ^^^^^^^ ^^^^^^ could not find `flate2` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:300:36 [INFO] [stderr] | [INFO] [stderr] 300 | use async_compression::bufread::DeflateDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:234:36 [INFO] [stderr] | [INFO] [stderr] 234 | use async_compression::bufread::BzDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:451:36 [INFO] [stderr] | [INFO] [stderr] 451 | use async_compression::write::GzipDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:366:36 [INFO] [stderr] | [INFO] [stderr] 366 | use async_compression::bufread::ZlibDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:300:36 [INFO] [stderr] | [INFO] [stderr] 300 | use async_compression::bufread::DeflateDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bufread`, `async_compression::bzip2` [INFO] [stderr] --> tests/utils/mod.rs:228:37 [INFO] [stderr] | [INFO] [stderr] 228 | use async_compression::{bufread::BzEncoder, bzip2::Compression}; [INFO] [stderr] | ^^^^^^^ ^^^^^ could not find `bzip2` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:477:36 [INFO] [stderr] | [INFO] [stderr] 477 | use async_compression::stream::ZstdEncoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:310:37 [INFO] [stderr] | [INFO] [stderr] 310 | use async_compression::{flate2::Compression, write::DeflateEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bzip2`, `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:244:37 [INFO] [stderr] | [INFO] [stderr] 244 | use async_compression::{bzip2::Compression, write::BzEncoder}; [INFO] [stderr] | ^^^^^ ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bzip2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:310:37 [INFO] [stderr] | [INFO] [stderr] 310 | use async_compression::{flate2::Compression, write::DeflateEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:376:37 [INFO] [stderr] | [INFO] [stderr] 376 | use async_compression::{flate2::Compression, write::ZlibEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:234:36 [INFO] [stderr] | [INFO] [stderr] 234 | use async_compression::bufread::BzDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:319:36 [INFO] [stderr] | [INFO] [stderr] 319 | use async_compression::write::DeflateDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:483:36 [INFO] [stderr] | [INFO] [stderr] 483 | use async_compression::stream::ZstdDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:319:36 [INFO] [stderr] | [INFO] [stderr] 319 | use async_compression::write::DeflateDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bzip2`, `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:244:37 [INFO] [stderr] | [INFO] [stderr] 244 | use async_compression::{bzip2::Compression, write::BzEncoder}; [INFO] [stderr] | ^^^^^ ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bzip2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:385:36 [INFO] [stderr] | [INFO] [stderr] 385 | use async_compression::write::ZlibDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:493:36 [INFO] [stderr] | [INFO] [stderr] 493 | use async_compression::bufread::ZstdEncoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:253:36 [INFO] [stderr] | [INFO] [stderr] 253 | use async_compression::write::BzDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:499:36 [INFO] [stderr] | [INFO] [stderr] 499 | use async_compression::bufread::ZstdDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:253:36 [INFO] [stderr] | [INFO] [stderr] 253 | use async_compression::write::BzDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:344:37 [INFO] [stderr] | [INFO] [stderr] 344 | use async_compression::{flate2::Compression, stream::ZlibEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:509:36 [INFO] [stderr] | [INFO] [stderr] 509 | use async_compression::write::ZstdEncoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:344:37 [INFO] [stderr] | [INFO] [stderr] 344 | use async_compression::{flate2::Compression, stream::ZlibEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:410:37 [INFO] [stderr] | [INFO] [stderr] 410 | use async_compression::{flate2::Compression, stream::GzipEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:350:36 [INFO] [stderr] | [INFO] [stderr] 350 | use async_compression::stream::ZlibDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bzip2`, `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:244:37 [INFO] [stderr] | [INFO] [stderr] 244 | use async_compression::{bzip2::Compression, write::BzEncoder}; [INFO] [stderr] | ^^^^^ ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bzip2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:514:36 [INFO] [stderr] | [INFO] [stderr] 514 | use async_compression::write::ZstdDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bufread`, `async_compression::flate2` [INFO] [stderr] --> tests/utils/mod.rs:360:37 [INFO] [stderr] | [INFO] [stderr] 360 | use async_compression::{bufread::ZlibEncoder, flate2::Compression}; [INFO] [stderr] | ^^^^^^^ ^^^^^^ could not find `flate2` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:350:36 [INFO] [stderr] | [INFO] [stderr] 350 | use async_compression::stream::ZlibDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:253:36 [INFO] [stderr] | [INFO] [stderr] 253 | use async_compression::write::BzDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bytes` [INFO] [stderr] --> tests/utils/mod.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use bytes::Bytes; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bytes` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:366:36 [INFO] [stderr] | [INFO] [stderr] 366 | use async_compression::bufread::ZlibDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `brotli2` [INFO] [stderr] --> tests/utils/mod.rs:136:17 [INFO] [stderr] | [INFO] [stderr] 136 | use brotli2::bufread::BrotliEncoder; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `brotli2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:376:37 [INFO] [stderr] | [INFO] [stderr] 376 | use async_compression::{flate2::Compression, write::ZlibEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:385:36 [INFO] [stderr] | [INFO] [stderr] 385 | use async_compression::write::ZlibDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:278:37 [INFO] [stderr] | [INFO] [stderr] 278 | use async_compression::{flate2::Compression, stream::DeflateEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `brotli2` [INFO] [stderr] --> tests/utils/mod.rs:141:17 [INFO] [stderr] | [INFO] [stderr] 141 | use brotli2::bufread::BrotliDecoder; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `brotli2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `bzip2` [INFO] [stderr] --> tests/utils/mod.rs:198:17 [INFO] [stderr] | [INFO] [stderr] 198 | use bzip2::{bufread::BzEncoder, Compression}; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bzip2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:416:36 [INFO] [stderr] | [INFO] [stderr] 416 | use async_compression::stream::GzipDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:410:37 [INFO] [stderr] | [INFO] [stderr] 410 | use async_compression::{flate2::Compression, stream::GzipEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:416:36 [INFO] [stderr] | [INFO] [stderr] 416 | use async_compression::stream::GzipDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bufread`, `async_compression::flate2` [INFO] [stderr] --> tests/utils/mod.rs:426:37 [INFO] [stderr] | [INFO] [stderr] 426 | use async_compression::{bufread::GzipEncoder, flate2::Compression}; [INFO] [stderr] | ^^^^^^^ ^^^^^^ could not find `flate2` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bytes` [INFO] [stderr] --> tests/utils/mod.rs:64:13 [INFO] [stderr] | [INFO] [stderr] 64 | pub use bytes::Bytes; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bytes` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `bzip2` [INFO] [stderr] --> tests/utils/mod.rs:203:17 [INFO] [stderr] | [INFO] [stderr] 203 | use bzip2::bufread::BzDecoder; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bzip2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bufread`, `async_compression::flate2` [INFO] [stderr] --> tests/utils/mod.rs:426:37 [INFO] [stderr] | [INFO] [stderr] 426 | use async_compression::{bufread::GzipEncoder, flate2::Compression}; [INFO] [stderr] | ^^^^^^^ ^^^^^^ could not find `flate2` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:278:37 [INFO] [stderr] | [INFO] [stderr] 278 | use async_compression::{flate2::Compression, stream::DeflateEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bufread`, `async_compression::flate2` [INFO] [stderr] --> tests/utils/mod.rs:360:37 [INFO] [stderr] | [INFO] [stderr] 360 | use async_compression::{bufread::ZlibEncoder, flate2::Compression}; [INFO] [stderr] | ^^^^^^^ ^^^^^^ could not find `flate2` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:432:36 [INFO] [stderr] | [INFO] [stderr] 432 | use async_compression::bufread::GzipDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:284:36 [INFO] [stderr] | [INFO] [stderr] 284 | use async_compression::stream::DeflateDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:264:17 [INFO] [stderr] | [INFO] [stderr] 264 | use flate2::{bufread::DeflateEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:284:36 [INFO] [stderr] | [INFO] [stderr] 284 | use async_compression::stream::DeflateDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:366:36 [INFO] [stderr] | [INFO] [stderr] 366 | use async_compression::bufread::ZlibDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bzip2` [INFO] [stderr] --> tests/utils/mod.rs:198:17 [INFO] [stderr] | [INFO] [stderr] 198 | use bzip2::{bufread::BzEncoder, Compression}; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bzip2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:432:36 [INFO] [stderr] | [INFO] [stderr] 432 | use async_compression::bufread::GzipDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:269:17 [INFO] [stderr] | [INFO] [stderr] 269 | use flate2::bufread::DeflateDecoder; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:278:37 [INFO] [stderr] | [INFO] [stderr] 278 | use async_compression::{flate2::Compression, stream::DeflateEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:442:37 [INFO] [stderr] | [INFO] [stderr] 442 | use async_compression::{flate2::Compression, write::GzipEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:330:17 [INFO] [stderr] | [INFO] [stderr] 330 | use flate2::{bufread::ZlibEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bufread`, `async_compression::flate2` [INFO] [stderr] --> tests/utils/mod.rs:294:37 [INFO] [stderr] | [INFO] [stderr] 294 | use async_compression::{bufread::DeflateEncoder, flate2::Compression}; [INFO] [stderr] | ^^^^^^^ ^^^^^^ could not find `flate2` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:451:36 [INFO] [stderr] | [INFO] [stderr] 451 | use async_compression::write::GzipDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `flate2` [INFO] [stderr] --> tests/utils/mod.rs:264:17 [INFO] [stderr] | [INFO] [stderr] 264 | use flate2::{bufread::DeflateEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:284:36 [INFO] [stderr] | [INFO] [stderr] 284 | use async_compression::stream::DeflateDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:335:17 [INFO] [stderr] | [INFO] [stderr] 335 | use flate2::bufread::ZlibDecoder; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:376:37 [INFO] [stderr] | [INFO] [stderr] 376 | use async_compression::{flate2::Compression, write::ZlibEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:396:17 [INFO] [stderr] | [INFO] [stderr] 396 | use flate2::{bufread::GzEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:477:36 [INFO] [stderr] | [INFO] [stderr] 477 | use async_compression::stream::ZstdEncoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bufread`, `async_compression::flate2` [INFO] [stderr] --> tests/utils/mod.rs:294:37 [INFO] [stderr] | [INFO] [stderr] 294 | use async_compression::{bufread::DeflateEncoder, flate2::Compression}; [INFO] [stderr] | ^^^^^^^ ^^^^^^ could not find `flate2` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:442:37 [INFO] [stderr] | [INFO] [stderr] 442 | use async_compression::{flate2::Compression, write::GzipEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `flate2` [INFO] [stderr] --> tests/utils/mod.rs:330:17 [INFO] [stderr] | [INFO] [stderr] 330 | use flate2::{bufread::ZlibEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:401:17 [INFO] [stderr] | [INFO] [stderr] 401 | use flate2::bufread::GzDecoder; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `libzstd` [INFO] [stderr] --> tests/utils/mod.rs:462:17 [INFO] [stderr] | [INFO] [stderr] 462 | use libzstd::stream::read::Encoder; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `libzstd` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:300:36 [INFO] [stderr] | [INFO] [stderr] 300 | use async_compression::bufread::DeflateDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:385:36 [INFO] [stderr] | [INFO] [stderr] 385 | use async_compression::write::ZlibDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:483:36 [INFO] [stderr] | [INFO] [stderr] 483 | use async_compression::stream::ZstdDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:493:36 [INFO] [stderr] | [INFO] [stderr] 493 | use async_compression::bufread::ZstdEncoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `flate2` [INFO] [stderr] --> tests/utils/mod.rs:396:17 [INFO] [stderr] | [INFO] [stderr] 396 | use flate2::{bufread::GzEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:300:36 [INFO] [stderr] | [INFO] [stderr] 300 | use async_compression::bufread::DeflateDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:451:36 [INFO] [stderr] | [INFO] [stderr] 451 | use async_compression::write::GzipDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `libzstd` [INFO] [stderr] --> tests/utils/mod.rs:468:17 [INFO] [stderr] | [INFO] [stderr] 468 | use libzstd::stream::read::Decoder; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `libzstd` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:499:36 [INFO] [stderr] | [INFO] [stderr] 499 | use async_compression::bufread::ZstdDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `libzstd` [INFO] [stderr] --> tests/utils/mod.rs:463:17 [INFO] [stderr] | [INFO] [stderr] 463 | use libzstd::DEFAULT_COMPRESSION_LEVEL; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `libzstd` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:477:36 [INFO] [stderr] | [INFO] [stderr] 477 | use async_compression::stream::ZstdEncoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bufread`, `async_compression::flate2` [INFO] [stderr] --> tests/utils/mod.rs:294:37 [INFO] [stderr] | [INFO] [stderr] 294 | use async_compression::{bufread::DeflateEncoder, flate2::Compression}; [INFO] [stderr] | ^^^^^^^ ^^^^^^ could not find `flate2` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:509:36 [INFO] [stderr] | [INFO] [stderr] 509 | use async_compression::write::ZstdEncoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BrotliEncoder` [INFO] [stderr] --> tests/utils/mod.rs:137:25 [INFO] [stderr] | [INFO] [stderr] 137 | read_to_vec(BrotliEncoder::new(bytes, 1)) [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BrotliEncoder` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:410:37 [INFO] [stderr] | [INFO] [stderr] 410 | use async_compression::{flate2::Compression, stream::GzipEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BrotliDecoder` [INFO] [stderr] --> tests/utils/mod.rs:142:25 [INFO] [stderr] | [INFO] [stderr] 142 | read_to_vec(BrotliDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BrotliDecoder` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:300:36 [INFO] [stderr] | [INFO] [stderr] 300 | use async_compression::bufread::DeflateDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:514:36 [INFO] [stderr] | [INFO] [stderr] 514 | use async_compression::write::ZstdDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BzEncoder` [INFO] [stderr] --> tests/utils/mod.rs:199:25 [INFO] [stderr] | [INFO] [stderr] 199 | read_to_vec(BzEncoder::new(bytes, Compression::Fastest)) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `BzEncoder` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:310:37 [INFO] [stderr] | [INFO] [stderr] 310 | use async_compression::{flate2::Compression, write::DeflateEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BzDecoder` [INFO] [stderr] --> tests/utils/mod.rs:204:25 [INFO] [stderr] | [INFO] [stderr] 204 | read_to_vec(BzDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `BzDecoder` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:483:36 [INFO] [stderr] | [INFO] [stderr] 483 | use async_compression::stream::ZstdDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DeflateEncoder` [INFO] [stderr] --> tests/utils/mod.rs:265:25 [INFO] [stderr] | [INFO] [stderr] 265 | read_to_vec(DeflateEncoder::new(bytes, Compression::fast())) [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `DeflateEncoder` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:416:36 [INFO] [stderr] | [INFO] [stderr] 416 | use async_compression::stream::GzipDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:310:37 [INFO] [stderr] | [INFO] [stderr] 310 | use async_compression::{flate2::Compression, write::DeflateEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DeflateDecoder` [INFO] [stderr] --> tests/utils/mod.rs:270:25 [INFO] [stderr] | [INFO] [stderr] 270 | read_to_vec(DeflateDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `DeflateDecoder` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bytes` [INFO] [stderr] --> tests/utils/mod.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use bytes::Bytes; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bytes` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `brotli2` [INFO] [stderr] --> tests/utils/mod.rs:136:17 [INFO] [stderr] | [INFO] [stderr] 136 | use brotli2::bufread::BrotliEncoder; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `brotli2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `brotli2` [INFO] [stderr] --> tests/utils/mod.rs:141:17 [INFO] [stderr] | [INFO] [stderr] 141 | use brotli2::bufread::BrotliDecoder; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `brotli2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `bzip2` [INFO] [stderr] --> tests/utils/mod.rs:198:17 [INFO] [stderr] | [INFO] [stderr] 198 | use bzip2::{bufread::BzEncoder, Compression}; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bzip2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:319:36 [INFO] [stderr] | [INFO] [stderr] 319 | use async_compression::write::DeflateDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bytes` [INFO] [stderr] --> tests/utils/mod.rs:64:13 [INFO] [stderr] | [INFO] [stderr] 64 | pub use bytes::Bytes; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bytes` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZlibEncoder` [INFO] [stderr] --> tests/utils/mod.rs:331:25 [INFO] [stderr] | [INFO] [stderr] 331 | read_to_vec(ZlibEncoder::new(bytes, Compression::fast())) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `ZlibEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `bzip2` [INFO] [stderr] --> tests/utils/mod.rs:203:17 [INFO] [stderr] | [INFO] [stderr] 203 | use bzip2::bufread::BzDecoder; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bzip2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZlibDecoder` [INFO] [stderr] --> tests/utils/mod.rs:336:25 [INFO] [stderr] | [INFO] [stderr] 336 | read_to_vec(ZlibDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `ZlibDecoder` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:493:36 [INFO] [stderr] | [INFO] [stderr] 493 | use async_compression::bufread::ZstdEncoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:264:17 [INFO] [stderr] | [INFO] [stderr] 264 | use flate2::{bufread::DeflateEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzEncoder` [INFO] [stderr] --> tests/utils/mod.rs:397:25 [INFO] [stderr] | [INFO] [stderr] 397 | read_to_vec(GzEncoder::new(bytes, Compression::fast())) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `GzEncoder` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:319:36 [INFO] [stderr] | [INFO] [stderr] 319 | use async_compression::write::DeflateDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzDecoder` [INFO] [stderr] --> tests/utils/mod.rs:402:25 [INFO] [stderr] | [INFO] [stderr] 402 | read_to_vec(GzDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `GzDecoder` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bzip2` [INFO] [stderr] --> tests/utils/mod.rs:198:17 [INFO] [stderr] | [INFO] [stderr] 198 | use bzip2::{bufread::BzEncoder, Compression}; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bzip2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:310:37 [INFO] [stderr] | [INFO] [stderr] 310 | use async_compression::{flate2::Compression, write::DeflateEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:269:17 [INFO] [stderr] | [INFO] [stderr] 269 | use flate2::bufread::DeflateDecoder; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:344:37 [INFO] [stderr] | [INFO] [stderr] 344 | use async_compression::{flate2::Compression, stream::ZlibEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:330:17 [INFO] [stderr] | [INFO] [stderr] 330 | use flate2::{bufread::ZlibEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:499:36 [INFO] [stderr] | [INFO] [stderr] 499 | use async_compression::bufread::ZstdDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:464:25 [INFO] [stderr] | [INFO] [stderr] 464 | read_to_vec(Encoder::new(bytes, DEFAULT_COMPRESSION_LEVEL).unwrap()) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Encoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Decoder` [INFO] [stderr] --> tests/utils/mod.rs:469:25 [INFO] [stderr] | [INFO] [stderr] 469 | read_to_vec(Decoder::new(bytes).unwrap()) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `flate2` [INFO] [stderr] --> tests/utils/mod.rs:264:17 [INFO] [stderr] | [INFO] [stderr] 264 | use flate2::{bufread::DeflateEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:335:17 [INFO] [stderr] | [INFO] [stderr] 335 | use flate2::bufread::ZlibDecoder; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:396:17 [INFO] [stderr] | [INFO] [stderr] 396 | use flate2::{bufread::GzEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:319:36 [INFO] [stderr] | [INFO] [stderr] 319 | use async_compression::write::DeflateDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:344:37 [INFO] [stderr] | [INFO] [stderr] 344 | use async_compression::{flate2::Compression, stream::ZlibEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `flate2` [INFO] [stderr] --> tests/utils/mod.rs:330:17 [INFO] [stderr] | [INFO] [stderr] 330 | use flate2::{bufread::ZlibEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bufread`, `async_compression::flate2` [INFO] [stderr] --> tests/utils/mod.rs:426:37 [INFO] [stderr] | [INFO] [stderr] 426 | use async_compression::{bufread::GzipEncoder, flate2::Compression}; [INFO] [stderr] | ^^^^^^^ ^^^^^^ could not find `flate2` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:401:17 [INFO] [stderr] | [INFO] [stderr] 401 | use flate2::bufread::GzDecoder; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:350:36 [INFO] [stderr] | [INFO] [stderr] 350 | use async_compression::stream::ZlibDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `libzstd` [INFO] [stderr] --> tests/utils/mod.rs:462:17 [INFO] [stderr] | [INFO] [stderr] 462 | use libzstd::stream::read::Encoder; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `libzstd` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:509:36 [INFO] [stderr] | [INFO] [stderr] 509 | use async_compression::write::ZstdEncoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `flate2` [INFO] [stderr] --> tests/utils/mod.rs:396:17 [INFO] [stderr] | [INFO] [stderr] 396 | use flate2::{bufread::GzEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `libzstd` [INFO] [stderr] --> tests/utils/mod.rs:468:17 [INFO] [stderr] | [INFO] [stderr] 468 | use libzstd::stream::read::Decoder; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `libzstd` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:350:36 [INFO] [stderr] | [INFO] [stderr] 350 | use async_compression::stream::ZlibDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:432:36 [INFO] [stderr] | [INFO] [stderr] 432 | use async_compression::bufread::GzipDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `libzstd` [INFO] [stderr] --> tests/utils/mod.rs:463:17 [INFO] [stderr] | [INFO] [stderr] 463 | use libzstd::DEFAULT_COMPRESSION_LEVEL; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `libzstd` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:344:37 [INFO] [stderr] | [INFO] [stderr] 344 | use async_compression::{flate2::Compression, stream::ZlibEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bufread`, `async_compression::flate2` [INFO] [stderr] --> tests/utils/mod.rs:360:37 [INFO] [stderr] | [INFO] [stderr] 360 | use async_compression::{bufread::ZlibEncoder, flate2::Compression}; [INFO] [stderr] | ^^^^^^^ ^^^^^^ could not find `flate2` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `flate2` [INFO] [stderr] --> tests/gzip.rs:93:9 [INFO] [stderr] | [INFO] [stderr] 93 | use flate2::{Compression, GzBuilder}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:366:36 [INFO] [stderr] | [INFO] [stderr] 366 | use async_compression::bufread::ZlibDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:514:36 [INFO] [stderr] | [INFO] [stderr] 514 | use async_compression::write::ZstdDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BrotliEncoder` [INFO] [stderr] --> tests/utils/mod.rs:137:25 [INFO] [stderr] | [INFO] [stderr] 137 | read_to_vec(BrotliEncoder::new(bytes, 1)) [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BrotliEncoder` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bufread`, `async_compression::flate2` [INFO] [stderr] --> tests/utils/mod.rs:360:37 [INFO] [stderr] | [INFO] [stderr] 360 | use async_compression::{bufread::ZlibEncoder, flate2::Compression}; [INFO] [stderr] | ^^^^^^^ ^^^^^^ could not find `flate2` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BrotliDecoder` [INFO] [stderr] --> tests/utils/mod.rs:142:25 [INFO] [stderr] | [INFO] [stderr] 142 | read_to_vec(BrotliDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BrotliDecoder` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:350:36 [INFO] [stderr] | [INFO] [stderr] 350 | use async_compression::stream::ZlibDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BzEncoder` [INFO] [stderr] --> tests/utils/mod.rs:199:25 [INFO] [stderr] | [INFO] [stderr] 199 | read_to_vec(BzEncoder::new(bytes, Compression::Fastest)) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `BzEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BzDecoder` [INFO] [stderr] --> tests/utils/mod.rs:204:25 [INFO] [stderr] | [INFO] [stderr] 204 | read_to_vec(BzDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `BzDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DeflateEncoder` [INFO] [stderr] --> tests/utils/mod.rs:265:25 [INFO] [stderr] | [INFO] [stderr] 265 | read_to_vec(DeflateEncoder::new(bytes, Compression::fast())) [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `DeflateEncoder` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:366:36 [INFO] [stderr] | [INFO] [stderr] 366 | use async_compression::bufread::ZlibDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bytes` [INFO] [stderr] --> tests/utils/mod.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use bytes::Bytes; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bytes` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:442:37 [INFO] [stderr] | [INFO] [stderr] 442 | use async_compression::{flate2::Compression, write::GzipEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DeflateDecoder` [INFO] [stderr] --> tests/utils/mod.rs:270:25 [INFO] [stderr] | [INFO] [stderr] 270 | read_to_vec(DeflateDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `DeflateDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `brotli2` [INFO] [stderr] --> tests/utils/mod.rs:136:17 [INFO] [stderr] | [INFO] [stderr] 136 | use brotli2::bufread::BrotliEncoder; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `brotli2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZlibEncoder` [INFO] [stderr] --> tests/utils/mod.rs:331:25 [INFO] [stderr] | [INFO] [stderr] 331 | read_to_vec(ZlibEncoder::new(bytes, Compression::fast())) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `ZlibEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZlibDecoder` [INFO] [stderr] --> tests/utils/mod.rs:336:25 [INFO] [stderr] | [INFO] [stderr] 336 | read_to_vec(ZlibDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `ZlibDecoder` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:376:37 [INFO] [stderr] | [INFO] [stderr] 376 | use async_compression::{flate2::Compression, write::ZlibEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzEncoder` [INFO] [stderr] --> tests/utils/mod.rs:397:25 [INFO] [stderr] | [INFO] [stderr] 397 | read_to_vec(GzEncoder::new(bytes, Compression::fast())) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `GzEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzDecoder` [INFO] [stderr] --> tests/utils/mod.rs:402:25 [INFO] [stderr] | [INFO] [stderr] 402 | read_to_vec(GzDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `GzDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `brotli2` [INFO] [stderr] --> tests/utils/mod.rs:141:17 [INFO] [stderr] | [INFO] [stderr] 141 | use brotli2::bufread::BrotliDecoder; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `brotli2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:376:37 [INFO] [stderr] | [INFO] [stderr] 376 | use async_compression::{flate2::Compression, write::ZlibEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `bzip2` [INFO] [stderr] --> tests/utils/mod.rs:198:17 [INFO] [stderr] | [INFO] [stderr] 198 | use bzip2::{bufread::BzEncoder, Compression}; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bzip2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:451:36 [INFO] [stderr] | [INFO] [stderr] 451 | use async_compression::write::GzipDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:464:25 [INFO] [stderr] | [INFO] [stderr] 464 | read_to_vec(Encoder::new(bytes, DEFAULT_COMPRESSION_LEVEL).unwrap()) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Encoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Decoder` [INFO] [stderr] --> tests/utils/mod.rs:469:25 [INFO] [stderr] | [INFO] [stderr] 469 | read_to_vec(Decoder::new(bytes).unwrap()) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:385:36 [INFO] [stderr] | [INFO] [stderr] 385 | use async_compression::write::ZlibDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:385:36 [INFO] [stderr] | [INFO] [stderr] 385 | use async_compression::write::ZlibDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:410:37 [INFO] [stderr] | [INFO] [stderr] 410 | use async_compression::{flate2::Compression, stream::GzipEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bytes` [INFO] [stderr] --> tests/utils/mod.rs:64:13 [INFO] [stderr] | [INFO] [stderr] 64 | pub use bytes::Bytes; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bytes` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bufread`, `async_compression::flate2` [INFO] [stderr] --> tests/utils/mod.rs:360:37 [INFO] [stderr] | [INFO] [stderr] 360 | use async_compression::{bufread::ZlibEncoder, flate2::Compression}; [INFO] [stderr] | ^^^^^^^ ^^^^^^ could not find `flate2` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:416:36 [INFO] [stderr] | [INFO] [stderr] 416 | use async_compression::stream::GzipDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:410:37 [INFO] [stderr] | [INFO] [stderr] 410 | use async_compression::{flate2::Compression, stream::GzipEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:416:36 [INFO] [stderr] | [INFO] [stderr] 416 | use async_compression::stream::GzipDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:477:36 [INFO] [stderr] | [INFO] [stderr] 477 | use async_compression::stream::ZstdEncoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `bzip2` [INFO] [stderr] --> tests/utils/mod.rs:203:17 [INFO] [stderr] | [INFO] [stderr] 203 | use bzip2::bufread::BzDecoder; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bzip2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:264:17 [INFO] [stderr] | [INFO] [stderr] 264 | use flate2::{bufread::DeflateEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bufread`, `async_compression::flate2` [INFO] [stderr] --> tests/utils/mod.rs:426:37 [INFO] [stderr] | [INFO] [stderr] 426 | use async_compression::{bufread::GzipEncoder, flate2::Compression}; [INFO] [stderr] | ^^^^^^^ ^^^^^^ could not find `flate2` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:432:36 [INFO] [stderr] | [INFO] [stderr] 432 | use async_compression::bufread::GzipDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:366:36 [INFO] [stderr] | [INFO] [stderr] 366 | use async_compression::bufread::ZlibDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bufread`, `async_compression::flate2` [INFO] [stderr] --> tests/utils/mod.rs:426:37 [INFO] [stderr] | [INFO] [stderr] 426 | use async_compression::{bufread::GzipEncoder, flate2::Compression}; [INFO] [stderr] | ^^^^^^^ ^^^^^^ could not find `flate2` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:483:36 [INFO] [stderr] | [INFO] [stderr] 483 | use async_compression::stream::ZstdDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:432:36 [INFO] [stderr] | [INFO] [stderr] 432 | use async_compression::bufread::GzipDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:442:37 [INFO] [stderr] | [INFO] [stderr] 442 | use async_compression::{flate2::Compression, write::GzipEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:451:36 [INFO] [stderr] | [INFO] [stderr] 451 | use async_compression::write::GzipDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:477:36 [INFO] [stderr] | [INFO] [stderr] 477 | use async_compression::stream::ZstdEncoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bzip2` [INFO] [stderr] --> tests/utils/mod.rs:198:17 [INFO] [stderr] | [INFO] [stderr] 198 | use bzip2::{bufread::BzEncoder, Compression}; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bzip2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:269:17 [INFO] [stderr] | [INFO] [stderr] 269 | use flate2::bufread::DeflateDecoder; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:483:36 [INFO] [stderr] | [INFO] [stderr] 483 | use async_compression::stream::ZstdDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:493:36 [INFO] [stderr] | [INFO] [stderr] 493 | use async_compression::bufread::ZstdEncoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:499:36 [INFO] [stderr] | [INFO] [stderr] 499 | use async_compression::bufread::ZstdDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:509:36 [INFO] [stderr] | [INFO] [stderr] 509 | use async_compression::write::ZstdEncoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:330:17 [INFO] [stderr] | [INFO] [stderr] 330 | use flate2::{bufread::ZlibEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:493:36 [INFO] [stderr] | [INFO] [stderr] 493 | use async_compression::bufread::ZstdEncoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:514:36 [INFO] [stderr] | [INFO] [stderr] 514 | use async_compression::write::ZstdDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bytes` [INFO] [stderr] --> tests/utils/mod.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use bytes::Bytes; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bytes` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `brotli2` [INFO] [stderr] --> tests/utils/mod.rs:136:17 [INFO] [stderr] | [INFO] [stderr] 136 | use brotli2::bufread::BrotliEncoder; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `brotli2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:442:37 [INFO] [stderr] | [INFO] [stderr] 442 | use async_compression::{flate2::Compression, write::GzipEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `brotli2` [INFO] [stderr] --> tests/utils/mod.rs:141:17 [INFO] [stderr] | [INFO] [stderr] 141 | use brotli2::bufread::BrotliDecoder; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `brotli2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `bzip2` [INFO] [stderr] --> tests/utils/mod.rs:198:17 [INFO] [stderr] | [INFO] [stderr] 198 | use bzip2::{bufread::BzEncoder, Compression}; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bzip2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:451:36 [INFO] [stderr] | [INFO] [stderr] 451 | use async_compression::write::GzipDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:376:37 [INFO] [stderr] | [INFO] [stderr] 376 | use async_compression::{flate2::Compression, write::ZlibEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bytes` [INFO] [stderr] --> tests/utils/mod.rs:64:13 [INFO] [stderr] | [INFO] [stderr] 64 | pub use bytes::Bytes; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bytes` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `bzip2` [INFO] [stderr] --> tests/utils/mod.rs:203:17 [INFO] [stderr] | [INFO] [stderr] 203 | use bzip2::bufread::BzDecoder; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bzip2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:264:17 [INFO] [stderr] | [INFO] [stderr] 264 | use flate2::{bufread::DeflateEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bzip2` [INFO] [stderr] --> tests/utils/mod.rs:198:17 [INFO] [stderr] | [INFO] [stderr] 198 | use bzip2::{bufread::BzEncoder, Compression}; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bzip2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `flate2` [INFO] [stderr] --> tests/utils/mod.rs:264:17 [INFO] [stderr] | [INFO] [stderr] 264 | use flate2::{bufread::DeflateEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:477:36 [INFO] [stderr] | [INFO] [stderr] 477 | use async_compression::stream::ZstdEncoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:335:17 [INFO] [stderr] | [INFO] [stderr] 335 | use flate2::bufread::ZlibDecoder; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:499:36 [INFO] [stderr] | [INFO] [stderr] 499 | use async_compression::bufread::ZstdDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:269:17 [INFO] [stderr] | [INFO] [stderr] 269 | use flate2::bufread::DeflateDecoder; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:330:17 [INFO] [stderr] | [INFO] [stderr] 330 | use flate2::{bufread::ZlibEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:483:36 [INFO] [stderr] | [INFO] [stderr] 483 | use async_compression::stream::ZstdDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:396:17 [INFO] [stderr] | [INFO] [stderr] 396 | use flate2::{bufread::GzEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `flate2` [INFO] [stderr] --> tests/utils/mod.rs:264:17 [INFO] [stderr] | [INFO] [stderr] 264 | use flate2::{bufread::DeflateEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:335:17 [INFO] [stderr] | [INFO] [stderr] 335 | use flate2::bufread::ZlibDecoder; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:396:17 [INFO] [stderr] | [INFO] [stderr] 396 | use flate2::{bufread::GzEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `flate2` [INFO] [stderr] --> tests/utils/mod.rs:330:17 [INFO] [stderr] | [INFO] [stderr] 330 | use flate2::{bufread::ZlibEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:401:17 [INFO] [stderr] | [INFO] [stderr] 401 | use flate2::bufread::GzDecoder; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `libzstd` [INFO] [stderr] --> tests/utils/mod.rs:462:17 [INFO] [stderr] | [INFO] [stderr] 462 | use libzstd::stream::read::Encoder; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `libzstd` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:493:36 [INFO] [stderr] | [INFO] [stderr] 493 | use async_compression::bufread::ZstdEncoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:385:36 [INFO] [stderr] | [INFO] [stderr] 385 | use async_compression::write::ZlibDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `flate2` [INFO] [stderr] --> tests/utils/mod.rs:396:17 [INFO] [stderr] | [INFO] [stderr] 396 | use flate2::{bufread::GzEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `libzstd` [INFO] [stderr] --> tests/utils/mod.rs:468:17 [INFO] [stderr] | [INFO] [stderr] 468 | use libzstd::stream::read::Decoder; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `libzstd` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:499:36 [INFO] [stderr] | [INFO] [stderr] 499 | use async_compression::bufread::ZstdDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `libzstd` [INFO] [stderr] --> tests/utils/mod.rs:463:17 [INFO] [stderr] | [INFO] [stderr] 463 | use libzstd::DEFAULT_COMPRESSION_LEVEL; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `libzstd` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BrotliEncoder` [INFO] [stderr] --> tests/utils/mod.rs:137:25 [INFO] [stderr] | [INFO] [stderr] 137 | read_to_vec(BrotliEncoder::new(bytes, 1)) [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BrotliEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BrotliDecoder` [INFO] [stderr] --> tests/utils/mod.rs:142:25 [INFO] [stderr] | [INFO] [stderr] 142 | read_to_vec(BrotliDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BrotliDecoder` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:509:36 [INFO] [stderr] | [INFO] [stderr] 509 | use async_compression::write::ZstdEncoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BzEncoder` [INFO] [stderr] --> tests/utils/mod.rs:199:25 [INFO] [stderr] | [INFO] [stderr] 199 | read_to_vec(BzEncoder::new(bytes, Compression::Fastest)) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `BzEncoder` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:509:36 [INFO] [stderr] | [INFO] [stderr] 509 | use async_compression::write::ZstdEncoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:514:36 [INFO] [stderr] | [INFO] [stderr] 514 | use async_compression::write::ZstdDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BzDecoder` [INFO] [stderr] --> tests/utils/mod.rs:204:25 [INFO] [stderr] | [INFO] [stderr] 204 | read_to_vec(BzDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `BzDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DeflateEncoder` [INFO] [stderr] --> tests/utils/mod.rs:265:25 [INFO] [stderr] | [INFO] [stderr] 265 | read_to_vec(DeflateEncoder::new(bytes, Compression::fast())) [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `DeflateEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DeflateDecoder` [INFO] [stderr] --> tests/utils/mod.rs:270:25 [INFO] [stderr] | [INFO] [stderr] 270 | read_to_vec(DeflateDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `DeflateDecoder` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bytes` [INFO] [stderr] --> tests/utils/mod.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use bytes::Bytes; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bytes` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZlibEncoder` [INFO] [stderr] --> tests/utils/mod.rs:331:25 [INFO] [stderr] | [INFO] [stderr] 331 | read_to_vec(ZlibEncoder::new(bytes, Compression::fast())) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `ZlibEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `brotli2` [INFO] [stderr] --> tests/utils/mod.rs:136:17 [INFO] [stderr] | [INFO] [stderr] 136 | use brotli2::bufread::BrotliEncoder; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `brotli2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `flate2` [INFO] [stderr] --> tests/utils/mod.rs:330:17 [INFO] [stderr] | [INFO] [stderr] 330 | use flate2::{bufread::ZlibEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZlibDecoder` [INFO] [stderr] --> tests/utils/mod.rs:336:25 [INFO] [stderr] | [INFO] [stderr] 336 | read_to_vec(ZlibDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `ZlibDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `brotli2` [INFO] [stderr] --> tests/utils/mod.rs:141:17 [INFO] [stderr] | [INFO] [stderr] 141 | use brotli2::bufread::BrotliDecoder; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `brotli2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:401:17 [INFO] [stderr] | [INFO] [stderr] 401 | use flate2::bufread::GzDecoder; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `bzip2` [INFO] [stderr] --> tests/utils/mod.rs:198:17 [INFO] [stderr] | [INFO] [stderr] 198 | use bzip2::{bufread::BzEncoder, Compression}; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bzip2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `libzstd` [INFO] [stderr] --> tests/utils/mod.rs:462:17 [INFO] [stderr] | [INFO] [stderr] 462 | use libzstd::stream::read::Encoder; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `libzstd` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzEncoder` [INFO] [stderr] --> tests/utils/mod.rs:397:25 [INFO] [stderr] | [INFO] [stderr] 397 | read_to_vec(GzEncoder::new(bytes, Compression::fast())) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `GzEncoder` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bytes` [INFO] [stderr] --> tests/utils/mod.rs:64:13 [INFO] [stderr] | [INFO] [stderr] 64 | pub use bytes::Bytes; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bytes` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzDecoder` [INFO] [stderr] --> tests/utils/mod.rs:402:25 [INFO] [stderr] | [INFO] [stderr] 402 | read_to_vec(GzDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `GzDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `bzip2` [INFO] [stderr] --> tests/utils/mod.rs:203:17 [INFO] [stderr] | [INFO] [stderr] 203 | use bzip2::bufread::BzDecoder; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bzip2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:264:17 [INFO] [stderr] | [INFO] [stderr] 264 | use flate2::{bufread::DeflateEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:464:25 [INFO] [stderr] | [INFO] [stderr] 464 | read_to_vec(Encoder::new(bytes, DEFAULT_COMPRESSION_LEVEL).unwrap()) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Encoder` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bzip2` [INFO] [stderr] --> tests/utils/mod.rs:198:17 [INFO] [stderr] | [INFO] [stderr] 198 | use bzip2::{bufread::BzEncoder, Compression}; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bzip2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Decoder` [INFO] [stderr] --> tests/utils/mod.rs:469:25 [INFO] [stderr] | [INFO] [stderr] 469 | read_to_vec(Decoder::new(bytes).unwrap()) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:269:17 [INFO] [stderr] | [INFO] [stderr] 269 | use flate2::bufread::DeflateDecoder; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:330:17 [INFO] [stderr] | [INFO] [stderr] 330 | use flate2::{bufread::ZlibEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `flate2` [INFO] [stderr] --> tests/utils/mod.rs:264:17 [INFO] [stderr] | [INFO] [stderr] 264 | use flate2::{bufread::DeflateEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:335:17 [INFO] [stderr] | [INFO] [stderr] 335 | use flate2::bufread::ZlibDecoder; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:410:37 [INFO] [stderr] | [INFO] [stderr] 410 | use async_compression::{flate2::Compression, stream::GzipEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:396:17 [INFO] [stderr] | [INFO] [stderr] 396 | use flate2::{bufread::GzEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `flate2` [INFO] [stderr] --> tests/utils/mod.rs:330:17 [INFO] [stderr] | [INFO] [stderr] 330 | use flate2::{bufread::ZlibEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:514:36 [INFO] [stderr] | [INFO] [stderr] 514 | use async_compression::write::ZstdDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:401:17 [INFO] [stderr] | [INFO] [stderr] 401 | use flate2::bufread::GzDecoder; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `libzstd` [INFO] [stderr] --> tests/utils/mod.rs:462:17 [INFO] [stderr] | [INFO] [stderr] 462 | use libzstd::stream::read::Encoder; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `libzstd` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `flate2` [INFO] [stderr] --> tests/utils/mod.rs:396:17 [INFO] [stderr] | [INFO] [stderr] 396 | use flate2::{bufread::GzEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `flate2` [INFO] [stderr] --> tests/utils/mod.rs:396:17 [INFO] [stderr] | [INFO] [stderr] 396 | use flate2::{bufread::GzEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `libzstd` [INFO] [stderr] --> tests/utils/mod.rs:468:17 [INFO] [stderr] | [INFO] [stderr] 468 | use libzstd::stream::read::Decoder; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `libzstd` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `libzstd` [INFO] [stderr] --> tests/utils/mod.rs:468:17 [INFO] [stderr] | [INFO] [stderr] 468 | use libzstd::stream::read::Decoder; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `libzstd` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `libzstd` [INFO] [stderr] --> tests/utils/mod.rs:463:17 [INFO] [stderr] | [INFO] [stderr] 463 | use libzstd::DEFAULT_COMPRESSION_LEVEL; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `libzstd` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:416:36 [INFO] [stderr] | [INFO] [stderr] 416 | use async_compression::stream::GzipDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BrotliEncoder` [INFO] [stderr] --> tests/utils/mod.rs:137:25 [INFO] [stderr] | [INFO] [stderr] 137 | read_to_vec(BrotliEncoder::new(bytes, 1)) [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BrotliEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BrotliDecoder` [INFO] [stderr] --> tests/utils/mod.rs:142:25 [INFO] [stderr] | [INFO] [stderr] 142 | read_to_vec(BrotliDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BrotliDecoder` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `libzstd` [INFO] [stderr] --> tests/utils/mod.rs:463:17 [INFO] [stderr] | [INFO] [stderr] 463 | use libzstd::DEFAULT_COMPRESSION_LEVEL; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `libzstd` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bytes` [INFO] [stderr] --> tests/utils/mod.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use bytes::Bytes; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bytes` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `brotli2` [INFO] [stderr] --> tests/utils/mod.rs:136:17 [INFO] [stderr] | [INFO] [stderr] 136 | use brotli2::bufread::BrotliEncoder; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `brotli2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `brotli2` [INFO] [stderr] --> tests/utils/mod.rs:141:17 [INFO] [stderr] | [INFO] [stderr] 141 | use brotli2::bufread::BrotliDecoder; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `brotli2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `bzip2` [INFO] [stderr] --> tests/utils/mod.rs:198:17 [INFO] [stderr] | [INFO] [stderr] 198 | use bzip2::{bufread::BzEncoder, Compression}; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bzip2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BrotliEncoder` [INFO] [stderr] --> tests/utils/mod.rs:137:25 [INFO] [stderr] | [INFO] [stderr] 137 | read_to_vec(BrotliEncoder::new(bytes, 1)) [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BrotliEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BzEncoder` [INFO] [stderr] --> tests/utils/mod.rs:199:25 [INFO] [stderr] | [INFO] [stderr] 199 | read_to_vec(BzEncoder::new(bytes, Compression::Fastest)) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `BzEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BrotliDecoder` [INFO] [stderr] --> tests/utils/mod.rs:142:25 [INFO] [stderr] | [INFO] [stderr] 142 | read_to_vec(BrotliDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BrotliDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BzDecoder` [INFO] [stderr] --> tests/utils/mod.rs:204:25 [INFO] [stderr] | [INFO] [stderr] 204 | read_to_vec(BzDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `BzDecoder` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::bufread`, `async_compression::flate2` [INFO] [stderr] --> tests/utils/mod.rs:426:37 [INFO] [stderr] | [INFO] [stderr] 426 | use async_compression::{bufread::GzipEncoder, flate2::Compression}; [INFO] [stderr] | ^^^^^^^ ^^^^^^ could not find `flate2` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bytes` [INFO] [stderr] --> tests/utils/mod.rs:64:13 [INFO] [stderr] | [INFO] [stderr] 64 | pub use bytes::Bytes; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bytes` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DeflateEncoder` [INFO] [stderr] --> tests/utils/mod.rs:265:25 [INFO] [stderr] | [INFO] [stderr] 265 | read_to_vec(DeflateEncoder::new(bytes, Compression::fast())) [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `DeflateEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BzEncoder` [INFO] [stderr] --> tests/utils/mod.rs:199:25 [INFO] [stderr] | [INFO] [stderr] 199 | read_to_vec(BzEncoder::new(bytes, Compression::Fastest)) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `BzEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `bzip2` [INFO] [stderr] --> tests/utils/mod.rs:203:17 [INFO] [stderr] | [INFO] [stderr] 203 | use bzip2::bufread::BzDecoder; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bzip2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BzDecoder` [INFO] [stderr] --> tests/utils/mod.rs:204:25 [INFO] [stderr] | [INFO] [stderr] 204 | read_to_vec(BzDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `BzDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DeflateDecoder` [INFO] [stderr] --> tests/utils/mod.rs:270:25 [INFO] [stderr] | [INFO] [stderr] 270 | read_to_vec(DeflateDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `DeflateDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DeflateEncoder` [INFO] [stderr] --> tests/utils/mod.rs:265:25 [INFO] [stderr] | [INFO] [stderr] 265 | read_to_vec(DeflateEncoder::new(bytes, Compression::fast())) [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `DeflateEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:264:17 [INFO] [stderr] | [INFO] [stderr] 264 | use flate2::{bufread::DeflateEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:432:36 [INFO] [stderr] | [INFO] [stderr] 432 | use async_compression::bufread::GzipDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZlibEncoder` [INFO] [stderr] --> tests/utils/mod.rs:331:25 [INFO] [stderr] | [INFO] [stderr] 331 | read_to_vec(ZlibEncoder::new(bytes, Compression::fast())) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `ZlibEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DeflateDecoder` [INFO] [stderr] --> tests/utils/mod.rs:270:25 [INFO] [stderr] | [INFO] [stderr] 270 | read_to_vec(DeflateDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `DeflateDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZlibEncoder` [INFO] [stderr] --> tests/utils/mod.rs:331:25 [INFO] [stderr] | [INFO] [stderr] 331 | read_to_vec(ZlibEncoder::new(bytes, Compression::fast())) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `ZlibEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZlibDecoder` [INFO] [stderr] --> tests/utils/mod.rs:336:25 [INFO] [stderr] | [INFO] [stderr] 336 | read_to_vec(ZlibDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `ZlibDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZlibDecoder` [INFO] [stderr] --> tests/utils/mod.rs:336:25 [INFO] [stderr] | [INFO] [stderr] 336 | read_to_vec(ZlibDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `ZlibDecoder` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bzip2` [INFO] [stderr] --> tests/utils/mod.rs:198:17 [INFO] [stderr] | [INFO] [stderr] 198 | use bzip2::{bufread::BzEncoder, Compression}; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bzip2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzEncoder` [INFO] [stderr] --> tests/utils/mod.rs:397:25 [INFO] [stderr] | [INFO] [stderr] 397 | read_to_vec(GzEncoder::new(bytes, Compression::fast())) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `GzEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:269:17 [INFO] [stderr] | [INFO] [stderr] 269 | use flate2::bufread::DeflateDecoder; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:330:17 [INFO] [stderr] | [INFO] [stderr] 330 | use flate2::{bufread::ZlibEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzDecoder` [INFO] [stderr] --> tests/utils/mod.rs:402:25 [INFO] [stderr] | [INFO] [stderr] 402 | read_to_vec(GzDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `GzDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzEncoder` [INFO] [stderr] --> tests/utils/mod.rs:397:25 [INFO] [stderr] | [INFO] [stderr] 397 | read_to_vec(GzEncoder::new(bytes, Compression::fast())) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `GzEncoder` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `async_compression::flate2`, `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:442:37 [INFO] [stderr] | [INFO] [stderr] 442 | use async_compression::{flate2::Compression, write::GzipEncoder}; [INFO] [stderr] | ^^^^^^ ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] | | [INFO] [stderr] | could not find `flate2` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:464:25 [INFO] [stderr] | [INFO] [stderr] 464 | read_to_vec(Encoder::new(bytes, DEFAULT_COMPRESSION_LEVEL).unwrap()) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Encoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzDecoder` [INFO] [stderr] --> tests/utils/mod.rs:402:25 [INFO] [stderr] | [INFO] [stderr] 402 | read_to_vec(GzDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `GzDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Decoder` [INFO] [stderr] --> tests/utils/mod.rs:469:25 [INFO] [stderr] | [INFO] [stderr] 469 | read_to_vec(Decoder::new(bytes).unwrap()) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `flate2` [INFO] [stderr] --> tests/utils/mod.rs:264:17 [INFO] [stderr] | [INFO] [stderr] 264 | use flate2::{bufread::DeflateEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:335:17 [INFO] [stderr] | [INFO] [stderr] 335 | use flate2::bufread::ZlibDecoder; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:464:25 [INFO] [stderr] | [INFO] [stderr] 464 | read_to_vec(Encoder::new(bytes, DEFAULT_COMPRESSION_LEVEL).unwrap()) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Encoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:396:17 [INFO] [stderr] | [INFO] [stderr] 396 | use flate2::{bufread::GzEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:451:36 [INFO] [stderr] | [INFO] [stderr] 451 | use async_compression::write::GzipDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Decoder` [INFO] [stderr] --> tests/utils/mod.rs:469:25 [INFO] [stderr] | [INFO] [stderr] 469 | read_to_vec(Decoder::new(bytes).unwrap()) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `flate2` [INFO] [stderr] --> tests/utils/mod.rs:330:17 [INFO] [stderr] | [INFO] [stderr] 330 | use flate2::{bufread::ZlibEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:477:36 [INFO] [stderr] | [INFO] [stderr] 477 | use async_compression::stream::ZstdEncoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:401:17 [INFO] [stderr] | [INFO] [stderr] 401 | use flate2::bufread::GzDecoder; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `libzstd` [INFO] [stderr] --> tests/utils/mod.rs:462:17 [INFO] [stderr] | [INFO] [stderr] 462 | use libzstd::stream::read::Encoder; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `libzstd` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:483:36 [INFO] [stderr] | [INFO] [stderr] 483 | use async_compression::stream::ZstdDecoder; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `flate2` [INFO] [stderr] --> tests/utils/mod.rs:396:17 [INFO] [stderr] | [INFO] [stderr] 396 | use flate2::{bufread::GzEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `libzstd` [INFO] [stderr] --> tests/utils/mod.rs:468:17 [INFO] [stderr] | [INFO] [stderr] 468 | use libzstd::stream::read::Decoder; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `libzstd` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `libzstd` [INFO] [stderr] --> tests/utils/mod.rs:463:17 [INFO] [stderr] | [INFO] [stderr] 463 | use libzstd::DEFAULT_COMPRESSION_LEVEL; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `libzstd` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:493:36 [INFO] [stderr] | [INFO] [stderr] 493 | use async_compression::bufread::ZstdEncoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BrotliEncoder` [INFO] [stderr] --> tests/utils/mod.rs:137:25 [INFO] [stderr] | [INFO] [stderr] 137 | read_to_vec(BrotliEncoder::new(bytes, 1)) [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BrotliEncoder` [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> tests/utils/mod.rs:125:18 [INFO] [stderr] | [INFO] [stderr] 125 | .map(Result::unwrap) [INFO] [stderr] | ^^^^^^^^^^^^^^ cannot infer type for `T` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BrotliDecoder` [INFO] [stderr] --> tests/utils/mod.rs:142:25 [INFO] [stderr] | [INFO] [stderr] 142 | read_to_vec(BrotliDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BrotliDecoder` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::bufread` [INFO] [stderr] --> tests/utils/mod.rs:499:36 [INFO] [stderr] | [INFO] [stderr] 499 | use async_compression::bufread::ZstdDecoder; [INFO] [stderr] | ^^^^^^^ could not find `bufread` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BzEncoder` [INFO] [stderr] --> tests/utils/mod.rs:199:25 [INFO] [stderr] | [INFO] [stderr] 199 | read_to_vec(BzEncoder::new(bytes, Compression::Fastest)) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `BzEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BzDecoder` [INFO] [stderr] --> tests/utils/mod.rs:204:25 [INFO] [stderr] | [INFO] [stderr] 204 | read_to_vec(BzDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `BzDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DeflateEncoder` [INFO] [stderr] --> tests/utils/mod.rs:265:25 [INFO] [stderr] | [INFO] [stderr] 265 | read_to_vec(DeflateEncoder::new(bytes, Compression::fast())) [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `DeflateEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DeflateDecoder` [INFO] [stderr] --> tests/utils/mod.rs:270:25 [INFO] [stderr] | [INFO] [stderr] 270 | read_to_vec(DeflateDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `DeflateDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZlibEncoder` [INFO] [stderr] --> tests/utils/mod.rs:331:25 [INFO] [stderr] | [INFO] [stderr] 331 | read_to_vec(ZlibEncoder::new(bytes, Compression::fast())) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `ZlibEncoder` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:509:36 [INFO] [stderr] | [INFO] [stderr] 509 | use async_compression::write::ZstdEncoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZlibDecoder` [INFO] [stderr] --> tests/utils/mod.rs:336:25 [INFO] [stderr] | [INFO] [stderr] 336 | read_to_vec(ZlibDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `ZlibDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzEncoder` [INFO] [stderr] --> tests/utils/mod.rs:397:25 [INFO] [stderr] | [INFO] [stderr] 397 | read_to_vec(GzEncoder::new(bytes, Compression::fast())) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `GzEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzDecoder` [INFO] [stderr] --> tests/utils/mod.rs:402:25 [INFO] [stderr] | [INFO] [stderr] 402 | read_to_vec(GzDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `GzDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:464:25 [INFO] [stderr] | [INFO] [stderr] 464 | read_to_vec(Encoder::new(bytes, DEFAULT_COMPRESSION_LEVEL).unwrap()) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Encoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Decoder` [INFO] [stderr] --> tests/utils/mod.rs:469:25 [INFO] [stderr] | [INFO] [stderr] 469 | read_to_vec(Decoder::new(bytes).unwrap()) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::write` [INFO] [stderr] --> tests/utils/mod.rs:514:36 [INFO] [stderr] | [INFO] [stderr] 514 | use async_compression::write::ZstdDecoder; [INFO] [stderr] | ^^^^^ could not find `write` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bytes` [INFO] [stderr] --> tests/utils/mod.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use bytes::Bytes; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bytes` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `brotli2` [INFO] [stderr] --> tests/utils/mod.rs:136:17 [INFO] [stderr] | [INFO] [stderr] 136 | use brotli2::bufread::BrotliEncoder; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `brotli2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `brotli2` [INFO] [stderr] --> tests/utils/mod.rs:141:17 [INFO] [stderr] | [INFO] [stderr] 141 | use brotli2::bufread::BrotliDecoder; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `brotli2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `bzip2` [INFO] [stderr] --> tests/utils/mod.rs:198:17 [INFO] [stderr] | [INFO] [stderr] 198 | use bzip2::{bufread::BzEncoder, Compression}; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bzip2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bytes` [INFO] [stderr] --> tests/utils/mod.rs:64:13 [INFO] [stderr] | [INFO] [stderr] 64 | pub use bytes::Bytes; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bytes` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `bzip2` [INFO] [stderr] --> tests/utils/mod.rs:203:17 [INFO] [stderr] | [INFO] [stderr] 203 | use bzip2::bufread::BzDecoder; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bzip2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:264:17 [INFO] [stderr] | [INFO] [stderr] 264 | use flate2::{bufread::DeflateEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bzip2` [INFO] [stderr] --> tests/utils/mod.rs:198:17 [INFO] [stderr] | [INFO] [stderr] 198 | use bzip2::{bufread::BzEncoder, Compression}; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bzip2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:269:17 [INFO] [stderr] | [INFO] [stderr] 269 | use flate2::bufread::DeflateDecoder; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:330:17 [INFO] [stderr] | [INFO] [stderr] 330 | use flate2::{bufread::ZlibEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `flate2` [INFO] [stderr] --> tests/utils/mod.rs:264:17 [INFO] [stderr] | [INFO] [stderr] 264 | use flate2::{bufread::DeflateEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:335:17 [INFO] [stderr] | [INFO] [stderr] 335 | use flate2::bufread::ZlibDecoder; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:396:17 [INFO] [stderr] | [INFO] [stderr] 396 | use flate2::{bufread::GzEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `flate2` [INFO] [stderr] --> tests/utils/mod.rs:330:17 [INFO] [stderr] | [INFO] [stderr] 330 | use flate2::{bufread::ZlibEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:401:17 [INFO] [stderr] | [INFO] [stderr] 401 | use flate2::bufread::GzDecoder; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `libzstd` [INFO] [stderr] --> tests/utils/mod.rs:462:17 [INFO] [stderr] | [INFO] [stderr] 462 | use libzstd::stream::read::Encoder; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `libzstd` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `flate2` [INFO] [stderr] --> tests/utils/mod.rs:396:17 [INFO] [stderr] | [INFO] [stderr] 396 | use flate2::{bufread::GzEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `libzstd` [INFO] [stderr] --> tests/utils/mod.rs:468:17 [INFO] [stderr] | [INFO] [stderr] 468 | use libzstd::stream::read::Decoder; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `libzstd` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `libzstd` [INFO] [stderr] --> tests/utils/mod.rs:463:17 [INFO] [stderr] | [INFO] [stderr] 463 | use libzstd::DEFAULT_COMPRESSION_LEVEL; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `libzstd` [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> tests/utils/mod.rs:125:18 [INFO] [stderr] | [INFO] [stderr] 125 | .map(Result::unwrap) [INFO] [stderr] | ^^^^^^^^^^^^^^ cannot infer type for `T` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BrotliEncoder` [INFO] [stderr] --> tests/utils/mod.rs:137:25 [INFO] [stderr] | [INFO] [stderr] 137 | read_to_vec(BrotliEncoder::new(bytes, 1)) [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BrotliEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BrotliDecoder` [INFO] [stderr] --> tests/utils/mod.rs:142:25 [INFO] [stderr] | [INFO] [stderr] 142 | read_to_vec(BrotliDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BrotliDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BzEncoder` [INFO] [stderr] --> tests/utils/mod.rs:199:25 [INFO] [stderr] | [INFO] [stderr] 199 | read_to_vec(BzEncoder::new(bytes, Compression::Fastest)) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `BzEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BzDecoder` [INFO] [stderr] --> tests/utils/mod.rs:204:25 [INFO] [stderr] | [INFO] [stderr] 204 | read_to_vec(BzDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `BzDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DeflateEncoder` [INFO] [stderr] --> tests/utils/mod.rs:265:25 [INFO] [stderr] | [INFO] [stderr] 265 | read_to_vec(DeflateEncoder::new(bytes, Compression::fast())) [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `DeflateEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DeflateDecoder` [INFO] [stderr] --> tests/utils/mod.rs:270:25 [INFO] [stderr] | [INFO] [stderr] 270 | read_to_vec(DeflateDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `DeflateDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZlibEncoder` [INFO] [stderr] --> tests/utils/mod.rs:331:25 [INFO] [stderr] | [INFO] [stderr] 331 | read_to_vec(ZlibEncoder::new(bytes, Compression::fast())) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `ZlibEncoder` [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> tests/utils/mod.rs:125:18 [INFO] [stderr] | [INFO] [stderr] 125 | .map(Result::unwrap) [INFO] [stderr] | ^^^^^^^^^^^^^^ cannot infer type for `T` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZlibDecoder` [INFO] [stderr] --> tests/utils/mod.rs:336:25 [INFO] [stderr] | [INFO] [stderr] 336 | read_to_vec(ZlibDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `ZlibDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzEncoder` [INFO] [stderr] --> tests/utils/mod.rs:397:25 [INFO] [stderr] | [INFO] [stderr] 397 | read_to_vec(GzEncoder::new(bytes, Compression::fast())) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `GzEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzDecoder` [INFO] [stderr] --> tests/utils/mod.rs:402:25 [INFO] [stderr] | [INFO] [stderr] 402 | read_to_vec(GzDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `GzDecoder` [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> tests/utils/mod.rs:125:18 [INFO] [stderr] | [INFO] [stderr] 125 | .map(Result::unwrap) [INFO] [stderr] | ^^^^^^^^^^^^^^ cannot infer type for `T` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:464:25 [INFO] [stderr] | [INFO] [stderr] 464 | read_to_vec(Encoder::new(bytes, DEFAULT_COMPRESSION_LEVEL).unwrap()) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Encoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Decoder` [INFO] [stderr] --> tests/utils/mod.rs:469:25 [INFO] [stderr] | [INFO] [stderr] 469 | read_to_vec(Decoder::new(bytes).unwrap()) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> tests/utils/mod.rs:125:18 [INFO] [stderr] | [INFO] [stderr] 125 | .map(Result::unwrap) [INFO] [stderr] | ^^^^^^^^^^^^^^ cannot infer type for `T` [INFO] [stderr] [INFO] [stderr] error: aborting due to 68 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0282, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0282`. [INFO] [stderr] error: could not compile `async-compression`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 68 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0282, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0282`. [INFO] [stderr] error: could not compile `async-compression`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> tests/utils/mod.rs:125:18 [INFO] [stderr] | [INFO] [stderr] 125 | .map(Result::unwrap) [INFO] [stderr] | ^^^^^^^^^^^^^^ cannot infer type for `T` [INFO] [stderr] [INFO] [stderr] error: aborting due to 68 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0282, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0282`. [INFO] [stderr] error: could not compile `async-compression`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 68 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0282, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0282`. [INFO] [stderr] error: could not compile `async-compression`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused import: `std::io::Write` [INFO] [stderr] --> tests/gzip.rs:94:9 [INFO] [stderr] | [INFO] [stderr] 94 | use std::io::Write; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 69 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0282, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0282`. [INFO] [stderr] error: could not compile `async-compression`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 68 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0282, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0282`. [INFO] [stderr] error: could not compile `async-compression`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> tests/utils/mod.rs:125:18 [INFO] [stderr] | [INFO] [stderr] 125 | .map(Result::unwrap) [INFO] [stderr] | ^^^^^^^^^^^^^^ cannot infer type for `T` [INFO] [stderr] [INFO] [stderr] error: aborting due to 68 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0282, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0282`. [INFO] [stderr] error: could not compile `async-compression`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "1a5e42f7b9426ae052730f5f3151263efe197cc681654903a2d89de7676e484e"` [INFO] running `"docker" "rm" "-f" "1a5e42f7b9426ae052730f5f3151263efe197cc681654903a2d89de7676e484e"` [INFO] [stdout] 1a5e42f7b9426ae052730f5f3151263efe197cc681654903a2d89de7676e484e