[INFO] fetching crate tokio-futures-byteorder 0.2.0... [INFO] checking tokio-futures-byteorder-0.2.0 against master#5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f for pr-87248 [INFO] extracting crate tokio-futures-byteorder 0.2.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate tokio-futures-byteorder 0.2.0 on toolchain 5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tokio-futures-byteorder 0.2.0 [INFO] finished tweaking crates.io crate tokio-futures-byteorder 0.2.0 [INFO] tweaked toml for crates.io crate tokio-futures-byteorder 0.2.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ecfd0f2fafa2ddc0d6c5dd7fcbed25926dc5650e3192e592ebb81d9325f99a20 [INFO] running `Command { std: "docker" "start" "-a" "ecfd0f2fafa2ddc0d6c5dd7fcbed25926dc5650e3192e592ebb81d9325f99a20", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ecfd0f2fafa2ddc0d6c5dd7fcbed25926dc5650e3192e592ebb81d9325f99a20", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ecfd0f2fafa2ddc0d6c5dd7fcbed25926dc5650e3192e592ebb81d9325f99a20", kill_on_drop: false }` [INFO] [stdout] ecfd0f2fafa2ddc0d6c5dd7fcbed25926dc5650e3192e592ebb81d9325f99a20 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b231fb7ffedd15a2722a5c51bde00dc53193be2b67604f1c8eaca44a15af268a [INFO] running `Command { std: "docker" "start" "-a" "b231fb7ffedd15a2722a5c51bde00dc53193be2b67604f1c8eaca44a15af268a", kill_on_drop: false }` [INFO] [stderr] Compiling futures-util v0.3.16 [INFO] [stderr] Checking net2 v0.2.37 [INFO] [stderr] Checking mio v0.6.23 [INFO] [stderr] Checking mio-uds v0.6.8 [INFO] [stderr] Checking tokio v0.2.25 [INFO] [stderr] Checking futures-executor v0.3.16 [INFO] [stderr] Checking tokio-futures-byteorder v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `tokio_byteorder` [INFO] [stdout] --> tests/lib.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | use tokio_byteorder::{AsyncReadBytesExt, AsyncWriteBytesExt, BigEndian}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_byteorder` [INFO] [stdout] ... [INFO] [stdout] 83 | / rtts!( [INFO] [stdout] 84 | | u8, [INFO] [stdout] 85 | | AsyncWriteBytesExt::write_u8, [INFO] [stdout] 86 | | AsyncReadBytesExt::read_u8, [INFO] [stdout] 87 | | u8 [INFO] [stdout] 88 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `rtt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio_byteorder` [INFO] [stdout] --> tests/lib.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | use tokio_byteorder::{AsyncReadBytesExt, AsyncWriteBytesExt, BigEndian}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_byteorder` [INFO] [stdout] ... [INFO] [stdout] 83 | / rtts!( [INFO] [stdout] 84 | | u8, [INFO] [stdout] 85 | | AsyncWriteBytesExt::write_u8, [INFO] [stdout] 86 | | AsyncReadBytesExt::read_u8, [INFO] [stdout] 87 | | u8 [INFO] [stdout] 88 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `rtt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio_byteorder` [INFO] [stdout] --> tests/lib.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | use tokio_byteorder::{AsyncReadBytesExt, AsyncWriteBytesExt, BigEndian}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_byteorder` [INFO] [stdout] ... [INFO] [stdout] 83 | / rtts!( [INFO] [stdout] 84 | | u8, [INFO] [stdout] 85 | | AsyncWriteBytesExt::write_u8, [INFO] [stdout] 86 | | AsyncReadBytesExt::read_u8, [INFO] [stdout] 87 | | u8 [INFO] [stdout] 88 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `rtt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio_byteorder` [INFO] [stdout] --> tests/lib.rs:25:17 [INFO] [stdout] | [INFO] [stdout] 25 | use tokio_byteorder::{AsyncWriteBytesExt, BigEndian}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_byteorder` [INFO] [stdout] ... [INFO] [stdout] 83 | / rtts!( [INFO] [stdout] 84 | | u8, [INFO] [stdout] 85 | | AsyncWriteBytesExt::write_u8, [INFO] [stdout] 86 | | AsyncReadBytesExt::read_u8, [INFO] [stdout] 87 | | u8 [INFO] [stdout] 88 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `writes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio_byteorder` [INFO] [stdout] --> tests/lib.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | use tokio_byteorder::{AsyncReadBytesExt, AsyncWriteBytesExt, BigEndian}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_byteorder` [INFO] [stdout] ... [INFO] [stdout] 89 | / rtts!( [INFO] [stdout] 90 | | i8, [INFO] [stdout] 91 | | AsyncWriteBytesExt::write_i8, [INFO] [stdout] 92 | | AsyncReadBytesExt::read_i8, [INFO] [stdout] 93 | | i8 [INFO] [stdout] 94 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `rtt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio_byteorder` [INFO] [stdout] --> tests/lib.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | use tokio_byteorder::{AsyncReadBytesExt, AsyncWriteBytesExt, BigEndian}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_byteorder` [INFO] [stdout] ... [INFO] [stdout] 89 | / rtts!( [INFO] [stdout] 90 | | i8, [INFO] [stdout] 91 | | AsyncWriteBytesExt::write_i8, [INFO] [stdout] 92 | | AsyncReadBytesExt::read_i8, [INFO] [stdout] 93 | | i8 [INFO] [stdout] 94 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `rtt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio_byteorder` [INFO] [stdout] --> tests/lib.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | use tokio_byteorder::{AsyncReadBytesExt, AsyncWriteBytesExt, BigEndian}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_byteorder` [INFO] [stdout] ... [INFO] [stdout] 89 | / rtts!( [INFO] [stdout] 90 | | i8, [INFO] [stdout] 91 | | AsyncWriteBytesExt::write_i8, [INFO] [stdout] 92 | | AsyncReadBytesExt::read_i8, [INFO] [stdout] 93 | | i8 [INFO] [stdout] 94 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `rtt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio_byteorder` [INFO] [stdout] --> tests/lib.rs:25:17 [INFO] [stdout] | [INFO] [stdout] 25 | use tokio_byteorder::{AsyncWriteBytesExt, BigEndian}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_byteorder` [INFO] [stdout] ... [INFO] [stdout] 89 | / rtts!( [INFO] [stdout] 90 | | i8, [INFO] [stdout] 91 | | AsyncWriteBytesExt::write_i8, [INFO] [stdout] 92 | | AsyncReadBytesExt::read_i8, [INFO] [stdout] 93 | | i8 [INFO] [stdout] 94 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `writes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio_byteorder` [INFO] [stdout] --> tests/lib.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | use tokio_byteorder::{AsyncReadBytesExt, AsyncWriteBytesExt, BigEndian}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_byteorder` [INFO] [stdout] ... [INFO] [stdout] 95 | / rtts!( [INFO] [stdout] 96 | | u16, [INFO] [stdout] 97 | | AsyncWriteBytesExt::write_u16::, [INFO] [stdout] 98 | | AsyncReadBytesExt::read_u16::, [INFO] [stdout] 99 | | u16 [INFO] [stdout] 100 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `rtt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio_byteorder` [INFO] [stdout] --> tests/lib.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | use tokio_byteorder::{AsyncReadBytesExt, AsyncWriteBytesExt, BigEndian}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_byteorder` [INFO] [stdout] ... [INFO] [stdout] 95 | / rtts!( [INFO] [stdout] 96 | | u16, [INFO] [stdout] 97 | | AsyncWriteBytesExt::write_u16::, [INFO] [stdout] 98 | | AsyncReadBytesExt::read_u16::, [INFO] [stdout] 99 | | u16 [INFO] [stdout] 100 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `rtt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio_byteorder` [INFO] [stdout] --> tests/lib.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | use tokio_byteorder::{AsyncReadBytesExt, AsyncWriteBytesExt, BigEndian}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_byteorder` [INFO] [stdout] ... [INFO] [stdout] 95 | / rtts!( [INFO] [stdout] 96 | | u16, [INFO] [stdout] 97 | | AsyncWriteBytesExt::write_u16::, [INFO] [stdout] 98 | | AsyncReadBytesExt::read_u16::, [INFO] [stdout] 99 | | u16 [INFO] [stdout] 100 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `rtt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio_byteorder` [INFO] [stdout] --> tests/lib.rs:25:17 [INFO] [stdout] | [INFO] [stdout] 25 | use tokio_byteorder::{AsyncWriteBytesExt, BigEndian}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_byteorder` [INFO] [stdout] ... [INFO] [stdout] 95 | / rtts!( [INFO] [stdout] 96 | | u16, [INFO] [stdout] 97 | | AsyncWriteBytesExt::write_u16::, [INFO] [stdout] 98 | | AsyncReadBytesExt::read_u16::, [INFO] [stdout] 99 | | u16 [INFO] [stdout] 100 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `writes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio_byteorder` [INFO] [stdout] --> tests/lib.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | use tokio_byteorder::{AsyncReadBytesExt, AsyncWriteBytesExt, BigEndian}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_byteorder` [INFO] [stdout] ... [INFO] [stdout] 101 | / rtts!( [INFO] [stdout] 102 | | i16, [INFO] [stdout] 103 | | AsyncWriteBytesExt::write_i16::, [INFO] [stdout] 104 | | AsyncReadBytesExt::read_i16::, [INFO] [stdout] 105 | | i16 [INFO] [stdout] 106 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `rtt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio_byteorder` [INFO] [stdout] --> tests/lib.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | use tokio_byteorder::{AsyncReadBytesExt, AsyncWriteBytesExt, BigEndian}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_byteorder` [INFO] [stdout] ... [INFO] [stdout] 101 | / rtts!( [INFO] [stdout] 102 | | i16, [INFO] [stdout] 103 | | AsyncWriteBytesExt::write_i16::, [INFO] [stdout] 104 | | AsyncReadBytesExt::read_i16::, [INFO] [stdout] 105 | | i16 [INFO] [stdout] 106 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `rtt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio_byteorder` [INFO] [stdout] --> tests/lib.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | use tokio_byteorder::{AsyncReadBytesExt, AsyncWriteBytesExt, BigEndian}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_byteorder` [INFO] [stdout] ... [INFO] [stdout] 101 | / rtts!( [INFO] [stdout] 102 | | i16, [INFO] [stdout] 103 | | AsyncWriteBytesExt::write_i16::, [INFO] [stdout] 104 | | AsyncReadBytesExt::read_i16::, [INFO] [stdout] 105 | | i16 [INFO] [stdout] 106 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `rtt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio_byteorder` [INFO] [stdout] --> tests/lib.rs:25:17 [INFO] [stdout] | [INFO] [stdout] 25 | use tokio_byteorder::{AsyncWriteBytesExt, BigEndian}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_byteorder` [INFO] [stdout] ... [INFO] [stdout] 101 | / rtts!( [INFO] [stdout] 102 | | i16, [INFO] [stdout] 103 | | AsyncWriteBytesExt::write_i16::, [INFO] [stdout] 104 | | AsyncReadBytesExt::read_i16::, [INFO] [stdout] 105 | | i16 [INFO] [stdout] 106 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `writes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio_byteorder` [INFO] [stdout] --> tests/lib.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | use tokio_byteorder::{AsyncReadBytesExt, AsyncWriteBytesExt, BigEndian}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_byteorder` [INFO] [stdout] ... [INFO] [stdout] 107 | / rtts!( [INFO] [stdout] 108 | | u32, [INFO] [stdout] 109 | | AsyncWriteBytesExt::write_u32::, [INFO] [stdout] 110 | | AsyncReadBytesExt::read_u32::, [INFO] [stdout] 111 | | u32 [INFO] [stdout] 112 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `rtt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio_byteorder` [INFO] [stdout] --> tests/lib.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | use tokio_byteorder::{AsyncReadBytesExt, AsyncWriteBytesExt, BigEndian}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_byteorder` [INFO] [stdout] ... [INFO] [stdout] 107 | / rtts!( [INFO] [stdout] 108 | | u32, [INFO] [stdout] 109 | | AsyncWriteBytesExt::write_u32::, [INFO] [stdout] 110 | | AsyncReadBytesExt::read_u32::, [INFO] [stdout] 111 | | u32 [INFO] [stdout] 112 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `rtt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio_byteorder` [INFO] [stdout] --> tests/lib.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | use tokio_byteorder::{AsyncReadBytesExt, AsyncWriteBytesExt, BigEndian}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_byteorder` [INFO] [stdout] ... [INFO] [stdout] 107 | / rtts!( [INFO] [stdout] 108 | | u32, [INFO] [stdout] 109 | | AsyncWriteBytesExt::write_u32::, [INFO] [stdout] 110 | | AsyncReadBytesExt::read_u32::, [INFO] [stdout] 111 | | u32 [INFO] [stdout] 112 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `rtt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio_byteorder` [INFO] [stdout] --> tests/lib.rs:25:17 [INFO] [stdout] | [INFO] [stdout] 25 | use tokio_byteorder::{AsyncWriteBytesExt, BigEndian}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_byteorder` [INFO] [stdout] ... [INFO] [stdout] 107 | / rtts!( [INFO] [stdout] 108 | | u32, [INFO] [stdout] 109 | | AsyncWriteBytesExt::write_u32::, [INFO] [stdout] 110 | | AsyncReadBytesExt::read_u32::, [INFO] [stdout] 111 | | u32 [INFO] [stdout] 112 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `writes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio_byteorder` [INFO] [stdout] --> tests/lib.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | use tokio_byteorder::{AsyncReadBytesExt, AsyncWriteBytesExt, BigEndian}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_byteorder` [INFO] [stdout] ... [INFO] [stdout] 113 | / rtts!( [INFO] [stdout] 114 | | i32, [INFO] [stdout] 115 | | AsyncWriteBytesExt::write_i32::, [INFO] [stdout] 116 | | AsyncReadBytesExt::read_i32::, [INFO] [stdout] 117 | | i32 [INFO] [stdout] 118 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `rtt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio_byteorder` [INFO] [stdout] --> tests/lib.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | use tokio_byteorder::{AsyncReadBytesExt, AsyncWriteBytesExt, BigEndian}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_byteorder` [INFO] [stdout] ... [INFO] [stdout] 113 | / rtts!( [INFO] [stdout] 114 | | i32, [INFO] [stdout] 115 | | AsyncWriteBytesExt::write_i32::, [INFO] [stdout] 116 | | AsyncReadBytesExt::read_i32::, [INFO] [stdout] 117 | | i32 [INFO] [stdout] 118 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `rtt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio_byteorder` [INFO] [stdout] --> tests/lib.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | use tokio_byteorder::{AsyncReadBytesExt, AsyncWriteBytesExt, BigEndian}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_byteorder` [INFO] [stdout] ... [INFO] [stdout] 113 | / rtts!( [INFO] [stdout] 114 | | i32, [INFO] [stdout] 115 | | AsyncWriteBytesExt::write_i32::, [INFO] [stdout] 116 | | AsyncReadBytesExt::read_i32::, [INFO] [stdout] 117 | | i32 [INFO] [stdout] 118 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `rtt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio_byteorder` [INFO] [stdout] --> tests/lib.rs:25:17 [INFO] [stdout] | [INFO] [stdout] 25 | use tokio_byteorder::{AsyncWriteBytesExt, BigEndian}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_byteorder` [INFO] [stdout] ... [INFO] [stdout] 113 | / rtts!( [INFO] [stdout] 114 | | i32, [INFO] [stdout] 115 | | AsyncWriteBytesExt::write_i32::, [INFO] [stdout] 116 | | AsyncReadBytesExt::read_i32::, [INFO] [stdout] 117 | | i32 [INFO] [stdout] 118 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `writes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio_byteorder` [INFO] [stdout] --> tests/lib.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | use tokio_byteorder::{AsyncReadBytesExt, AsyncWriteBytesExt, BigEndian}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_byteorder` [INFO] [stdout] ... [INFO] [stdout] 119 | / rtts!( [INFO] [stdout] 120 | | u64, [INFO] [stdout] 121 | | AsyncWriteBytesExt::write_u64::, [INFO] [stdout] 122 | | AsyncReadBytesExt::read_u64::, [INFO] [stdout] 123 | | u64 [INFO] [stdout] 124 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `rtt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio_byteorder` [INFO] [stdout] --> tests/lib.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | use tokio_byteorder::{AsyncReadBytesExt, AsyncWriteBytesExt, BigEndian}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_byteorder` [INFO] [stdout] ... [INFO] [stdout] 119 | / rtts!( [INFO] [stdout] 120 | | u64, [INFO] [stdout] 121 | | AsyncWriteBytesExt::write_u64::, [INFO] [stdout] 122 | | AsyncReadBytesExt::read_u64::, [INFO] [stdout] 123 | | u64 [INFO] [stdout] 124 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `rtt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio_byteorder` [INFO] [stdout] --> tests/lib.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | use tokio_byteorder::{AsyncReadBytesExt, AsyncWriteBytesExt, BigEndian}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_byteorder` [INFO] [stdout] ... [INFO] [stdout] 119 | / rtts!( [INFO] [stdout] 120 | | u64, [INFO] [stdout] 121 | | AsyncWriteBytesExt::write_u64::, [INFO] [stdout] 122 | | AsyncReadBytesExt::read_u64::, [INFO] [stdout] 123 | | u64 [INFO] [stdout] 124 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `rtt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio_byteorder` [INFO] [stdout] --> tests/lib.rs:25:17 [INFO] [stdout] | [INFO] [stdout] 25 | use tokio_byteorder::{AsyncWriteBytesExt, BigEndian}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_byteorder` [INFO] [stdout] ... [INFO] [stdout] 119 | / rtts!( [INFO] [stdout] 120 | | u64, [INFO] [stdout] 121 | | AsyncWriteBytesExt::write_u64::, [INFO] [stdout] 122 | | AsyncReadBytesExt::read_u64::, [INFO] [stdout] 123 | | u64 [INFO] [stdout] 124 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `writes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio_byteorder` [INFO] [stdout] --> tests/lib.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | use tokio_byteorder::{AsyncReadBytesExt, AsyncWriteBytesExt, BigEndian}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_byteorder` [INFO] [stdout] ... [INFO] [stdout] 125 | / rtts!( [INFO] [stdout] 126 | | i64, [INFO] [stdout] 127 | | AsyncWriteBytesExt::write_i64::, [INFO] [stdout] 128 | | AsyncReadBytesExt::read_i64::, [INFO] [stdout] 129 | | i64 [INFO] [stdout] 130 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `rtt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio_byteorder` [INFO] [stdout] --> tests/lib.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | use tokio_byteorder::{AsyncReadBytesExt, AsyncWriteBytesExt, BigEndian}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_byteorder` [INFO] [stdout] ... [INFO] [stdout] 125 | / rtts!( [INFO] [stdout] 126 | | i64, [INFO] [stdout] 127 | | AsyncWriteBytesExt::write_i64::, [INFO] [stdout] 128 | | AsyncReadBytesExt::read_i64::, [INFO] [stdout] 129 | | i64 [INFO] [stdout] 130 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `rtt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio_byteorder` [INFO] [stdout] --> tests/lib.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | use tokio_byteorder::{AsyncReadBytesExt, AsyncWriteBytesExt, BigEndian}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_byteorder` [INFO] [stdout] ... [INFO] [stdout] 125 | / rtts!( [INFO] [stdout] 126 | | i64, [INFO] [stdout] 127 | | AsyncWriteBytesExt::write_i64::, [INFO] [stdout] 128 | | AsyncReadBytesExt::read_i64::, [INFO] [stdout] 129 | | i64 [INFO] [stdout] 130 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `rtt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio_byteorder` [INFO] [stdout] --> tests/lib.rs:25:17 [INFO] [stdout] | [INFO] [stdout] 25 | use tokio_byteorder::{AsyncWriteBytesExt, BigEndian}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_byteorder` [INFO] [stdout] ... [INFO] [stdout] 125 | / rtts!( [INFO] [stdout] 126 | | i64, [INFO] [stdout] 127 | | AsyncWriteBytesExt::write_i64::, [INFO] [stdout] 128 | | AsyncReadBytesExt::read_i64::, [INFO] [stdout] 129 | | i64 [INFO] [stdout] 130 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `writes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 32 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tokio-futures-byteorder` due to 33 previous errors [INFO] running `Command { std: "docker" "inspect" "b231fb7ffedd15a2722a5c51bde00dc53193be2b67604f1c8eaca44a15af268a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b231fb7ffedd15a2722a5c51bde00dc53193be2b67604f1c8eaca44a15af268a", kill_on_drop: false }` [INFO] [stdout] b231fb7ffedd15a2722a5c51bde00dc53193be2b67604f1c8eaca44a15af268a