[INFO] crate async-compression 0.3.4 is already in cache [INFO] testing async-compression-0.3.4 against 1.44.0 for beta-1.45-1 [INFO] extracting crate async-compression 0.3.4 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate async-compression 0.3.4 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate async-compression 0.3.4 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate async-compression 0.3.4 [INFO] tweaked toml for crates.io crate async-compression 0.3.4 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b5c7173bfa2ed751dd82b6bb3202ab4d654124e406cd34e7580b1dfce44cf155 [INFO] running `"docker" "start" "-a" "b5c7173bfa2ed751dd82b6bb3202ab4d654124e406cd34e7580b1dfce44cf155"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling futures-core v0.3.5 [INFO] [stderr] Compiling async-compression v0.3.4 (/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] 115 | | } [INFO] [stderr] 116 | | } [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: `get_mut` [INFO] [stderr] --> src/util.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | pub(crate) fn get_mut(&mut self) -> &mut B { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `into_inner` [INFO] [stderr] --> src/util.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | 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:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | 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:41:5 [INFO] [stderr] | [INFO] [stderr] 41 | 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:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | pub(crate) fn take(&mut self) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 9 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.51s [INFO] running `"docker" "inspect" "b5c7173bfa2ed751dd82b6bb3202ab4d654124e406cd34e7580b1dfce44cf155"` [INFO] running `"docker" "rm" "-f" "b5c7173bfa2ed751dd82b6bb3202ab4d654124e406cd34e7580b1dfce44cf155"` [INFO] [stdout] b5c7173bfa2ed751dd82b6bb3202ab4d654124e406cd34e7580b1dfce44cf155 [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=warn" "-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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a5ae57feb2b4f1e4d3204a04ef79fb26610d03de6264c37202a722146f18d728 [INFO] running `"docker" "start" "-a" "a5ae57feb2b4f1e4d3204a04ef79fb26610d03de6264c37202a722146f18d728"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling atom v0.3.5 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling bit-vec v0.6.2 [INFO] [stderr] Compiling time v0.2.16 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling wait-timeout v0.2.0 [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] 115 | | } [INFO] [stderr] 116 | | } [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: `get_mut` [INFO] [stderr] --> src/util.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | pub(crate) fn get_mut(&mut self) -> &mut B { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `into_inner` [INFO] [stderr] --> src/util.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | 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:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | 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:41:5 [INFO] [stderr] | [INFO] [stderr] 41 | 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:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | pub(crate) fn take(&mut self) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 9 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling ntest_test_cases v0.3.4 [INFO] [stderr] Compiling pulse v0.5.3 [INFO] [stderr] Compiling rusty-fork v0.2.2 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling proptest v0.9.6 [INFO] [stderr] Compiling timebomb v0.1.2 [INFO] [stderr] Compiling ntest_timeout v0.3.3 [INFO] [stderr] Compiling ntest v0.3.3 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Compiling futures-test v0.3.5 [INFO] [stderr] Compiling proptest-derive v0.1.2 [INFO] [stderr] Compiling async-compression v0.3.4 (/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] 115 | | } [INFO] [stderr] 116 | | } [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: `get_mut` [INFO] [stderr] --> src/util.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | pub(crate) fn get_mut(&mut self) -> &mut B { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `into_inner` [INFO] [stderr] --> src/util.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | 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:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | 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:41:5 [INFO] [stderr] | [INFO] [stderr] 41 | 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:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | pub(crate) fn take(&mut self) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:174:40 [INFO] [stderr] | [INFO] [stderr] 174 | pub use async_compression::futures::bufread::{ [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:191:40 [INFO] [stderr] | [INFO] [stderr] 191 | pub use async_compression::futures::write::{ [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:158:36 [INFO] [stderr] | [INFO] [stderr] 158 | pub use async_compression::stream::{BrotliDecoder as Decoder, BrotliEncoder as Encoder}; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:243:40 [INFO] [stderr] | [INFO] [stderr] 243 | pub use async_compression::futures::bufread::{ [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:260:40 [INFO] [stderr] | [INFO] [stderr] 260 | pub use async_compression::futures::write::{ [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:227:36 [INFO] [stderr] | [INFO] [stderr] 227 | pub use async_compression::stream::{BzDecoder as Decoder, BzEncoder as Encoder}; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:312:40 [INFO] [stderr] | [INFO] [stderr] 312 | pub use async_compression::futures::bufread::{ [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:329:40 [INFO] [stderr] | [INFO] [stderr] 329 | pub use async_compression::futures::write::{ [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:296:36 [INFO] [stderr] | [INFO] [stderr] 296 | pub use async_compression::stream::{DeflateDecoder as Decoder, DeflateEncoder as Encoder}; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:381:40 [INFO] [stderr] | [INFO] [stderr] 381 | pub use async_compression::futures::bufread::{ [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:398:40 [INFO] [stderr] | [INFO] [stderr] 398 | pub use async_compression::futures::write::{ [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:365:36 [INFO] [stderr] | [INFO] [stderr] 365 | pub use async_compression::stream::{ZlibDecoder as Decoder, ZlibEncoder as Encoder}; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:450:40 [INFO] [stderr] | [INFO] [stderr] 450 | pub use async_compression::futures::bufread::{ [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:467:40 [INFO] [stderr] | [INFO] [stderr] 467 | pub use async_compression::futures::write::{ [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:434:36 [INFO] [stderr] | [INFO] [stderr] 434 | pub use async_compression::stream::{GzipDecoder as Decoder, GzipEncoder as Encoder}; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:520:40 [INFO] [stderr] | [INFO] [stderr] 520 | pub use async_compression::futures::bufread::{ [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:537:40 [INFO] [stderr] | [INFO] [stderr] 537 | pub use async_compression::futures::write::{ [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:504:36 [INFO] [stderr] | [INFO] [stderr] 504 | pub use async_compression::stream::{ZstdDecoder as Decoder, ZstdEncoder as Encoder}; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:591:40 [INFO] [stderr] | [INFO] [stderr] 591 | pub use async_compression::futures::bufread::{ [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:608:40 [INFO] [stderr] | [INFO] [stderr] 608 | pub use async_compression::futures::write::{ [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:575:36 [INFO] [stderr] | [INFO] [stderr] 575 | pub use async_compression::stream::{XzDecoder as Decoder, XzEncoder as Encoder}; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:670:40 [INFO] [stderr] | [INFO] [stderr] 670 | pub use async_compression::futures::bufread::{ [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:687:40 [INFO] [stderr] | [INFO] [stderr] 687 | pub use async_compression::futures::write::{ [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:654:36 [INFO] [stderr] | [INFO] [stderr] 654 | pub use async_compression::stream::{LzmaDecoder as Decoder, LzmaEncoder as Encoder}; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bytes` [INFO] [stderr] --> tests/utils/mod.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | 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 `brotli` [INFO] [stderr] --> tests/utils/mod.rs:144:17 [INFO] [stderr] | [INFO] [stderr] 144 | use brotli::{enc::backward_references::BrotliEncoderParams, CompressorReader}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `brotli` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bytes` [INFO] [stderr] --> tests/utils/mod.rs:68:13 [INFO] [stderr] | [INFO] [stderr] 68 | pub use bytes::Bytes; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bytes` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `brotli` [INFO] [stderr] --> tests/utils/mod.rs:144:17 [INFO] [stderr] | [INFO] [stderr] 144 | use brotli::{enc::backward_references::BrotliEncoderParams, CompressorReader}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `brotli` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `bzip2` [INFO] [stderr] --> tests/utils/mod.rs:215:17 [INFO] [stderr] | [INFO] [stderr] 215 | use bzip2::{bufread::BzEncoder, Compression}; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bzip2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `brotli` [INFO] [stderr] --> tests/utils/mod.rs:151:17 [INFO] [stderr] | [INFO] [stderr] 151 | use brotli::Decompressor; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `brotli` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `bzip2` [INFO] [stderr] --> tests/utils/mod.rs:220:17 [INFO] [stderr] | [INFO] [stderr] 220 | 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:284:17 [INFO] [stderr] | [INFO] [stderr] 284 | 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:215:17 [INFO] [stderr] | [INFO] [stderr] 215 | 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:289:17 [INFO] [stderr] | [INFO] [stderr] 289 | 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:353:17 [INFO] [stderr] | [INFO] [stderr] 353 | 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:284:17 [INFO] [stderr] | [INFO] [stderr] 284 | 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:358:17 [INFO] [stderr] | [INFO] [stderr] 358 | 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:422:17 [INFO] [stderr] | [INFO] [stderr] 422 | 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:353:17 [INFO] [stderr] | [INFO] [stderr] 353 | 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:427:17 [INFO] [stderr] | [INFO] [stderr] 427 | 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:491:17 [INFO] [stderr] | [INFO] [stderr] 491 | 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:422:17 [INFO] [stderr] | [INFO] [stderr] 422 | 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:497:17 [INFO] [stderr] | [INFO] [stderr] 497 | 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 `xz2` [INFO] [stderr] --> tests/utils/mod.rs:561:17 [INFO] [stderr] | [INFO] [stderr] 561 | use xz2::bufread::XzEncoder; [INFO] [stderr] | ^^^ use of undeclared type or module `xz2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `xz2` [INFO] [stderr] --> tests/utils/mod.rs:567:17 [INFO] [stderr] | [INFO] [stderr] 567 | use xz2::bufread::XzDecoder; [INFO] [stderr] | ^^^ use of undeclared type or module `xz2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `xz2` [INFO] [stderr] --> tests/utils/mod.rs:632:17 [INFO] [stderr] | [INFO] [stderr] 632 | use xz2::bufread::XzEncoder; [INFO] [stderr] | ^^^ use of undeclared type or module `xz2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `xz2` [INFO] [stderr] --> tests/utils/mod.rs:633:17 [INFO] [stderr] | [INFO] [stderr] 633 | use xz2::stream::{LzmaOptions, Stream}; [INFO] [stderr] | ^^^ use of undeclared type or module `xz2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `xz2` [INFO] [stderr] --> tests/utils/mod.rs:642:17 [INFO] [stderr] | [INFO] [stderr] 642 | use xz2::bufread::XzDecoder; [INFO] [stderr] | ^^^ use of undeclared type or module `xz2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `xz2` [INFO] [stderr] --> tests/utils/mod.rs:643:17 [INFO] [stderr] | [INFO] [stderr] 643 | use xz2::stream::Stream; [INFO] [stderr] | ^^^ use of undeclared type or module `xz2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `libzstd` [INFO] [stderr] --> tests/utils/mod.rs:492:17 [INFO] [stderr] | [INFO] [stderr] 492 | 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 `BrotliEncoderParams` [INFO] [stderr] --> tests/utils/mod.rs:145:30 [INFO] [stderr] | [INFO] [stderr] 145 | let mut params = BrotliEncoderParams::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `BrotliEncoderParams` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:180:35 [INFO] [stderr] | [INFO] [stderr] 180 | async_read_to_vec(Encoder::with_quality(input, Level::Fastest)) [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:185:35 [INFO] [stderr] | [INFO] [stderr] 185 | async_read_to_vec(Decoder::new(input)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:198:38 [INFO] [stderr] | [INFO] [stderr] 198 | |input| Box::pin(Encoder::with_quality(input, Level::Fastest)), [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:204:60 [INFO] [stderr] | [INFO] [stderr] 204 | async_write_to_vec(input, |input| Box::pin(Decoder::new(input)), limit) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BzEncoder` [INFO] [stderr] --> tests/utils/mod.rs:216:25 [INFO] [stderr] | [INFO] [stderr] 216 | 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:221:25 [INFO] [stderr] | [INFO] [stderr] 221 | 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 `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:249:35 [INFO] [stderr] | [INFO] [stderr] 249 | async_read_to_vec(Encoder::with_quality(input, Level::Fastest)) [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:254:35 [INFO] [stderr] | [INFO] [stderr] 254 | async_read_to_vec(Decoder::new(input)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:267:38 [INFO] [stderr] | [INFO] [stderr] 267 | |input| Box::pin(Encoder::with_quality(input, Level::Fastest)), [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:273:60 [INFO] [stderr] | [INFO] [stderr] 273 | async_write_to_vec(input, |input| Box::pin(Decoder::new(input)), limit) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DeflateEncoder` [INFO] [stderr] --> tests/utils/mod.rs:285:25 [INFO] [stderr] | [INFO] [stderr] 285 | 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:290:25 [INFO] [stderr] | [INFO] [stderr] 290 | 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 `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:318:35 [INFO] [stderr] | [INFO] [stderr] 318 | async_read_to_vec(Encoder::with_quality(input, Level::Fastest)) [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:323:35 [INFO] [stderr] | [INFO] [stderr] 323 | async_read_to_vec(Decoder::new(input)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:336:38 [INFO] [stderr] | [INFO] [stderr] 336 | |input| Box::pin(Encoder::with_quality(input, Level::Fastest)), [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:342:60 [INFO] [stderr] | [INFO] [stderr] 342 | async_write_to_vec(input, |input| Box::pin(Decoder::new(input)), limit) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZlibEncoder` [INFO] [stderr] --> tests/utils/mod.rs:354:25 [INFO] [stderr] | [INFO] [stderr] 354 | 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:359:25 [INFO] [stderr] | [INFO] [stderr] 359 | 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 `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:387:35 [INFO] [stderr] | [INFO] [stderr] 387 | async_read_to_vec(Encoder::with_quality(input, Level::Fastest)) [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:392:35 [INFO] [stderr] | [INFO] [stderr] 392 | async_read_to_vec(Decoder::new(input)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:405:38 [INFO] [stderr] | [INFO] [stderr] 405 | |input| Box::pin(Encoder::with_quality(input, Level::Fastest)), [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:411:60 [INFO] [stderr] | [INFO] [stderr] 411 | async_write_to_vec(input, |input| Box::pin(Decoder::new(input)), limit) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzEncoder` [INFO] [stderr] --> tests/utils/mod.rs:423:25 [INFO] [stderr] | [INFO] [stderr] 423 | 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:428:25 [INFO] [stderr] | [INFO] [stderr] 428 | 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:456:35 [INFO] [stderr] | [INFO] [stderr] 456 | async_read_to_vec(Encoder::with_quality(input, Level::Fastest)) [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:461:35 [INFO] [stderr] | [INFO] [stderr] 461 | async_read_to_vec(Decoder::new(input)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:474:38 [INFO] [stderr] | [INFO] [stderr] 474 | |input| Box::pin(Encoder::with_quality(input, Level::Fastest)), [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:480:60 [INFO] [stderr] | [INFO] [stderr] 480 | async_write_to_vec(input, |input| Box::pin(Decoder::new(input)), limit) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:493:25 [INFO] [stderr] | [INFO] [stderr] 493 | 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:498:25 [INFO] [stderr] | [INFO] [stderr] 498 | 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 `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:526:35 [INFO] [stderr] | [INFO] [stderr] 526 | async_read_to_vec(Encoder::with_quality(input, Level::Fastest)) [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:531:35 [INFO] [stderr] | [INFO] [stderr] 531 | async_read_to_vec(Decoder::new(input)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:544:38 [INFO] [stderr] | [INFO] [stderr] 544 | |input| Box::pin(Encoder::with_quality(input, Level::Fastest)), [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:550:60 [INFO] [stderr] | [INFO] [stderr] 550 | async_write_to_vec(input, |input| Box::pin(Decoder::new(input)), limit) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `XzEncoder` [INFO] [stderr] --> tests/utils/mod.rs:563:25 [INFO] [stderr] | [INFO] [stderr] 563 | read_to_vec(XzEncoder::new(bytes, 0)) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `XzEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `XzDecoder` [INFO] [stderr] --> tests/utils/mod.rs:569:25 [INFO] [stderr] | [INFO] [stderr] 569 | read_to_vec(XzDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `XzDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:597:35 [INFO] [stderr] | [INFO] [stderr] 597 | async_read_to_vec(Encoder::with_quality(input, Level::Fastest)) [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:602:35 [INFO] [stderr] | [INFO] [stderr] 602 | async_read_to_vec(Decoder::new(input)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:615:38 [INFO] [stderr] | [INFO] [stderr] 615 | |input| Box::pin(Encoder::with_quality(input, Level::Fastest)), [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:621:60 [INFO] [stderr] | [INFO] [stderr] 621 | async_write_to_vec(input, |input| Box::pin(Decoder::new(input)), limit) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `XzEncoder` [INFO] [stderr] --> tests/utils/mod.rs:635:25 [INFO] [stderr] | [INFO] [stderr] 635 | read_to_vec(XzEncoder::new_stream( [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `XzEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LzmaOptions` [INFO] [stderr] --> tests/utils/mod.rs:637:43 [INFO] [stderr] | [INFO] [stderr] 637 | Stream::new_lzma_encoder(&LzmaOptions::new_preset(0).unwrap()).unwrap(), [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `LzmaOptions` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `XzDecoder` [INFO] [stderr] --> tests/utils/mod.rs:645:25 [INFO] [stderr] | [INFO] [stderr] 645 | read_to_vec(XzDecoder::new_stream( [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `XzDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:676:35 [INFO] [stderr] | [INFO] [stderr] 676 | async_read_to_vec(Encoder::with_quality(input, Level::Fastest)) [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:681:35 [INFO] [stderr] | [INFO] [stderr] 681 | async_read_to_vec(Decoder::new(input)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:694:38 [INFO] [stderr] | [INFO] [stderr] 694 | |input| Box::pin(Encoder::with_quality(input, Level::Fastest)), [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:700:60 [INFO] [stderr] | [INFO] [stderr] 700 | async_write_to_vec(input, |input| Box::pin(Decoder::new(input)), limit) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `bytes` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Encoder` in `bufread` [INFO] [stderr] --> tests/utils/mod.rs:1003:78 [INFO] [stderr] | [INFO] [stderr] 1003 | ... let encoder = utils::$variant::futures::bufread::Encoder::with_quality( [INFO] [stderr] | ^^^^^^^ could not find `Encoder` in `bufread` [INFO] [stderr] | [INFO] [stderr] ::: tests/lzma.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | test_cases!(lzma); [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Encoder` in `bufread` [INFO] [stderr] --> tests/utils/mod.rs:1017:78 [INFO] [stderr] | [INFO] [stderr] 1017 | ... let encoder = utils::$variant::futures::bufread::Encoder::with_quality( [INFO] [stderr] | ^^^^^^^ could not find `Encoder` in `bufread` [INFO] [stderr] | [INFO] [stderr] ::: tests/lzma.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | test_cases!(lzma); [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Decoder` in `bufread` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Encoder` in `write` [INFO] [stderr] --> tests/utils/mod.rs:1240:74 [INFO] [stderr] | [INFO] [stderr] 1240 | ... utils::$variant::futures::write::Encoder::with_quality( [INFO] [stderr] | ^^^^^^^ could not find `Encoder` in `write` [INFO] [stderr] | [INFO] [stderr] ::: tests/lzma.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | test_cases!(lzma); [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Encoder` in `write` [INFO] [stderr] --> tests/utils/mod.rs:1261:74 [INFO] [stderr] | [INFO] [stderr] 1261 | ... utils::$variant::futures::write::Encoder::with_quality( [INFO] [stderr] | ^^^^^^^ could not find `Encoder` in `write` [INFO] [stderr] | [INFO] [stderr] ::: tests/lzma.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | test_cases!(lzma); [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:174:40 [INFO] [stderr] | [INFO] [stderr] 174 | pub use async_compression::futures::bufread::{ [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:191:40 [INFO] [stderr] | [INFO] [stderr] 191 | pub use async_compression::futures::write::{ [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:158:36 [INFO] [stderr] | [INFO] [stderr] 158 | pub use async_compression::stream::{BrotliDecoder as Decoder, BrotliEncoder as Encoder}; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:243:40 [INFO] [stderr] | [INFO] [stderr] 243 | pub use async_compression::futures::bufread::{ [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:260:40 [INFO] [stderr] | [INFO] [stderr] 260 | pub use async_compression::futures::write::{ [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:227:36 [INFO] [stderr] | [INFO] [stderr] 227 | pub use async_compression::stream::{BzDecoder as Decoder, BzEncoder as Encoder}; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:312:40 [INFO] [stderr] | [INFO] [stderr] 312 | pub use async_compression::futures::bufread::{ [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:329:40 [INFO] [stderr] | [INFO] [stderr] 329 | pub use async_compression::futures::write::{ [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:296:36 [INFO] [stderr] | [INFO] [stderr] 296 | pub use async_compression::stream::{DeflateDecoder as Decoder, DeflateEncoder as Encoder}; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:381:40 [INFO] [stderr] | [INFO] [stderr] 381 | pub use async_compression::futures::bufread::{ [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:398:40 [INFO] [stderr] | [INFO] [stderr] 398 | pub use async_compression::futures::write::{ [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:365:36 [INFO] [stderr] | [INFO] [stderr] 365 | pub use async_compression::stream::{ZlibDecoder as Decoder, ZlibEncoder as Encoder}; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:450:40 [INFO] [stderr] | [INFO] [stderr] 450 | pub use async_compression::futures::bufread::{ [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:467:40 [INFO] [stderr] | [INFO] [stderr] 467 | pub use async_compression::futures::write::{ [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:434:36 [INFO] [stderr] | [INFO] [stderr] 434 | pub use async_compression::stream::{GzipDecoder as Decoder, GzipEncoder as Encoder}; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:520:40 [INFO] [stderr] | [INFO] [stderr] 520 | pub use async_compression::futures::bufread::{ [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:537:40 [INFO] [stderr] | [INFO] [stderr] 537 | pub use async_compression::futures::write::{ [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:504:36 [INFO] [stderr] | [INFO] [stderr] 504 | pub use async_compression::stream::{ZstdDecoder as Decoder, ZstdEncoder as Encoder}; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:591:40 [INFO] [stderr] | [INFO] [stderr] 591 | pub use async_compression::futures::bufread::{ [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:608:40 [INFO] [stderr] | [INFO] [stderr] 608 | pub use async_compression::futures::write::{ [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:575:36 [INFO] [stderr] | [INFO] [stderr] 575 | pub use async_compression::stream::{XzDecoder as Decoder, XzEncoder as Encoder}; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:670:40 [INFO] [stderr] | [INFO] [stderr] 670 | pub use async_compression::futures::bufread::{ [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:687:40 [INFO] [stderr] | [INFO] [stderr] 687 | pub use async_compression::futures::write::{ [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:654:36 [INFO] [stderr] | [INFO] [stderr] 654 | pub use async_compression::stream::{LzmaDecoder as Decoder, LzmaEncoder as Encoder}; [INFO] [stderr] | ^^^^^^ could not find `stream` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bytes` [INFO] [stderr] --> tests/utils/mod.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | 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 `brotli` [INFO] [stderr] --> tests/utils/mod.rs:144:17 [INFO] [stderr] | [INFO] [stderr] 144 | use brotli::{enc::backward_references::BrotliEncoderParams, CompressorReader}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `brotli` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bytes` [INFO] [stderr] --> tests/utils/mod.rs:68:13 [INFO] [stderr] | [INFO] [stderr] 68 | pub use bytes::Bytes; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bytes` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `brotli` [INFO] [stderr] --> tests/utils/mod.rs:144:17 [INFO] [stderr] | [INFO] [stderr] 144 | use brotli::{enc::backward_references::BrotliEncoderParams, CompressorReader}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `brotli` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `bzip2` [INFO] [stderr] --> tests/utils/mod.rs:215:17 [INFO] [stderr] | [INFO] [stderr] 215 | use bzip2::{bufread::BzEncoder, Compression}; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bzip2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `brotli` [INFO] [stderr] --> tests/utils/mod.rs:151:17 [INFO] [stderr] | [INFO] [stderr] 151 | use brotli::Decompressor; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `brotli` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `bzip2` [INFO] [stderr] --> tests/utils/mod.rs:220:17 [INFO] [stderr] | [INFO] [stderr] 220 | 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:284:17 [INFO] [stderr] | [INFO] [stderr] 284 | 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:215:17 [INFO] [stderr] | [INFO] [stderr] 215 | 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:289:17 [INFO] [stderr] | [INFO] [stderr] 289 | 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:353:17 [INFO] [stderr] | [INFO] [stderr] 353 | 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:284:17 [INFO] [stderr] | [INFO] [stderr] 284 | 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:358:17 [INFO] [stderr] | [INFO] [stderr] 358 | 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:422:17 [INFO] [stderr] | [INFO] [stderr] 422 | 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:353:17 [INFO] [stderr] | [INFO] [stderr] 353 | 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:427:17 [INFO] [stderr] | [INFO] [stderr] 427 | 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:491:17 [INFO] [stderr] | [INFO] [stderr] 491 | 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:422:17 [INFO] [stderr] | [INFO] [stderr] 422 | 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:497:17 [INFO] [stderr] | [INFO] [stderr] 497 | 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 `xz2` [INFO] [stderr] --> tests/utils/mod.rs:561:17 [INFO] [stderr] | [INFO] [stderr] 561 | use xz2::bufread::XzEncoder; [INFO] [stderr] | ^^^ use of undeclared type or module `xz2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `xz2` [INFO] [stderr] --> tests/utils/mod.rs:567:17 [INFO] [stderr] | [INFO] [stderr] 567 | use xz2::bufread::XzDecoder; [INFO] [stderr] | ^^^ use of undeclared type or module `xz2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `xz2` [INFO] [stderr] --> tests/utils/mod.rs:632:17 [INFO] [stderr] | [INFO] [stderr] 632 | use xz2::bufread::XzEncoder; [INFO] [stderr] | ^^^ use of undeclared type or module `xz2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `xz2` [INFO] [stderr] --> tests/utils/mod.rs:633:17 [INFO] [stderr] | [INFO] [stderr] 633 | use xz2::stream::{LzmaOptions, Stream}; [INFO] [stderr] | ^^^ use of undeclared type or module `xz2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `xz2` [INFO] [stderr] --> tests/utils/mod.rs:642:17 [INFO] [stderr] | [INFO] [stderr] 642 | use xz2::bufread::XzDecoder; [INFO] [stderr] | ^^^ use of undeclared type or module `xz2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `xz2` [INFO] [stderr] --> tests/utils/mod.rs:643:17 [INFO] [stderr] | [INFO] [stderr] 643 | use xz2::stream::Stream; [INFO] [stderr] | ^^^ use of undeclared type or module `xz2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `libzstd` [INFO] [stderr] --> tests/utils/mod.rs:492:17 [INFO] [stderr] | [INFO] [stderr] 492 | 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 `BrotliEncoderParams` [INFO] [stderr] --> tests/utils/mod.rs:145:30 [INFO] [stderr] | [INFO] [stderr] 145 | let mut params = BrotliEncoderParams::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `BrotliEncoderParams` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:180:35 [INFO] [stderr] | [INFO] [stderr] 180 | async_read_to_vec(Encoder::with_quality(input, Level::Fastest)) [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:185:35 [INFO] [stderr] | [INFO] [stderr] 185 | async_read_to_vec(Decoder::new(input)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:198:38 [INFO] [stderr] | [INFO] [stderr] 198 | |input| Box::pin(Encoder::with_quality(input, Level::Fastest)), [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:204:60 [INFO] [stderr] | [INFO] [stderr] 204 | async_write_to_vec(input, |input| Box::pin(Decoder::new(input)), limit) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BzEncoder` [INFO] [stderr] --> tests/utils/mod.rs:216:25 [INFO] [stderr] | [INFO] [stderr] 216 | 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:221:25 [INFO] [stderr] | [INFO] [stderr] 221 | 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 `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:249:35 [INFO] [stderr] | [INFO] [stderr] 249 | async_read_to_vec(Encoder::with_quality(input, Level::Fastest)) [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:254:35 [INFO] [stderr] | [INFO] [stderr] 254 | async_read_to_vec(Decoder::new(input)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:267:38 [INFO] [stderr] | [INFO] [stderr] 267 | |input| Box::pin(Encoder::with_quality(input, Level::Fastest)), [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:273:60 [INFO] [stderr] | [INFO] [stderr] 273 | async_write_to_vec(input, |input| Box::pin(Decoder::new(input)), limit) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DeflateEncoder` [INFO] [stderr] --> tests/utils/mod.rs:285:25 [INFO] [stderr] | [INFO] [stderr] 285 | 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:290:25 [INFO] [stderr] | [INFO] [stderr] 290 | 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 `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:318:35 [INFO] [stderr] | [INFO] [stderr] 318 | async_read_to_vec(Encoder::with_quality(input, Level::Fastest)) [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:323:35 [INFO] [stderr] | [INFO] [stderr] 323 | async_read_to_vec(Decoder::new(input)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:336:38 [INFO] [stderr] | [INFO] [stderr] 336 | |input| Box::pin(Encoder::with_quality(input, Level::Fastest)), [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:342:60 [INFO] [stderr] | [INFO] [stderr] 342 | async_write_to_vec(input, |input| Box::pin(Decoder::new(input)), limit) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZlibEncoder` [INFO] [stderr] --> tests/utils/mod.rs:354:25 [INFO] [stderr] | [INFO] [stderr] 354 | 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:359:25 [INFO] [stderr] | [INFO] [stderr] 359 | 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 `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:387:35 [INFO] [stderr] | [INFO] [stderr] 387 | async_read_to_vec(Encoder::with_quality(input, Level::Fastest)) [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:392:35 [INFO] [stderr] | [INFO] [stderr] 392 | async_read_to_vec(Decoder::new(input)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:405:38 [INFO] [stderr] | [INFO] [stderr] 405 | |input| Box::pin(Encoder::with_quality(input, Level::Fastest)), [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:411:60 [INFO] [stderr] | [INFO] [stderr] 411 | async_write_to_vec(input, |input| Box::pin(Decoder::new(input)), limit) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzEncoder` [INFO] [stderr] --> tests/utils/mod.rs:423:25 [INFO] [stderr] | [INFO] [stderr] 423 | 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:428:25 [INFO] [stderr] | [INFO] [stderr] 428 | 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:456:35 [INFO] [stderr] | [INFO] [stderr] 456 | async_read_to_vec(Encoder::with_quality(input, Level::Fastest)) [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:461:35 [INFO] [stderr] | [INFO] [stderr] 461 | async_read_to_vec(Decoder::new(input)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:474:38 [INFO] [stderr] | [INFO] [stderr] 474 | |input| Box::pin(Encoder::with_quality(input, Level::Fastest)), [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:480:60 [INFO] [stderr] | [INFO] [stderr] 480 | async_write_to_vec(input, |input| Box::pin(Decoder::new(input)), limit) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:493:25 [INFO] [stderr] | [INFO] [stderr] 493 | 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:498:25 [INFO] [stderr] | [INFO] [stderr] 498 | 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 `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:526:35 [INFO] [stderr] | [INFO] [stderr] 526 | async_read_to_vec(Encoder::with_quality(input, Level::Fastest)) [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:531:35 [INFO] [stderr] | [INFO] [stderr] 531 | async_read_to_vec(Decoder::new(input)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:544:38 [INFO] [stderr] | [INFO] [stderr] 544 | |input| Box::pin(Encoder::with_quality(input, Level::Fastest)), [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:550:60 [INFO] [stderr] | [INFO] [stderr] 550 | async_write_to_vec(input, |input| Box::pin(Decoder::new(input)), limit) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `XzEncoder` [INFO] [stderr] --> tests/utils/mod.rs:563:25 [INFO] [stderr] | [INFO] [stderr] 563 | read_to_vec(XzEncoder::new(bytes, 0)) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `XzEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `XzDecoder` [INFO] [stderr] --> tests/utils/mod.rs:569:25 [INFO] [stderr] | [INFO] [stderr] 569 | read_to_vec(XzDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `XzDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:597:35 [INFO] [stderr] | [INFO] [stderr] 597 | async_read_to_vec(Encoder::with_quality(input, Level::Fastest)) [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:602:35 [INFO] [stderr] | [INFO] [stderr] 602 | async_read_to_vec(Decoder::new(input)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:615:38 [INFO] [stderr] | [INFO] [stderr] 615 | |input| Box::pin(Encoder::with_quality(input, Level::Fastest)), [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:621:60 [INFO] [stderr] | [INFO] [stderr] 621 | async_write_to_vec(input, |input| Box::pin(Decoder::new(input)), limit) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `XzEncoder` [INFO] [stderr] --> tests/utils/mod.rs:635:25 [INFO] [stderr] | [INFO] [stderr] 635 | read_to_vec(XzEncoder::new_stream( [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `XzEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LzmaOptions` [INFO] [stderr] --> tests/utils/mod.rs:637:43 [INFO] [stderr] | [INFO] [stderr] 637 | Stream::new_lzma_encoder(&LzmaOptions::new_preset(0).unwrap()).unwrap(), [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `LzmaOptions` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `XzDecoder` [INFO] [stderr] --> tests/utils/mod.rs:645:25 [INFO] [stderr] | [INFO] [stderr] 645 | read_to_vec(XzDecoder::new_stream( [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `XzDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:676:35 [INFO] [stderr] | [INFO] [stderr] 676 | async_read_to_vec(Encoder::with_quality(input, Level::Fastest)) [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:681:35 [INFO] [stderr] | [INFO] [stderr] 681 | async_read_to_vec(Decoder::new(input)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:694:38 [INFO] [stderr] | [INFO] [stderr] 694 | |input| Box::pin(Encoder::with_quality(input, Level::Fastest)), [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:700:60 [INFO] [stderr] | [INFO] [stderr] 700 | async_write_to_vec(input, |input| Box::pin(Decoder::new(input)), limit) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Decoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `bytes` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Encoder` in `bufread` [INFO] [stderr] --> tests/utils/mod.rs:1003:78 [INFO] [stderr] | [INFO] [stderr] 1003 | ... let encoder = utils::$variant::futures::bufread::Encoder::with_quality( [INFO] [stderr] | ^^^^^^^ could not find `Encoder` in `bufread` [INFO] [stderr] | [INFO] [stderr] ::: tests/xz.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | test_cases!(xz); [INFO] [stderr] | ---------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Encoder` in `bufread` [INFO] [stderr] --> tests/utils/mod.rs:1017:78 [INFO] [stderr] | [INFO] [stderr] 1017 | ... let encoder = utils::$variant::futures::bufread::Encoder::with_quality( [INFO] [stderr] | ^^^^^^^ could not find `Encoder` in `bufread` [INFO] [stderr] | [INFO] [stderr] ::: tests/xz.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | test_cases!(xz); [INFO] [stderr] | ---------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Decoder` in `bufread` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Encoder` in `write` [INFO] [stderr] --> tests/utils/mod.rs:1240:74 [INFO] [stderr] | [INFO] [stderr] 1240 | ... utils::$variant::futures::write::Encoder::with_quality( [INFO] [stderr] | ^^^^^^^ could not find `Encoder` in `write` [INFO] [stderr] | [INFO] [stderr] ::: tests/xz.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | test_cases!(xz); [INFO] [stderr] | ---------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Encoder` in `write` [INFO] [stderr] --> tests/utils/mod.rs:1261:74 [INFO] [stderr] | [INFO] [stderr] 1261 | ... utils::$variant::futures::write::Encoder::with_quality( [INFO] [stderr] | ^^^^^^^ could not find `Encoder` in `write` [INFO] [stderr] | [INFO] [stderr] ::: tests/xz.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | test_cases!(xz); [INFO] [stderr] | ---------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Decoder` in `bufread` [INFO] [stderr] --> tests/xz.rs:61:52 [INFO] [stderr] | [INFO] [stderr] 61 | let mut decoder = utils::xz::futures::bufread::Decoder::new(stream.reader()); [INFO] [stderr] | ^^^^^^^ could not find `Decoder` in `bufread` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Decoder` in `bufread` [INFO] [stderr] --> tests/xz.rs:81:52 [INFO] [stderr] | [INFO] [stderr] 81 | let mut decoder = utils::xz::futures::bufread::Decoder::new(stream.reader()); [INFO] [stderr] | ^^^^^^^ could not find `Decoder` in `bufread` [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> tests/utils/mod.rs:133:18 [INFO] [stderr] | [INFO] [stderr] 133 | .map(Result::unwrap) [INFO] [stderr] | ^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stderr] | [INFO] [stderr] help: consider specifying the type arguments in the method call [INFO] [stderr] | [INFO] [stderr] 133 | .map::(Result::unwrap) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0191]: the value of the associated type `Item` (from trait `futures_core::stream::Stream`) must be specified [INFO] [stderr] --> tests/utils/mod.rs:637:17 [INFO] [stderr] | [INFO] [stderr] 637 | Stream::new_lzma_encoder(&LzmaOptions::new_preset(0).unwrap()).unwrap(), [INFO] [stderr] | ^^^^^^ help: specify the associated type: `Stream` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new_lzma_encoder` found for trait object `dyn futures_core::stream::Stream` in the current scope [INFO] [stderr] --> tests/utils/mod.rs:637:25 [INFO] [stderr] | [INFO] [stderr] 637 | Stream::new_lzma_encoder(&LzmaOptions::new_preset(0).unwrap()).unwrap(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ function or associated item not found in `dyn futures_core::stream::Stream` [INFO] [stderr] [INFO] [stderr] error[E0191]: the value of the associated type `Item` (from trait `futures_core::stream::Stream`) must be specified [INFO] [stderr] --> tests/utils/mod.rs:647:17 [INFO] [stderr] | [INFO] [stderr] 647 | Stream::new_lzma_decoder(u64::max_value()).unwrap(), [INFO] [stderr] | ^^^^^^ help: specify the associated type: `Stream` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new_lzma_decoder` found for trait object `dyn futures_core::stream::Stream` in the current scope [INFO] [stderr] --> tests/utils/mod.rs:647:25 [INFO] [stderr] | [INFO] [stderr] 647 | Stream::new_lzma_decoder(u64::max_value()).unwrap(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ function or associated item not found in `dyn futures_core::stream::Stream` [INFO] [stderr] [INFO] [stderr] warning: 9 warnings emitted [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> tests/utils/mod.rs:133:18 [INFO] [stderr] | [INFO] [stderr] 133 | .map(Result::unwrap) [INFO] [stderr] | ^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stderr] | [INFO] [stderr] help: consider specifying the type arguments in the method call [INFO] [stderr] | [INFO] [stderr] 133 | .map::(Result::unwrap) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0191]: the value of the associated type `Item` (from trait `futures_core::stream::Stream`) must be specified [INFO] [stderr] --> tests/utils/mod.rs:637:17 [INFO] [stderr] | [INFO] [stderr] 637 | Stream::new_lzma_encoder(&LzmaOptions::new_preset(0).unwrap()).unwrap(), [INFO] [stderr] | ^^^^^^ help: specify the associated type: `Stream` [INFO] [stderr] [INFO] [stderr] warning: unused import: `stream::StreamExt` [INFO] [stderr] --> tests/utils/mod.rs:712:55 [INFO] [stderr] | [INFO] [stderr] 712 | use futures::{executor::block_on, stream::StreamExt as _}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/lzma.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | test_cases!(lzma); [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused import: `stream::StreamExt` [INFO] [stderr] --> tests/utils/mod.rs:807:55 [INFO] [stderr] | [INFO] [stderr] 807 | use futures::{executor::block_on, stream::StreamExt as _}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/lzma.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | test_cases!(lzma); [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 109 previous errors; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0191, E0282, E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0191`. [INFO] [stderr] error[E0599]: no function or associated item named `new_lzma_encoder` found for trait object `dyn futures_core::stream::Stream` in the current scope [INFO] [stderr] --> tests/utils/mod.rs:637:25 [INFO] [stderr] | [INFO] [stderr] 637 | Stream::new_lzma_encoder(&LzmaOptions::new_preset(0).unwrap()).unwrap(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ function or associated item not found in `dyn futures_core::stream::Stream` [INFO] [stderr] [INFO] [stderr] error[E0191]: the value of the associated type `Item` (from trait `futures_core::stream::Stream`) must be specified [INFO] [stderr] --> tests/utils/mod.rs:647:17 [INFO] [stderr] | [INFO] [stderr] 647 | Stream::new_lzma_decoder(u64::max_value()).unwrap(), [INFO] [stderr] | ^^^^^^ help: specify the associated type: `Stream` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new_lzma_decoder` found for trait object `dyn futures_core::stream::Stream` in the current scope [INFO] [stderr] --> tests/utils/mod.rs:647:25 [INFO] [stderr] | [INFO] [stderr] 647 | Stream::new_lzma_decoder(u64::max_value()).unwrap(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ function or associated item not found in `dyn futures_core::stream::Stream` [INFO] [stderr] [INFO] [stderr] error: could not compile `async-compression`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused import: `io::AsyncReadExt` [INFO] [stderr] --> tests/xz.rs:1:35 [INFO] [stderr] | [INFO] [stderr] 1 | use futures::{executor::block_on, io::AsyncReadExt, stream::StreamExt}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `stream::StreamExt` [INFO] [stderr] --> tests/xz.rs:1:53 [INFO] [stderr] | [INFO] [stderr] 1 | use futures::{executor::block_on, io::AsyncReadExt, stream::StreamExt}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `stream::StreamExt` [INFO] [stderr] --> tests/utils/mod.rs:712:55 [INFO] [stderr] | [INFO] [stderr] 712 | use futures::{executor::block_on, stream::StreamExt as _}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/xz.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | test_cases!(xz); [INFO] [stderr] | ---------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused import: `stream::StreamExt` [INFO] [stderr] --> tests/utils/mod.rs:807:55 [INFO] [stderr] | [INFO] [stderr] 807 | use futures::{executor::block_on, stream::StreamExt as _}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/xz.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | test_cases!(xz); [INFO] [stderr] | ---------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 111 previous errors; 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0191, E0282, E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0191`. [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" "a5ae57feb2b4f1e4d3204a04ef79fb26610d03de6264c37202a722146f18d728"` [INFO] running `"docker" "rm" "-f" "a5ae57feb2b4f1e4d3204a04ef79fb26610d03de6264c37202a722146f18d728"` [INFO] [stdout] a5ae57feb2b4f1e4d3204a04ef79fb26610d03de6264c37202a722146f18d728