[INFO] fetching crate async-compression 0.3.3... [INFO] checking async-compression-0.3.3 against master#339f574809bf8e4166b8de3cdbe7df181d37af3d for pr-71896 [INFO] extracting crate async-compression 0.3.3 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate async-compression 0.3.3 on toolchain 339f574809bf8e4166b8de3cdbe7df181d37af3d [INFO] running `"/workspace/cargo-home/bin/cargo" "+339f574809bf8e4166b8de3cdbe7df181d37af3d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate async-compression 0.3.3 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate async-compression 0.3.3 [INFO] tweaked toml for crates.io crate async-compression 0.3.3 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+339f574809bf8e4166b8de3cdbe7df181d37af3d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+339f574809bf8e4166b8de3cdbe7df181d37af3d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+339f574809bf8e4166b8de3cdbe7df181d37af3d" "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] 239fa23c682fa1385457824f1b4b574f434f5498876ac323eecd3e02b392a23f [INFO] running `"docker" "start" "-a" "239fa23c682fa1385457824f1b4b574f434f5498876ac323eecd3e02b392a23f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling standback v0.2.8 [INFO] [stderr] Checking rand_core v0.4.2 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling version_check v0.9.1 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Checking futures-core v0.3.4 [INFO] [stderr] Checking futures-sink v0.3.4 [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 syn v0.15.44 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Checking bit-vec v0.6.2 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Checking wait-timeout v0.2.0 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Checking pulse v0.5.3 [INFO] [stderr] Compiling syn v1.0.19 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking futures-channel v0.3.4 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Checking bit-set v0.5.2 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking rusty-fork v0.2.2 [INFO] [stderr] Compiling time v0.2.15 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking async-compression v0.3.3 (/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: associated function 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: associated function 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: associated function 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: associated function 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: associated function 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: associated function 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: associated function 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: associated function 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] Checking proptest v0.9.6 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Compiling ntest_test_cases v0.3.4 [INFO] [stderr] Compiling time-macros v0.1.0 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Compiling timebomb v0.1.2 [INFO] [stderr] Compiling ntest_timeout v0.3.3 [INFO] [stderr] Checking ntest v0.3.3 [INFO] [stderr] Compiling proptest-derive v0.1.2 [INFO] [stderr] Checking futures-executor v0.3.4 [INFO] [stderr] Checking futures v0.3.4 [INFO] [stderr] Checking futures-test v0.3.4 [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: associated function 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: associated function 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: associated function 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: associated function 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: associated function 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: associated function 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: associated function 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: associated function 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] error[E0433]: failed to resolve: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:167:40 [INFO] [stderr] | [INFO] [stderr] 167 | 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:184:40 [INFO] [stderr] | [INFO] [stderr] 184 | 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:151:36 [INFO] [stderr] | [INFO] [stderr] 151 | 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:236:40 [INFO] [stderr] | [INFO] [stderr] 236 | 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:253:40 [INFO] [stderr] | [INFO] [stderr] 253 | 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:220:36 [INFO] [stderr] | [INFO] [stderr] 220 | 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:305:40 [INFO] [stderr] | [INFO] [stderr] 305 | 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:322:40 [INFO] [stderr] | [INFO] [stderr] 322 | 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:289:36 [INFO] [stderr] | [INFO] [stderr] 289 | 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:374:40 [INFO] [stderr] | [INFO] [stderr] 374 | 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:391:40 [INFO] [stderr] | [INFO] [stderr] 391 | 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:358:36 [INFO] [stderr] | [INFO] [stderr] 358 | 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:443:40 [INFO] [stderr] | [INFO] [stderr] 443 | 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:460:40 [INFO] [stderr] | [INFO] [stderr] 460 | 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:427:36 [INFO] [stderr] | [INFO] [stderr] 427 | 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:513:40 [INFO] [stderr] | [INFO] [stderr] 513 | 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:530:40 [INFO] [stderr] | [INFO] [stderr] 530 | 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:497:36 [INFO] [stderr] | [INFO] [stderr] 497 | 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:584:40 [INFO] [stderr] | [INFO] [stderr] 584 | 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:601:40 [INFO] [stderr] | [INFO] [stderr] 601 | 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:568:36 [INFO] [stderr] | [INFO] [stderr] 568 | 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:663:40 [INFO] [stderr] | [INFO] [stderr] 663 | 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:680:40 [INFO] [stderr] | [INFO] [stderr] 680 | 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:647:36 [INFO] [stderr] | [INFO] [stderr] 647 | 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: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 `brotli` [INFO] [stderr] --> tests/utils/mod.rs:137:17 [INFO] [stderr] | [INFO] [stderr] 137 | 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:65:13 [INFO] [stderr] | [INFO] [stderr] 65 | 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:137:17 [INFO] [stderr] | [INFO] [stderr] 137 | 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:208:17 [INFO] [stderr] | [INFO] [stderr] 208 | 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:144:17 [INFO] [stderr] | [INFO] [stderr] 144 | 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:213:17 [INFO] [stderr] | [INFO] [stderr] 213 | 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:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | 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:208:17 [INFO] [stderr] | [INFO] [stderr] 208 | 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:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | 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:346:17 [INFO] [stderr] | [INFO] [stderr] 346 | 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:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | 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:351:17 [INFO] [stderr] | [INFO] [stderr] 351 | 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:415:17 [INFO] [stderr] | [INFO] [stderr] 415 | 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:346:17 [INFO] [stderr] | [INFO] [stderr] 346 | 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:420:17 [INFO] [stderr] | [INFO] [stderr] 420 | 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:484:17 [INFO] [stderr] | [INFO] [stderr] 484 | 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:415:17 [INFO] [stderr] | [INFO] [stderr] 415 | 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:490:17 [INFO] [stderr] | [INFO] [stderr] 490 | 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:554:17 [INFO] [stderr] | [INFO] [stderr] 554 | 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:560:17 [INFO] [stderr] | [INFO] [stderr] 560 | 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:625:17 [INFO] [stderr] | [INFO] [stderr] 625 | 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:626:17 [INFO] [stderr] | [INFO] [stderr] 626 | 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:635:17 [INFO] [stderr] | [INFO] [stderr] 635 | 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:636:17 [INFO] [stderr] | [INFO] [stderr] 636 | 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:485:17 [INFO] [stderr] | [INFO] [stderr] 485 | 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:138:30 [INFO] [stderr] | [INFO] [stderr] 138 | 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:173:35 [INFO] [stderr] | [INFO] [stderr] 173 | 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:178:35 [INFO] [stderr] | [INFO] [stderr] 178 | 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:191:38 [INFO] [stderr] | [INFO] [stderr] 191 | |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:197:60 [INFO] [stderr] | [INFO] [stderr] 197 | 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:209:25 [INFO] [stderr] | [INFO] [stderr] 209 | 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:214:25 [INFO] [stderr] | [INFO] [stderr] 214 | 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:242:35 [INFO] [stderr] | [INFO] [stderr] 242 | 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:247:35 [INFO] [stderr] | [INFO] [stderr] 247 | 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:260:38 [INFO] [stderr] | [INFO] [stderr] 260 | |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:266:60 [INFO] [stderr] | [INFO] [stderr] 266 | 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:278:25 [INFO] [stderr] | [INFO] [stderr] 278 | 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:283:25 [INFO] [stderr] | [INFO] [stderr] 283 | 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:311:35 [INFO] [stderr] | [INFO] [stderr] 311 | 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:316:35 [INFO] [stderr] | [INFO] [stderr] 316 | 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:329:38 [INFO] [stderr] | [INFO] [stderr] 329 | |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:335:60 [INFO] [stderr] | [INFO] [stderr] 335 | 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:347:25 [INFO] [stderr] | [INFO] [stderr] 347 | 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:352:25 [INFO] [stderr] | [INFO] [stderr] 352 | 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:380:35 [INFO] [stderr] | [INFO] [stderr] 380 | 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:385:35 [INFO] [stderr] | [INFO] [stderr] 385 | 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:398:38 [INFO] [stderr] | [INFO] [stderr] 398 | |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:404:60 [INFO] [stderr] | [INFO] [stderr] 404 | 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:416:25 [INFO] [stderr] | [INFO] [stderr] 416 | 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:421:25 [INFO] [stderr] | [INFO] [stderr] 421 | 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:449:35 [INFO] [stderr] | [INFO] [stderr] 449 | 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:454:35 [INFO] [stderr] | [INFO] [stderr] 454 | 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:467:38 [INFO] [stderr] | [INFO] [stderr] 467 | |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:473:60 [INFO] [stderr] | [INFO] [stderr] 473 | 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:486:25 [INFO] [stderr] | [INFO] [stderr] 486 | 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:491:25 [INFO] [stderr] | [INFO] [stderr] 491 | 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:519:35 [INFO] [stderr] | [INFO] [stderr] 519 | 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:524:35 [INFO] [stderr] | [INFO] [stderr] 524 | 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:537:38 [INFO] [stderr] | [INFO] [stderr] 537 | |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:543:60 [INFO] [stderr] | [INFO] [stderr] 543 | 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:556:25 [INFO] [stderr] | [INFO] [stderr] 556 | 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:562:25 [INFO] [stderr] | [INFO] [stderr] 562 | 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:590:35 [INFO] [stderr] | [INFO] [stderr] 590 | 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:595:35 [INFO] [stderr] | [INFO] [stderr] 595 | 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:608:38 [INFO] [stderr] | [INFO] [stderr] 608 | |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:614:60 [INFO] [stderr] | [INFO] [stderr] 614 | 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:628:25 [INFO] [stderr] | [INFO] [stderr] 628 | 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:630:43 [INFO] [stderr] | [INFO] [stderr] 630 | 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:638:25 [INFO] [stderr] | [INFO] [stderr] 638 | 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:669:35 [INFO] [stderr] | [INFO] [stderr] 669 | 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:674:35 [INFO] [stderr] | [INFO] [stderr] 674 | 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:687:38 [INFO] [stderr] | [INFO] [stderr] 687 | |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:693:60 [INFO] [stderr] | [INFO] [stderr] 693 | 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:996:78 [INFO] [stderr] | [INFO] [stderr] 996 | ... 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:1010:78 [INFO] [stderr] | [INFO] [stderr] 1010 | ... 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:1233:74 [INFO] [stderr] | [INFO] [stderr] 1233 | ... 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:1254:74 [INFO] [stderr] | [INFO] [stderr] 1254 | ... 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:167:40 [INFO] [stderr] | [INFO] [stderr] 167 | 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:184:40 [INFO] [stderr] | [INFO] [stderr] 184 | 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:151:36 [INFO] [stderr] | [INFO] [stderr] 151 | 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:236:40 [INFO] [stderr] | [INFO] [stderr] 236 | 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:253:40 [INFO] [stderr] | [INFO] [stderr] 253 | pub use async_compression::futures::write::{ [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> tests/utils/mod.rs:126:18 [INFO] [stderr] | [INFO] [stderr] 126 | .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] 126 | .map::(Result::unwrap) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:220:36 [INFO] [stderr] | [INFO] [stderr] 220 | 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:305:40 [INFO] [stderr] | [INFO] [stderr] 305 | 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:322:40 [INFO] [stderr] | [INFO] [stderr] 322 | 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:289:36 [INFO] [stderr] | [INFO] [stderr] 289 | 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:374:40 [INFO] [stderr] | [INFO] [stderr] 374 | 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:391:40 [INFO] [stderr] | [INFO] [stderr] 391 | 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:358:36 [INFO] [stderr] | [INFO] [stderr] 358 | 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[E0191]: the value of the associated type `Item` (from trait `futures_core::stream::Stream`) must be specified [INFO] [stderr] --> tests/utils/mod.rs:630:17 [INFO] [stderr] | [INFO] [stderr] 630 | Stream::new_lzma_encoder(&LzmaOptions::new_preset(0).unwrap()).unwrap(), [INFO] [stderr] | ^^^^^^ help: specify the associated type: `Stream` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:443:40 [INFO] [stderr] | [INFO] [stderr] 443 | 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:460:40 [INFO] [stderr] | [INFO] [stderr] 460 | 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:427:36 [INFO] [stderr] | [INFO] [stderr] 427 | 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:513:40 [INFO] [stderr] | [INFO] [stderr] 513 | 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:530:40 [INFO] [stderr] | [INFO] [stderr] 530 | 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:497:36 [INFO] [stderr] | [INFO] [stderr] 497 | 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:584:40 [INFO] [stderr] | [INFO] [stderr] 584 | 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:601:40 [INFO] [stderr] | [INFO] [stderr] 601 | 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:568:36 [INFO] [stderr] | [INFO] [stderr] 568 | 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:663:40 [INFO] [stderr] | [INFO] [stderr] 663 | 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:680:40 [INFO] [stderr] | [INFO] [stderr] 680 | 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:647:36 [INFO] [stderr] | [INFO] [stderr] 647 | 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[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:630:25 [INFO] [stderr] | [INFO] [stderr] 630 | 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[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[E0191]: the value of the associated type `Item` (from trait `futures_core::stream::Stream`) must be specified [INFO] [stderr] --> tests/utils/mod.rs:640:17 [INFO] [stderr] | [INFO] [stderr] 640 | 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:640:25 [INFO] [stderr] | [INFO] [stderr] 640 | 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[E0433]: failed to resolve: use of undeclared type or module `brotli` [INFO] [stderr] --> tests/utils/mod.rs:137:17 [INFO] [stderr] | [INFO] [stderr] 137 | 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:65:13 [INFO] [stderr] | [INFO] [stderr] 65 | 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:137:17 [INFO] [stderr] | [INFO] [stderr] 137 | 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:208:17 [INFO] [stderr] | [INFO] [stderr] 208 | 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:144:17 [INFO] [stderr] | [INFO] [stderr] 144 | 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:213:17 [INFO] [stderr] | [INFO] [stderr] 213 | 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:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | 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:208:17 [INFO] [stderr] | [INFO] [stderr] 208 | 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:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | 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:346:17 [INFO] [stderr] | [INFO] [stderr] 346 | 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:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | 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:351:17 [INFO] [stderr] | [INFO] [stderr] 351 | 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:415:17 [INFO] [stderr] | [INFO] [stderr] 415 | 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:346:17 [INFO] [stderr] | [INFO] [stderr] 346 | 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:420:17 [INFO] [stderr] | [INFO] [stderr] 420 | 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:484:17 [INFO] [stderr] | [INFO] [stderr] 484 | 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:415:17 [INFO] [stderr] | [INFO] [stderr] 415 | 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:490:17 [INFO] [stderr] | [INFO] [stderr] 490 | 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:554:17 [INFO] [stderr] | [INFO] [stderr] 554 | 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:560:17 [INFO] [stderr] | [INFO] [stderr] 560 | 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:625:17 [INFO] [stderr] | [INFO] [stderr] 625 | 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:626:17 [INFO] [stderr] | [INFO] [stderr] 626 | 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:635:17 [INFO] [stderr] | [INFO] [stderr] 635 | 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:636:17 [INFO] [stderr] | [INFO] [stderr] 636 | 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:485:17 [INFO] [stderr] | [INFO] [stderr] 485 | 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:138:30 [INFO] [stderr] | [INFO] [stderr] 138 | 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:173:35 [INFO] [stderr] | [INFO] [stderr] 173 | 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:178:35 [INFO] [stderr] | [INFO] [stderr] 178 | 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:191:38 [INFO] [stderr] | [INFO] [stderr] 191 | |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:197:60 [INFO] [stderr] | [INFO] [stderr] 197 | 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:209:25 [INFO] [stderr] | [INFO] [stderr] 209 | 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:214:25 [INFO] [stderr] | [INFO] [stderr] 214 | 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:242:35 [INFO] [stderr] | [INFO] [stderr] 242 | 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:247:35 [INFO] [stderr] | [INFO] [stderr] 247 | 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:260:38 [INFO] [stderr] | [INFO] [stderr] 260 | |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:266:60 [INFO] [stderr] | [INFO] [stderr] 266 | 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:278:25 [INFO] [stderr] | [INFO] [stderr] 278 | 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:283:25 [INFO] [stderr] | [INFO] [stderr] 283 | 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:311:35 [INFO] [stderr] | [INFO] [stderr] 311 | 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:316:35 [INFO] [stderr] | [INFO] [stderr] 316 | 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:329:38 [INFO] [stderr] | [INFO] [stderr] 329 | |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:335:60 [INFO] [stderr] | [INFO] [stderr] 335 | 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:347:25 [INFO] [stderr] | [INFO] [stderr] 347 | 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:352:25 [INFO] [stderr] | [INFO] [stderr] 352 | 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:380:35 [INFO] [stderr] | [INFO] [stderr] 380 | 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:385:35 [INFO] [stderr] | [INFO] [stderr] 385 | 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:398:38 [INFO] [stderr] | [INFO] [stderr] 398 | |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:404:60 [INFO] [stderr] | [INFO] [stderr] 404 | 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:416:25 [INFO] [stderr] | [INFO] [stderr] 416 | 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:421:25 [INFO] [stderr] | [INFO] [stderr] 421 | 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:449:35 [INFO] [stderr] | [INFO] [stderr] 449 | 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:454:35 [INFO] [stderr] | [INFO] [stderr] 454 | 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:467:38 [INFO] [stderr] | [INFO] [stderr] 467 | |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:473:60 [INFO] [stderr] | [INFO] [stderr] 473 | 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:486:25 [INFO] [stderr] | [INFO] [stderr] 486 | 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:491:25 [INFO] [stderr] | [INFO] [stderr] 491 | 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:519:35 [INFO] [stderr] | [INFO] [stderr] 519 | 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:524:35 [INFO] [stderr] | [INFO] [stderr] 524 | 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:537:38 [INFO] [stderr] | [INFO] [stderr] 537 | |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:543:60 [INFO] [stderr] | [INFO] [stderr] 543 | 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:556:25 [INFO] [stderr] | [INFO] [stderr] 556 | 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:562:25 [INFO] [stderr] | [INFO] [stderr] 562 | 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:590:35 [INFO] [stderr] | [INFO] [stderr] 590 | 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:595:35 [INFO] [stderr] | [INFO] [stderr] 595 | 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:608:38 [INFO] [stderr] | [INFO] [stderr] 608 | |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:614:60 [INFO] [stderr] | [INFO] [stderr] 614 | 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:628:25 [INFO] [stderr] | [INFO] [stderr] 628 | 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:630:43 [INFO] [stderr] | [INFO] [stderr] 630 | 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:638:25 [INFO] [stderr] | [INFO] [stderr] 638 | 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:669:35 [INFO] [stderr] | [INFO] [stderr] 669 | 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:674:35 [INFO] [stderr] | [INFO] [stderr] 674 | 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:687:38 [INFO] [stderr] | [INFO] [stderr] 687 | |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:693:60 [INFO] [stderr] | [INFO] [stderr] 693 | 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:996:78 [INFO] [stderr] | [INFO] [stderr] 996 | ... 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:1010:78 [INFO] [stderr] | [INFO] [stderr] 1010 | ... 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:1233:74 [INFO] [stderr] | [INFO] [stderr] 1233 | ... 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:1254:74 [INFO] [stderr] | [INFO] [stderr] 1254 | ... 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] warning: unused import: `stream::StreamExt` [INFO] [stderr] --> tests/utils/mod.rs:705:55 [INFO] [stderr] | [INFO] [stderr] 705 | 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:800:55 [INFO] [stderr] | [INFO] [stderr] 800 | 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: 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] error[E0282]: type annotations needed [INFO] [stderr] --> tests/utils/mod.rs:126:18 [INFO] [stderr] | [INFO] [stderr] 126 | .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] 126 | .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:630:17 [INFO] [stderr] | [INFO] [stderr] 630 | 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:630:25 [INFO] [stderr] | [INFO] [stderr] 630 | 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:640:17 [INFO] [stderr] | [INFO] [stderr] 640 | 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:640:25 [INFO] [stderr] | [INFO] [stderr] 640 | 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: 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:705:55 [INFO] [stderr] | [INFO] [stderr] 705 | 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:800:55 [INFO] [stderr] | [INFO] [stderr] 800 | 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" "239fa23c682fa1385457824f1b4b574f434f5498876ac323eecd3e02b392a23f"` [INFO] running `"docker" "rm" "-f" "239fa23c682fa1385457824f1b4b574f434f5498876ac323eecd3e02b392a23f"` [INFO] [stdout] 239fa23c682fa1385457824f1b4b574f434f5498876ac323eecd3e02b392a23f