[INFO] crate async-compression 0.3.2 is already in cache [INFO] checking async-compression-0.3.2 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] extracting crate async-compression 0.3.2 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate async-compression 0.3.2 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate async-compression 0.3.2 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate async-compression 0.3.2 [INFO] tweaked toml for crates.io crate async-compression 0.3.2 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+45d050cde277b22a755847338f2acc2c7b834141" "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] 8712171f39974953b27f7f2fd9ea475bb53afd3b75ecc2e37f6b562cd1fa660b [INFO] running `"docker" "start" "-a" "8712171f39974953b27f7f2fd9ea475bb53afd3b75ecc2e37f6b562cd1fa660b"` [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling syn v1.0.18 [INFO] [stderr] Compiling proc-macro-hack v0.5.15 [INFO] [stderr] Compiling standback v0.2.8 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Checking rand_core v0.4.2 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Checking futures-core v0.3.4 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Checking ppv-lite86 v0.2.6 [INFO] [stderr] Compiling atom v0.3.5 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Checking bit-vec v0.5.1 [INFO] [stderr] Checking regex-syntax v0.6.17 [INFO] [stderr] Compiling time v0.2.11 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Checking futures-channel v0.3.4 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking wait-timeout v0.2.0 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking async-compression v0.3.2 (/opt/rustwide/workdir) [INFO] [stderr] Checking bit-set v0.5.1 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/macros.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / macro_rules! algos { [INFO] [stderr] 2 | | (@algo $algo:ident [$algo_s:expr] $decoder:ident $encoder:ident<$inner:ident> $({ $($constructor:tt)* })*) => { [INFO] [stderr] 3 | | #[cfg(feature = $algo_s)] [INFO] [stderr] 4 | | decoder! { [INFO] [stderr] ... | [INFO] [stderr] 115 | | } [INFO] [stderr] 116 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_macros)]` on by default [INFO] [stderr] [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_xorshift v0.1.1 [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] Checking pulse v0.5.3 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling quote v1.0.4 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking rusty-fork v0.2.2 [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] Compiling proptest-derive v0.1.2 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking timebomb v0.1.2 [INFO] [stderr] Compiling ntest_timeout v0.3.3 [INFO] [stderr] Checking ntest v0.3.3 [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: 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] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:150:36 [INFO] [stderr] | [INFO] [stderr] 150 | 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:172:41 [INFO] [stderr] | [INFO] [stderr] 172 | use async_compression::{futures::bufread::BrotliEncoder, Level}; [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:178:40 [INFO] [stderr] | [INFO] [stderr] 178 | use async_compression::futures::bufread::BrotliDecoder; [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:188:41 [INFO] [stderr] | [INFO] [stderr] 188 | use async_compression::{futures::write::BrotliEncoder, Level}; [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:197:40 [INFO] [stderr] | [INFO] [stderr] 197 | use async_compression::futures::write::BrotliDecoder; [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:161:36 [INFO] [stderr] | [INFO] [stderr] 161 | use async_compression::stream::BrotliDecoder; [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:242:41 [INFO] [stderr] | [INFO] [stderr] 242 | use async_compression::{futures::bufread::BzEncoder, Level}; [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:248:40 [INFO] [stderr] | [INFO] [stderr] 248 | use async_compression::futures::bufread::BzDecoder; [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:258:41 [INFO] [stderr] | [INFO] [stderr] 258 | use async_compression::{futures::write::BzEncoder, Level}; [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:267:40 [INFO] [stderr] | [INFO] [stderr] 267 | use async_compression::futures::write::BzDecoder; [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:221:36 [INFO] [stderr] | [INFO] [stderr] 221 | 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:41 [INFO] [stderr] | [INFO] [stderr] 312 | use async_compression::{futures::bufread::DeflateEncoder, Level}; [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:318:40 [INFO] [stderr] | [INFO] [stderr] 318 | use async_compression::futures::bufread::DeflateDecoder; [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:328:41 [INFO] [stderr] | [INFO] [stderr] 328 | use async_compression::{futures::write::DeflateEncoder, Level}; [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:337:40 [INFO] [stderr] | [INFO] [stderr] 337 | use async_compression::futures::write::DeflateDecoder; [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:291:36 [INFO] [stderr] | [INFO] [stderr] 291 | 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:382:41 [INFO] [stderr] | [INFO] [stderr] 382 | use async_compression::{futures::bufread::ZlibEncoder, Level}; [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:388:40 [INFO] [stderr] | [INFO] [stderr] 388 | use async_compression::futures::bufread::ZlibDecoder; [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:41 [INFO] [stderr] | [INFO] [stderr] 398 | use async_compression::{futures::write::ZlibEncoder, Level}; [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:407:40 [INFO] [stderr] | [INFO] [stderr] 407 | use async_compression::futures::write::ZlibDecoder; [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:361:36 [INFO] [stderr] | [INFO] [stderr] 361 | 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:452:41 [INFO] [stderr] | [INFO] [stderr] 452 | use async_compression::{futures::bufread::GzipEncoder, Level}; [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:458:40 [INFO] [stderr] | [INFO] [stderr] 458 | use async_compression::futures::bufread::GzipDecoder; [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:468:41 [INFO] [stderr] | [INFO] [stderr] 468 | use async_compression::{futures::write::GzipEncoder, Level}; [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:477:40 [INFO] [stderr] | [INFO] [stderr] 477 | use async_compression::futures::write::GzipDecoder; [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:431:36 [INFO] [stderr] | [INFO] [stderr] 431 | 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:523:41 [INFO] [stderr] | [INFO] [stderr] 523 | use async_compression::{futures::bufread::ZstdEncoder, Level}; [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:529:40 [INFO] [stderr] | [INFO] [stderr] 529 | use async_compression::futures::bufread::ZstdDecoder; [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:539:41 [INFO] [stderr] | [INFO] [stderr] 539 | use async_compression::{futures::write::ZstdEncoder, Level}; [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:548:40 [INFO] [stderr] | [INFO] [stderr] 548 | use async_compression::futures::write::ZstdDecoder; [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:502:36 [INFO] [stderr] | [INFO] [stderr] 502 | 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:595:41 [INFO] [stderr] | [INFO] [stderr] 595 | use async_compression::{futures::bufread::XzEncoder, Level}; [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 | use async_compression::futures::bufread::XzDecoder; [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:611:41 [INFO] [stderr] | [INFO] [stderr] 611 | use async_compression::{futures::write::XzEncoder, Level}; [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:620:40 [INFO] [stderr] | [INFO] [stderr] 620 | use async_compression::futures::write::XzDecoder; [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:574:36 [INFO] [stderr] | [INFO] [stderr] 574 | 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:675:41 [INFO] [stderr] | [INFO] [stderr] 675 | use async_compression::{futures::bufread::LzmaEncoder, Level}; [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:681:40 [INFO] [stderr] | [INFO] [stderr] 681 | use async_compression::futures::bufread::LzmaDecoder; [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:691:41 [INFO] [stderr] | [INFO] [stderr] 691 | use async_compression::{futures::write::LzmaEncoder, Level}; [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:700:40 [INFO] [stderr] | [INFO] [stderr] 700 | use async_compression::futures::write::LzmaDecoder; [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: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:136:17 [INFO] [stderr] | [INFO] [stderr] 136 | 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:64:13 [INFO] [stderr] | [INFO] [stderr] 64 | pub use bytes::Bytes; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bytes` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `brotli` [INFO] [stderr] --> tests/utils/mod.rs:136:17 [INFO] [stderr] | [INFO] [stderr] 136 | 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:209:17 [INFO] [stderr] | [INFO] [stderr] 209 | 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:143:17 [INFO] [stderr] | [INFO] [stderr] 143 | 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:214:17 [INFO] [stderr] | [INFO] [stderr] 214 | 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:279:17 [INFO] [stderr] | [INFO] [stderr] 279 | 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:209:17 [INFO] [stderr] | [INFO] [stderr] 209 | 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:284:17 [INFO] [stderr] | [INFO] [stderr] 284 | 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:349:17 [INFO] [stderr] | [INFO] [stderr] 349 | 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:279:17 [INFO] [stderr] | [INFO] [stderr] 279 | 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:354:17 [INFO] [stderr] | [INFO] [stderr] 354 | use flate2::bufread::ZlibDecoder; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:150:36 [INFO] [stderr] | [INFO] [stderr] 150 | 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: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/utils/mod.rs:419:17 [INFO] [stderr] | [INFO] [stderr] 419 | 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:349:17 [INFO] [stderr] | [INFO] [stderr] 349 | 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:424:17 [INFO] [stderr] | [INFO] [stderr] 424 | 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:489:17 [INFO] [stderr] | [INFO] [stderr] 489 | 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:419:17 [INFO] [stderr] | [INFO] [stderr] 419 | 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:495:17 [INFO] [stderr] | [INFO] [stderr] 495 | 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:560:17 [INFO] [stderr] | [INFO] [stderr] 560 | 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:566:17 [INFO] [stderr] | [INFO] [stderr] 566 | use xz2::bufread::XzDecoder; [INFO] [stderr] | ^^^ use of undeclared type or module `xz2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:172:41 [INFO] [stderr] | [INFO] [stderr] 172 | use async_compression::{futures::bufread::BrotliEncoder, Level}; [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [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: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:178:40 [INFO] [stderr] | [INFO] [stderr] 178 | use async_compression::futures::bufread::BrotliDecoder; [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [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[E0433]: failed to resolve: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:188:41 [INFO] [stderr] | [INFO] [stderr] 188 | use async_compression::{futures::write::BrotliEncoder, Level}; [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:197:40 [INFO] [stderr] | [INFO] [stderr] 197 | use async_compression::futures::write::BrotliDecoder; [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `libzstd` [INFO] [stderr] --> tests/utils/mod.rs:490:17 [INFO] [stderr] | [INFO] [stderr] 490 | use libzstd::DEFAULT_COMPRESSION_LEVEL; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `libzstd` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:161:36 [INFO] [stderr] | [INFO] [stderr] 161 | use async_compression::stream::BrotliDecoder; [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:242:41 [INFO] [stderr] | [INFO] [stderr] 242 | use async_compression::{futures::bufread::BzEncoder, Level}; [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:248:40 [INFO] [stderr] | [INFO] [stderr] 248 | use async_compression::futures::bufread::BzDecoder; [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:258:41 [INFO] [stderr] | [INFO] [stderr] 258 | use async_compression::{futures::write::BzEncoder, Level}; [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:267:40 [INFO] [stderr] | [INFO] [stderr] 267 | use async_compression::futures::write::BzDecoder; [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BrotliEncoderParams` [INFO] [stderr] --> tests/utils/mod.rs:137:30 [INFO] [stderr] | [INFO] [stderr] 137 | 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 `BrotliEncoder` [INFO] [stderr] --> tests/utils/mod.rs:174:35 [INFO] [stderr] | [INFO] [stderr] 174 | async_read_to_vec(BrotliEncoder::with_quality(input, Level::Fastest)) [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BrotliEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BrotliDecoder` [INFO] [stderr] --> tests/utils/mod.rs:180:35 [INFO] [stderr] | [INFO] [stderr] 180 | async_read_to_vec(BrotliDecoder::new(input)) [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BrotliDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BrotliEncoder` [INFO] [stderr] --> tests/utils/mod.rs:191:38 [INFO] [stderr] | [INFO] [stderr] 191 | |input| Box::pin(BrotliEncoder::with_quality(input, Level::Fastest)), [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BrotliEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BrotliDecoder` [INFO] [stderr] --> tests/utils/mod.rs:198:60 [INFO] [stderr] | [INFO] [stderr] 198 | async_write_to_vec(input, |input| Box::pin(BrotliDecoder::new(input)), limit) [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BrotliDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BzEncoder` [INFO] [stderr] --> tests/utils/mod.rs:210:25 [INFO] [stderr] | [INFO] [stderr] 210 | 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:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | 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 `BzEncoder` [INFO] [stderr] --> tests/utils/mod.rs:244:35 [INFO] [stderr] | [INFO] [stderr] 244 | async_read_to_vec(BzEncoder::with_quality(input, Level::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:250:35 [INFO] [stderr] | [INFO] [stderr] 250 | async_read_to_vec(BzDecoder::new(input)) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `BzDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BzEncoder` [INFO] [stderr] --> tests/utils/mod.rs:261:38 [INFO] [stderr] | [INFO] [stderr] 261 | |input| Box::pin(BzEncoder::with_quality(input, Level::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:268:60 [INFO] [stderr] | [INFO] [stderr] 268 | async_write_to_vec(input, |input| Box::pin(BzDecoder::new(input)), limit) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `BzDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DeflateEncoder` [INFO] [stderr] --> tests/utils/mod.rs:280:25 [INFO] [stderr] | [INFO] [stderr] 280 | 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:285:25 [INFO] [stderr] | [INFO] [stderr] 285 | read_to_vec(DeflateDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `DeflateDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DeflateEncoder` [INFO] [stderr] --> tests/utils/mod.rs:314:35 [INFO] [stderr] | [INFO] [stderr] 314 | async_read_to_vec(DeflateEncoder::with_quality(input, Level::Fastest)) [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:320:35 [INFO] [stderr] | [INFO] [stderr] 320 | async_read_to_vec(DeflateDecoder::new(input)) [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `DeflateDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DeflateEncoder` [INFO] [stderr] --> tests/utils/mod.rs:331:38 [INFO] [stderr] | [INFO] [stderr] 331 | |input| Box::pin(DeflateEncoder::with_quality(input, Level::Fastest)), [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:338:60 [INFO] [stderr] | [INFO] [stderr] 338 | async_write_to_vec(input, |input| Box::pin(DeflateDecoder::new(input)), limit) [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `DeflateDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZlibEncoder` [INFO] [stderr] --> tests/utils/mod.rs:350:25 [INFO] [stderr] | [INFO] [stderr] 350 | 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:355:25 [INFO] [stderr] | [INFO] [stderr] 355 | 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 `ZlibEncoder` [INFO] [stderr] --> tests/utils/mod.rs:384:35 [INFO] [stderr] | [INFO] [stderr] 384 | async_read_to_vec(ZlibEncoder::with_quality(input, Level::Fastest)) [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:390:35 [INFO] [stderr] | [INFO] [stderr] 390 | async_read_to_vec(ZlibDecoder::new(input)) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `ZlibDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZlibEncoder` [INFO] [stderr] --> tests/utils/mod.rs:401:38 [INFO] [stderr] | [INFO] [stderr] 401 | |input| Box::pin(ZlibEncoder::with_quality(input, Level::Fastest)), [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:408:60 [INFO] [stderr] | [INFO] [stderr] 408 | async_write_to_vec(input, |input| Box::pin(ZlibDecoder::new(input)), limit) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `ZlibDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzEncoder` [INFO] [stderr] --> tests/utils/mod.rs:420:25 [INFO] [stderr] | [INFO] [stderr] 420 | 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:425:25 [INFO] [stderr] | [INFO] [stderr] 425 | 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 `GzipEncoder` [INFO] [stderr] --> tests/utils/mod.rs:454:35 [INFO] [stderr] | [INFO] [stderr] 454 | async_read_to_vec(GzipEncoder::with_quality(input, Level::Fastest)) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `GzipEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzipDecoder` [INFO] [stderr] --> tests/utils/mod.rs:460:35 [INFO] [stderr] | [INFO] [stderr] 460 | async_read_to_vec(GzipDecoder::new(input)) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `GzipDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzipEncoder` [INFO] [stderr] --> tests/utils/mod.rs:471:38 [INFO] [stderr] | [INFO] [stderr] 471 | |input| Box::pin(GzipEncoder::with_quality(input, Level::Fastest)), [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `GzipEncoder` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:221:36 [INFO] [stderr] | [INFO] [stderr] 221 | 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:41 [INFO] [stderr] | [INFO] [stderr] 312 | use async_compression::{futures::bufread::DeflateEncoder, Level}; [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:318:40 [INFO] [stderr] | [INFO] [stderr] 318 | use async_compression::futures::bufread::DeflateDecoder; [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:328:41 [INFO] [stderr] | [INFO] [stderr] 328 | use async_compression::{futures::write::DeflateEncoder, Level}; [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:337:40 [INFO] [stderr] | [INFO] [stderr] 337 | use async_compression::futures::write::DeflateDecoder; [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzipDecoder` [INFO] [stderr] --> tests/utils/mod.rs:478:60 [INFO] [stderr] | [INFO] [stderr] 478 | async_write_to_vec(input, |input| Box::pin(GzipDecoder::new(input)), limit) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `GzipDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:491:25 [INFO] [stderr] | [INFO] [stderr] 491 | 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:496:25 [INFO] [stderr] | [INFO] [stderr] 496 | 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 `ZstdEncoder` [INFO] [stderr] --> tests/utils/mod.rs:525:35 [INFO] [stderr] | [INFO] [stderr] 525 | async_read_to_vec(ZstdEncoder::with_quality(input, Level::Fastest)) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `ZstdEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZstdDecoder` [INFO] [stderr] --> tests/utils/mod.rs:531:35 [INFO] [stderr] | [INFO] [stderr] 531 | async_read_to_vec(ZstdDecoder::new(input)) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `ZstdDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZstdEncoder` [INFO] [stderr] --> tests/utils/mod.rs:542:38 [INFO] [stderr] | [INFO] [stderr] 542 | |input| Box::pin(ZstdEncoder::with_quality(input, Level::Fastest)), [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `ZstdEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZstdDecoder` [INFO] [stderr] --> tests/utils/mod.rs:549:60 [INFO] [stderr] | [INFO] [stderr] 549 | async_write_to_vec(input, |input| Box::pin(ZstdDecoder::new(input)), limit) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `ZstdDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `XzEncoder` [INFO] [stderr] --> tests/utils/mod.rs:562:25 [INFO] [stderr] | [INFO] [stderr] 562 | 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:568:25 [INFO] [stderr] | [INFO] [stderr] 568 | 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 `XzEncoder` [INFO] [stderr] --> tests/utils/mod.rs:597:35 [INFO] [stderr] | [INFO] [stderr] 597 | async_read_to_vec(XzEncoder::with_quality(input, Level::Fastest)) [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:603:35 [INFO] [stderr] | [INFO] [stderr] 603 | async_read_to_vec(XzDecoder::new(input)) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `XzDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `XzEncoder` [INFO] [stderr] --> tests/utils/mod.rs:614:38 [INFO] [stderr] | [INFO] [stderr] 614 | |input| Box::pin(XzEncoder::with_quality(input, Level::Fastest)), [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:621:60 [INFO] [stderr] | [INFO] [stderr] 621 | async_write_to_vec(input, |input| Box::pin(XzDecoder::new(input)), limit) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `XzDecoder` [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 `LzmaEncoder` [INFO] [stderr] --> tests/utils/mod.rs:677:35 [INFO] [stderr] | [INFO] [stderr] 677 | async_read_to_vec(LzmaEncoder::with_quality(input, Level::Fastest)) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `LzmaEncoder` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:291:36 [INFO] [stderr] | [INFO] [stderr] 291 | 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: use of undeclared type or module `LzmaDecoder` [INFO] [stderr] --> tests/utils/mod.rs:683:35 [INFO] [stderr] | [INFO] [stderr] 683 | async_read_to_vec(LzmaDecoder::new(input)) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `LzmaDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LzmaEncoder` [INFO] [stderr] --> tests/utils/mod.rs:694:38 [INFO] [stderr] | [INFO] [stderr] 694 | |input| Box::pin(LzmaEncoder::with_quality(input, Level::Fastest)), [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `LzmaEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LzmaDecoder` [INFO] [stderr] --> tests/utils/mod.rs:701:60 [INFO] [stderr] | [INFO] [stderr] 701 | async_write_to_vec(input, |input| Box::pin(LzmaDecoder::new(input)), limit) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `LzmaDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `futures` in `async_compression` [INFO] [stderr] --> tests/utils/mod.rs:382:41 [INFO] [stderr] | [INFO] [stderr] 382 | use async_compression::{futures::bufread::ZlibEncoder, Level}; [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:388:40 [INFO] [stderr] | [INFO] [stderr] 388 | use async_compression::futures::bufread::ZlibDecoder; [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:41 [INFO] [stderr] | [INFO] [stderr] 398 | use async_compression::{futures::write::ZlibEncoder, Level}; [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:407:40 [INFO] [stderr] | [INFO] [stderr] 407 | use async_compression::futures::write::ZlibDecoder; [INFO] [stderr] | ^^^^^^^ could not find `futures` in `async_compression` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `bytes` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `async_compression::stream` [INFO] [stderr] --> tests/utils/mod.rs:361:36 [INFO] [stderr] | [INFO] [stderr] 361 | 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:452:41 [INFO] [stderr] | [INFO] [stderr] 452 | use async_compression::{futures::bufread::GzipEncoder, Level}; [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:458:40 [INFO] [stderr] | [INFO] [stderr] 458 | use async_compression::futures::bufread::GzipDecoder; [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:468:41 [INFO] [stderr] | [INFO] [stderr] 468 | use async_compression::{futures::write::GzipEncoder, Level}; [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:477:40 [INFO] [stderr] | [INFO] [stderr] 477 | use async_compression::futures::write::GzipDecoder; [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:431:36 [INFO] [stderr] | [INFO] [stderr] 431 | 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:523:41 [INFO] [stderr] | [INFO] [stderr] 523 | use async_compression::{futures::bufread::ZstdEncoder, Level}; [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:529:40 [INFO] [stderr] | [INFO] [stderr] 529 | use async_compression::futures::bufread::ZstdDecoder; [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:539:41 [INFO] [stderr] | [INFO] [stderr] 539 | use async_compression::{futures::write::ZstdEncoder, Level}; [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:548:40 [INFO] [stderr] | [INFO] [stderr] 548 | use async_compression::futures::write::ZstdDecoder; [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:502:36 [INFO] [stderr] | [INFO] [stderr] 502 | 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:595:41 [INFO] [stderr] | [INFO] [stderr] 595 | use async_compression::{futures::bufread::XzEncoder, Level}; [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 | use async_compression::futures::bufread::XzDecoder; [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:611:41 [INFO] [stderr] | [INFO] [stderr] 611 | use async_compression::{futures::write::XzEncoder, Level}; [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:620:40 [INFO] [stderr] | [INFO] [stderr] 620 | use async_compression::futures::write::XzDecoder; [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:574:36 [INFO] [stderr] | [INFO] [stderr] 574 | 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:675:41 [INFO] [stderr] | [INFO] [stderr] 675 | use async_compression::{futures::bufread::LzmaEncoder, Level}; [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:681:40 [INFO] [stderr] | [INFO] [stderr] 681 | use async_compression::futures::bufread::LzmaDecoder; [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:691:41 [INFO] [stderr] | [INFO] [stderr] 691 | use async_compression::{futures::write::LzmaEncoder, Level}; [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:700:40 [INFO] [stderr] | [INFO] [stderr] 700 | use async_compression::futures::write::LzmaDecoder; [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: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:136:17 [INFO] [stderr] | [INFO] [stderr] 136 | 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:64:13 [INFO] [stderr] | [INFO] [stderr] 64 | pub use bytes::Bytes; [INFO] [stderr] | ^^^^^ use of undeclared type or module `bytes` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `brotli` [INFO] [stderr] --> tests/utils/mod.rs:136:17 [INFO] [stderr] | [INFO] [stderr] 136 | 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:209:17 [INFO] [stderr] | [INFO] [stderr] 209 | 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:143:17 [INFO] [stderr] | [INFO] [stderr] 143 | 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:214:17 [INFO] [stderr] | [INFO] [stderr] 214 | 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:279:17 [INFO] [stderr] | [INFO] [stderr] 279 | 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:209:17 [INFO] [stderr] | [INFO] [stderr] 209 | 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:284:17 [INFO] [stderr] | [INFO] [stderr] 284 | 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:349:17 [INFO] [stderr] | [INFO] [stderr] 349 | 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:279:17 [INFO] [stderr] | [INFO] [stderr] 279 | 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:354:17 [INFO] [stderr] | [INFO] [stderr] 354 | 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:419:17 [INFO] [stderr] | [INFO] [stderr] 419 | 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:349:17 [INFO] [stderr] | [INFO] [stderr] 349 | 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:424:17 [INFO] [stderr] | [INFO] [stderr] 424 | 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:489:17 [INFO] [stderr] | [INFO] [stderr] 489 | 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:419:17 [INFO] [stderr] | [INFO] [stderr] 419 | 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:495:17 [INFO] [stderr] | [INFO] [stderr] 495 | 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:560:17 [INFO] [stderr] | [INFO] [stderr] 560 | 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:566:17 [INFO] [stderr] | [INFO] [stderr] 566 | 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:490:17 [INFO] [stderr] | [INFO] [stderr] 490 | 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:137:30 [INFO] [stderr] | [INFO] [stderr] 137 | 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 `BrotliEncoder` [INFO] [stderr] --> tests/utils/mod.rs:174:35 [INFO] [stderr] | [INFO] [stderr] 174 | async_read_to_vec(BrotliEncoder::with_quality(input, Level::Fastest)) [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BrotliEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BrotliDecoder` [INFO] [stderr] --> tests/utils/mod.rs:180:35 [INFO] [stderr] | [INFO] [stderr] 180 | async_read_to_vec(BrotliDecoder::new(input)) [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BrotliDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BrotliEncoder` [INFO] [stderr] --> tests/utils/mod.rs:191:38 [INFO] [stderr] | [INFO] [stderr] 191 | |input| Box::pin(BrotliEncoder::with_quality(input, Level::Fastest)), [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BrotliEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BrotliDecoder` [INFO] [stderr] --> tests/utils/mod.rs:198:60 [INFO] [stderr] | [INFO] [stderr] 198 | async_write_to_vec(input, |input| Box::pin(BrotliDecoder::new(input)), limit) [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BrotliDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BzEncoder` [INFO] [stderr] --> tests/utils/mod.rs:210:25 [INFO] [stderr] | [INFO] [stderr] 210 | 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:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | 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 `BzEncoder` [INFO] [stderr] --> tests/utils/mod.rs:244:35 [INFO] [stderr] | [INFO] [stderr] 244 | async_read_to_vec(BzEncoder::with_quality(input, Level::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:250:35 [INFO] [stderr] | [INFO] [stderr] 250 | async_read_to_vec(BzDecoder::new(input)) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `BzDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BzEncoder` [INFO] [stderr] --> tests/utils/mod.rs:261:38 [INFO] [stderr] | [INFO] [stderr] 261 | |input| Box::pin(BzEncoder::with_quality(input, Level::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:268:60 [INFO] [stderr] | [INFO] [stderr] 268 | async_write_to_vec(input, |input| Box::pin(BzDecoder::new(input)), limit) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `BzDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DeflateEncoder` [INFO] [stderr] --> tests/utils/mod.rs:280:25 [INFO] [stderr] | [INFO] [stderr] 280 | 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:285:25 [INFO] [stderr] | [INFO] [stderr] 285 | read_to_vec(DeflateDecoder::new(bytes)) [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `DeflateDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DeflateEncoder` [INFO] [stderr] --> tests/utils/mod.rs:314:35 [INFO] [stderr] | [INFO] [stderr] 314 | async_read_to_vec(DeflateEncoder::with_quality(input, Level::Fastest)) [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:320:35 [INFO] [stderr] | [INFO] [stderr] 320 | async_read_to_vec(DeflateDecoder::new(input)) [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `DeflateDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DeflateEncoder` [INFO] [stderr] --> tests/utils/mod.rs:331:38 [INFO] [stderr] | [INFO] [stderr] 331 | |input| Box::pin(DeflateEncoder::with_quality(input, Level::Fastest)), [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:338:60 [INFO] [stderr] | [INFO] [stderr] 338 | async_write_to_vec(input, |input| Box::pin(DeflateDecoder::new(input)), limit) [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `DeflateDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZlibEncoder` [INFO] [stderr] --> tests/utils/mod.rs:350:25 [INFO] [stderr] | [INFO] [stderr] 350 | 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:355:25 [INFO] [stderr] | [INFO] [stderr] 355 | 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 `ZlibEncoder` [INFO] [stderr] --> tests/utils/mod.rs:384:35 [INFO] [stderr] | [INFO] [stderr] 384 | async_read_to_vec(ZlibEncoder::with_quality(input, Level::Fastest)) [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:390:35 [INFO] [stderr] | [INFO] [stderr] 390 | async_read_to_vec(ZlibDecoder::new(input)) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `ZlibDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZlibEncoder` [INFO] [stderr] --> tests/utils/mod.rs:401:38 [INFO] [stderr] | [INFO] [stderr] 401 | |input| Box::pin(ZlibEncoder::with_quality(input, Level::Fastest)), [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:408:60 [INFO] [stderr] | [INFO] [stderr] 408 | async_write_to_vec(input, |input| Box::pin(ZlibDecoder::new(input)), limit) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `ZlibDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzEncoder` [INFO] [stderr] --> tests/utils/mod.rs:420:25 [INFO] [stderr] | [INFO] [stderr] 420 | 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:425:25 [INFO] [stderr] | [INFO] [stderr] 425 | 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 `GzipEncoder` [INFO] [stderr] --> tests/utils/mod.rs:454:35 [INFO] [stderr] | [INFO] [stderr] 454 | async_read_to_vec(GzipEncoder::with_quality(input, Level::Fastest)) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `GzipEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzipDecoder` [INFO] [stderr] --> tests/utils/mod.rs:460:35 [INFO] [stderr] | [INFO] [stderr] 460 | async_read_to_vec(GzipDecoder::new(input)) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `GzipDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzipEncoder` [INFO] [stderr] --> tests/utils/mod.rs:471:38 [INFO] [stderr] | [INFO] [stderr] 471 | |input| Box::pin(GzipEncoder::with_quality(input, Level::Fastest)), [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `GzipEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzipDecoder` [INFO] [stderr] --> tests/utils/mod.rs:478:60 [INFO] [stderr] | [INFO] [stderr] 478 | async_write_to_vec(input, |input| Box::pin(GzipDecoder::new(input)), limit) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `GzipDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Encoder` [INFO] [stderr] --> tests/utils/mod.rs:491:25 [INFO] [stderr] | [INFO] [stderr] 491 | 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:496:25 [INFO] [stderr] | [INFO] [stderr] 496 | 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 `ZstdEncoder` [INFO] [stderr] --> tests/utils/mod.rs:525:35 [INFO] [stderr] | [INFO] [stderr] 525 | async_read_to_vec(ZstdEncoder::with_quality(input, Level::Fastest)) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `ZstdEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZstdDecoder` [INFO] [stderr] --> tests/utils/mod.rs:531:35 [INFO] [stderr] | [INFO] [stderr] 531 | async_read_to_vec(ZstdDecoder::new(input)) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `ZstdDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZstdEncoder` [INFO] [stderr] --> tests/utils/mod.rs:542:38 [INFO] [stderr] | [INFO] [stderr] 542 | |input| Box::pin(ZstdEncoder::with_quality(input, Level::Fastest)), [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `ZstdEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZstdDecoder` [INFO] [stderr] --> tests/utils/mod.rs:549:60 [INFO] [stderr] | [INFO] [stderr] 549 | async_write_to_vec(input, |input| Box::pin(ZstdDecoder::new(input)), limit) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `ZstdDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `XzEncoder` [INFO] [stderr] --> tests/utils/mod.rs:562:25 [INFO] [stderr] | [INFO] [stderr] 562 | 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:568:25 [INFO] [stderr] | [INFO] [stderr] 568 | 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 `XzEncoder` [INFO] [stderr] --> tests/utils/mod.rs:597:35 [INFO] [stderr] | [INFO] [stderr] 597 | async_read_to_vec(XzEncoder::with_quality(input, Level::Fastest)) [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:603:35 [INFO] [stderr] | [INFO] [stderr] 603 | async_read_to_vec(XzDecoder::new(input)) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `XzDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `XzEncoder` [INFO] [stderr] --> tests/utils/mod.rs:614:38 [INFO] [stderr] | [INFO] [stderr] 614 | |input| Box::pin(XzEncoder::with_quality(input, Level::Fastest)), [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:621:60 [INFO] [stderr] | [INFO] [stderr] 621 | async_write_to_vec(input, |input| Box::pin(XzDecoder::new(input)), limit) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `XzDecoder` [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 `LzmaEncoder` [INFO] [stderr] --> tests/utils/mod.rs:677:35 [INFO] [stderr] | [INFO] [stderr] 677 | async_read_to_vec(LzmaEncoder::with_quality(input, Level::Fastest)) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `LzmaEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LzmaDecoder` [INFO] [stderr] --> tests/utils/mod.rs:683:35 [INFO] [stderr] | [INFO] [stderr] 683 | async_read_to_vec(LzmaDecoder::new(input)) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `LzmaDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LzmaEncoder` [INFO] [stderr] --> tests/utils/mod.rs:694:38 [INFO] [stderr] | [INFO] [stderr] 694 | |input| Box::pin(LzmaEncoder::with_quality(input, Level::Fastest)), [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `LzmaEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LzmaDecoder` [INFO] [stderr] --> tests/utils/mod.rs:701:60 [INFO] [stderr] | [INFO] [stderr] 701 | async_write_to_vec(input, |input| Box::pin(LzmaDecoder::new(input)), limit) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `LzmaDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `bytes` [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> tests/utils/mod.rs:125:18 [INFO] [stderr] | [INFO] [stderr] 125 | .map(Result::unwrap) [INFO] [stderr] | ^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stderr] | [INFO] [stderr] help: consider specifying the type arguments in the method call [INFO] [stderr] | [INFO] [stderr] 125 | .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[E0282]: type annotations needed [INFO] [stderr] --> tests/utils/mod.rs:125:18 [INFO] [stderr] | [INFO] [stderr] 125 | .map(Result::unwrap) [INFO] [stderr] | ^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stderr] | [INFO] [stderr] help: consider specifying the type arguments in the method call [INFO] [stderr] | [INFO] [stderr] 125 | .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] 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: unused import: `stream::StreamExt` [INFO] [stderr] --> tests/utils/mod.rs:713:55 [INFO] [stderr] | [INFO] [stderr] 713 | use futures::{executor::block_on, stream::StreamExt as _}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/xz.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | test_cases!(xz); [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:782:55 [INFO] [stderr] | [INFO] [stderr] 782 | use futures::{executor::block_on, stream::StreamExt as _}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/xz.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | 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 121 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] warning: unused import: `stream::StreamExt` [INFO] [stderr] --> tests/utils/mod.rs:713:55 [INFO] [stderr] | [INFO] [stderr] 713 | 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:782:55 [INFO] [stderr] | [INFO] [stderr] 782 | 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 121 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] running `"docker" "inspect" "8712171f39974953b27f7f2fd9ea475bb53afd3b75ecc2e37f6b562cd1fa660b"` [INFO] running `"docker" "rm" "-f" "8712171f39974953b27f7f2fd9ea475bb53afd3b75ecc2e37f6b562cd1fa660b"` [INFO] [stdout] 8712171f39974953b27f7f2fd9ea475bb53afd3b75ecc2e37f6b562cd1fa660b