[INFO] fetching crate async-compression 0.3.2... [INFO] checking async-compression-0.3.2 against master#6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257 for pr-70872 [INFO] extracting crate async-compression 0.3.2 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate async-compression 0.3.2 on toolchain 6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257 [INFO] running `"/workspace/cargo-home/bin/cargo" "+6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257" "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-7/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257" "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] f99ee304980521ff59ba79a1ad9154029f9faa0f38a4609e8cf7bda0e4ae3e04 [INFO] running `"docker" "start" "-a" "f99ee304980521ff59ba79a1ad9154029f9faa0f38a4609e8cf7bda0e4ae3e04"` [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling proc-macro-nested v0.1.4 [INFO] [stderr] Checking futures-core v0.3.4 [INFO] [stderr] Checking futures-sink v0.3.4 [INFO] [stderr] Checking futures-task v0.3.4 [INFO] [stderr] Checking futures-io v0.3.4 [INFO] [stderr] Compiling atom v0.3.5 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Checking bit-vec v0.5.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Checking futures-channel v0.3.4 [INFO] [stderr] Compiling standback v0.2.2 [INFO] [stderr] Checking bit-set v0.5.1 [INFO] [stderr] Checking wait-timeout v0.2.0 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Checking async-compression v0.3.2 (/opt/rustwide/workdir) [INFO] [stderr] Checking pulse v0.5.3 [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] Checking rusty-fork v0.2.2 [INFO] [stderr] Checking proptest v0.9.5 [INFO] [stderr] Compiling time-macros-impl v0.1.0 [INFO] [stderr] Compiling rustversion v1.0.2 [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 time v0.2.9 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Compiling proptest-derive v0.1.2 [INFO] [stderr] Compiling 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] 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[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 `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 `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[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: 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: 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: 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: 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: 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: 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 `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[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 `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: 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: internal compiler error: src/librustc_trait_selection/traits/codegen/mod.rs:107: Encountered errors `[FulfillmentError(Obligation(predicate=Binder(TraitPredicate(<[type error] as std::marker::Sized>)), depth=2),Ambiguity)]` resolving bounds after type-checking [INFO] [stderr] [INFO] [stderr] thread 'rustc' panicked at 'Box', src/librustc_errors/lib.rs:880:9 [INFO] [stderr] stack backtrace: [INFO] [stderr] error: internal compiler error: src/librustc_trait_selection/traits/codegen/mod.rs:107: Encountered errors `[FulfillmentError(Obligation(predicate=Binder(TraitPredicate(<[type error] as std::marker::Sized>)), depth=2),Ambiguity)]` resolving bounds after type-checking [INFO] [stderr] [INFO] [stderr] thread 'rustc' panicked at 'Box', src/librustc_errors/lib.rs:880:9 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x7f0dfdd4cb24 - backtrace::backtrace::libunwind::trace::hcdd38e03c5c0ae1d [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stderr] 1: 0x7f0dfdd4cb24 - backtrace::backtrace::trace_unsynchronized::he5bd7c616dadfd7d [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x7f0dfdd4cb24 - std::sys_common::backtrace::_print_fmt::h5c76d4ca71f55821 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stderr] 3: 0x7f0dfdd4cb24 - ::fmt::h2c8c63d62d7bea1c [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stderr] 0: 0x7feb004a8b24 - backtrace::backtrace::libunwind::trace::hcdd38e03c5c0ae1d [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stderr] 1: 0x7feb004a8b24 - backtrace::backtrace::trace_unsynchronized::he5bd7c616dadfd7d [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x7feb004a8b24 - std::sys_common::backtrace::_print_fmt::h5c76d4ca71f55821 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stderr] 3: 0x7feb004a8b24 - ::fmt::h2c8c63d62d7bea1c [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stderr] 4: 0x7feb004e70ec - core::fmt::write::h97d981a565c87982 [INFO] [stderr] at src/libcore/fmt/mod.rs:1069 [INFO] [stderr] 5: 0x7feb0049a5b3 - std::io::Write::write_fmt::h76b54795ca4d1941 [INFO] [stderr] 4: 0x7f0dfdd8b0ec - core::fmt::write::h97d981a565c87982 [INFO] [stderr] at src/libstd/io/mod.rs:1439 [INFO] [stderr] 6: 0x7feb004adb25 - std::sys_common::backtrace::_print::h93fb2909159290d7 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stderr] 7: 0x7feb004adb25 - std::sys_common::backtrace::print::ha755c3134746c2d0 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stderr] 8: 0x7feb004adb25 - std::panicking::default_hook::{{closure}}::h3a7ab24b109d5437 [INFO] [stderr] at src/libstd/panicking.rs:198 [INFO] [stderr] 9: 0x7feb004ad862 - std::panicking::default_hook::h2aa3c18a39936382 [INFO] [stderr] at src/libstd/panicking.rs:218 [INFO] [stderr] 10: 0x7feb00a51893 - rustc_driver::report_ice::h9d751a31d8f5cb70 [INFO] [stderr] at src/libcore/fmt/mod.rs:1069 [INFO] [stderr] 5: 0x7f0dfdd3e5b3 - std::io::Write::write_fmt::h76b54795ca4d1941 [INFO] [stderr] at src/libstd/io/mod.rs:1439 [INFO] [stderr] 6: 0x7f0dfdd51b25 - std::sys_common::backtrace::_print::h93fb2909159290d7 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stderr] 11: 0x7feaf35900b6 - as core::ops::function::Fn>::call::hf59ebd056e75b842 [INFO] [stderr] at /rustc/6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257/src/liballoc/boxed.rs:1022 [INFO] [stderr] 7: 0x7f0dfdd51b25 - std::sys_common::backtrace::print::ha755c3134746c2d0 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stderr] 8: 0x7f0dfdd51b25 - std::panicking::default_hook::{{closure}}::h3a7ab24b109d5437 [INFO] [stderr] at src/libstd/panicking.rs:198 [INFO] [stderr] 12: 0x7feaf3556d15 - proc_macro::bridge::client::::enter::{{closure}}::{{closure}}::h5af7a6d3ddfbfc75 [INFO] [stderr] at /rustc/6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257/src/libproc_macro/bridge/client.rs:305 [INFO] [stderr] 9: 0x7f0dfdd51862 - std::panicking::default_hook::h2aa3c18a39936382 [INFO] [stderr] 13: 0x7feb004ae2a5 - std::panicking::rust_panic_with_hook::h5035e60b675c5c99 [INFO] [stderr] at src/libstd/panicking.rs:218 [INFO] [stderr] at src/libstd/panicking.rs:515 [INFO] [stderr] 10: 0x7f0dfe2f5893 - rustc_driver::report_ice::h9d751a31d8f5cb70 [INFO] [stderr] 11: 0x7f0df0dbd0b6 - as core::ops::function::Fn>::call::hf59ebd056e75b842 [INFO] [stderr] at /rustc/6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257/src/liballoc/boxed.rs:1022 [INFO] [stderr] 12: 0x7f0df0d83d15 - proc_macro::bridge::client::::enter::{{closure}}::{{closure}}::h5af7a6d3ddfbfc75 [INFO] [stderr] at /rustc/6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257/src/libproc_macro/bridge/client.rs:305 [INFO] [stderr] 14: 0x7feb031df4a3 - std::panicking::begin_panic::hf02aa0635b1f02b6 [INFO] [stderr] 13: 0x7f0dfdd522a5 - std::panicking::rust_panic_with_hook::h5035e60b675c5c99 [INFO] [stderr] at src/libstd/panicking.rs:515 [INFO] [stderr] 14: 0x7f0e00a834a3 - std::panicking::begin_panic::hf02aa0635b1f02b6 [INFO] [stderr] 15: 0x7feb0321a4e0 - rustc_errors::HandlerInner::bug::h306396df7d1c7efc [INFO] [stderr] 15: 0x7f0e00abe4e0 - rustc_errors::HandlerInner::bug::h306396df7d1c7efc [INFO] [stderr] 16: 0x7f0e00abd340 - rustc_errors::Handler::bug::h8082b6197998881e [INFO] [stderr] 16: 0x7feb03219340 - rustc_errors::Handler::bug::h8082b6197998881e [INFO] [stderr] 17: 0x7feb02c1b399 - rustc_middle::util::bug::opt_span_bug_fmt::{{closure}}::hb5486c3854745857 [INFO] [stderr] 17: 0x7f0e004bf399 - rustc_middle::util::bug::opt_span_bug_fmt::{{closure}}::hb5486c3854745857 [INFO] [stderr] 18: 0x7f0e004be93b - rustc_middle::ty::context::tls::with_opt::{{closure}}::he56e3f4a60b38152 [INFO] [stderr] 19: 0x7f0e004be562 - rustc_middle::ty::context::tls::with_opt::h3453aea80b0ac4da [INFO] [stderr] 20: 0x7f0e004bf2a8 - rustc_middle::util::bug::opt_span_bug_fmt::hb74a9d6baf8aa3d2 [INFO] [stderr] 21: 0x7f0e004bf212 - rustc_middle::util::bug::bug_fmt::h732558d043294e91 [INFO] [stderr] 18: 0x7feb02c1a93b - rustc_middle::ty::context::tls::with_opt::{{closure}}::he56e3f4a60b38152 [INFO] [stderr] 19: 0x7feb02c1a562 - rustc_middle::ty::context::tls::with_opt::h3453aea80b0ac4da [INFO] [stderr] 20: 0x7feb02c1b2a8 - rustc_middle::util::bug::opt_span_bug_fmt::hb74a9d6baf8aa3d2 [INFO] [stderr] 21: 0x7feb02c1b212 - rustc_middle::util::bug::bug_fmt::h732558d043294e91 [INFO] [stderr] 22: 0x7feb027c2951 - rustc_trait_selection::traits::codegen::drain_fulfillment_cx_or_panic::hb0a1099aef0cd968 [INFO] [stderr] 22: 0x7f0e00066951 - rustc_trait_selection::traits::codegen::drain_fulfillment_cx_or_panic::hb0a1099aef0cd968 [INFO] [stderr] 23: 0x7feb027d6e19 - rustc_middle::ty::context::GlobalCtxt::enter_local::h75e2dfad07c597c8 [INFO] [stderr] 23: 0x7f0e0007ae19 - rustc_middle::ty::context::GlobalCtxt::enter_local::h75e2dfad07c597c8 [INFO] [stderr] 24: 0x7feb027c284a - rustc_trait_selection::traits::codegen::codegen_fulfill_obligation::h331a182408f4512a [INFO] [stderr] 24: 0x7f0e0006684a - rustc_trait_selection::traits::codegen::codegen_fulfill_obligation::h331a182408f4512a [INFO] [stderr] 25: 0x7feb010da713 - rustc_middle::ty::query:: for rustc_middle::ty::query::queries::codegen_fulfill_obligation>::compute::h744ffb86bd8bd602 [INFO] [stderr] 25: 0x7f0dfe97e713 - rustc_middle::ty::query:: for rustc_middle::ty::query::queries::codegen_fulfill_obligation>::compute::h744ffb86bd8bd602 [INFO] [stderr] 26: 0x7feb010fe11a - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::he105bb11da74e9d9 [INFO] [stderr] 26: 0x7f0dfe9a211a - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::he105bb11da74e9d9 [INFO] [stderr] 27: 0x7f0dfe988d18 - rustc_query_system::query::plumbing::get_query::h42e4641cdaf8f0b0 [INFO] [stderr] 27: 0x7feb010e4d18 - rustc_query_system::query::plumbing::get_query::h42e4641cdaf8f0b0 [INFO] [stderr] 28: 0x7f0dfe97c43a - rustc_ty::instance::resolve_instance::h682cfc0f11f5c3f9 [INFO] [stderr] 28: 0x7feb010d843a - rustc_ty::instance::resolve_instance::h682cfc0f11f5c3f9 [INFO] [stderr] 29: 0x7f0e008fb6d3 - rustc_middle::ty::query:: for rustc_middle::ty::query::queries::resolve_instance>::compute::hf3f4f9e97fcb36de [INFO] [stderr] 29: 0x7feb030576d3 - rustc_middle::ty::query:: for rustc_middle::ty::query::queries::resolve_instance>::compute::hf3f4f9e97fcb36de [INFO] [stderr] 30: 0x7f0e006ff092 - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::h243ec23a61870a6c [INFO] [stderr] 30: 0x7feb02e5b092 - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::h243ec23a61870a6c [INFO] [stderr] 31: 0x7f0e008da369 - rustc_query_system::query::plumbing::get_query::hd9c36e26e9b0041b [INFO] [stderr] 31: 0x7feb03036369 - rustc_query_system::query::plumbing::get_query::hd9c36e26e9b0041b [INFO] [stderr] 32: 0x7feb02c8789c - rustc_middle::ty::instance::Instance::resolve::h7acedb77f8be0054 [INFO] [stderr] 32: 0x7f0e0052b89c - rustc_middle::ty::instance::Instance::resolve::h7acedb77f8be0054 [INFO] [stderr] 33: 0x7feb01a04d8b - rustc_mir_build::lints::check::hef58b56514c8706d [INFO] [stderr] 33: 0x7f0dff2a8d8b - rustc_mir_build::lints::check::hef58b56514c8706d [INFO] [stderr] 34: 0x7feb01970b92 - rustc_middle::ty::context::GlobalCtxt::enter_local::h8bb5f492081ac4c4 [INFO] [stderr] 34: 0x7f0dff214b92 - rustc_middle::ty::context::GlobalCtxt::enter_local::h8bb5f492081ac4c4 [INFO] [stderr] 35: 0x7feb01999c80 - rustc_mir_build::build::mir_built::h9f81e8ff9a0f6469 [INFO] [stderr] 35: 0x7f0dff23dc80 - rustc_mir_build::build::mir_built::h9f81e8ff9a0f6469 [INFO] [stderr] 36: 0x7feb01ad4822 - rustc_middle::ty::query:: for rustc_middle::ty::query::queries::mir_built>::compute::h8090790ae1c7b6cf [INFO] [stderr] 36: 0x7f0dff378822 - rustc_middle::ty::query:: for rustc_middle::ty::query::queries::mir_built>::compute::h8090790ae1c7b6cf [INFO] [stderr] 37: 0x7feb01ca5654 - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::he809241f6484c9d3 [INFO] [stderr] 37: 0x7f0dff549654 - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::he809241f6484c9d3 [INFO] [stderr] 38: 0x7f0dff3a03b7 - rustc_query_system::query::plumbing::get_query::h34bcf09a6f2bc700 [INFO] [stderr] 38: 0x7feb01afc3b7 - rustc_query_system::query::plumbing::get_query::h34bcf09a6f2bc700 [INFO] [stderr] 39: 0x7feb01acacf9 - rustc_mir::transform::check_unsafety::unsafety_check_result::h39943cab47e93a36 [INFO] [stderr] 39: 0x7f0dff36ecf9 - rustc_mir::transform::check_unsafety::unsafety_check_result::h39943cab47e93a36 [INFO] [stderr] 40: 0x7feb01ad66be - rustc_middle::ty::query:: for rustc_middle::ty::query::queries::unsafety_check_result>::compute::h7e587823f3ff3328 [INFO] [stderr] 40: 0x7f0dff37a6be - rustc_middle::ty::query:: for rustc_middle::ty::query::queries::unsafety_check_result>::compute::h7e587823f3ff3328 [INFO] [stderr] 41: 0x7feb01ca6751 - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::hfd2b63caf2bfa8b4 [INFO] [stderr] 41: 0x7f0dff54a751 - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::hfd2b63caf2bfa8b4 [INFO] [stderr] 42: 0x7f0dff391ae1 - rustc_query_system::query::plumbing::get_query::h224ec2a73fa389f4 [INFO] [stderr] 42: 0x7feb01aedae1 - rustc_query_system::query::plumbing::get_query::h224ec2a73fa389f4 [INFO] [stderr] 43: 0x7feb01e8a4be - rustc_mir::transform::mir_const::h450042c6e53cdcfb [INFO] [stderr] 43: 0x7f0dff72e4be - rustc_mir::transform::mir_const::h450042c6e53cdcfb [INFO] [stderr] 44: 0x7feb01ad48f2 - rustc_middle::ty::query:: for rustc_middle::ty::query::queries::mir_const>::compute::h6d85529f76a7609b [INFO] [stderr] 44: 0x7f0dff3788f2 - rustc_middle::ty::query:: for rustc_middle::ty::query::queries::mir_const>::compute::h6d85529f76a7609b [INFO] [stderr] 45: 0x7feb01c9af24 - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::h6e562db5c8e9998e [INFO] [stderr] 45: 0x7f0dff53ef24 - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::h6e562db5c8e9998e [INFO] [stderr] 46: 0x7f0dff3b63f7 - rustc_query_system::query::plumbing::get_query::h5a40c78c5892d921 [INFO] [stderr] 46: 0x7feb01b123f7 - rustc_query_system::query::plumbing::get_query::h5a40c78c5892d921 [INFO] [stderr] 47: 0x7f0dff72e74b - rustc_mir::transform::mir_validated::h599243520010d827 [INFO] [stderr] 47: 0x7feb01e8a74b - rustc_mir::transform::mir_validated::h599243520010d827 [INFO] [stderr] 48: 0x7f0dff379122 - rustc_middle::ty::query:: for rustc_middle::ty::query::queries::mir_validated>::compute::h4d152aa732dfdc7f [INFO] [stderr] 48: 0x7feb01ad5122 - rustc_middle::ty::query:: for rustc_middle::ty::query::queries::mir_validated>::compute::h4d152aa732dfdc7f [INFO] [stderr] 49: 0x7f0dff537afc - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::h20122f7483491ef1 [INFO] [stderr] 49: 0x7feb01c93afc - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::h20122f7483491ef1 [INFO] [stderr] 50: 0x7f0dff3d23ac - rustc_query_system::query::plumbing::get_query::hbaef4c8761003fe2 [INFO] [stderr] 50: 0x7feb01b2e3ac - rustc_query_system::query::plumbing::get_query::hbaef4c8761003fe2 [INFO] [stderr] 51: 0x7f0dff7ad652 - rustc_mir::borrow_check::mir_borrowck::h28ae15c8f2e6487f [INFO] [stderr] 51: 0x7feb01f09652 - rustc_mir::borrow_check::mir_borrowck::h28ae15c8f2e6487f [INFO] [stderr] 52: 0x7f0dfee2b5d2 - rustc_middle::ty::query:: for rustc_middle::ty::query::queries::mir_borrowck>::compute::h7c4752ff7170b694 [INFO] [stderr] 52: 0x7feb015875d2 - rustc_middle::ty::query:: for rustc_middle::ty::query::queries::mir_borrowck>::compute::h7c4752ff7170b694 [INFO] [stderr] 53: 0x7feb01436534 - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::h6d686d01c5c6ac4e [INFO] [stderr] 53: 0x7f0dfecda534 - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::h6d686d01c5c6ac4e [INFO] [stderr] 54: 0x7feb015ec177 - rustc_query_system::query::plumbing::get_query::he2521a479be4ba68 [INFO] [stderr] 54: 0x7f0dfee90177 - rustc_query_system::query::plumbing::get_query::he2521a479be4ba68 [INFO] [stderr] 55: 0x7feb01429461 - rustc_typeck::collect::type_of::type_of::h6b0f5f650236d121 [INFO] [stderr] 55: 0x7f0dfeccd461 - rustc_typeck::collect::type_of::type_of::h6b0f5f650236d121 [INFO] [stderr] 56: 0x7f0e0070563b - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::h33da37969d8223fb [INFO] [stderr] 56: 0x7feb02e6163b - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::h33da37969d8223fb [INFO] [stderr] 57: 0x7feb02fe3a4e - rustc_query_system::query::plumbing::get_query::h27cfb4f9911ea668 [INFO] [stderr] 57: 0x7f0e00887a4e - rustc_query_system::query::plumbing::get_query::h27cfb4f9911ea668 [INFO] [stderr] 58: 0x7f0e006e238d - rustc_middle::ty::util::::try_expand_impl_trait_type::OpaqueTypeExpander::expand_opaque_ty::h8695b60abeb412d3 [INFO] [stderr] 58: 0x7feb02e3e38d - rustc_middle::ty::util::::try_expand_impl_trait_type::OpaqueTypeExpander::expand_opaque_ty::h8695b60abeb412d3 [INFO] [stderr] 59: 0x7f0e0051a741 - rustc_middle::ty::util::::try_expand_impl_trait_type::ha60e6004490ad025 [INFO] [stderr] 59: 0x7feb02c76741 - rustc_middle::ty::util::::try_expand_impl_trait_type::ha60e6004490ad025 [INFO] [stderr] 60: 0x7feb013a6d20 - rustc_typeck::check::check_item_type::h3f2a5af3ccea1b6c [INFO] [stderr] 60: 0x7f0dfec4ad20 - rustc_typeck::check::check_item_type::h3f2a5af3ccea1b6c [INFO] [stderr] 61: 0x7f0dfed1caea - rustc_middle::hir::map::Map::visit_item_likes_in_module::h29abe72acdbc79d1 [INFO] [stderr] 61: 0x7feb01478aea - rustc_middle::hir::map::Map::visit_item_likes_in_module::h29abe72acdbc79d1 [INFO] [stderr] 62: 0x7feb013a295d - rustc_typeck::check::check_mod_item_types::h8ae50b9d2445dbda [INFO] [stderr] 62: 0x7f0dfec4695d - rustc_typeck::check::check_mod_item_types::h8ae50b9d2445dbda [INFO] [stderr] 63: 0x7f0dfee2cb02 - rustc_middle::ty::query:: for rustc_middle::ty::query::queries::check_mod_item_types>::compute::hd5b6458ad30737da [INFO] [stderr] 63: 0x7feb01588b02 - rustc_middle::ty::query:: for rustc_middle::ty::query::queries::check_mod_item_types>::compute::hd5b6458ad30737da [INFO] [stderr] 64: 0x7f0dfecd3e44 - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::h0b6869e2332fd4ca [INFO] [stderr] 64: 0x7feb0142fe44 - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::h0b6869e2332fd4ca [INFO] [stderr] 65: 0x7f0dfee5eb77 - rustc_query_system::query::plumbing::get_query::h41026fd6e39be26a [INFO] [stderr] 65: 0x7feb015bab77 - rustc_query_system::query::plumbing::get_query::h41026fd6e39be26a [INFO] [stderr] 66: 0x7feb0158a2b2 - rustc_query_system::query::plumbing::ensure_query::h7c5e046cdc38ea5d [INFO] [stderr] 66: 0x7f0dfee2e2b2 - rustc_query_system::query::plumbing::ensure_query::h7c5e046cdc38ea5d [INFO] [stderr] 67: 0x7f0dfed7ea37 - rustc_session::utils::::time::h03c38553e3fa0651 [INFO] [stderr] 67: 0x7feb014daa37 - rustc_session::utils::::time::h03c38553e3fa0651 [INFO] [stderr] 68: 0x7f0dfee28fc1 - rustc_typeck::check_crate::hf84ed8d8d998c239 [INFO] [stderr] 68: 0x7feb01584fc1 - rustc_typeck::check_crate::hf84ed8d8d998c239 [INFO] [stderr] 69: 0x7f0dfe6895e6 - rustc_interface::passes::analysis::h524f56f1017c1f7e [INFO] [stderr] 69: 0x7feb00de55e6 - rustc_interface::passes::analysis::h524f56f1017c1f7e [INFO] [stderr] 70: 0x7f0dfe302abb - rustc_middle::ty::query:: for rustc_middle::ty::query::queries::analysis>::compute::h92269a4be7a4efde [INFO] [stderr] 70: 0x7feb00a5eabb - rustc_middle::ty::query:: for rustc_middle::ty::query::queries::analysis>::compute::h92269a4be7a4efde [INFO] [stderr] 71: 0x7feb00b9783a - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::hfcc7b4779663ce33 [INFO] [stderr] 71: 0x7f0dfe43b83a - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::hfcc7b4779663ce33 [INFO] [stderr] 72: 0x7f0dfe307968 - rustc_query_system::query::plumbing::get_query::h7724d6af1510ed57 [INFO] [stderr] 72: 0x7feb00a63968 - rustc_query_system::query::plumbing::get_query::h7724d6af1510ed57 [INFO] [stderr] 73: 0x7f0dfe2df457 - rustc_middle::ty::context::tls::enter_global::h2eb0eb42c8d04e67 [INFO] [stderr] 73: 0x7feb00a3b457 - rustc_middle::ty::context::tls::enter_global::h2eb0eb42c8d04e67 [INFO] [stderr] 74: 0x7feb00ba3514 - rustc_interface::interface::run_compiler_in_existing_thread_pool::h5d0007c9e772807e [INFO] [stderr] 74: 0x7f0dfe447514 - rustc_interface::interface::run_compiler_in_existing_thread_pool::h5d0007c9e772807e [INFO] [stderr] 75: 0x7feb00a5978d - scoped_tls::ScopedKey::set::h33da4c1fce01c783 [INFO] [stderr] 75: 0x7f0dfe2fd78d - scoped_tls::ScopedKey::set::h33da4c1fce01c783 [INFO] [stderr] 76: 0x7feb00a56bd4 - rustc_ast::attr::with_globals::h3aa58156df1d5bbe [INFO] [stderr] 76: 0x7f0dfe2fabd4 - rustc_ast::attr::with_globals::h3aa58156df1d5bbe [INFO] [stderr] 77: 0x7f0dfe30c6a4 - std::sys_common::backtrace::__rust_begin_short_backtrace::hfec31279bda1a2bb [INFO] [stderr] 77: 0x7feb00a686a4 - std::sys_common::backtrace::__rust_begin_short_backtrace::hfec31279bda1a2bb [INFO] [stderr] 78: 0x7f0dfe449f1e - core::ops::function::FnOnce::call_once{{vtable.shim}}::hf6fcb50b5f0a17ae [INFO] [stderr] 78: 0x7feb00ba5f1e - core::ops::function::FnOnce::call_once{{vtable.shim}}::hf6fcb50b5f0a17ae [INFO] [stderr] 79: 0x7f0dfdd2e72f - as core::ops::function::FnOnce>::call_once::h0125fb8449617e8e [INFO] [stderr] at /rustc/6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257/src/liballoc/boxed.rs:1008 [INFO] [stderr] 79: 0x7feb0048a72f - as core::ops::function::FnOnce>::call_once::h0125fb8449617e8e [INFO] [stderr] at /rustc/6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257/src/liballoc/boxed.rs:1008 [INFO] [stderr] 80: 0x7f0dfdd622e3 - as core::ops::function::FnOnce>::call_once::h54cf67aadcb0c7ef [INFO] [stderr] at /rustc/6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257/src/liballoc/boxed.rs:1008 [INFO] [stderr] 80: 0x7feb004be2e3 - as core::ops::function::FnOnce>::call_once::h54cf67aadcb0c7ef [INFO] [stderr] 81: 0x7f0dfdd622e3 - std::sys::unix::thread::Thread::new::thread_start::h7b7ac7c277b0d963 [INFO] [stderr] at /rustc/6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257/src/liballoc/boxed.rs:1008 [INFO] [stderr] at src/libstd/sys/unix/thread.rs:87 [INFO] [stderr] 81: 0x7feb004be2e3 - std::sys::unix::thread::Thread::new::thread_start::h7b7ac7c277b0d963 [INFO] [stderr] 82: 0x7f0dfdac76db - start_thread [INFO] [stderr] at src/libstd/sys/unix/thread.rs:87 [INFO] [stderr] 83: 0x7f0dfd3e488f - __clone [INFO] [stderr] 82: 0x7feb002236db - start_thread [INFO] [stderr] 84: 0x0 - [INFO] [stderr] [INFO] [stderr] 83: 0x7feaffb4088f - __clone [INFO] [stderr] note: the compiler unexpectedly panicked. this is a bug. [INFO] [stderr] 84: 0x0 - [INFO] [stderr] [INFO] [stderr] note: the compiler unexpectedly panicked. this is a bug. [INFO] [stderr] [INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports [INFO] [stderr] [INFO] [stderr] note: rustc 1.44.0-nightly (6dee5f112 2020-04-06) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: -C debuginfo=2 [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports [INFO] [stderr] note: some of the compiler flags provided by cargo are hidden [INFO] [stderr] [INFO] [stderr] query stack during panic: [INFO] [stderr] [INFO] [stderr] note: rustc 1.44.0-nightly (6dee5f112 2020-04-06) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: -C debuginfo=2 [INFO] [stderr] [INFO] [stderr] note: some of the compiler flags provided by cargo are hidden [INFO] [stderr] [INFO] [stderr] query stack during panic: [INFO] [stderr] #0 [codegen_fulfill_obligation] checking if `futures_util::stream::try_stream::TryStreamExt` fulfills its obligations [INFO] [stderr] #1 [resolve_instance] resolving instance `DefId(17:3864 ~ futures_util[ef95]::stream[0]::try_stream[0]::TryStreamExt[0]::into_async_read[0])` `[impl futures_core::stream::Stream]` with ParamEnv { caller_bounds: [], reveal: UserFacing, def_id: None } [INFO] [stderr] #0 [codegen_fulfill_obligation] checking if `futures_util::stream::try_stream::TryStreamExt` fulfills its obligations [INFO] [stderr] #2 [mir_built] building MIR for [INFO] [stderr] #3 [unsafety_check_result] unsafety-checking `utils::InputStream::reader` [INFO] [stderr] #1 [resolve_instance] resolving instance `DefId(17:3864 ~ futures_util[ef95]::stream[0]::try_stream[0]::TryStreamExt[0]::into_async_read[0])` `[impl futures_core::stream::Stream]` with ParamEnv { caller_bounds: [], reveal: UserFacing, def_id: None } [INFO] [stderr] #4 [mir_const] processing `utils::InputStream::reader` [INFO] [stderr] #2 [mir_built] building MIR for [INFO] [stderr] #5 [mir_validated] processing `utils::InputStream::reader` [INFO] [stderr] #3 [unsafety_check_result] unsafety-checking `utils::InputStream::reader` [INFO] [stderr] #6 [mir_borrowck] borrow-checking `utils::InputStream::reader` [INFO] [stderr] #4 [mir_const] processing `utils::InputStream::reader` [INFO] [stderr] #7 [type_of] processing `utils::InputStream::reader::{{opaque}}#0` [INFO] [stderr] #5 [mir_validated] processing `utils::InputStream::reader` [INFO] [stderr] #8 [check_mod_item_types] checking item types in module `utils` [INFO] [stderr] #6 [mir_borrowck] borrow-checking `utils::InputStream::reader` [INFO] [stderr] #9 [analysis] running analysis passes on this crate [INFO] [stderr] end of query stack [INFO] [stderr] #7 [type_of] processing `utils::InputStream::reader::{{opaque}}#0` [INFO] [stderr] #8 [check_mod_item_types] checking item types in module `utils` [INFO] [stderr] #9 [analysis] running analysis passes on this crate [INFO] [stderr] end of query stack [INFO] [stderr] error: aborting due to 117 previous errors [INFO] [stderr] [INFO] [stderr] error: aborting due to 117 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `async-compression`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `async-compression`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f99ee304980521ff59ba79a1ad9154029f9faa0f38a4609e8cf7bda0e4ae3e04"` [INFO] running `"docker" "rm" "-f" "f99ee304980521ff59ba79a1ad9154029f9faa0f38a4609e8cf7bda0e4ae3e04"` [INFO] [stdout] f99ee304980521ff59ba79a1ad9154029f9faa0f38a4609e8cf7bda0e4ae3e04