[INFO] fetching crate futures-byteorder 1.0.1...
[INFO] checking futures-byteorder-1.0.1 against try#7b3da9103634dffd4f4365cfd8642427c781d99f+rustflags=-Dinherent-method-on-receiver for 152214-denied-retry-0
[INFO] extracting crate futures-byteorder 1.0.1 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate futures-byteorder 1.0.1
[INFO] finished tweaking crates.io crate futures-byteorder 1.0.1
[INFO] tweaked toml for crates.io crate futures-byteorder 1.0.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate futures-byteorder 1.0.1 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 1.0.1 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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] c0ce3410d4369ebc8502580ef440058acff8b1bdc77430b3c42b60083e149218
[INFO] running `Command { std: "docker" "start" "-a" "c0ce3410d4369ebc8502580ef440058acff8b1bdc77430b3c42b60083e149218", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c0ce3410d4369ebc8502580ef440058acff8b1bdc77430b3c42b60083e149218", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c0ce3410d4369ebc8502580ef440058acff8b1bdc77430b3c42b60083e149218", kill_on_drop: false }`
[INFO] [stdout] c0ce3410d4369ebc8502580ef440058acff8b1bdc77430b3c42b60083e149218
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 16566f38712f089e98ba961d87b4b2b59adb4e60b18a7df28fd57e05575ac608
[INFO] running `Command { std: "docker" "start" "-a" "16566f38712f089e98ba961d87b4b2b59adb4e60b18a7df28fd57e05575ac608", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]    Compiling pastey v0.2.1
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking futures-byteorder v1.0.1 (/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<R> 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<E, Re>(&mut self) -> io::Result<Re>
[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<R> 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<u8> {
[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<R> 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<i8> {
[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<R> 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<E: Endianness>(&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<R> 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<W> 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<E, Re>(&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<W> 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<W> 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<W> 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<E: Endianness>(&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<W> 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] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "16566f38712f089e98ba961d87b4b2b59adb4e60b18a7df28fd57e05575ac608", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "16566f38712f089e98ba961d87b4b2b59adb4e60b18a7df28fd57e05575ac608", kill_on_drop: false }`
[INFO] [stdout] 16566f38712f089e98ba961d87b4b2b59adb4e60b18a7df28fd57e05575ac608
