[INFO] fetching crate futures-byteorder 0.1.2... [INFO] checking futures-byteorder-0.1.2 against try#7b3da9103634dffd4f4365cfd8642427c781d99f+rustflags=-Dinherent-method-on-receiver for 152214-denied [INFO] extracting crate futures-byteorder 0.1.2 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate futures-byteorder 0.1.2 [INFO] finished tweaking crates.io crate futures-byteorder 0.1.2 [INFO] tweaked toml for crates.io crate futures-byteorder 0.1.2 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate futures-byteorder 0.1.2 on toolchain 7b3da9103634dffd4f4365cfd8642427c781d99f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate futures-byteorder 0.1.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a45376bf8ccbb39237a1f8f5678b993b40aa5b23908272362f65cd270c49b0be [INFO] running `Command { std: "docker" "start" "-a" "a45376bf8ccbb39237a1f8f5678b993b40aa5b23908272362f65cd270c49b0be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a45376bf8ccbb39237a1f8f5678b993b40aa5b23908272362f65cd270c49b0be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a45376bf8ccbb39237a1f8f5678b993b40aa5b23908272362f65cd270c49b0be", kill_on_drop: false }` [INFO] [stdout] a45376bf8ccbb39237a1f8f5678b993b40aa5b23908272362f65cd270c49b0be [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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 -Dinherent-method-on-receiver" "-e" "RUSTDOCFLAGS=--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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a18cd28201f8bb04a359aeaf76d53453a7ea257bec241a214d869a6b644fe515 [INFO] running `Command { std: "docker" "start" "-a" "a18cd28201f8bb04a359aeaf76d53453a7ea257bec241a214d869a6b644fe515", kill_on_drop: false }` [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking futures-lite v2.6.1 [INFO] [stderr] Checking futures-byteorder v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/read.rs:62:44 [INFO] [stdout] | [INFO] [stdout] 19 | / impl Deref for AsyncReadBytes<'_, R> [INFO] [stdout] 20 | | where [INFO] [stdout] 21 | | R: AsyncReadExt + Unpin, [INFO] [stdout] | |____________________________- trait implemented here [INFO] [stdout] 22 | { [INFO] [stdout] 23 | type Target = R; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 62 | pub async fn read_representable(&mut self) -> io::Result [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D inherent-method-on-receiver` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/read.rs:75:26 [INFO] [stdout] | [INFO] [stdout] 19 | / impl Deref for AsyncReadBytes<'_, R> [INFO] [stdout] 20 | | where [INFO] [stdout] 21 | | R: AsyncReadExt + Unpin, [INFO] [stdout] | |____________________________- trait implemented here [INFO] [stdout] 22 | { [INFO] [stdout] 23 | type Target = R; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 75 | pub async fn read_u8(&mut self) -> io::Result { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/read.rs:82:26 [INFO] [stdout] | [INFO] [stdout] 19 | / impl Deref for AsyncReadBytes<'_, R> [INFO] [stdout] 20 | | where [INFO] [stdout] 21 | | R: AsyncReadExt + Unpin, [INFO] [stdout] | |____________________________- trait implemented here [INFO] [stdout] 22 | { [INFO] [stdout] 23 | type Target = R; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 82 | pub async fn read_i8(&mut self) -> io::Result { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/read.rs:94:56 [INFO] [stdout] | [INFO] [stdout] 19 | / impl Deref for AsyncReadBytes<'_, R> [INFO] [stdout] 20 | | where [INFO] [stdout] 21 | | R: AsyncReadExt + Unpin, [INFO] [stdout] | |____________________________- trait implemented here [INFO] [stdout] 22 | { [INFO] [stdout] 23 | type Target = R; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 94 | pub async fn $read_name(&mut self) -> io::Result<$num> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 109 | / impl_async_read_bytes!( [INFO] [stdout] 110 | | (u16, read_u16, read_u16_ne), [INFO] [stdout] 111 | | (u32, read_u32, read_u32_ne), [INFO] [stdout] 112 | | (u64, read_u64, read_u64_ne), [INFO] [stdout] ... | [INFO] [stdout] 119 | | (f64, read_f64, read_f64_ne), [INFO] [stdout] 120 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_async_read_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/read.rs:101:44 [INFO] [stdout] | [INFO] [stdout] 19 | / impl Deref for AsyncReadBytes<'_, R> [INFO] [stdout] 20 | | where [INFO] [stdout] 21 | | R: AsyncReadExt + Unpin, [INFO] [stdout] | |____________________________- trait implemented here [INFO] [stdout] 22 | { [INFO] [stdout] 23 | type Target = R; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 101 | pub async fn $read_name_ne(&mut self) -> io::Result<$num> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 109 | / impl_async_read_bytes!( [INFO] [stdout] 110 | | (u16, read_u16, read_u16_ne), [INFO] [stdout] 111 | | (u32, read_u32, read_u32_ne), [INFO] [stdout] 112 | | (u64, read_u64, read_u64_ne), [INFO] [stdout] ... | [INFO] [stdout] 119 | | (f64, read_f64, read_f64_ne), [INFO] [stdout] 120 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_async_read_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/write.rs:62:45 [INFO] [stdout] | [INFO] [stdout] 19 | / impl Deref for AsyncWriteBytes<'_, W> [INFO] [stdout] 20 | | where [INFO] [stdout] 21 | | W: AsyncWriteExt + Unpin, [INFO] [stdout] | |_____________________________- trait implemented here [INFO] [stdout] 22 | { [INFO] [stdout] 23 | type Target = W; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 62 | pub async fn write_representable(&mut self, value: Re) -> io::Result<()> [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/write.rs:74:27 [INFO] [stdout] | [INFO] [stdout] 19 | / impl Deref for AsyncWriteBytes<'_, W> [INFO] [stdout] 20 | | where [INFO] [stdout] 21 | | W: AsyncWriteExt + Unpin, [INFO] [stdout] | |_____________________________- trait implemented here [INFO] [stdout] 22 | { [INFO] [stdout] 23 | type Target = W; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 74 | pub async fn write_u8(&mut self, value: u8) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/write.rs:81:27 [INFO] [stdout] | [INFO] [stdout] 19 | / impl Deref for AsyncWriteBytes<'_, W> [INFO] [stdout] 20 | | where [INFO] [stdout] 21 | | W: AsyncWriteExt + Unpin, [INFO] [stdout] | |_____________________________- trait implemented here [INFO] [stdout] 22 | { [INFO] [stdout] 23 | type Target = W; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 81 | pub async fn write_i8(&mut self, value: i8) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/write.rs:93:61 [INFO] [stdout] | [INFO] [stdout] 19 | / impl Deref for AsyncWriteBytes<'_, W> [INFO] [stdout] 20 | | where [INFO] [stdout] 21 | | W: AsyncWriteExt + Unpin, [INFO] [stdout] | |_____________________________- trait implemented here [INFO] [stdout] 22 | { [INFO] [stdout] 23 | type Target = W; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 93 | pub async fn $write_name(&mut self, value: $num) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 111 | / impl_async_write_bytes!( [INFO] [stdout] 112 | | (u16, write_u16, write_u16_ne), [INFO] [stdout] 113 | | (u32, write_u32, write_u32_ne), [INFO] [stdout] 114 | | (u64, write_u64, write_u64_ne), [INFO] [stdout] ... | [INFO] [stdout] 121 | | (f64, write_f64, write_f64_ne), [INFO] [stdout] 122 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_async_write_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/write.rs:102:49 [INFO] [stdout] | [INFO] [stdout] 19 | / impl Deref for AsyncWriteBytes<'_, W> [INFO] [stdout] 20 | | where [INFO] [stdout] 21 | | W: AsyncWriteExt + Unpin, [INFO] [stdout] | |_____________________________- trait implemented here [INFO] [stdout] 22 | { [INFO] [stdout] 23 | type Target = W; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 102 | pub async fn $write_name_ne(&mut self, value: $num) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 111 | / impl_async_write_bytes!( [INFO] [stdout] 112 | | (u16, write_u16, write_u16_ne), [INFO] [stdout] 113 | | (u32, write_u32, write_u32_ne), [INFO] [stdout] 114 | | (u64, write_u64, write_u64_ne), [INFO] [stdout] ... | [INFO] [stdout] 121 | | (f64, write_f64, write_f64_ne), [INFO] [stdout] 122 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_async_write_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `futures-byteorder` (lib test) due to 10 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/read.rs:62:44 [INFO] [stdout] | [INFO] [stdout] 19 | / impl Deref for AsyncReadBytes<'_, R> [INFO] [stdout] 20 | | where [INFO] [stdout] 21 | | R: AsyncReadExt + Unpin, [INFO] [stdout] | |____________________________- trait implemented here [INFO] [stdout] 22 | { [INFO] [stdout] 23 | type Target = R; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 62 | pub async fn read_representable(&mut self) -> io::Result [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D inherent-method-on-receiver` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/read.rs:75:26 [INFO] [stdout] | [INFO] [stdout] 19 | / impl Deref for AsyncReadBytes<'_, R> [INFO] [stdout] 20 | | where [INFO] [stdout] 21 | | R: AsyncReadExt + Unpin, [INFO] [stdout] | |____________________________- trait implemented here [INFO] [stdout] 22 | { [INFO] [stdout] 23 | type Target = R; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 75 | pub async fn read_u8(&mut self) -> io::Result { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/read.rs:82:26 [INFO] [stdout] | [INFO] [stdout] 19 | / impl Deref for AsyncReadBytes<'_, R> [INFO] [stdout] 20 | | where [INFO] [stdout] 21 | | R: AsyncReadExt + Unpin, [INFO] [stdout] | |____________________________- trait implemented here [INFO] [stdout] 22 | { [INFO] [stdout] 23 | type Target = R; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 82 | pub async fn read_i8(&mut self) -> io::Result { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/read.rs:94:56 [INFO] [stdout] | [INFO] [stdout] 19 | / impl Deref for AsyncReadBytes<'_, R> [INFO] [stdout] 20 | | where [INFO] [stdout] 21 | | R: AsyncReadExt + Unpin, [INFO] [stdout] | |____________________________- trait implemented here [INFO] [stdout] 22 | { [INFO] [stdout] 23 | type Target = R; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 94 | pub async fn $read_name(&mut self) -> io::Result<$num> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 109 | / impl_async_read_bytes!( [INFO] [stdout] 110 | | (u16, read_u16, read_u16_ne), [INFO] [stdout] 111 | | (u32, read_u32, read_u32_ne), [INFO] [stdout] 112 | | (u64, read_u64, read_u64_ne), [INFO] [stdout] ... | [INFO] [stdout] 119 | | (f64, read_f64, read_f64_ne), [INFO] [stdout] 120 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_async_read_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/read.rs:101:44 [INFO] [stdout] | [INFO] [stdout] 19 | / impl Deref for AsyncReadBytes<'_, R> [INFO] [stdout] 20 | | where [INFO] [stdout] 21 | | R: AsyncReadExt + Unpin, [INFO] [stdout] | |____________________________- trait implemented here [INFO] [stdout] 22 | { [INFO] [stdout] 23 | type Target = R; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 101 | pub async fn $read_name_ne(&mut self) -> io::Result<$num> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 109 | / impl_async_read_bytes!( [INFO] [stdout] 110 | | (u16, read_u16, read_u16_ne), [INFO] [stdout] 111 | | (u32, read_u32, read_u32_ne), [INFO] [stdout] 112 | | (u64, read_u64, read_u64_ne), [INFO] [stdout] ... | [INFO] [stdout] 119 | | (f64, read_f64, read_f64_ne), [INFO] [stdout] 120 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_async_read_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/write.rs:62:45 [INFO] [stdout] | [INFO] [stdout] 19 | / impl Deref for AsyncWriteBytes<'_, W> [INFO] [stdout] 20 | | where [INFO] [stdout] 21 | | W: AsyncWriteExt + Unpin, [INFO] [stdout] | |_____________________________- trait implemented here [INFO] [stdout] 22 | { [INFO] [stdout] 23 | type Target = W; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 62 | pub async fn write_representable(&mut self, value: Re) -> io::Result<()> [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/write.rs:74:27 [INFO] [stdout] | [INFO] [stdout] 19 | / impl Deref for AsyncWriteBytes<'_, W> [INFO] [stdout] 20 | | where [INFO] [stdout] 21 | | W: AsyncWriteExt + Unpin, [INFO] [stdout] | |_____________________________- trait implemented here [INFO] [stdout] 22 | { [INFO] [stdout] 23 | type Target = W; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 74 | pub async fn write_u8(&mut self, value: u8) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/write.rs:81:27 [INFO] [stdout] | [INFO] [stdout] 19 | / impl Deref for AsyncWriteBytes<'_, W> [INFO] [stdout] 20 | | where [INFO] [stdout] 21 | | W: AsyncWriteExt + Unpin, [INFO] [stdout] | |_____________________________- trait implemented here [INFO] [stdout] 22 | { [INFO] [stdout] 23 | type Target = W; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 81 | pub async fn write_i8(&mut self, value: i8) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/write.rs:93:61 [INFO] [stdout] | [INFO] [stdout] 19 | / impl Deref for AsyncWriteBytes<'_, W> [INFO] [stdout] 20 | | where [INFO] [stdout] 21 | | W: AsyncWriteExt + Unpin, [INFO] [stdout] | |_____________________________- trait implemented here [INFO] [stdout] 22 | { [INFO] [stdout] 23 | type Target = W; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 93 | pub async fn $write_name(&mut self, value: $num) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 111 | / impl_async_write_bytes!( [INFO] [stdout] 112 | | (u16, write_u16, write_u16_ne), [INFO] [stdout] 113 | | (u32, write_u32, write_u32_ne), [INFO] [stdout] 114 | | (u64, write_u64, write_u64_ne), [INFO] [stdout] ... | [INFO] [stdout] 121 | | (f64, write_f64, write_f64_ne), [INFO] [stdout] 122 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_async_write_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/write.rs:102:49 [INFO] [stdout] | [INFO] [stdout] 19 | / impl Deref for AsyncWriteBytes<'_, W> [INFO] [stdout] 20 | | where [INFO] [stdout] 21 | | W: AsyncWriteExt + Unpin, [INFO] [stdout] | |_____________________________- trait implemented here [INFO] [stdout] 22 | { [INFO] [stdout] 23 | type Target = W; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 102 | pub async fn $write_name_ne(&mut self, value: $num) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 111 | / impl_async_write_bytes!( [INFO] [stdout] 112 | | (u16, write_u16, write_u16_ne), [INFO] [stdout] 113 | | (u32, write_u32, write_u32_ne), [INFO] [stdout] 114 | | (u64, write_u64, write_u64_ne), [INFO] [stdout] ... | [INFO] [stdout] 121 | | (f64, write_f64, write_f64_ne), [INFO] [stdout] 122 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_async_write_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `futures-byteorder` (lib) due to 10 previous errors [INFO] running `Command { std: "docker" "inspect" "a18cd28201f8bb04a359aeaf76d53453a7ea257bec241a214d869a6b644fe515", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a18cd28201f8bb04a359aeaf76d53453a7ea257bec241a214d869a6b644fe515", kill_on_drop: false }` [INFO] [stdout] a18cd28201f8bb04a359aeaf76d53453a7ea257bec241a214d869a6b644fe515